Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.23.0
    7de63ff7 · Merge branch 'dev' ·
    v1.23.0
    
    New features:
    - find files/changes you have added but not committed with `gitl --cache`
      commit de6d604f35b80610b5cd01ea11026f9d33021148
    
    Bugfixes:
    - resolved syntax warnings
      commit f5216d6768471d0a54dd45890c03926277e7b757
  • v1.22.0
    5bddd13a · Merge branch 'dev' ·
    v1.22.0
    
    New features:
    - bash completion
      requires to manually add a source command to ~/.bash_completion, see gitl --help
      commit 5a6948baffe9eae07b9f203bd63d37cb440e97c4
  • v1.21.0
    9993f281 · Merge branch 'dev' ·
    v1.21.0
    
    New features:
    - select command supports log view specific options and
      there is a new keyboard shortcut to select the latest commit: ^
      commit 2e6202d961935faaf354d625244e694c549c504d
    - commits are counted but displaying the numbers is not enabled by default
      you can enable them with `set log-view.commit-number-enable=true` if you want
      commit b430e7cefde507d8342a2b20359fc60454957503
    - there is a new command echo which you can use to display the values of settings
      commit cad94d6707c7b76a001167125e842a5be3af8833
    - or the commit number
      commit bab09aa74312956b5599f28e2c638def1f7e48f5
    
    Bugfixes:
    - don't use ^ in keyboard shortcuts as align character
      ^ is now displayed as <caret>
      commit 2a0a38add8835c5164572260ff7f6903b7ecec94
    - don't use newest urwid version
      to avoid an immediate crash
      commit 635923be4e55356f2deca0e44d24687b4cded59e
  • v1.20.0
    c7d3636a · Merge branch 'dev' ·
    v1.20.0
    
    New features:
    - find TODO flags in LaTeX code
      commit 991b4c64a55c145fd1771d42923ffac41aadcd86
    - hide file prefixes a/ and b/
      commit 05e26c813ce557c3a6f4372d0bddc3ca8566f8dd
      commit 12cf6052ab88802ad63dde9e4f2e01cb5286b874
    
    Bugfixes:
    - when opening a file, use the file name after the commit instead of before the commit
      commit 6103d298f1261840a6c444fc4c101cdaed955685
    - decode the name the file has after the commit
      commit 6103d298f1261840a6c444fc4c101cdaed955685
    - decode file name in "rename from" and "rename to" lines
      commit ab6070cb086f2fb14fc7c1f593469bb53975b8ed
  • v1.19.1
    6e0a4bf4 · Merge branch 'dev' ·
    v1.19.1
    
    Bugfixes:
    - don't strip g, i, t or dot at the end of a URL
      commit dec792aa828d2636477c34904028a73bc0d58f0f
  • v1.19.0
    c3b33880 · Merge branch 'dev' ·
    v1.19.0
    
    New features:
    - gitd: support process substitution
      commit 9245475bcc9ccca353447650a64342e2f22ede93
    
    Bugfixes:
    - don't ignore stderr
      commit 42b036a184f4a7d721fc93d60242d2bbe6bf0340
  • v1.18.0
    0e70606d · Merge branch 'dev' ·
    v1.18.0
    
    Bugfixes:
    - don't miss start of next file with --word-diff
      commit a64b3812b333e68b79198b637c3682a6016a580a
    - no linenumbers with --word-diff even if code is indented with spaces
      (they should not be displayed because they may be wrong)
      commit f6803d2db8048f46a5834793d24744ed32391339
    - { and } work with --word-diff
      commit 8ea8ded898b449b11c70827e5fd73c7808a4173a
    
    New features:
    - linenumber --cycle  (mapped to key #)
      commit ce8ad1a418037f7f4f4c07001258436024efe463
    
    Changes:
    - print line number format on change
      commit 104787302cf673656bc5b748b73f8137a978e6db
  • v1.17.0
    488f42f3 · Merge branch 'dev' ·
    v1.17.0
    
    New features:
    - added option to automatically call clear on exit
      in case the terminal is not properly cleaned up
      commit a037158c7f8f6d02b0f0aa069809473408746dfc
  • v1.16.1
    19401171 · Merge branch 'dev' ·
    v1.16.1
    
    bugfix for v1.13.0: update details view after gg/G/gt/gT/search
  • v1.16.0
    e2ad7111 · Merge branch 'dev' ·
    v1.16.0
    
    New features:
    - show the first tag in which a commit is contained
      commit e565510f11a916d451a40c0ba5ba68e4473f943c
  • v1.15.0
    5ee98392 · Merge branch 'dev' ·
    v1.15.0
    
    Changes:
    - exclude untracked files when searching for TODO flags in order to speed it up
      and increased default timeout for log view (amend for v1.13.2)
      commit d1144a42835a7fec491a052c64643b2e6248821f
  • v1.14.3
    37b2824d · Merge branch 'dev' ·
    v1.14.3
    
    A small continuation on typing which I have started in v1.14.1
    This version does not change any behavior.
  • v1.14.2
    879de8fb · Merge branch 'dev' ·
    v1.14.2
    
    Bugfixes:
    - show error messages in log view correctly
      commit bbc861dd06dfa593742cf7fefcf6591c205a682d
  • v1.14.1
    51871b9e · Merge branch 'dev' ·
    v1.14.1
    
    Added some type hints and automatic type checking with mypy.
    Most methods are still untyped, though, so the helpfulness of mypy is still limited.
    
    This version does not change any behavior.
  • v1.14.0
    37ccd035 · Merge branch 'dev' ·
    v1.14.0
    
    New features:
    - show text if it cannot be copied to clipboard
      commit 54be06b3e058569fe490a24637de2d6fddc5c385
    - copy url: link to file
      commit a5ac4f442645797f125a9717a319a273f0164b07
    
    Changes:
    - copy url: strip username from url
      commit 53c543682f931d60e166db6493a4571f7f9fb79b
    
    Bugfixes:
    - don't crash if repo has no remote when trying to copy url
      commit 87feb40f85b0785573f95d9340b2e4127bb5ceed
    - don't crash if decoding of filename fails
      commit 07fde1a33cb529cdb855bb55550cbfa17d107d63
  • v1.13.2
    b7fad1f7 · Merge branch 'dev' ·
    v1.13.2
    
    don't hang searching for todo flag
    
    New features:
    - timeout
      commit 6fca038a7e882a520583a234592897af9a50c815
    - go todo: open list of todo flags even if it is not listed in the log view
      commit 60b41c51d085cbf9b2bd7e642422c10784166a16
    - new setting %log-view.show-todo-flags%
      commit 7160da85efc6c694944354182eae21bea128d6b1
    
    Changes:
    - don't show number of todo flags in log view (trying to speed up loading the log view)
      commit 849133e25a16da37e019b21e12bec807f09a1d4f
    
    Bugfixes:
    - don't select list of todo flags for latest-commit
      commit 9958abe0d8bb6d27dc3abb06528ea714a03046b8
    - recognize editor even if EDITOR contains flags
      commit 32203416043cdbefcee154edca64fe41ea4e8037
    - don't crash with --unreachable if there are no unreachable commits
      commit 118da5f813127a2a95654c004cdfc2215d55da29
  • v1.13.1
    4194191d · Merge branch 'dev' ·
    v1.13.1
    
    Bugfixes:
    - search finds first word of line even with --word-diff
      commit e02d90235a201f25b8d845bb3a78c534d7d8120c
    - show correct view name in help
      commit e7134e2c95a032d6679072a75428f55dae6dbedc
    - updated readme
      commit 16efc210e48e291d4d4dc1ff125a67f545fe19c3
  • v1.13.0
    579dc130 · Merge branch 'dev' ·
    v1.13.0
    
    New features:
    - list TODO flags
      commit 43e0a8dfe7fc58c6da45d15c8b8d9577f8332013
    
    Changes:
    - deprecated setting %log-view.show-stashes%
      commit 0ea37323e9e6570b639b8e571a9055124de71e90
  • v1.12.0
    5555dea3 · Merge branch 'dev' ·
    v1.12.0
    
    New features:
    - translate \< and \> in search regex to something python understands
      commit 4c3fb941a124cf8ba3e0dc334da2537867a12839
    - added link to change log to --version
      commit 6d731dfee66a5e4f4ec72316ec752e2f269d4eca
  • v1.11.0
    b0088de4 · Merge branch 'dev' ·
    v1.11.0
    
    New features:
    - check which editor is installed if EDITOR is not set
      commit f2604671803d6596b09cdf669cf0a953347284fb
    - setting default-editor
      commit 4bb738b1a2346f0abefa7722d7ef599de458ec2b
    
    Additional keyboard shortcut for old feature:
    - open config file with control+p
      commit f6514afe2d2d322013ade6308bf2417c96b1993d