|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v4.2-beta](https://pypi.org/project/jrnl/v4.2-beta/) (2024-10-19) |
| 3 | +## [v4.2](https://pypi.org/project/jrnl/v4.2/) (2024-11-17) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v4.1...v4.2-beta) |
| 5 | +[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v4.2-beta...v4.2) |
6 | 6 |
|
7 | 7 | **Implemented enhancements:**
|
8 | 8 |
|
9 |
| -- Add Python 3.13 support [\#1893](https://github.com/jrnl-org/jrnl/issues/1893) |
10 | 9 | - Add calendar heatmap display format [\#1759](https://github.com/jrnl-org/jrnl/pull/1759) ([alichtman](https://github.com/alichtman))
|
11 | 10 |
|
12 | 11 | **Fixed bugs:**
|
13 | 12 |
|
14 |
| -- Docs accessibility checker failure - contrast ratio [\#1934](https://github.com/jrnl-org/jrnl/issues/1934) |
15 |
| -- Docs accessibility test runner failing [\#1932](https://github.com/jrnl-org/jrnl/issues/1932) |
16 |
| -- -contains doesn't accept multiple search terms, doesn't work with -and [\#1877](https://github.com/jrnl-org/jrnl/issues/1877) |
17 |
| -- Tests failing on develop branch starting with pytest-bdd 7.1.2 [\#1875](https://github.com/jrnl-org/jrnl/issues/1875) |
18 |
| -- Bug Report [\#1870](https://github.com/jrnl-org/jrnl/issues/1870) |
19 |
| -- Ignore color when used in a pipeline [\#1839](https://github.com/jrnl-org/jrnl/issues/1839) |
| 13 | +- Failing to run jrnl ModuleNotFoundError: No module named 'pkg\_resources' [\#1950](https://github.com/jrnl-org/jrnl/issues/1950) |
20 | 14 | - Fix -contains to allow multiple terms with "OR" logic unless -and is added [\#1890](https://github.com/jrnl-org/jrnl/pull/1890) ([eigenric](https://github.com/eigenric))
|
21 | 15 |
|
22 | 16 | **Documentation:**
|
23 | 17 |
|
24 |
| -- Recommend pipx as default installation method [\#1888](https://github.com/jrnl-org/jrnl/issues/1888) |
25 |
| -- Remove documentation recommendation to install pipx through brew or pip [\#1886](https://github.com/jrnl-org/jrnl/issues/1886) |
26 |
| -- Document security risks of using a computer that someone else has admin access to [\#1793](https://github.com/jrnl-org/jrnl/issues/1793) |
27 | 18 | - Force brighter color with XML syntax highlighting [\#1943](https://github.com/jrnl-org/jrnl/pull/1943) ([micahellison](https://github.com/micahellison))
|
28 | 19 | - Recommend pipx as easiest installation method for all OSes and remove warning about apt [\#1889](https://github.com/jrnl-org/jrnl/pull/1889) ([micahellison](https://github.com/micahellison))
|
29 | 20 |
|
|
0 commit comments