Commit Graph

6202 Commits

Author SHA1 Message Date
Simon Michael
7129577f34 update cabal files 2018-04-04 17:56:22 +01:00
Simon Michael
4c4f53c3ad make gencabal: use ghc 8.2 to include hledger-ui 2018-04-04 17:55:26 +01:00
Simon Michael
4ea02bf1cb bump version to 1.9.99 2018-04-04 17:53:38 +01:00
Simon Michael
7565687fcb tools: always generate cabal files with hpack 0.20 to avoid warnings
Not great, requires makefile users to have a "hpack-0.20" in $PATH.
2018-04-04 17:47:36 +01:00
Simon Michael
3e81019b88 tools: make ghci[d]-lib-doctest 2018-04-04 17:47:01 +01:00
Simon Michael
0b5ddcebee cli: clarify smart dates with more examples; add support for YYYYMM 2018-04-04 17:45:23 +01:00
Simon Michael
0e5aa349c8 install: aand.. default verbosity back to info. error doesn't hide warnings 2018-04-04 09:35:09 +01:00
Simon Michael
5dd68c0684 install: specify the resolver again, be independent of global resolver 2018-04-04 09:31:53 +01:00
Simon Michael
c4a707e28a install: default to "error" stack verbosity again, info is too noisy 2018-04-04 09:31:19 +01:00
Simon Michael
5336fb42d3 install: bump version 2018-04-04 09:21:44 +01:00
Simon Michael
705ba683bd install: run stack with default (info) verbosity by default
Otherwise details of install plan failures are hidden.
2018-04-04 09:20:46 +01:00
Simon Michael
43fe86fabc install: show cabal/stack versions and which is being used 2018-04-04 09:20:13 +01:00
Simon Michael
98647ee6f2 web: fix breakage with yesod < 1.6
[ci skip]
2018-04-02 16:32:38 +01:00
Simon Michael
7f1ab4485f doc: announce: cleanups for next time
[ci skip]
2018-04-01 22:47:34 +01:00
Simon Michael
e88ff6cc61 install: forgot to bump hledger-install version
[ci skip]
2018-04-01 01:38:53 +01:00
Simon Michael
34e11642d4 doc: relnotes: formatting
[ci skip]
2018-03-31 11:26:50 -07:00
Simon Michael
f0ed088a34 doc: relnotes: add announce link
[ci skip]
2018-03-31 19:24:10 +01:00
Simon Michael
1acccd5990 doc: bump version in release notes 2018-03-31 19:19:21 +01:00
Simon Michael
be3497c1e5 doc: ANNOUNCE 2018-03-31 19:15:24 +01:00
Simon Michael
87abe50b11 doc: release contributors 2018-03-31 19:15:24 +01:00
Simon Michael
326ac83dcf fix haddock issues 2018-03-31 19:15:24 +01:00
Simon Michael
7ac50feeb3 install, doc: bump versions in install script & download page 2018-03-31 19:15:24 +01:00
Simon Michael
e06644ad8d doc: add 1.9 manuals snapshot 2018-03-31 19:15:24 +01:00
Simon Michael
027abcabe6 update embedded manuals 2018-03-31 19:15:24 +01:00
Simon Michael
6ebb1fb061 update cabal files 2018-03-31 19:15:24 +01:00
Simon Michael
2db2010e40 bump version to 1.9, bump manual date 2018-03-31 19:15:24 +01:00
Simon Michael
0a1e46e018 doc: update changelogs, release notes
[ci skip]
2018-03-31 19:15:24 +01:00
Martin Michlmayr
633ad4455f doc: update references to the faq
Update references to the FAQ in the documentation and on the web site.
2018-03-31 17:58:29 +01:00
Simon Michael
1c26a5b8b5 doc: layout fix (#704, #706)
[ci skip]
2018-03-31 03:38:58 +01:00
Simon Michael
0979dbc01f regenerate cabal files with stack 1.6.3 to silence hpack warnings
[ci skip]
2018-03-31 03:24:01 +01:00
Simon Michael
61a16870ab doc: warn about digit group separators in scientific notation (#704, #706)
[ci skip]
2018-03-31 03:06:55 +01:00
Simon Michael
4ff3a749c6 lib: note an oddity with runJournalParser 2018-03-31 02:44:31 +01:00
Simon Michael
8ce5c84f35 tools: misc Shake, pandoc filter fixes 2018-03-31 02:43:28 +01:00
Simon Michael
b5546fd7b6 doc: another manual update 2018-03-31 02:42:57 +01:00
Simon Michael
4822b53f69 scientific notation test notes (#704, #706) 2018-03-31 02:42:37 +01:00
Simon Michael
571ea1540b document scientific notation (#704, #706) 2018-03-31 02:41:31 +01:00
Simon Michael
c95982381b remove test unrelated to scientific notation (#704, #706) 2018-03-31 01:50:06 +01:00
Mykola Orliuk
b377bff90a lib: support scientific number notation (#704, #706)
closes simonmichael/hledger#704
2018-03-31 01:49:46 +01:00
Simon Michael
a8dc474a27 doc: fix budgeting wiki link
[ci skip]
2018-03-30 03:42:06 +01:00
Simon Michael
2a87ea56ff budget: refactor; show budget goals even with no or zero actual
This makes budget reports more intuitive. It is a temporary hack which
can misorder columns in some cases (if actual and budget activity
occur in a different range of columns). We should redo this in a more
principled way.
2018-03-30 03:26:32 +01:00
Simon Michael
2b34ff1184 lib: reportSpan debug output 2018-03-30 02:41:03 +01:00
Simon Michael
939d6833ea budget: refactor date handling, add debug output 2018-03-30 01:01:50 +01:00
Simon Michael
c306193667 doc: also update -E/--empty command line help
[ci skip]
2018-03-30 00:49:28 +01:00
Simon Michael
ebaac2866b lib: fix reportStartEndDates, rename to reportSpan 2018-03-30 00:16:35 +01:00
Simon Michael
17ce3d8329 doc: update manuals with --budget note 2018-03-29 22:37:37 +01:00
Simon Michael
178e3a234b ui/web: -E toggles zeroes at startup, with opposite default to cli 2018-03-29 22:35:06 +01:00
Simon Michael
dc4def835c lib: refactor runPeriodicTransaction, add a test 2018-03-29 18:11:34 +01:00
Simon Michael
d060398484 lib: splitSpan: return no spans for an empty datespan
Fixes an issue where a bounded budget could wrongly appear in a
disjoint report period.
2018-03-29 18:10:51 +01:00
Simon Michael
4d562ef068 lib: don't count periodic/modifier txns in Journal debug output 2018-03-29 16:45:34 +01:00
Simon Michael
fc3a71bc46 budget: more tests 2018-03-29 16:36:31 +01:00