From 6703057050c9ba5e43c93bacf46987f0e600a450 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 1 Sep 2019 09:59:51 -0700 Subject: [PATCH] ;doc: more changelog cleanups [ci skip] --- CHANGES.md | 6 ++---- hledger-web/CHANGES.md | 11 +++-------- hledger/CHANGES.md | 11 +++++------ 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d9023723b..b94e3869a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,10 +9,8 @@ For package-specific changes, see the package changelogs. - api: drop from Shake scripts - - -- new hledger.org: the site now has its own git repo, has absorbed the - github wiki, and is generated with Sphinx. +- new unified website: hledger.org now has its own git repo, has + absorbed the github wiki, and is generated with Sphinx. - hledger-api's functionality is now included in hledger-web, and the hledger-api package is mothballed. diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 950b7ed6b..e1857503e 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -3,16 +3,11 @@ See also the hledger changelog. # 1.15 2019-09-01 -- web: ?sidebar= hides the sidebar, like ?sidebar=0 +- --serve-api disables the usual server-side web UI (leaving only the API routes) -- web: --serve-api disables server-side UI +- register page: account names are hyperlinked -- register page: clip linked accounts to 40 characters (Henning Thielemann) - This was the behaviour before adding the links. - -- avoid spaces before commas in register account links (Henning Thielemann) - -- add links to accounts in register transactions (Henning Thielemann) +- ?sidebar= now hides the sidebar, same as ?sidebar=0 - fix "_create_locale could not be located" error on windows 7 (#1039) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 9928d5b04..7d7e02c61 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -3,11 +3,6 @@ User-visible changes in the hledger command line tool and library. # 1.15 2019-09-01 -- help: don't require a journal file - -- reg: show negative amounts in red, like balance and Ledger - - ## General - There is a new valuation option `--value=TYPE[,COMM]`, with @@ -71,11 +66,15 @@ User-visible changes in the hledger command line tool and library. - descriptions, payees, notes commands added (Caleb Maclennan) -- Gabriel Ebner's hledger-diff is now a built in command, +- diff: Gabriel Ebner's hledger-diff is now a built in command, and https://github.com/gebner/hledger-diff is deprecated. +- help: don't require a journal file + - print: now also canonicalises the display style of balance assertion amounts (#1042) +- reg: show negative amounts in red, like balance and Ledger + - reg: fix `--average`, broken since 1.12 (#1003) - stats: show count of market prices (P directives), and the commodities covered