55c1556190
- Update to 2.3.3 * fix#361: print warning and remove unsupported color definition instead of raising ValueError * Add script to reload events if pending.data changed
Mia Herkt2025-03-13 16:33:24 +00:00
6f0cfdd2f5
Accepting request 1146268 from utilities
Ana Guerrero2024-02-13 21:43:03 +00:00
94fb9c34bd
Accepting request 1145362 from home:dimstar:Factory
Michael Vetter2024-02-12 19:46:34 +00:00
b8e678a20d
Accepting request 1119466 from utilities
Ana Guerrero2023-10-23 21:40:36 +00:00
a5597c1db4
- Update to 2.3.2 * fix(py3.12): SafeConfigParser -> ConfigParser * fix: Clarify how to interact inside 'Denotate' window gh#vit-project/vit#340
Mia Herkt2023-10-23 01:20:47 +00:00
eb2ee0da91
Accepting request 1098726 from utilities
Ana Guerrero2023-07-17 17:23:10 +00:00
ef06ffd769
- Update to 2.3.1 * fix: urwid.str_util import fails on some distros gh#vit-project/vit#339
Mia Herkt2023-07-14 18:51:18 +00:00
d75066753b
- 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
Mia Herkt2023-04-24 03:41:56 +00:00
5deb768430
- Update to 2.2.0 * Simplify timezone handling * Replace pytz and tzlocal by zoneinfo * Make vit respect taskrc in config.ini
Mia Herkt2022-05-24 20:49:09 +00:00
e3968f8700
- 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
Mia Herkt2021-06-23 20:41:48 +00:00
afcd5189f3
- Switch to 2.x branch 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.
Mia Herkt2020-12-16 04:04:04 +00:00