;doc:changelogs, relnotes: merge 1.50.5

This commit is contained in:
Simon Michael 2025-12-08 10:19:24 -10:00
parent 665e2d0a55
commit 81846aa747
6 changed files with 58 additions and 0 deletions

View File

@ -74,6 +74,8 @@ Infrastructure/Misc
- workflows:binaries-mac-x64: switch to macos-15-intel - workflows:binaries-mac-x64: switch to macos-15-intel
# 1.50.5 2025-12-08
# 1.50.4 2025-12-04 # 1.50.4 2025-12-04
# 1.50.3 2025-11-18 # 1.50.3 2025-11-18

View File

@ -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 ## 2025-12-04 hledger-1.50.4
### hledger 1.50.4 ### hledger 1.50.4

View File

@ -33,6 +33,8 @@ Improvements
[#2468] [#2468]
# 1.50.5 2025-12-08
# 1.50.4 2025-12-04 # 1.50.4 2025-12-04
# 1.50.3 2025-11-18 # 1.50.3 2025-11-18

View File

@ -32,6 +32,11 @@ Improvements
- Uses hledger 1.51. - Uses hledger 1.51.
# 1.50.5 2025-12-08
- Uses hledger 1.50.5.
# 1.50.4 2025-12-04 # 1.50.4 2025-12-04
- Uses hledger 1.50.4. - Uses hledger 1.50.4.

View File

@ -30,6 +30,11 @@ Improvements
- Uses hledger 1.51. - Uses hledger 1.51.
# 1.50.5 2025-12-08
- Uses hledger 1.50.5.
# 1.50.4 2025-12-04 # 1.50.4 2025-12-04
- Uses hledger 1.50.4. - Uses hledger 1.50.4.

View File

@ -91,6 +91,16 @@ API
- renamed withJournalDo -> withJournal. The old name is still available but deprecated. - 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 # 1.50.4 2025-12-04
Fixes Fixes