SHA256
5
0
forked from pool/vit

28 Commits

Author SHA256 Message Date
42f92bbf6b Accepting request 1252812 from utilities
OBS-URL: https://build.opensuse.org/request/show/1252812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=12
2025-03-13 21:05:00 +00:00
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

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=27
2025-03-13 16:33:24 +00:00
6f0cfdd2f5 Accepting request 1146268 from utilities
OBS-URL: https://build.opensuse.org/request/show/1146268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=11
2024-02-13 21:43:03 +00:00
94fb9c34bd Accepting request 1145362 from home:dimstar:Factory
- Add python3-typing_extensions BuildRequires: the test suite
  relies on it.

OBS-URL: https://build.opensuse.org/request/show/1145362
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=25
2024-02-12 19:46:34 +00:00
b8e678a20d Accepting request 1119466 from utilities
- Update to 2.3.2
  * fix(py3.12): SafeConfigParser -> ConfigParser
  * fix: Clarify how to interact inside 'Denotate' window
    gh#vit-project/vit#340

OBS-URL: https://build.opensuse.org/request/show/1119466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=10
2023-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

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=23
2023-10-23 01:20:47 +00:00
eb2ee0da91 Accepting request 1098726 from utilities
- Update to 2.3.1
  * fix: urwid.str_util import fails on some distros
    gh#vit-project/vit#339

OBS-URL: https://build.opensuse.org/request/show/1098726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=9
2023-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

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=21
2023-07-14 18:51:18 +00:00
9db5d8ac2e Accepting request 1082340 from utilities
- 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
2023-04-24 20:31:19 +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

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=19
2023-04-24 03:41:56 +00:00
8fc28273b0 Accepting request 979057 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/979057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=7
2022-05-25 18:34:30 +00:00
d6b866b6e5 OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=17 2022-05-24 20:51:41 +00:00
be161ba2c3 OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=16 2022-05-24 20:51:26 +00:00
5deb768430 - Update to 2.2.0
* Simplify timezone handling
  * Replace pytz and tzlocal by zoneinfo
  * Make vit respect taskrc in config.ini

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=15
2022-05-24 20:49:09 +00:00
2d6594cac1 Accepting request 901587 from utilities
- 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
2021-06-24 16:22:33 +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

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=13
2021-06-23 20:41:48 +00:00
05eb8370f6 Accepting request 856263 from utilities
- 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
2020-12-16 10:01:52 +00:00
0a159dd6a5 OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=11 2020-12-16 04:07:02 +00:00
dfbdba35e6 OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=10 2020-12-16 04:04:43 +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.

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=9
2020-12-16 04:04:04 +00:00
324baa8712 Accepting request 663511 from utilities
- Use %license
- Update to version 1.3~20190107.g96134b3:
  * Make the build reproducible

OBS-URL: https://build.opensuse.org/request/show/663511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=4
2019-01-08 11:30:07 +00:00
Mia Herkt
70a6057a61 - Use %license
- Update to version 1.3~20190107.g96134b3:
  * Make the build reproducible

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=7
2019-01-08 03:40:23 +00:00
28e3a08bc7 Accepting request 638541 from utilities
OBS-URL: https://build.opensuse.org/request/show/638541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=3
2018-09-28 06:53:30 +00:00
Mia Herkt
f1c1a579a9 Accepting request 638282 from home:bmwiedemann:branches:utilities
- Update to snapshot 1.3~20180806.gdbacada
  * Use fixed build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/638282
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=5
2018-09-26 17:54:23 +00:00
214200f308 Accepting request 559529 from utilities
- Update to snapshot 1.3~20171222.g2d6ec2c
  * Allow tag lists to be separated by commas

OBS-URL: https://build.opensuse.org/request/show/559529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=2
2017-12-23 11:21:19 +00:00
Mia Herkt
55272e1552 - Update to snapshot 1.3~20171222.g2d6ec2c
* Allow tag lists to be separated by commas

OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=3
2017-12-23 05:29:36 +00:00
10c29ef8e7 Accepting request 547573 from utilities
OBS-URL: https://build.opensuse.org/request/show/547573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vit?expand=0&rev=1
2017-12-19 09:51:33 +00:00
OBS User mrdocs
5e2c4f6e37 Accepting request 547240 from home:lachs0r
A neat curses frontend to taskwarrior.
Using -dev version for now because it fixes many issues, including the build system.

OBS-URL: https://build.opensuse.org/request/show/547240
OBS-URL: https://build.opensuse.org/package/show/utilities/vit?expand=0&rev=1
2017-12-02 17:13:10 +00:00