- 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 OBS-URL: https://build.opensuse.org/request/show/1252802 OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=27
151 lines
5.3 KiB
Plaintext
151 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 13 15:31:50 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 08:28:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Add python3-typing_extensions BuildRequires: the test suite
|
|
relies on it.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 23 01:18:26 UTC 2023 - Mia Herkt <mia@0x0.st>
|
|
|
|
- Update to 2.3.2
|
|
* fix(py3.12): SafeConfigParser -> ConfigParser
|
|
* fix: Clarify how to interact inside 'Denotate' window
|
|
gh#vit-project/vit#340
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 18:44:48 UTC 2023 - Mia Herkt <mia@0x0.st>
|
|
|
|
- Update to 2.3.1
|
|
* fix: urwid.str_util import fails on some distros
|
|
gh#vit-project/vit#339
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 03:35:41 UTC 2023 - Mia Herkt <mia@0x0.st>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 20:40:11 UTC 2022 - Mia Herkt <mia@0x0.st>
|
|
|
|
- Update to 2.2.0
|
|
* Require Python >= 3.7
|
|
* Simplify timezone handling
|
|
* Replace pytz and tzlocal by zoneinfo
|
|
* Make vit respect taskrc in config.ini
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 23 20:39:29 UTC 2021 - Mia Herkt <mia@0x0.st>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 16 03:18:46 UTC 2020 - Mia Herkt <mia@0x0.st>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 08 03:36:38 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
|
|
|
- Use %license
|
|
- Update to version 1.3~20190107.g96134b3:
|
|
* Make the build reproducible
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 26 05:03:54 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Update to snapshot 1.3~20180806.gdbacada
|
|
* Use fixed build date (boo#1047218)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 23 05:28:22 UTC 2017 - 9@cirno.systems
|
|
|
|
- Update to snapshot 1.3~20171222.g2d6ec2c
|
|
* Allow tag lists to be separated by commas
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 18:20:09 UTC 2017 - 9@cirno.systems
|
|
|
|
- Change version format - use ~ instead of + so future release of
|
|
1.3 will take precedence over snapshot package of dev branch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 18:11:48 UTC 2017 - 9@cirno.systems
|
|
|
|
- Correct RPM category
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 01 18:05:34 UTC 2017 - 9@cirno.systems
|
|
|
|
- Switch to disabled services
|
|
- Correct version output
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 22:04:03 UTC 2017 - 9@cirno.systems
|
|
|
|
- Fix runtime perl dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 21:58:46 UTC 2017 - 9@cirno.systems
|
|
|
|
- switch to git 1.3 branch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 21:46:57 UTC 2017 - 9@cirno.systems
|
|
|
|
- init, 1.2
|