hledger 1.33

hledger is... free GPL-licensed accounting software that runs on unix, mac, windows, and the web based on readable, version-controllable, future-proof plain text files good for tracking money, investments, time, or any countable commodity good for learning more about double entry accounting shipped with web, terminal, command line, JSON and Haskell interfaces the most user friendly plain text accounting app comparable to Ledger and Beancount built with the powerful Haskell language fast, lightweight, reliable (we pay $50 for regression reports or fixes) free from vendor lock-in local, not cloud-based; your private financial data remains under your control scripting-friendly and automatable comfortable for technical users, but also usable by others. Knowing about command lines, text editors and version control is helpful, but not required (much) good at importing CSV from banks and other financial institutions actively developed and supported by Simon Michael and contributors since 2007 strengthened by your feedback, work and funding. 🙏🏻

Tags accounting cli haskell roff
License
State initial

Recent Releases

1.3320 Apr 2024 01:25 minor documentation: Misc Apple ARM binaries are now included in github releases. Docs. REGRESSIONS: we now split the bounty between finder and r. move Developer docs, MOCKUPS, investment-accounting-features to main repo. merge LINKS into dev docs page; cleanup. drop unused BACKLOG, TODO pages.
1.32.329 Jan 2024 09:45 minor bugfix: Scripts/addons Bin/hledger-bar: an error when NO_COLOR is not defined;. Allow color when NO_COLOR is defined but empty, per no-color spec; And shellcheck warnings. (Colin Dean, Simon Michael). Bin/hledger-simplebal: shellcheck warnings. (Colin Dean).
1.32.211 Jan 2024 15:40 minor feature: Docs - Added: - Updated: ISSUES.md, REGRESSIONS.md - WORKFLOWS.md is renamed to DEVWORKFLOWS.md to avoid a name clash. Examples - New CSV rules examples for Wise, ING, Venmo, PayPal, FHB, N26, Triodos (Ilja Kocken) Scripts/addons Infrastructure - Project scripts in `Makefile` and `bake` have been converted to a `Justfile`. After many years using `make` and shell for scripting, I find `just` better enough, and the goal of clean consolidated efficient project automation so valuable, that we will use it in the hledger project even though it usually is not installed by default. - The `.mailmap` file has been updated to clean up committer info in git output. - `tools/generatejournal` can now be run as a script. - The "new issue" and "new PR" templates have had some cleanup. - There are some new issue tracker labels intended for use with a new ISSUES.md Prioritising scheme, and a few issues using them.