hledger/hledger-web/CHANGES

138 lines
3.9 KiB
Plaintext
Raw Normal View History

2015-02-27 18:02:31 +03:00
User-visible changes in hledger-web.
See also hledger's change log.
2015-10-31 00:02:24 +03:00
0.27 (2015/10/30)
2015-10-26 16:09:57 +03:00
- Fix keyboard shortcut for adding a transaction (Carlos Lopez-Camey)
- Clear the form when clicking 'Add a transaction' (just like the shortcut) (Carlos Lopez-Camey)
- Disallow -f- (reading from standard input) which currently doesn't work (#202)
- Fix broken links when using --base-url (#235)
- Fix the --file-url option (#285)
- Show fewer "other accounts" in the account register: to reduce
clutter in the "other accounts" field, if there are both real and
virtual postings to other accounts, show only the accounts posted to
by real postings.
2015-02-27 18:02:31 +03:00
2015-07-13 03:39:04 +03:00
0.26 (2015/7/12)
2015-05-14 23:39:54 +03:00
2015-07-13 03:39:04 +03:00
- make the j keybinding respect --base-url (fixes #271)
- respect command line options (fixes #225)
- include the unminified jquery source again (#161)
- fix build breakage from #165 (fixes #268)
- fix a js error breaking add form in browsers other than firefox (#251, Carlos Lopez-Camey <c.lopez@kmels.net>)
- drop deprecated network-conduit dependency
2015-05-14 23:39:54 +03:00
2015-04-08 05:52:00 +03:00
0.25 (2015/4/7)
2015-04-08 03:14:44 +03:00
- GHC 7.10 compatibility (#239)
2015-02-27 18:02:31 +03:00
- fix the add form when there are included files (#234)
NB to make this work, the add form now shows the full file path of
the main and included journal files.
- improve add form validation (#223, #234)
All add form errors are displayed as form errors, not internal
server errors, and when there are errors the add form is redisplayed
(form inputs are not preserved, currently).
- keep the add button right-aligned when pressing ctrl - on the add form
2015-03-15 22:55:45 +03:00
0.24.1 (2015/1/10)
2015-02-27 18:02:31 +03:00
2015-03-15 22:55:45 +03:00
- add missing modules to fix cabal tests (#232)
2014-04-28 11:51:02 +04:00
0.24 (2014/12/25)
2014-06-25 01:51:09 +04:00
General:
- fix: add missing hs/js files to package
- the web UI has been streamlined, dropping the raw and entries views and
the edit form
- the help dialog has been improved
2014-06-13 03:19:18 +04:00
- keyboard shortcuts are now available
- the sidebar can be toggled open or closed (press s)
Journal view:
- layout tweaks for less truncation of descriptions and account names
Register view:
- fix: don't show all zero amounts when searching by account within an
account register view
- chart improvements: show zero balances with correct commodity; show
accurate balance at all dates; show transaction events & tooltips;
show zero/today lines & background colors
Add form:
- parses data more strictly and gives better errors (eg #194)
- allows any number of postings, not just two
- after adding a transaction, goes back to the journal
- keyboard shortcut (a) allows quick access
Dependencies:
- allow warp 3*, wai-handler-launch 3*
- require yesod 1.4* (fixes #212)
- js updated (jquery, bootstrap, flot), added (typeahead, cookie, hotkeys),
removed (select2)
2014-12-25 11:03:11 +03:00
0.23.3 (2014/9/12)
- remove warp, wai-handler-launch upper bounds (fixes #205)
2014-06-13 03:19:18 +04:00
2014-05-09 01:32:06 +04:00
0.23.2 (2014/5/8)
- depend on latest hledger
0.23.1 (2014/5/7)
- depend on latest hledger
2014-05-01 19:14:36 +04:00
0.23 (2014/5/1)
2014-04-28 11:51:02 +04:00
2014-05-01 19:14:36 +04:00
- 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)
2014-04-28 11:51:02 +04:00
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
2014-04-09 03:00:41 +04:00
See http://hledger.org/release-notes or doc/RELNOTES.md.