Commit Graph

143 Commits

Author SHA1 Message Date
Simon Michael
077e3c6a02 journal: re-add non-regex aliases, as default (#252)
The regex account aliases added in 0.24 trip up people switching between
hledger and Ledger. (Also they are currently slow).

This change makes the old non-regex aliases the default; they are
unsurprising, useful, and pretty close in functionality to Ledger's.

The new regex aliases are also available; they must be enclosed in
forward slashes. Ledger effectively ignores these, which is ok.

Also clarify docs, refactor, and use the same parser for alias
directives and alias options
2015-05-14 13:01:50 -07:00
Simon Michael
a61d49cca6 site: more-docs: edits 2015-05-13 15:54:00 -07:00
Simon Michael
6df67de354 site: more-docs: link beancount docs 2015-05-13 15:50:17 -07:00
Simon Michael
a3deb03083 doc: announcement tweak 2015-04-28 14:10:33 -07:00
Simon Michael
b16f0cad6b docs: announcement 2015-04-28 14:10:26 -07:00
Simon Michael
ee3ac06c68 devguide: checklist 2015-04-28 14:08:58 -07:00
Simon Michael
5102eca9c3 timelog: support the description field (fix #247) 2015-04-28 13:54:36 -07:00
Simon Michael
4d4a6b1660 manual: give default year directive its own section 2015-04-28 13:49:27 -07:00
Simon Michael
a110c84712 dev guide: release checklist 2015-04-28 13:48:53 -07:00
Simon Michael
dac8a784f4 bump version to 0.26 alpha 2015-04-28 13:48:23 -07:00
Simon Michael
1bc9b71f28 bump version to 0.25 2015-04-28 13:42:41 -07:00
Simon Michael
d535d04458 site: windows downloads 2015-04-28 13:38:35 -07:00
Simon Michael
a60f26c7cc docs: release notes 2015-04-28 13:38:10 -07:00
Kyle Marek-Spartz
af2ef3ad36 Update GitHub repository URL to point to HTTPS version in developer guide. #241 2015-04-14 20:50:41 -05:00
Simon Michael
7c33409390 docs: release checklists 2015-04-07 19:00:16 -07:00
Simon Michael
498a52c7ea doc: more precise version 2015-04-07 17:13:16 -07:00
Simon Michael
97888b1be4 doc: note effect of tag comment position 2015-04-07 17:12:57 -07:00
Simon Michael
95ccfa73a9 doc: release note links 2015-03-15 18:42:23 -07:00
Simon Michael
c5323a6da6 doc: update release notes
(cherry picked from commit 424007a51274b2d597ab04fe3976c248348366ce)

Conflicts:
	doc/site/release-notes.md
2015-03-15 13:55:41 -07:00
Simon Michael
8b51f986b6 doc: remove mention of hledger-web's edit form
(cherry picked from commit 77f4d9e4f6a4f66511aa9cbb28be9602f938fd4f)
2015-03-15 13:36:48 -07:00
Simon Michael
592ae9a28e timelog: show hours with 2 decimal places, not 1 2015-02-27 08:37:16 -08:00
Simon Michael
293c9b2efa doc: manual: Assertions and subaccounts 2015-01-26 09:54:22 -08:00
Simon Michael
a388d0e21d doc: small fixes 2015-01-26 09:54:18 -08:00
Simon Michael
1a4b30b8c1 doc: bring account alias docs up to date 2015-01-19 17:50:33 -08:00
Simon Michael
cbc0183160 doc: update register output docs 2015-01-19 15:28:04 -08:00
Simon Michael
76db377468 document --output-format and --output-file (fix #233) 2015-01-16 16:52:59 -08:00
Simon Michael
a7b4b41bdf doc: git-tip is gratipay 2015-01-07 14:40:20 -08:00
Simon Michael
cf1345ba2e doc: manual: missing line break 2015-01-02 14:21:29 -08:00
Simon Michael
af1d1239f5 doc: download: tweaks, link to hledger-vagrant 2015-01-02 14:21:29 -08:00
Simon Michael
c5c721f1c1 doc: home: limit twitter height a little 2015-01-02 14:21:29 -08:00
Simon Michael
8a992042f5 doc: enable custom favicon 2015-01-02 14:21:29 -08:00
Simon Michael
60278062e6 doc: relnotes: tweaks 2015-01-02 14:21:29 -08:00
Simon Michael
3b2f611597 doc: more-docs: hacker news links 2015-01-02 14:21:29 -08:00
Simon Michael
eb1a1e5fc3 doc: faq: update the ledger answer, capitalise Ledger 2015-01-02 14:21:29 -08:00
Simon Michael
6da4942633 balance: tweak flags a bit; we now use -N and -T
-N doesn't seem to be used by Ledger currently; we'll
use it as shortcut for --no-total.

-T is used by Ledger to set a custom value expression for the final
total. I'm going to take it as a shortcut for --row-total instead.
2014-12-27 15:34:23 -08:00
Simon Michael
ba0623165f balance: row totals/averages in multicolumn mode 2014-12-27 15:24:45 -08:00
Simon Michael
9c68944c79 journal, csv: comment lines can also start with *
As in Ledger. This means you can embed emacs org/outline-mode nodes in
your journal file and manipulate it like an outline.
2014-12-27 14:41:28 -08:00
Simon Michael
e77225038f bump version to 0.24 2014-12-25 11:42:39 -08:00
Simon Michael
1e7d0ae120 doc: release notes 2014-12-25 11:31:39 -08:00
Simon Michael
4ce86a6edb doc: link issue numbers in release notes 2014-12-25 11:04:26 -08:00
Simon Michael
62bad65e5b tighten up status: docs and behaviour a bit (fix #227)
A status: query term no longer accepts * as a synonym for 1,
which was a bit confusing since 1 matches both * and !.
For now, it takes a value of 1 (true) or anything else (false).
2014-12-24 23:48:23 -08:00
Simon Michael
0142482834 doc: wording tweak 2014-12-24 14:54:56 -08:00
Simon Michael
03b8d2425c doc: describe hledger-web's change detection & limitation 2014-12-22 08:30:09 -08:00
Simon Michael
4a5d7154cd doc: home: move coins up 2014-12-12 16:42:17 -08:00
Simon Michael
4cf718048e doc: home: add coins art from djp, use it on home
Art contributed by David Patrick, licensed "however you like"
so I pick http://creativecommons.org/licenses/by-sa/4.0/.
2014-12-12 16:27:02 -08:00
Simon Michael
3fd43ba2c1 doc: home: wording, style tweaks 2014-12-12 16:23:25 -08:00
Simon Michael
ab19863e00 doc: download: tweak links 2014-12-12 16:22:32 -08:00
Simon Michael
632648ee38 doc: home: move getting started into a top panel 2014-12-11 11:45:01 -08:00
Simon Michael
e43e128f4b doc: home: add #ledgercli twitter widget here too 2014-12-11 11:02:19 -08:00
Simon Michael
c766af7822 doc: home: slight wording change 2014-12-11 11:02:19 -08:00