;doc: relnotes: 1.33: update with relnotes.hs, fix issue links
This commit is contained in:
parent
7749483849
commit
a1a4121093
@ -73,14 +73,15 @@ Changes in hledger-install.sh are shown
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 2024-04-18 hledger-1.33
|
## 2024-04-18 hledger-1.33
|
||||||
|
|
||||||
**`close` enhancements, hledger-ui 'dark' theme, GHC 9.8 support, Apple ARM binaries**
|
**`close` enhancements, hledger-ui 'dark' theme, GHC 9.8 support, Apple ARM binaries**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### hledger 1.33
|
### hledger 1.33
|
||||||
|
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
- `expr:` boolean queries, introduced in hledger 1.30 (2023),
|
- `expr:` boolean queries, introduced in hledger 1.30 (2023),
|
||||||
@ -274,24 +275,37 @@ Scripts/addons
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[#2191]: https://github.com/simonmichael/issue/2191
|
API
|
||||||
[#2190]: https://github.com/simonmichael/issue/2190
|
|
||||||
[#2189]: https://github.com/simonmichael/issue/2189
|
|
||||||
[#2178]: https://github.com/simonmichael/issue/2178
|
|
||||||
[#2177]: https://github.com/simonmichael/issue/2177
|
|
||||||
[#2176]: https://github.com/simonmichael/issue/2176
|
|
||||||
[#2164]: https://github.com/simonmichael/issue/2164
|
|
||||||
[#2151]: https://github.com/simonmichael/issue/2151
|
|
||||||
[#2135]: https://github.com/simonmichael/issue/2135
|
|
||||||
[#2088]: https://github.com/simonmichael/issue/2088
|
|
||||||
[#2071]: https://github.com/simonmichael/issue/2071
|
|
||||||
[#1056]: https://github.com/simonmichael/issue/1056
|
|
||||||
[#815]: https://github.com/simonmichael/issue/815
|
|
||||||
|
|
||||||
|
- move readFileStrictly to hledger-lib:Hledger.Utils.IO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[#815]: https://github.com/simonmichael/hledger/issues/815
|
||||||
|
[#1056]: https://github.com/simonmichael/hledger/issues/1056
|
||||||
|
[#2071]: https://github.com/simonmichael/hledger/issues/2071
|
||||||
|
[#2088]: https://github.com/simonmichael/hledger/issues/2088
|
||||||
|
[#2119]: https://github.com/simonmichael/hledger/issues/2119
|
||||||
|
[#2135]: https://github.com/simonmichael/hledger/issues/2135
|
||||||
|
[#2135]: https://github.com/simonmichael/hledger/issues/2135
|
||||||
|
[#2148]: https://github.com/simonmichael/hledger/issues/2148
|
||||||
|
[#2151]: https://github.com/simonmichael/hledger/issues/2151
|
||||||
|
[#2151]: https://github.com/simonmichael/hledger/issues/2151
|
||||||
|
[#2158]: https://github.com/simonmichael/hledger/issues/2158
|
||||||
|
[#2159]: https://github.com/simonmichael/hledger/issues/2159
|
||||||
|
[#2164]: https://github.com/simonmichael/hledger/issues/2164
|
||||||
|
[#2171]: https://github.com/simonmichael/hledger/issues/2171
|
||||||
|
[#2176]: https://github.com/simonmichael/hledger/issues/2176
|
||||||
|
[#2177]: https://github.com/simonmichael/hledger/issues/2177
|
||||||
|
[#2178]: https://github.com/simonmichael/hledger/issues/2178
|
||||||
|
[#2189]: https://github.com/simonmichael/hledger/issues/2189
|
||||||
|
[#2190]: https://github.com/simonmichael/hledger/issues/2190
|
||||||
|
[#2191]: https://github.com/simonmichael/hledger/issues/2191
|
||||||
|
|
||||||
|
|
||||||
### hledger-ui 1.33
|
### hledger-ui 1.33
|
||||||
|
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
- Require process 1.6.19.0+ to avoid any vulnerabilities on Windows from
|
- Require process 1.6.19.0+ to avoid any vulnerabilities on Windows from
|
||||||
@ -308,9 +322,9 @@ Improvements
|
|||||||
- Require safe >=0.3.20.
|
- Require safe >=0.3.20.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### hledger-web 1.33
|
### hledger-web 1.33
|
||||||
|
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
- Exclude base64 >=1.0 to avoid compilation failure. [#2166]
|
- Exclude base64 >=1.0 to avoid compilation failure. [#2166]
|
||||||
@ -336,10 +350,14 @@ Docs
|
|||||||
the non-display of costs,
|
the non-display of costs,
|
||||||
and non-zeros that look like zero because of hidden costs.
|
and non-zeros that look like zero because of hidden costs.
|
||||||
|
|
||||||
|
[#2140]: https://github.com/simonmichael/hledger/issues/2140
|
||||||
|
[#2163]: https://github.com/simonmichael/hledger/issues/2163
|
||||||
|
[#2166]: https://github.com/simonmichael/hledger/issues/2166
|
||||||
|
|
||||||
|
|
||||||
### project changes 1.33
|
### project changes 1.33
|
||||||
|
|
||||||
|
|
||||||
Misc
|
Misc
|
||||||
|
|
||||||
- Apple ARM binaries are now included in github releases.
|
- Apple ARM binaries are now included in github releases.
|
||||||
@ -352,23 +370,24 @@ Docs
|
|||||||
- drop unused BACKLOG, TODO pages
|
- drop unused BACKLOG, TODO pages
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### credits 1.33
|
### credits 1.33
|
||||||
|
|
||||||
|
|
||||||
Simon Michael,
|
Simon Michael,
|
||||||
Jonathan Dowland,
|
Jonathan Dowland,
|
||||||
Ilja Kocken,
|
Ilja Kocken,
|
||||||
Colin Dean,
|
Colin Dean,
|
||||||
Dmitry Astapov,
|
Dmitry Astapov,
|
||||||
Vekhir,
|
Vekhir,
|
||||||
ShrykeWindgrace,
|
ShrykeWindgrace,
|
||||||
Martijn van der Ven,
|
Martijn van der Ven,
|
||||||
Michael Rees,
|
Michael Rees,
|
||||||
aragaer,
|
aragaer,
|
||||||
hamzashezad.
|
hamzashezad.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 2024-01-28 hledger-1.32.3
|
## 2024-01-28 hledger-1.32.3
|
||||||
|
|
||||||
### hledger 1.32.3
|
### hledger 1.32.3
|
||||||
@ -8588,3 +8607,5 @@ find it useful or intriguing.**
|
|||||||
Release stats:
|
Release stats:
|
||||||
|
|
||||||
* Contributors: Simon Michael
|
* Contributors: Simon Michael
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user