;doc: relnotes.github: 1.33: copy latest relnotes, fix issue links
This commit is contained in:
parent
a1a4121093
commit
ea13ee63d3
@ -18,6 +18,7 @@ https://hledger.org/relnotes.html#2024-04-18-hledger-133
|
|||||||
|
|
||||||
### 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),
|
||||||
@ -211,24 +212,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
|
||||||
@ -245,9 +259,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]
|
||||||
@ -273,10 +287,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.
|
||||||
@ -289,19 +307,19 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user