Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.4.3 protected
    a405daeb · fixed clean-doc function ·
    Changes since 0.4.2
    -------------------
    
    Bug fixes:
        - `clean-doc` deleting more than it should.
  • 0.4.2 protected
    Changes since 0.4.1
    -------------------
    
    Bug fixes:
        - Fixed issue with output encoding.
        - Uniform indentation of help strings.
  • 0.4.1 protected
    a9479a22 · version bump ·
    Changes since 0.4.0
    -------------------
    
    Bug fixes:
        - Output not printed until new line appears.
  • 0.4.0 protected
    76e2a7f3 · updating tests ·
    Changes since 0.3.0
    -------------------
    
    New features:
        - Single session mode.
        - Option to add breakpoints.
        - Added `action-tags` command that lists available action tags.
        - Added `usage` action tag.
        - clean-doc command to strip rundoc-specific markup
        - File action tags with variable placeholders.
    
    Improvements:
        - Automatic collection of envs and secrets based on selected code blocks.
        - Show total number of steps when executing each step.
        - Fixed markdown extension deprecation warning.
        - Show max number of retries when retrying.
        - Complete coverage unit tests.
        - Tests exit with non zero exit code on failure.
        - Updated versions of dependencies: 'click>=6.7,<8.0'.
        - Better setup for wheel.
        - Tag matching moved out to markdown-rundoc extension.
    
    Bug fixes:
        - Combination of `-j` and `-T` tag was not working properly.
        - Prompt not working when lexer is not available.
        - `list-tags` is listing internal `rundoc_selected` tag.
        - list-tags prints wrong tags.
        - Must have tags require regular tags.
        - `clean-doc` is not removing action tags.
        - STDERR late print.
        - Code blocks properly passed to the interpeter as stdin.
        - The `-i` option not working for secrets.
        - File actions need line feed at the end.
        - File action prompt changes were ignored.
  • 0.3.20 protected
    Changes since 0.3.19
    --------------------
    
    Improvements:
        - Show total number of steps when executing each step.
  • 0.3.19 protected
    Changes since 0.3.18
    --------------------
    
    Bug fixes:
        - Prompt not working when lexer is not available.
  • 0.3.18 protected
    Changes since 0.3.17
    --------------------
    
    Bug fixes:
        - Prompt not working any more.
  • 0.3.17 protected
    Changes since 0.3.16
    -------------------
    
    Improvements:
        - Fixed markdown extension deprecation warning.
        - Show max number of retries when retrying.
  • 0.3.16 protected
    Changes since 0.3.15
    -------------------
    
    Bug fixes:
        - `list-tags` is listing internal `rundoc_selected` tag.
    
    Improvements:
    	- Complete coverage unit tests.
  • 0.3.15 protected
    Changes since 0.3.14
    -------------------
    
    Improvements:
        - Tests exit with non zero exit code on failure.
  • 0.3.14 protected
    312fc4cf · click version upgrade ·
    Changes since 0.3.13
    -------------------
    
    Improvements:
        - Updated versions of dependencies: 'click>=6.7,<8.0'.
        - Separating regression tests to allow for future unit tests.
  • 0.3.13 protected
    Changes since 0.3.12
    -------------------
    
    Improvements:
        - Better setup for wheel.
  • 0.3.12 protected
    320ab728 · single session ·
    Changes since 0.3.11
    -------------------
    
    New features:
        - Single session mode.
  • 0.3.11 protected
    Changes since 0.3.10
    --------------------
    
    Bug fixes:
        - list-tags prints wrong tags.
  • 0.3.10 protected
    Changes since 0.3.9
    -------------------
    
    Bug fixes:
        - Must have tags require regular tags.
  • 0.3.9 protected
    Changes since 0.3.8
    -------------------
    
    Bug fixes:
        - `clean-doc` is not removing action tags.
  • 0.3.8 protected
    Changes since 0.3.7
    -------------------
    
    Bug fixes:
        - STDERR late print.
    
    Notes:
        - Tag matching moved out to markdown-rundoc extension.
  • 0.3.7 protected
    2628e5c4 · breakpoints ·
    Changes since 0.3.6
    -------------------
    
    New features:
        - Option to add breakpoints.
  • 0.3.6 protected
    Changes since 0.3.5
    -------------------
    
    New features:
        - Added `action-tags` command that lists available action tags.
        - Added `usage` action tag.
    
    Bug fixes:
        - Code blocks properly passed to the interpeter as stdin.
  • 0.3.5 protected
    Changes since 0.3.4
    -------------------
    
    Bug fixes:
        - The `-i` option not working for secrets.