Commit Graph

7128 Commits

Author SHA1 Message Date
Simon Michael
1eb9562204 make: site-liverender; add contrib guide to tags
[ci skip]
2019-02-03 16:56:54 -08:00
Simon Michael
11ce2aff59 doc: update version number notes, move to contrib guide
[ci skip]
2019-02-03 16:51:27 -08:00
Simon Michael
1ff2516a84 make: clean out old stuff
[ci skip]
2019-02-03 16:09:42 -08:00
Simon Michael
47f3ebf25a api: remove some hard-coded version numbers 2019-02-03 15:19:42 -08:00
Simon Michael
e89c3752c4 stats: tweak -o help, output format is not supported here
[ci skip]
2019-02-03 13:05:48 -08:00
Simon Michael
c959e555ad print, reg: restore -o, -O flags dropped during refactor (#967) 2019-02-03 13:04:59 -08:00
Simon Michael
5458e7a973 doc: download, relnotes: bump lib/cli versions
[ci skip]
2019-02-02 20:25:17 -08:00
Simon Michael
78a66594ed lib, cli: changelogs 2019-02-02 20:23:30 -08:00
Simon Michael
6553353bc5 lib, cli: bump version to 1.13.1 2019-02-02 20:21:35 -08:00
Simon Michael
86d5652e53 stop depending on here due to slow haskell-src-meta/stackage issues
Using file-embed or ordinary literals instead, for now.
2019-02-02 16:34:10 -08:00
Simon Michael
e1622bcca6 ci: azure: try without display names
[ci skip]
2019-02-02 12:55:12 -08:00
Simon Michael
67764e4b98 ci: azure: complete stack install script from appveyor
[ci skip]
2019-02-02 12:48:36 -08:00
Simon Michael
2075192b3c ci: azure: try stack install
[ci skip]
2019-02-02 12:42:06 -08:00
Simon Michael
78f5c693ec ci: azure: hledger-install won't run with script:, try bash:
[ci skip]
2019-02-02 12:33:19 -08:00
Simon Michael
6b6534dda0 ci: azure: fix syntax, exclude most non-code files
[ci skip]
2019-02-02 12:29:06 -08:00
Simon Michael
ce080bf81a ci: azure: document, reconfigure for a windows hledger-install build
[ci skip]
2019-02-02 12:16:56 -08:00
azure-pipelines[bot]
2fb505feea ci: try azure pipelines 2019-02-02 09:58:20 -08:00
Simon Michael
b14f4717af doc: relnotes: hledger-ui minor release
[ci skip]
2019-02-02 09:22:03 -08:00
Simon Michael
9f327c3708 site: download: bump hledger-ui version
[ci skip]
2019-02-02 09:20:17 -08:00
Simon Michael
95e9e80053 hledger-install: bump hledger-ui version
[ci skip]
2019-02-02 09:20:17 -08:00
Simon Michael
a73f1152df ui: changelog, bump version to 1.13.1
[ci skip]
2019-02-02 09:20:17 -08:00
Simon Michael
b732c8c8f7 doc: show "dev" in latest docs
[ci skip]
2019-02-02 09:11:10 -08:00
Simon Michael
c882fba1a2 doc: remove "dev" from 1.13 docs snapshot
[ci skip]
2019-02-02 09:07:55 -08:00
Simon Michael
650fffe04f appveyor: disable hledger-web to avoid 1h timeout
[ci skip]
2019-02-02 08:31:07 -08:00
Simon Michael
5a67ea4195 bump hledger-iadd version
[ci skip]
2019-02-02 08:26:01 -08:00
Simon Michael
98e3358046 ui: more defensive brick list imports to fix recent breakage 2019-02-02 08:22:23 -08:00
Simon Michael
fda41373f7 ui: fix build issues with older brick/snapshots, require brick 0.23+ 2019-02-01 21:05:56 -08:00
Simon Michael
a1996da8df doc: announce: expel pandoc's thrice-accursed smart typography
[ci skip]
2019-02-01 18:18:52 -08:00
Simon Michael
3241fe5787 doc: announcement
[ci skip]
2019-02-01 18:10:14 -08:00
Simon Michael
b25b92890c site: download: bump "latest is"
[ci skip]
2019-02-01 17:55:53 -08:00
Simon Michael
305e0f28cf doc: 1.13 manuals snapshot 2019-02-01 17:54:21 -08:00
Simon Michael
97e5b45541 site: download: install command updates
[ci skip]
2019-02-01 17:50:58 -08:00
Simon Michael
b5620d9b3f hledger-install: dep updates
[ci skip]
2019-02-01 17:50:40 -08:00
Simon Michael
a2bf1ddc31 hledger-install: update for 1.13
[ci skip]
2019-02-01 17:28:00 -08:00
Simon Michael
579fba0a4f make: updateembeddeddocs
[ci skip]
2019-02-01 17:23:21 -08:00
Simon Michael
f9b85a1d4c update embedded docs 2019-02-01 17:23:12 -08:00
Simon Michael
40d1572359 bump version to 1.13 2019-02-01 17:19:19 -08:00
Simon Michael
c28d5a9634 doc: release notes 2019-02-01 17:16:20 -08:00
Simon Michael
ca0d0b0d81 doc: changelogs 2019-02-01 17:13:16 -08:00
Simon Michael
022dc09f11 doc: journal: mention "auto postings"; explain the #893 situation
[ci skip]
2019-02-01 16:06:09 -08:00
Simon Michael
d1f122f15e refactor: clarify, note issues (#893) 2019-02-01 15:35:33 -08:00
Simon Michael
6e4ba1106f tests: more tests for #893
[ci skip]
2019-02-01 15:31:38 -08:00
Simon Michael
94771edda2 tests: move, consolidate auto posting tests (#893)
[ci skip]
2019-02-01 15:31:36 -08:00
Simon Michael
33d82fb657 fix: --forecast shouldn't force --auto on (#953, #959) 2019-02-01 11:43:24 -08:00
Simon Michael
d6e075dacd refactor journalModifyTransactions, modifyTransactions
API changes:

Hledger.Data.TransactionModifier
-transactionModifierToFunction
+modifyTransactions

Hledger.Read.Common.applyTransactionModifiers -> Hledger.Data.Journal.journalModifyTransactions
2019-02-01 11:31:04 -08:00
Simon Michael
4a9fa5cd38 internals: append rather than prepend forecasted txns 2019-02-01 11:29:22 -08:00
Simon Michael
f1d4b39146 shake: update help, clean/Clean output
[ci skip]
2019-02-01 10:38:14 -08:00
Simon Michael
89bb4816c6 shake: move changelog scripts to Shake, enhance
New shake targets:
./Shake changelogs
./Shake CHANGES.md
./Shake CHANGES.md-dry
./Shake PKG/CHANGES.md
./Shake PKG/CHANGES.md-dry

Enhancements:
- removes the changelog's previous top heading
- ignores commits like "changelog", "doc: update changelogs"..
- does not write temporary files
- dry run mode

[ci skip]
2019-02-01 10:36:49 -08:00
Simon Michael
29c41dc84b make: avoid sed-related error message, mostly
[ci skip]
2019-01-31 15:55:28 -08:00
Simon Michael
9955f53b9b doc: changelogs cleanup
[ci skip]
2019-01-31 15:43:08 -08:00