Files
jrnl/jrnl.changes
Malcolm Lewis 0c4f9cb863 - Update to 4.2.1:
* Add Python 3.13 support (gh#jrnl-org/jrnl#1893)
  * Add calendar heatmap display format (gh#jrnl-org/jrnl#1759)
  * -contains doesn't accept multiple search terms, doesn't work with -and
    (gh#jrnl-org/jrnl#1877)
  * Tests failing on develop branch starting with pytest-bdd 7.1.2
    (gh#jrnl-org/jrnl#1875)
  * Ignore color when used in a pipeline (gh#jrnl-org/jrnl#1839)
  * Fix -contains to allow multiple terms with "OR" logic unless -and is
    added (gh#jrnl-org/jrnl#1890)

OBS-URL: https://build.opensuse.org/package/show/utilities/jrnl?expand=0&rev=5
2025-03-11 12:51:48 +00:00

36 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Mar 11 05:17:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.2.1:
* Add Python 3.13 support (gh#jrnl-org/jrnl#1893)
* Add calendar heatmap display format (gh#jrnl-org/jrnl#1759)
* -contains doesn't accept multiple search terms, doesn't work with -and
(gh#jrnl-org/jrnl#1877)
* Tests failing on develop branch starting with pytest-bdd 7.1.2
(gh#jrnl-org/jrnl#1875)
* Ignore color when used in a pipeline (gh#jrnl-org/jrnl#1839)
* Fix -contains to allow multiple terms with "OR" logic unless -and is
added (gh#jrnl-org/jrnl#1890)
-------------------------------------------------------------------
Wed May 22 15:43:14 UTC 2024 - malcolmlewis@opensuse.org
- Updated to version 4.1:
+ Add Python 3.12 support, (gh#jrnl-org/jrnl#1761).
+ Set new required build fields in the ReadTheDocs config file,
(gh#jrnl-org/jrnl#1803).
+ Replace flake8 and isort with ruff linter and add black --check
to linting step, (gh#jrnl-org/jrnl#1763).
+ Add note about messages going to stderr and the implication for
piping, (gh#jrnl-org/jrnl#1768).
- Drop requires on ansiwrap.
- Add note about using the keyring to encrypt, (boo#1223003,
gh#jrnl-org/jrnl#1883 and gh#marcus-h/python-keyring-keyutils#1).
-------------------------------------------------------------------
Sat Aug 19 14:03:40 UTC 2023 - malcolmlewis@opensuse.org
- Initial build at version 4.0.1.
- Add jrnl-dateutil.patch: Fix dateutil naming convention.