mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
67 lines
1.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
See also the hledger changelog.
|
|
|
|
0.24 (unreleased)
|
|
|
|
- the web UI has been streamlined; edit form, raw & entries views have been dropped
|
|
- we now remember the sidebar's open/closed state
|
|
- keyboard shortcuts are now available
|
|
- better help dialog
|
|
- better add form
|
|
- more bootstrap styling
|
|
- static file cleanups
|
|
- report filtering fixes
|
|
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
|
|
- refactoring
|
|
- allow warp 3, wai-handler-launch 3
|
|
|
|
0.23.2 (2014/5/8)
|
|
|
|
- depend on latest hledger
|
|
|
|
0.23.1 (2014/5/7)
|
|
|
|
- depend on latest hledger
|
|
|
|
0.23 (2014/5/1)
|
|
|
|
- The --static-root flag has been renamed to --file-url.
|
|
- hledger-web now builds with Cabal's default -O, not -O2,
|
|
so may be a little quicker/less memory-hungry to install.
|
|
|
|
0.22.8 (2014/4/29)
|
|
|
|
- allow shakespeare 2.* (#179)
|
|
|
|
0.22.7 (2014/4/17)
|
|
|
|
- add Peter Simons' patch fixing Data.Conduit.Network HostIPv4 error (#171)
|
|
|
|
0.22.6 (2014/4/16)
|
|
|
|
- depend on hledger[-lib] 0.22.2
|
|
|
|
0.22.5 (2014/4/15)
|
|
|
|
- allow http-client 0.3.*, fixing cabal install again with GHC <= 7.6 (not yet 7.8)
|
|
- use pretty-show only with GHC 7.4+, fixing GHC 7.2 (fixes #155)
|
|
- allow warp 2.1, fixing cabal install
|
|
|
|
0.22.4 (2014/2/10)
|
|
|
|
- Fix: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
|
|
|
|
0.22.3 (2014/2/10)
|
|
|
|
- Fix: version number reported by --version
|
|
|
|
0.22.2 (2014/2/10)
|
|
|
|
- new option --static-root to set the base url for static files
|
|
- allow blaze-html 0.7 (#159)
|
|
- Fix: include unminified source of all javascript to help packagers (#161)
|
|
- Fix: work around clang-related build failures with OS X mavericks/XCode 5
|
|
|
|
0.22.1 (2014/1/6) and older
|
|
|
|
See http://hledger.org/release-notes or doc/RELNOTES.md.
|