2018-11-26 08:06:33 +03:00
|
|
|
User-visible changes in hledger-web.
|
|
|
|
See also the hledger changelog.
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2019-09-01 18:41:33 +03:00
|
|
|
# 1.15 2019-09-01
|
2019-08-19 14:03:54 +03:00
|
|
|
|
|
|
|
- web: ?sidebar= hides the sidebar, like ?sidebar=0
|
|
|
|
|
|
|
|
- web: --serve-api disables server-side UI
|
2019-07-11 09:22:04 +03:00
|
|
|
|
2019-07-25 12:48:08 +03:00
|
|
|
- register page: clip linked accounts to 40 characters (Henning Thielemann)
|
2019-07-11 09:22:04 +03:00
|
|
|
This was the behaviour before adding the links.
|
|
|
|
|
2019-07-25 12:48:08 +03:00
|
|
|
- avoid spaces before commas in register account links (Henning Thielemann)
|
2019-07-11 09:22:04 +03:00
|
|
|
|
2019-07-25 12:48:08 +03:00
|
|
|
- add links to accounts in register transactions (Henning Thielemann)
|
2019-07-11 09:22:04 +03:00
|
|
|
|
2019-07-25 12:48:08 +03:00
|
|
|
- fix "_create_locale could not be located" error on windows 7 (#1039)
|
2019-05-04 00:59:12 +03:00
|
|
|
|
|
|
|
- use hledger 1.15
|
2019-03-21 02:09:25 +03:00
|
|
|
|
2019-03-21 01:39:12 +03:00
|
|
|
# 1.14.1 2019-03-20
|
|
|
|
|
|
|
|
- /accounts JSON: return all accounts, not just top-level ones (#985)
|
|
|
|
Accounts are returned as a flat list, in tree order, with asubs fields empty.
|
|
|
|
|
|
|
|
- use hledger 1.14.2
|
|
|
|
|
2019-03-02 04:43:27 +03:00
|
|
|
# 1.14 2019-03-01
|
|
|
|
|
|
|
|
- serve the same JSON-providing routes as in hledger-api:
|
|
|
|
```
|
|
|
|
/accountnames
|
|
|
|
/transactions
|
|
|
|
/prices
|
|
|
|
/commodities
|
|
|
|
/accounts
|
|
|
|
/accounttransactions/ACCT
|
|
|
|
```
|
|
|
|
And allow adding a new transaction by PUT'ing JSON (similar to the
|
|
|
|
output of /transactions) to /add. This requires the `add` capability
|
|
|
|
(which is enabled by default). Here's how to test with curl:
|
|
|
|
```
|
|
|
|
$ curl -s http://127.0.0.1:5000/add -X PUT -H 'Content-Type: application/json' --data-binary @in.json; echo
|
|
|
|
```
|
|
|
|
(#316)
|
|
|
|
|
|
|
|
- fix unbalanced transaction prevention in the add form
|
|
|
|
|
|
|
|
- fix transaction-showing tooltips (#927)
|
|
|
|
|
|
|
|
- manual updates: document --capabilities/--capabilities-header and
|
|
|
|
editing/uploading/downloading.
|
|
|
|
|
|
|
|
- use hledger 1.14
|
|
|
|
|
2019-02-02 03:57:52 +03:00
|
|
|
# 1.13 (2019/02/01)
|
2019-01-26 22:30:54 +03:00
|
|
|
|
2019-02-02 03:57:52 +03:00
|
|
|
- use hledger 1.13
|
2019-01-26 22:30:54 +03:00
|
|
|
|
2018-12-02 03:29:54 +03:00
|
|
|
# 1.12 (2018/12/02)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- fix duplicate package.yaml keys warned about by hpack
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.12
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2018-10-06 22:36:20 +03:00
|
|
|
# 1.11.1 (2018/10/06)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.11.1
|
2018-10-06 22:36:20 +03:00
|
|
|
|
2018-10-01 09:05:26 +03:00
|
|
|
# 1.11 (2018/9/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.11
|
2018-10-01 09:05:26 +03:00
|
|
|
|
2018-06-30 23:57:06 +03:00
|
|
|
# 1.10 (2018/6/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- multiple -f options, and --auto, work again
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- view, add, edit permissions can be set at CLI or by Sandstorm HTTP header
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- the edit form has been revived, for whole-journal editing
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- the journal can now be uploaded and downloaded
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- the e key toggles empty accounts in the sidebar
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger-lib 1.10
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2018-04-29 21:56:46 +03:00
|
|
|
# 1.9.2 (2018/4/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger-lib 1.9.1
|
2018-04-29 21:56:46 +03:00
|
|
|
|
|
|
|
# 1.9.1 (2018/4/13)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- fix compilation with yesod < 1.6
|
2018-04-29 21:56:46 +03:00
|
|
|
|
2018-03-31 14:15:16 +03:00
|
|
|
# 1.9 (2018/3/31)
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- support ghc 8.4, latest deps
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- when the system text encoding is UTF-8, ignore any UTF-8 BOM prefix
|
|
|
|
found when reading files
|
2018-03-31 14:13:23 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- -E/--empty toggles zeroes at startup (with opposite default to cli)
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2017-12-31 05:20:41 +03:00
|
|
|
# 1.5 (2017/12/31)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- add form account fields now suggest implied and declared account names also
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- add form date field now uses a datepicker (Eli Flanagan)
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- don't write a session file at startup, don't require a writable working directory
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- support -V/--value, --forecast, --auto
|
2015-02-27 18:02:31 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- remove upper bounds on all but hledger* and base (experimental)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2017-09-27 05:22:30 +03:00
|
|
|
# 1.4 (2017/9/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- a @FILE argument reads flags & args from FILE, one per line
|
2017-09-30 19:52:15 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- web: Make "Add transaction" button tabbable (#430) (Jakub Zárybnický)
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- accept -NUM as a shortcut for --depth NUM
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- deps: drop oldtime flag, require time 1.5+, remove ghc < 7.6 support
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2017-08-25 19:14:11 +03:00
|
|
|
# 1.3.2 (2017/8/25)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- remove unnecessary bound to satisfy hackage server
|
2017-08-25 19:14:11 +03:00
|
|
|
|
2017-08-25 18:00:54 +03:00
|
|
|
# 1.3.1 (2017/8/25)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- allow megaparsec 6 (#594, Simon Michael, Hans-Peter Deifel)
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow megaparsec-6.1 (Hans-Peter Deifel)
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- restore upper bounds on hledger packages
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2017-07-01 00:26:36 +03:00
|
|
|
# 1.3 (2017/6/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
Depends on hledger\[-lib\] 1.3, see related changelogs.
|
2017-07-01 00:26:36 +03:00
|
|
|
|
2017-06-20 18:40:35 +03:00
|
|
|
# 1.2 (2017/3/31)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Accounts with ? in name had empty registers (fixes #498) (Bryan Richter)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Allow megaparsec 5.2 (fixes #503)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
2016-12-31 22:24:12 +03:00
|
|
|
# 1.1 (2016/12/31)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- add --host option (#429)
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2016-12-31 22:24:12 +03:00
|
|
|
This came up in the context of Docker, but it seems it wasn't
|
|
|
|
possible for hledger-web to serve remote clients directly (without
|
|
|
|
a proxy) because of 127.0.0.1 being hardcoded. That can now be
|
|
|
|
changed with --host=IPADDR. Also, the default base url uses this
|
|
|
|
address rather than a hard-coded "localhost".
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2016-12-31 22:24:12 +03:00
|
|
|
- rename --server to --serve
|
|
|
|
|
|
|
|
The --server flag sounded too close in meaning to --host so
|
|
|
|
I've renamed it to --serve. The old spelling is still accepted,
|
|
|
|
but deprecated and will be removed in the next release.
|
|
|
|
|
2016-10-27 18:10:24 +03:00
|
|
|
# 1.0.1 (2016/10/27)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow megaparsec 5.0 or 5.1
|
2016-10-27 18:10:24 +03:00
|
|
|
|
2016-10-26 22:21:01 +03:00
|
|
|
# 1.0 (2016/10/26)
|
|
|
|
|
|
|
|
## ui
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- use full width on large screens, hide sidebar on small screens, more standard bootstrap styling (#418, #422) (Dominik Süß)
|
2016-10-27 17:43:44 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- show the sidebar by default (#310)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
- fix the add link's tooltip
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- when the add form opens, focus the first field (#338)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- leave the add form's date field blank, avoiding a problem with tab clearing it (#322)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- use transaction id instead of date in transaction urls (#308) (Thomas R. Koll)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
- after following a link to a transaction, highlight it (Thomas R. Koll)
|
|
|
|
|
|
|
|
- misc. HTML/CSS/file cleanups/fixes (Thomas R. Koll)
|
|
|
|
|
|
|
|
## misc
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- startup is more robust (#226).
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
Now we exit if something is already using the specified port,
|
|
|
|
and we don't open a browser page before the app is ready.
|
|
|
|
|
|
|
|
- termination is more robust, avoiding stray background threads.
|
|
|
|
|
|
|
|
We terminate the server thread more carefully on exit, eg on control-C in GHCI.
|
|
|
|
|
|
|
|
- more robust register dates and filtering in some situations (see hledger-ui notes)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- reloading the journal preserves options, arguments in effect (#314).
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
The initial query specified by command line arguments is now preserved
|
|
|
|
when the journal is reloaded. This does not appear in the web UI, it's
|
|
|
|
like an invisible extra filter.
|
|
|
|
|
|
|
|
- show a proper not found page on 404
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- document the special \`inacct:\` query (#390)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2015-10-31 00:02:24 +03:00
|
|
|
0.27 (2015/10/30)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- Fix keyboard shortcut for adding a transaction (Carlos Lopez-Camey)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- Clear the form when clicking 'Add a transaction' (just like the shortcut) (Carlos Lopez-Camey)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- Disallow -f- (reading from standard input) which currently doesn't work (#202)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- Fix broken links when using --base-url (#235)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- Fix the --file-url option (#285)
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- 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
|
|
|
|
2019-01-26 05:30:09 +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>)
|
2019-01-26 05:23:36 +03:00
|
|
|
- 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
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- GHC 7.10 compatibility (#239)
|
2015-02-27 18:02:31 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- fix the add form when there are included files (#234)
|
2015-02-27 18:02:31 +03:00
|
|
|
|
|
|
|
NB to make this work, the add form now shows the full file path of
|
|
|
|
the main and included journal files.
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- improve add form validation (#223, #234)
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2015-02-27 18:02:31 +03:00
|
|
|
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).
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- keep the add button right-aligned when pressing ctrl - on the add form
|
2015-02-27 18:02:31 +03:00
|
|
|
|
2015-03-15 22:55:45 +03:00
|
|
|
0.24.1 (2015/1/10)
|
2015-02-27 18:02:31 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- add missing modules to fix cabal tests (#232)
|
2014-04-28 11:51:02 +04:00
|
|
|
|
2015-01-11 04:03:44 +03:00
|
|
|
0.24 (2014/12/25)
|
2014-06-25 01:51:09 +04:00
|
|
|
|
2014-12-16 22:09:52 +03:00
|
|
|
General:
|
|
|
|
- fix: add missing hs/js files to package
|
|
|
|
- the web UI has been streamlined, dropping the raw and entries views and
|
2019-01-26 05:23:36 +03:00
|
|
|
the edit form
|
2014-12-16 22:09:52 +03:00
|
|
|
- the help dialog has been improved
|
2014-06-13 03:19:18 +04:00
|
|
|
- keyboard shortcuts are now available
|
2014-12-16 22:09:52 +03:00
|
|
|
- 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
|
2019-01-26 05:23:36 +03:00
|
|
|
account register view
|
2014-12-16 22:09:52 +03:00
|
|
|
- chart improvements: show zero balances with correct commodity; show
|
2019-01-26 05:23:36 +03:00
|
|
|
accurate balance at all dates; show transaction events & tooltips;
|
|
|
|
show zero/today lines & background colors
|
2014-12-16 22:09:52 +03:00
|
|
|
|
|
|
|
Add form:
|
2019-01-26 05:30:09 +03:00
|
|
|
- parses data more strictly and gives better errors (eg #194)
|
2014-12-16 22:09:52 +03:00
|
|
|
- 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*
|
2019-01-26 05:30:09 +03:00
|
|
|
- require yesod 1.4* (fixes #212)
|
2014-12-16 22:09:52 +03:00
|
|
|
- js updated (jquery, bootstrap, flot), added (typeahead, cookie, hotkeys),
|
2019-01-26 05:23:36 +03:00
|
|
|
removed (select2)
|
2014-12-25 11:03:11 +03:00
|
|
|
|
2014-09-13 05:15:05 +04:00
|
|
|
0.23.3 (2014/9/12)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- 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)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- depend on latest hledger
|
2014-05-09 01:32:06 +04:00
|
|
|
|
|
|
|
0.23.1 (2014/5/7)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- depend on latest hledger
|
2014-05-09 01:32:06 +04:00
|
|
|
|
2014-05-01 19:14:36 +04:00
|
|
|
0.23 (2014/5/1)
|
2014-04-28 11:51:02 +04:00
|
|
|
|
2019-01-26 05:23:36 +03: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.
|
|
|
|
|
2014-05-01 19:14:36 +04:00
|
|
|
0.22.8 (2014/4/29)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- allow shakespeare 2.* (#179)
|
2014-04-28 11:51:02 +04:00
|
|
|
|
2014-04-17 04:28:30 +04:00
|
|
|
0.22.7 (2014/4/17)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- add Peter Simons' patch fixing Data.Conduit.Network HostIPv4 error (#171)
|
2014-04-17 04:28:30 +04:00
|
|
|
|
|
|
|
0.22.6 (2014/4/16)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- depend on hledger\[-lib\] 0.22.2
|
2014-04-17 04:28:30 +04:00
|
|
|
|
2014-04-15 23:29:53 +04:00
|
|
|
0.22.5 (2014/4/15)
|
2014-04-09 02:52:37 +04:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- 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)
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow warp 2.1, fixing cabal install
|
2014-04-09 02:52:37 +04:00
|
|
|
|
|
|
|
0.22.4 (2014/2/10)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- Fix: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
|
2014-04-09 02:52:37 +04:00
|
|
|
|
|
|
|
0.22.3 (2014/2/10)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- Fix: version number reported by --version
|
2014-04-09 02:52:37 +04:00
|
|
|
|
|
|
|
0.22.2 (2014/2/10)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- new option --static-root to set the base url for static files
|
2019-01-26 05:30:09 +03:00
|
|
|
- allow blaze-html 0.7 (#159)
|
|
|
|
- Fix: include unminified source of all javascript to help packagers (#161)
|
2019-01-26 05:23:36 +03:00
|
|
|
- Fix: work around clang-related build failures with OS X mavericks/XCode 5
|
2014-04-09 02:52:37 +04:00
|
|
|
|
|
|
|
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.
|