ZIP
WinGet
hledger
simonmichael · 1.51.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
hledger-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
simonmichael.hledger
Version
1.51.2
Description
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
License
GPL-3.0
↗
Support
https://hledger.org/support.html
Installer URL
https://github.com/simonmichael/hledger/releases/download/1.51.2/hledger-windows-x64.zip
Release Notes
Release notes
hledger 1.51.2
Fixes
- The add and import commands now once again auto-create the journal file
if it does not exist yet, fixing a regression in 1.50.3.
Also they now create it lazily, only when they have data to write,
not unconditionally at the start.
#2514
- The roi command has some more sanity checks, and some error messages
have been clarified.
(Dmitry Astapov, #2505)
Improvements
- The -f option now reports an error if you give it a glob pattern
(a path containin…