From 124aaffd34455189956935a5d14567e53dfb2733 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 20 Mar 2019 16:09:25 -0700 Subject: [PATCH] ; merge latest changelogs --- CHANGES.md | 144 +++++++++++++++++++++++++++++++++++++++++ hledger-lib/CHANGES.md | 2 + hledger-ui/CHANGES.md | 2 + hledger-web/CHANGES.md | 2 + hledger/CHANGES.md | 5 ++ 5 files changed, 155 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 671ad1052..08a965a42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,150 @@ General/project-related changes in the hledger project. For package-specific changes, see the package changelogs. +# 8c9d8052 + +- ; site: download: drop unpinned/failing nix command (#980); cleanups + +- ; site: download: consistent hledger-install.sh naming + +- ; site: download: drop nix badges + +- ; site: download: add nix pinned command (#980); drop double borders + +- ; site: download: drop linuxbrew links, that was an old name (#321) + +- ; site: download: latest nix wording (#980) + +- ; site: download: fix hydra links (#980) + +- ; site: home: wording tweaks + +- ; site: download: drop unnecessary link brackets + http://pandoc.org/MANUAL.html#reference-links -> shortcut_reference_links + +- ; site: download: update nix command (#980); links cleanup + +- doc: mention dockerized source build (Dmitry Astapov) + +- docker: use "haskell" image as base (Dmitry Astapov) + +- ;site: download: refine openbsd, sandstorm links + +- ;site: download: drop third-party packages that seem out of date + +- ;site: download: consistent install tool/package links on left/right + +- ; site: download: add manual badges where needed + +- ; site: home: reorder intro links, add offsite arrow + +- ; site: home: rewrite top content + +- ;site: update cookbook links + +- ; site: home: streamline left column content + +- ; site: home: more prominent install, github buttons + +- ; site: download: mention windows unicode display issue (#961) + +- ; site: download: enlarge font + +- ; site: download: stack: can simplify that further, why not + +- ; site: download: simplify stack command, ensure GHC 8.6.4 + +- ; site: download: latest windows binary; windows tweaks + +- ; site: download: links to windows build issues; wording + +- ; site: download: order linux distros by freshness + +- ; site: download: update windows binary + +- appveyor: note 7z docs + [skip ci] + +- appveyor: enable web + [skip ci] + +- travis: enable web, api + +- travis: build fewer packages, refilling cache after resolver bump + +- bump default stack.yaml to nightly-2019-03-09 / ghc 8.6.4 + +- ;site: download: bump gentoo version + +- ;shake hledgerorg: tweak home page commit message + +- ;site: home: wiki links + +- ;site: home: wiki links + +- ;fix pull request template link; comment the help text + +- ;site: home: wiki links + +- make: cleanups + +- make site: remove a bashism + +- ;site: home: wiki links + +- make site: log to site.log again + +- shake site: also commit & push home page when wiki links change + +- tools: move site.sh into shake; stop running just-pushed shakefile + Running the just pushed Shake.hs was too insecure. + +- tools: make site.sh mac compatible + +- shake: don't echo commands by default + +- shake: clean up docs + +- make: rename sub-makefiles; start moving site script to make/shake + [ci skip + +- site: download: note ghc 8.6.3 hang on windows + +- site: download: drop hledger-diff addon + +- install: stop installing hledger-diff addon (#981) + +- shake commandhelp: don't generate a txt for the README (#981) + +- site: download: ensure nix install gets latest available (#980) + +- tools: commit missing pandoc filters (#981) + +- site: download: more cleanup + +- site: download: tweaks + +- site: simplify download page + +- site: download: bump docker version + +- site: download: improve nix/docker/sandstorm links/descriptions + +- site: download: simplify nix instructions (#980) + +- install: don't forget to bump own version + +- download page, hledger-install: bump hledger-iadd version + +- site: download: reduce popping of "latest release is" + +- site: relnotes: show minor release, link announcent + +- download page, hledger-install: bump hledger version + +- shake: add 1.14 to web manual versions + + # 1.14 2019-03-01 - hledger.org website: now uses https, home page updates, diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 0704473c6..d8d6af98d 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,6 +1,8 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 5067d0f9 + # 1.14.1 2019-03-20 - require easytest <0.3 to fix build issue diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 7cb94787e..e4581b887 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,6 +1,8 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 5f3cad4b + # 1.14.1 2019-03-20 - require brick <0.47 to fix build (#995) diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 90f8bfa92..bbe798328 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,6 +1,8 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 7c14e108 + # 1.14.1 2019-03-20 - /accounts JSON: return all accounts, not just top-level ones (#985) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 3fd0cdd41..a06dcb60b 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,6 +1,11 @@ User-visible changes in the hledger command line tool and library. +# 489b7fd8 + +- the external hledger-diff addon has been merged as the builtin diff command. + The addon (https://github.com/gebner/hledger-diff/) is now deprecated. + # 1.14.2 2019-03-20 - require easytest <0.3 to fix build issue