site: link release notes headings to the original announcements where available
Problems: these are not discoverable and headings with no announcements still link to the table of contents.
This commit is contained in:
parent
68f13e18af
commit
cb93334ade
30
NEWS.md
30
NEWS.md
@ -4,7 +4,7 @@ title: hledger news
|
||||
|
||||
# News
|
||||
|
||||
## 2011/4/22 hledger 0.14
|
||||
## [2011/4/22 hledger 0.14](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/383)
|
||||
|
||||
* remove the specific process dependency that caused too many cabal install problems
|
||||
* treat arguments as possibly-encoded platform strings, do not assume UTF-8
|
||||
@ -39,7 +39,7 @@ Stats:
|
||||
189 unit & functional tests and 59% unit test coverage (hledger, hledger-lib packages).
|
||||
5540 lines of code (all packages).
|
||||
|
||||
## 2010/12/6 hledger 0.13
|
||||
## [2010/12/6 hledger 0.13](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/296)
|
||||
|
||||
* move web, vty, chart commands into separate hledger-web, hledger-vty,
|
||||
hledger-chart packages. This both simplifies (no more build flags) and
|
||||
@ -67,7 +67,7 @@ Stats:
|
||||
* transaction balancing is now based on display precision (#23)
|
||||
* briefer, more informative usage error messages
|
||||
|
||||
## 2010/9/6 hledger 0.12.1
|
||||
## [2010/9/6 hledger 0.12.1](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/272)
|
||||
|
||||
* web: fix account filtering breakage
|
||||
* installing: tighten up utf8-string dependency
|
||||
@ -97,7 +97,7 @@ lines of code with 136 tests and 41% unit test coverage.
|
||||
|
||||
* fix --version output
|
||||
|
||||
## 2010/07/17 hledger 0.11
|
||||
## [2010/07/17 hledger 0.11](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/253)
|
||||
|
||||
* split --help, adding --help-options and --help-all/-H, and make
|
||||
it the default command
|
||||
@ -144,7 +144,7 @@ lines of code with 136 tests and 41% unit test coverage.
|
||||
Stats: 55 days and 136 commits since last release. Now at 5552
|
||||
lines of code with 132 tests and 54% unit test coverage.
|
||||
|
||||
## 2010/05/23 hledger 0.10
|
||||
## [2010/05/23 hledger 0.10](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/242)
|
||||
|
||||
* fix too-loose testpack dependency, missing safe dependency
|
||||
* fix ghc 6.12 compatibility with -fweb
|
||||
@ -174,7 +174,7 @@ lines of code with 132 tests and 54% unit test coverage.
|
||||
Stats: 44 days, 81 commits since last release. Now at 4904 lines of
|
||||
code including tests, 144 tests, 53% coverage.
|
||||
|
||||
## 2010/04/10 hledger 0.9
|
||||
## [2010/04/10 hledger 0.9](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/239)
|
||||
|
||||
* ghc 6.12 support
|
||||
* split off hledger-lib package, containing core types & utils
|
||||
@ -224,7 +224,7 @@ code including tests, 144 tests, 53% coverage.
|
||||
Stats: 58 days, 2 contributors, 102 commits since last release. Now
|
||||
at 3983 lines of non-test code, 139 tests, 53% coverage.
|
||||
|
||||
## 2010/02/11 hledger 0.8
|
||||
## [2010/02/11 hledger 0.8](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/210)
|
||||
|
||||
* parsing: in date=date2, use first date's year as a default for
|
||||
the second
|
||||
@ -254,7 +254,7 @@ at 3983 lines of non-test code, 139 tests, 53% coverage.
|
||||
Stats: 62 days, 2 contributors, 76 commits since last release. Now
|
||||
at 3464 lines of non-test code, 97 tests, 53% test coverage.
|
||||
|
||||
## 2009/12/11 hledger 0.7
|
||||
## [2009/12/11 hledger 0.7](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/193)
|
||||
|
||||
* price history support (first cut): P directives now work,
|
||||
though differently from c++ ledger. Each posting amount takes its
|
||||
@ -294,12 +294,12 @@ at 3464 lines of non-test code, 97 tests, 53% test coverage.
|
||||
Stats: 60 days, 1 contributor, 50 commits since last release. Now
|
||||
at 3377 lines of non-test code, 97 tests, 53% test coverage.
|
||||
|
||||
## 2009/06/22 hledger 0.6.1
|
||||
## [2009/06/22 hledger 0.6.1](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/156)
|
||||
|
||||
* avoid use of exitSuccess which was breaking ghc 6.8/base 3
|
||||
compatibility (issue \#2)
|
||||
|
||||
## 2009/06/13 hledger 0.6
|
||||
## [2009/06/13 hledger 0.6](http://thread.gmane.org/gmane.comp.finance.ledger.general/1215)
|
||||
|
||||
* now cabal-installable on unix, mac, and windows, with Haskell
|
||||
Platform
|
||||
@ -340,7 +340,7 @@ Release stats:
|
||||
* two fixes: really disable vty flag by default, and include
|
||||
ConvertCommand in cabal file
|
||||
|
||||
## 2009/05/23 hledger 0.5
|
||||
## [2009/05/23 hledger 0.5](http://thread.gmane.org/gmane.comp.finance.ledger.general/1181)
|
||||
|
||||
* the vty flag is disabled by default again, to ease installation
|
||||
on windows
|
||||
@ -381,7 +381,7 @@ Release stats:
|
||||
* Tests: 76
|
||||
* Known errors: 0
|
||||
|
||||
## 2009/04/03 hledger 0.4
|
||||
## [2009/04/03 hledger 0.4](http://thread.gmane.org/gmane.comp.finance.ledger.general/1097)
|
||||
|
||||
* new "web" command serves reports in a web browser (install with
|
||||
-f happs to build this)
|
||||
@ -427,7 +427,7 @@ Release stats:
|
||||
* Tests: 56
|
||||
* Known errors: 0
|
||||
|
||||
## 2009/01/17 hledger 0.3
|
||||
## [2009/01/17 hledger 0.3](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/67)
|
||||
|
||||
* count timelog sessions on the day they end, like ledger, for
|
||||
now
|
||||
@ -461,7 +461,7 @@ Release stats:
|
||||
* Tests: 58
|
||||
* Known errors: 1
|
||||
|
||||
## 2008/11/23 hledger 0.2
|
||||
## [2008/11/23 hledger 0.2](http://thread.gmane.org/gmane.comp.finance.ledger.general/826)
|
||||
|
||||
* fix balance report totals when filtering by account
|
||||
* fix balance report selection of accounts when filtering by
|
||||
@ -509,7 +509,7 @@ Release stats:
|
||||
* Tests: 43
|
||||
* Known errors: 0
|
||||
|
||||
## 2008/10/15 hledger 0.1
|
||||
## [2008/10/15 hledger 0.1](http://thread.gmane.org/gmane.comp.finance.ledger.general/775)
|
||||
|
||||
Release stats:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user