;doc:changelogs, relnotes: merge 1.50.5
This commit is contained in:
parent
665e2d0a55
commit
81846aa747
@ -74,6 +74,8 @@ Infrastructure/Misc
|
||||
- workflows:binaries-mac-x64: switch to macos-15-intel
|
||||
|
||||
|
||||
# 1.50.5 2025-12-08
|
||||
|
||||
# 1.50.4 2025-12-04
|
||||
|
||||
# 1.50.3 2025-11-18
|
||||
|
||||
@ -228,6 +228,40 @@ Sam Almahri.
|
||||
|
||||
|
||||
|
||||
## 2025-12-08 hledger-1.50.5
|
||||
|
||||
|
||||
### hledger 1.50.5
|
||||
|
||||
Fixes
|
||||
|
||||
- Relative includes from a symlinked file work again, fixing some fallout from 1.50.4's fixes.
|
||||
[#2503]
|
||||
|
||||
[#2503]: https://github.com/simonmichael/hledger/issues/2503
|
||||
|
||||
|
||||
### hledger-ui 1.50.5
|
||||
|
||||
|
||||
- Uses hledger 1.50.5.
|
||||
|
||||
|
||||
### hledger-web 1.50.5
|
||||
|
||||
|
||||
- Uses hledger 1.50.5.
|
||||
|
||||
|
||||
|
||||
|
||||
### credits 1.50.5
|
||||
|
||||
|
||||
Simon Michael.
|
||||
|
||||
|
||||
|
||||
## 2025-12-04 hledger-1.50.4
|
||||
### hledger 1.50.4
|
||||
|
||||
|
||||
@ -33,6 +33,8 @@ Improvements
|
||||
[#2468]
|
||||
|
||||
|
||||
# 1.50.5 2025-12-08
|
||||
|
||||
# 1.50.4 2025-12-04
|
||||
|
||||
# 1.50.3 2025-11-18
|
||||
|
||||
@ -32,6 +32,11 @@ Improvements
|
||||
- Uses hledger 1.51.
|
||||
|
||||
|
||||
# 1.50.5 2025-12-08
|
||||
|
||||
- Uses hledger 1.50.5.
|
||||
|
||||
|
||||
# 1.50.4 2025-12-04
|
||||
|
||||
- Uses hledger 1.50.4.
|
||||
|
||||
@ -30,6 +30,11 @@ Improvements
|
||||
- Uses hledger 1.51.
|
||||
|
||||
|
||||
# 1.50.5 2025-12-08
|
||||
|
||||
- Uses hledger 1.50.5.
|
||||
|
||||
|
||||
# 1.50.4 2025-12-04
|
||||
|
||||
- Uses hledger 1.50.4.
|
||||
|
||||
@ -91,6 +91,16 @@ API
|
||||
- renamed withJournalDo -> withJournal. The old name is still available but deprecated.
|
||||
|
||||
|
||||
# 1.50.5 2025-12-08
|
||||
|
||||
Fixes
|
||||
|
||||
- Relative includes from a symlinked file work again, fixing some fallout from 1.50.4's fixes.
|
||||
[#2503]
|
||||
|
||||
[#2503]: https://github.com/simonmichael/hledger/issues/2503
|
||||
|
||||
|
||||
# 1.50.4 2025-12-04
|
||||
|
||||
Fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user