- Update to 2.3.0
* Allow flash configuration
* correctly calculate text width of full-width characters
* Fix required minimum Python version
* add documentation for auto-refresh configuration
* place IS_VIT_INSTANCE into environ earlier
* example hook for intelligent VIT refresh
* sample script to externally refresh VIT instances
* add Bash function example for vit wrapper
* add pid_dir option to [vit] section
See sample config.ini for details on usage
* add basic signal support
+ SIGUSR1: refresh (equivalent to hitting refresh key in VIT)
+ SIGTERM/SIGINT/SIGQUIT: quit VIT cleanly
* more user-friendly error message for unsupported color
definitions
OBS-URL: https://build.opensuse.org/request/show/1082340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=8
* Allow flash configuration
* correctly calculate text width of full-width characters
* Fix required minimum Python version
* add documentation for auto-refresh configuration
* place IS_VIT_INSTANCE into environ earlier
* example hook for intelligent VIT refresh
* sample script to externally refresh VIT instances
* add Bash function example for vit wrapper
* add pid_dir option to [vit] section
See sample config.ini for details on usage
* add basic signal support
+ SIGUSR1: refresh (equivalent to hitting refresh key in VIT)
+ SIGTERM/SIGINT/SIGQUIT: quit VIT cleanly
* more user-friendly error message for unsupported color
definitions
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=19
- Update to 2.1.0
This release adds support for TaskWarrior >= 2.5.2
The release includes a breaking change to the keybinding parser,
and may affect users who have implemented custom keybindings in
their configuration.
* fix: blocked marker displaying for deleted/completed depends
* add quick start instructions to README
* [BREAKING CHANGE] correctly parse bracket expressions for
keybinding keys
* Add 'abort_backspace' config, False by default. If true,
hitting backspace against an empty prompt aborts the prompt.
* Use Python.ignore from github
OBS-URL: https://build.opensuse.org/request/show/901587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=6
This release adds support for TaskWarrior >= 2.5.2
The release includes a breaking change to the keybinding parser,
and may affect users who have implemented custom keybindings in
their configuration.
* fix: blocked marker displaying for deleted/completed depends
* add quick start instructions to README
* [BREAKING CHANGE] correctly parse bracket expressions for
keybinding keys
* Add 'abort_backspace' config, False by default. If true,
hitting backspace against an empty prompt aborts the prompt.
* Use Python.ignore from github
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=13
- Switch to 2.x branch, update to 2.0.0
Complete ground up rewrite in Python, feature-complete with VIT 1.x
New features:
* Advanced tab completion
* Per-column colorization with markers (see COLOR.md)
* Intelligent sub-project indenting
* Multiple/customizable themes (see CUSTOMIZE.md)
* Override/customize column formatters (see CUSTOMIZE.md)
* Fully-customizable key bindings (see CUSTOMIZE.md)
* Table-row striping
* Show version/context/report execution time in status area
* Customizable config dir (see CUSTOMIZE.md)
* Command line bash completion wrapper
* Context support
This release also changes the software license from GPL to MIT.
See https://github.com/vit-project/vit/blob/2.x/UPGRADE.md for
instructions on how to upgrade from VIT 1.3.
OBS-URL: https://build.opensuse.org/request/show/856263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=5
Complete ground up rewrite in Python, feature-complete with VIT 1.x
New features:
* Advanced tab completion
* Per-column colorization with markers (see COLOR.md)
* Intelligent sub-project indenting
* Multiple/customizable themes (see CUSTOMIZE.md)
* Override/customize column formatters (see CUSTOMIZE.md)
* Fully-customizable key bindings (see CUSTOMIZE.md)
* Table-row striping
* Show version/context/report execution time in status area
* Customizable config dir (see CUSTOMIZE.md)
* Command line bash completion wrapper
* Context support
This release also changes the software license from GPL to MIT.
See https://github.com/vit-project/vit/blob/2.x/UPGRADE.md for
instructions on how to upgrade from VIT 1.3.
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=9