2018-11-26 08:06:33 +03:00
|
|
|
User-visible changes in hledger-ui.
|
|
|
|
See also the hledger changelog.
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2020-12-29 04:36:48 +03:00
|
|
|
# 1.20.2 2020-12-28
|
|
|
|
|
2020-12-24 01:33:46 +03:00
|
|
|
- Fix loss of capitalisation in part of the manual.
|
|
|
|
|
|
|
|
- Fix the info manual's node structure.
|
|
|
|
|
|
|
|
- Use hledger 1.20.2.
|
|
|
|
|
2020-12-16 07:49:35 +03:00
|
|
|
# 1.20.1 2020-12-15
|
|
|
|
|
2020-12-16 07:40:17 +03:00
|
|
|
- Fix the F key (toggle future/forecast transactions), which in 1.20
|
|
|
|
would only work twice. (#1411)
|
|
|
|
|
|
|
|
- Fix loss of forecasted transactions when the journal was reloaded
|
|
|
|
while they were hidden. (#1204)
|
|
|
|
|
2020-12-06 04:32:56 +03:00
|
|
|
# 1.20 2020-12-05
|
2020-11-17 21:51:57 +03:00
|
|
|
|
|
|
|
- When entering a query with `/`, malformed queries/regular expressions
|
|
|
|
no longer cause the program to exit. (Stephen Morgan)
|
2020-11-03 21:18:14 +03:00
|
|
|
|
2020-11-04 07:08:47 +03:00
|
|
|
- Eliding of multicommodity amounts now makes better use of available space. (Stephen Morgan)
|
2020-11-03 21:18:14 +03:00
|
|
|
|
2020-11-17 21:51:57 +03:00
|
|
|
- `E` now parses the `HLEDGER_UI_EDITOR` or `EDITOR` environment variable
|
|
|
|
correctly on Windows (ignoring the file extension), so if you have that set
|
|
|
|
it should be better at opening your editor at the correct line.
|
|
|
|
|
|
|
|
- `E` now supports positioning when `HLEDGER_UI_EDITOR` or `EDITOR`
|
|
|
|
is VS Code ("`code`") (#1359)
|
2020-11-03 21:18:14 +03:00
|
|
|
|
2020-11-17 21:51:57 +03:00
|
|
|
- hledger-ui now has a (human-powered) test suite.
|
2020-09-08 02:17:58 +03:00
|
|
|
|
|
|
|
|
2020-09-07 22:30:24 +03:00
|
|
|
# 1.19.1 2020-09-07
|
2020-09-04 03:05:52 +03:00
|
|
|
|
2020-09-07 22:30:24 +03:00
|
|
|
- Allow megaparsec 9
|
2020-09-04 03:05:52 +03:00
|
|
|
|
2020-09-02 06:28:04 +03:00
|
|
|
# 1.19 2020-09-01
|
2020-07-05 19:24:16 +03:00
|
|
|
|
2020-09-02 06:23:30 +03:00
|
|
|
- The --color/--colour=WHEN command line option, support for the
|
|
|
|
NO_COLOR environment variable, and smarter autodetection of colour
|
|
|
|
terminals have been added (#1296)
|
|
|
|
|
|
|
|
- -t and -l command line flags have been added as short forms of
|
|
|
|
--tree and --flat (#1286)
|
|
|
|
|
|
|
|
- Flat (AKA list) mode is now the default
|
|
|
|
|
|
|
|
- t now toggles tree mode, while T sets the "today" period (#1286)
|
|
|
|
|
|
|
|
- register: multicommodity amounts containing more than two
|
|
|
|
commodities are now elided
|
|
|
|
|
|
|
|
- register: a transaction dated outside the report period now is not
|
|
|
|
shown even if it has postings dated inside the report period.
|
|
|
|
|
|
|
|
- ESC now restores exactly the app's state at startup, which includes
|
|
|
|
clearing any report period limit (#1286)
|
|
|
|
|
|
|
|
- DEL/BS no longer changes the tree/list mode
|
|
|
|
|
|
|
|
- q now exits help before exiting the app (#1286)
|
|
|
|
|
|
|
|
- The help dialog's layout is improved
|
2020-06-22 22:24:01 +03:00
|
|
|
|
2020-06-21 17:25:51 +03:00
|
|
|
# 1.18.1 2020-06-21
|
2020-06-21 04:24:15 +03:00
|
|
|
|
|
|
|
- Fix regression in 'F' (#1255) (Dmitry Astapov)
|
|
|
|
|
2020-06-07 22:45:55 +03:00
|
|
|
# 1.18 2020-06-07
|
2020-03-20 00:09:37 +03:00
|
|
|
|
2020-06-07 02:53:41 +03:00
|
|
|
- builds with hledger 1.18
|
2020-03-20 00:09:37 +03:00
|
|
|
|
2020-03-20 00:07:53 +03:00
|
|
|
# 1.17.1.1 2020-03-19
|
|
|
|
|
|
|
|
- update bounds after some belated hledger-* version bumps
|
|
|
|
|
|
|
|
# 1.17.1 2020-03-19
|
2020-03-19 02:17:13 +03:00
|
|
|
|
2020-06-07 02:53:41 +03:00
|
|
|
- fix a regression, empty register of depth-limited account (fix #1208)
|
2020-03-19 02:17:13 +03:00
|
|
|
|
2020-03-20 00:07:53 +03:00
|
|
|
- require newer Decimal, math-functions libs to ensure consistent
|
|
|
|
rounding behaviour, even when built with old GHCs/snapshots.
|
|
|
|
hledger uses banker's rounding (rounds to nearest even number, eg
|
2020-03-20 00:26:55 +03:00
|
|
|
0.5 displayed with zero decimal places is "0").
|
2020-03-20 00:07:53 +03:00
|
|
|
|
2020-03-02 04:33:18 +03:00
|
|
|
# 1.17 2020-03-01
|
2020-01-14 21:08:50 +03:00
|
|
|
|
2020-03-02 03:44:28 +03:00
|
|
|
- don't enable --auto by default
|
2020-01-14 21:08:50 +03:00
|
|
|
|
2020-03-02 03:44:28 +03:00
|
|
|
- don't enable --forecast by default; drop the --future flag (#1193)
|
|
|
|
|
|
|
|
Previously, periodic transactions occurring today were always shown,
|
|
|
|
in both "present" and "future" modes.
|
|
|
|
|
|
|
|
Now, generation of periodic transactions and display of future
|
|
|
|
transactions (all kinds) are combined as "forecast mode", which can
|
|
|
|
be enabled with --forecast and/or the F key. The --future flag is
|
|
|
|
now a hidden alias for --forecast, and deprecated.
|
2020-01-14 21:08:50 +03:00
|
|
|
|
2020-01-14 22:19:05 +03:00
|
|
|
# 1.16.2 2020-01-14
|
2020-01-14 21:08:50 +03:00
|
|
|
|
2020-01-14 22:19:05 +03:00
|
|
|
- add support for megaparsec 8 (#1175)
|
2020-01-14 21:08:50 +03:00
|
|
|
|
2019-12-03 19:33:00 +03:00
|
|
|
# 1.16.1 2019-12-03
|
2019-12-03 19:25:37 +03:00
|
|
|
|
2019-12-03 19:32:00 +03:00
|
|
|
- use hledger 1.16.1, fixing GHC 8.0/8.2 build
|
2019-12-03 19:25:37 +03:00
|
|
|
|
2019-12-01 20:59:01 +03:00
|
|
|
# 1.16 2019-12-01
|
2019-11-29 18:57:54 +03:00
|
|
|
|
2019-12-01 20:59:01 +03:00
|
|
|
- add support for GHC 8.8, base-compat 0.11 (#1090)
|
2019-11-29 18:57:54 +03:00
|
|
|
|
2019-12-01 20:59:01 +03:00
|
|
|
- drop support for GHC 7.10
|
2019-11-08 03:37:03 +03:00
|
|
|
|
2019-12-01 20:59:01 +03:00
|
|
|
- the B and V keys toggle cost or value display (like the -B and -V
|
|
|
|
command line flags)
|
2019-09-13 18:31:54 +03:00
|
|
|
|
2019-09-01 18:41:33 +03:00
|
|
|
# 1.15 2019-09-01
|
2019-05-04 00:59:12 +03:00
|
|
|
|
2019-07-25 12:48:08 +03:00
|
|
|
- allow brick >=0.47
|
2019-05-04 00:59:12 +03:00
|
|
|
|
|
|
|
- use hledger 1.15
|
2019-03-21 02:09:25 +03:00
|
|
|
|
2019-03-21 03:47:35 +03:00
|
|
|
# 1.14.2 2019-03-20
|
|
|
|
|
|
|
|
- support brick 0.47+ as well, to get into stackage nightly.
|
|
|
|
|
2019-03-21 01:39:12 +03:00
|
|
|
# 1.14.1 2019-03-20
|
|
|
|
|
|
|
|
- require brick <0.47 to fix build (#995)
|
|
|
|
|
|
|
|
- use hledger 1.14.2
|
|
|
|
|
2019-03-02 04:43:27 +03:00
|
|
|
# 1.14 2019-03-01
|
|
|
|
|
|
|
|
- use hledger 1.14
|
|
|
|
|
2019-02-02 20:15:32 +03:00
|
|
|
# 1.13.1 (2019/02/02)
|
|
|
|
|
|
|
|
- fix build issues with older brick/stack resolvers; require brick 0.23+
|
|
|
|
|
2019-02-02 03:57:52 +03:00
|
|
|
# 1.13 (2019/02/01)
|
2019-01-26 22:30:54 +03:00
|
|
|
|
|
|
|
- on posix systems, control-z suspends the program
|
|
|
|
|
|
|
|
- control-l now works everywhere and redraws more reliably
|
|
|
|
|
2019-02-02 03:57:52 +03:00
|
|
|
- the top status info is clearer
|
2019-01-26 22:30:54 +03:00
|
|
|
|
2019-02-02 03:57:52 +03:00
|
|
|
- use hledger 1.13
|
2019-01-26 22:30:54 +03:00
|
|
|
|
2018-12-10 13:59:43 +03:00
|
|
|
# 1.12.1 (2018/12/10)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- avoid build issue with brick 0.44+ (#935)
|
2018-12-10 13:59:43 +03:00
|
|
|
|
2018-12-02 03:29:54 +03:00
|
|
|
# 1.12 (2018/12/02)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- fix "Any" build error with GHC < 8.4
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- error screen: always show error position properly (#904) (Mykola Orliuk)
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- accounts screen: show correct balances when there's only periodic transactions
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- drop the --status-toggles flag
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- periodic transactions and transaction modifiers are always enabled.
|
|
|
|
Rule-based transactions and postings are always generated
|
|
|
|
(--forecast and --auto are always on).
|
|
|
|
Experimental.
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- escape key resets to flat mode.
|
|
|
|
Flat mode is the default at startup. Probably it should reset to tree
|
|
|
|
mode if --tree was used at startup.
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- tree mode tweaks: add --tree/-T/-F flags, make flat mode the default,\
|
|
|
|
toggle tree mode with T, ensure a visible effect on register screen
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- hide future txns by default, add --future flag, toggle with F.
|
|
|
|
You may have transactions dated later than today, perhaps piped from
|
|
|
|
print --forecast or recorded in the journal, which you don't want to
|
|
|
|
see except when forecasting.
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
By default, we now hide future transactions, showing "today's balance".
|
|
|
|
This can be toggled with the F key, which is easier than setting a
|
|
|
|
date query. --present and --future flags have been added to set the
|
|
|
|
initial mode.
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
(Experimental. Interactions with date queries have not been explored.)
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- quick help tweaks; try to show most useful info first
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- reorganise help dialog, fit content into 80x25 again
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- styling tweaks; cyan/blue -> white/yellow
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- less noisy styling in horizontal borders (#838)
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- register screen: positive amounts: green -> black
|
2019-01-26 05:23:36 +03:00
|
|
|
The green/red scheme helped distinguish the changes column from the
|
|
|
|
black/red balance column, but the default green is hard to read on
|
|
|
|
the pale background in some terminals. Also the changes column is
|
|
|
|
non-bold now.
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.12
|
2018-12-02 03:29:54 +03:00
|
|
|
|
2018-10-06 22:36:20 +03:00
|
|
|
# 1.11.1 (2018/10/06)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.11.1
|
2018-10-06 22:36:20 +03:00
|
|
|
|
2018-10-01 09:05:26 +03:00
|
|
|
# 1.11 (2018/9/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger 1.11
|
2018-10-01 09:05:26 +03:00
|
|
|
|
2018-07-03 14:53:17 +03:00
|
|
|
# 1.10.1 (2018/7/3)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- restore support for fsnotify 0.2.1.2, as well as 0.3.x (#833)
|
2018-07-03 14:53:17 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- fix a vty version bound & possibly build failures with old vty (#494)
|
2018-07-03 14:53:17 +03:00
|
|
|
|
2018-06-30 23:57:06 +03:00
|
|
|
# 1.10 (2018/6/30)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- the effect of --value, --forecast, and --anon flags is now preserved on reload (#753)
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- edit-at-transaction-position is now also supported when $EDITOR is neovim
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- support/require fsnotify 0.3.0.1+
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger-lib 1.10
|
2018-06-30 23:57:06 +03:00
|
|
|
|
2018-04-29 21:56:46 +03:00
|
|
|
# 1.9.1 (2018/4/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use hledger-lib 1.9.1
|
2018-04-29 21:56:46 +03:00
|
|
|
|
2018-03-31 14:15:16 +03:00
|
|
|
# 1.9 (2018/3/31)
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- support ghc 8.4, latest deps
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- when the system text encoding is UTF-8, ignore any UTF-8 BOM prefix
|
|
|
|
found when reading files
|
2018-03-28 20:25:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- -E/--empty toggles zeroes at startup (with opposite default to cli)
|
2018-03-31 14:13:23 +03:00
|
|
|
|
2017-12-31 05:20:41 +03:00
|
|
|
# 1.5 (2017/12/31)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- fix help -> view manual (on posix platforms) #623
|
2017-12-31 05:20:41 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- support -V/--value, --forecast, --auto
|
2015-08-13 21:52:10 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- remove upper bounds on all but hledger* and base (experimental)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2017-09-27 05:22:30 +03:00
|
|
|
# 1.4 (2017/9/30)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- a @FILE argument reads flags & args from FILE, one per line
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- accept -NUM as a shortcut for --depth NUM
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- deps: allow ansi-terminal 0.7
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- deps: drop oldtime flag, require time 1.5+
|
2017-09-27 05:22:30 +03:00
|
|
|
|
2017-08-25 18:00:54 +03:00
|
|
|
# 1.3.1 (2017/8/25)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- allow megaparsec 6 (#594, Simon Michael, Hans-Peter Deifel)
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow megaparsec-6.1 (Hans-Peter Deifel)
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow vty 5.17 (Felix Yan)
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow brick 0.24
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- restore upper bounds on hledger packages
|
2017-08-25 18:00:54 +03:00
|
|
|
|
2017-07-01 00:26:36 +03:00
|
|
|
# 1.3 (2017/6/30)
|
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
The register screen now shows transaction status marks.
|
2017-07-01 00:26:36 +03:00
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
The "uncleared" status, and associated UI flags and keys, have been
|
2019-01-26 05:23:36 +03:00
|
|
|
renamed to "unmarked" to remove ambiguity and confusion. This means
|
2017-07-01 20:56:57 +03:00
|
|
|
that we have dropped the `--uncleared` flag, and our `-U` flag now
|
|
|
|
matches only unmarked things and not pending ones. See the issue and
|
2019-01-26 05:30:09 +03:00
|
|
|
linked mail list discussion for more background. (#564)
|
2017-07-01 20:56:57 +03:00
|
|
|
|
|
|
|
The P key toggles pending mode, consistent with U (unmarked) and C
|
|
|
|
(cleared). There is also a temporary --status-toggles flag for testing
|
2019-01-26 05:30:09 +03:00
|
|
|
other toggle styles; see `hledger-ui -h`. (#564)
|
2017-07-01 00:26:36 +03:00
|
|
|
|
|
|
|
There is now less "warping" of selection when lists change:
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- When the selected account disappears, eg when toggling zero
|
|
|
|
accounts, the selection moves to the alphabetically preceding item,
|
|
|
|
instead of the first one.
|
2017-07-01 00:26:36 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- When the selected transaction disappears, eg when toggling status
|
|
|
|
filters, the selection moves to the nearest transaction by date (and
|
|
|
|
if several have the same date, by journal order), instead of the
|
|
|
|
last one.
|
2017-07-01 00:26:36 +03:00
|
|
|
|
|
|
|
In the accounts and register screens, you can now scroll down further
|
|
|
|
so that the last item need not always be shown at the bottom of the
|
2019-01-26 05:23:36 +03:00
|
|
|
screen. And we now try to show the selected item centered in the
|
2017-07-01 20:56:57 +03:00
|
|
|
following situations:
|
2017-07-01 00:26:36 +03:00
|
|
|
|
|
|
|
- after moving to the end with Page down/End
|
|
|
|
- after toggling filters (status, real, historical..)
|
|
|
|
- on pressing the control-l key (should force a screen redraw, also)
|
|
|
|
- on entering the register screen from the accounts screen (there's a
|
|
|
|
known problem with this: it doesn't work the first time).
|
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
(Items near the top can't be centered, as we don't scroll higher than
|
|
|
|
the top of the list.)
|
2017-07-01 00:26:36 +03:00
|
|
|
|
|
|
|
Emacs movement keys are now supported, as well as VI keys.
|
|
|
|
hjkl and CTRL-bfnp should work wherever unmodified arrow keys work.
|
|
|
|
|
|
|
|
In the transaction screen, amounts are now better aligned, eg when
|
|
|
|
there are posting status marks or virtual postings.
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Deps: allow brick 0.19 (#575, Felix Yan, Simon Michael)
|
2017-07-01 00:26:36 +03:00
|
|
|
|
2017-06-20 18:40:35 +03:00
|
|
|
# 1.2 (2017/3/31)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Fix a pattern match failure when pressing E on the transaction screen (fixes #508)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Accounts with ? in name had empty registers (fixes #498) (Bryan Richter)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
|
|
|
Allow brick 0.16 (Joshua Chia) and brick 0.17/vty 0.15 (Peter Simons)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
Allow megaparsec 5.2 (fixes #503)
|
2017-04-01 04:11:44 +03:00
|
|
|
|
|
|
|
Allow text-zipper 0.10
|
|
|
|
|
2017-01-20 19:46:31 +03:00
|
|
|
# 1.1.1 (2017/1/20)
|
|
|
|
|
|
|
|
- allow brick 0.16 (Joshua Chia)
|
|
|
|
|
|
|
|
- drop obsolete --no-elide flag
|
|
|
|
|
2016-12-31 22:24:12 +03:00
|
|
|
# 1.1 (2016/12/31)
|
|
|
|
|
|
|
|
- with --watch, the display updates automatically to show file or date changes
|
|
|
|
|
|
|
|
hledger-ui --watch will reload data when the journal file (or any included file) changes.
|
|
|
|
Also, when viewing a current standard period (ie this day/week/month/quarter/year),
|
|
|
|
the period will move as needed to track the current system date.
|
|
|
|
|
|
|
|
- the --change flag shows period changes at startup instead of historical ending balances
|
|
|
|
|
|
|
|
- the A key runs the hledger-iadd tool, if installed
|
|
|
|
|
|
|
|
- always reload when g is pressed
|
|
|
|
|
|
|
|
Previously it would check the modification time and reload only if
|
|
|
|
it looked newer than the last reload.
|
|
|
|
|
|
|
|
- mark hledger-ui as "stable"
|
|
|
|
|
|
|
|
- allow brick 0.15, vty 5.14, text-zipper 0.9
|
|
|
|
|
2016-11-02 17:08:15 +03:00
|
|
|
# 1.0.4 (2016/11/2)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow brick 0.13
|
2016-11-02 17:08:15 +03:00
|
|
|
|
2016-10-31 18:06:29 +03:00
|
|
|
# 1.0.3 (2016/10/31)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use brick 0.12
|
2016-10-31 18:06:29 +03:00
|
|
|
|
2016-10-28 00:34:04 +03:00
|
|
|
# 1.0.2 (2016/10/27)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- use latest brick 0.11
|
2016-10-28 00:34:04 +03:00
|
|
|
|
2016-10-27 18:10:24 +03:00
|
|
|
# 1.0.1 (2016/10/27)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow megaparsec 5.0 or 5.1
|
2016-10-27 18:10:24 +03:00
|
|
|
|
2016-10-26 22:21:01 +03:00
|
|
|
# 1.0 (2016/10/26)
|
|
|
|
|
|
|
|
## accounts screen
|
|
|
|
|
|
|
|
- at depth 0, show accounts on one "All" line and show all transactions in the register
|
|
|
|
|
|
|
|
- 0 now sets depth limit to 0 instead of clearing it
|
|
|
|
|
|
|
|
- always use --no-elide for a more regular accounts tree
|
|
|
|
|
|
|
|
## register screen
|
|
|
|
|
|
|
|
- registers can now include/exclude subaccount transactions.
|
|
|
|
|
|
|
|
The register screen now includes subaccounts' transactions if the
|
|
|
|
accounts screen was in tree mode, or when showing an account
|
|
|
|
which was at the depth limit. Ie, it always shows the
|
|
|
|
transactions contributing to the balance displayed on the
|
|
|
|
accounts screen. As on the accounts screen, F toggles between
|
|
|
|
tree mode/subaccount txns included by default and flat
|
|
|
|
mode/subaccount txns excluded by default. (At least, it does when
|
|
|
|
it would make a difference.)
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- register transactions are filtered by realness and status (#354).
|
2016-10-26 22:21:01 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
Two fixes for the account transactions report when --real/--cleared/real:/status:
|
2016-10-26 22:21:01 +03:00
|
|
|
are in effect, affecting hledger-ui and hledger-web:
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2016-10-26 22:21:01 +03:00
|
|
|
1. exclude transactions which affect the current account via an excluded posting type.
|
|
|
|
Eg when --real is in effect, a transaction posting to the current account with only
|
|
|
|
virtual postings will not appear in the report.
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2016-10-26 22:21:01 +03:00
|
|
|
2. when showing historical balances, don't count excluded posting types in the
|
|
|
|
starting balance. Eg with --real, the starting balance will be the sum of only the
|
|
|
|
non-virtual prior postings.
|
2019-01-26 05:23:36 +03:00
|
|
|
|
2016-10-26 22:21:01 +03:00
|
|
|
This is complicated and there might be some ways to confuse it still, causing
|
|
|
|
wrongly included/excluded transactions or wrong historical balances/running totals
|
|
|
|
(transactions with both real and virtual postings to the current account, perhaps ?)
|
|
|
|
|
|
|
|
- show more accurate dates when postings have their own dates.
|
|
|
|
|
|
|
|
If postings to the register account matched by the register's
|
|
|
|
filter query have their own dates, we show the earliest of these
|
|
|
|
as the transaction date.
|
|
|
|
|
|
|
|
## misc
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- H toggles between showing "historical" or "period" balances (#392).
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
By default hledger-ui now shows historical balances, which
|
|
|
|
include transactions before the report start date (like hledger
|
|
|
|
balance --historical). Use the H key to toggle to "period" mode,
|
|
|
|
where balances start from 0 on the report start date.
|
|
|
|
|
|
|
|
- shift arrow keys allow quick period browsing
|
|
|
|
|
|
|
|
- shift-down narrows to the next smaller standard period
|
|
|
|
(year/quarter/month/week/day), shift-up does the reverse
|
|
|
|
- when narrowed to a standard period, shift-right/left moves to
|
|
|
|
the next/previous period
|
|
|
|
- \`t\` sets the period to today.
|
|
|
|
|
|
|
|
- a runs the add command
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- E runs $HLEDGER_UI_EDITOR or $EDITOR or a default editor (vi) on the journal file.
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
When using emacs or vi, if a transaction is selected the cursor will be positioned at its journal entry.
|
|
|
|
|
|
|
|
- / key sets the filter query; BACKSPACE/DELETE clears it
|
|
|
|
|
|
|
|
- Z toggles display of zero items (like --empty), and they are shown by default.
|
|
|
|
|
|
|
|
-E/--empty is now the default for hledger-ui, so accounts with 0 balance
|
2019-01-26 05:23:36 +03:00
|
|
|
and transactions posting 0 change are shown by default. The Z key
|
2016-10-26 22:21:01 +03:00
|
|
|
toggles this, entering "nonzero" mode which hides zero items.
|
|
|
|
|
|
|
|
- R toggles inclusion of only real (non-virtual) postings
|
|
|
|
|
|
|
|
- U toggles inclusion of only uncleared transactions/postings
|
|
|
|
|
|
|
|
- I toggles balance assertions checking, useful for troubleshooting
|
|
|
|
|
2019-01-26 05:30:09 +03:00
|
|
|
- vi-style movement keys are now supported (for help, you must now use ? not h) (#357)
|
2016-10-26 22:21:01 +03:00
|
|
|
|
|
|
|
- ESC cancels minibuffer/help or clears the filter query and jumps to top screen
|
|
|
|
|
|
|
|
- ENTER has been reserved for later use
|
|
|
|
|
|
|
|
- reloading now preserves any options and modes in effect
|
|
|
|
|
|
|
|
- reloading on the error screen now updates the message rather than entering a new error screen
|
|
|
|
|
|
|
|
- the help dialog is more detailed, includes the hledger-ui manual, and uses the full terminal width if needed
|
|
|
|
|
|
|
|
- the header/footer content is more efficient; historical/period and tree/flat modes are now indicated in the footer
|
|
|
|
|
|
|
|
- date: query args on the command line now affect the report period.
|
|
|
|
|
|
|
|
A date2: arg or --date2 flag might also affect it (untested).
|
|
|
|
|
|
|
|
- hledger-ui now uses the quicker-building microlens
|
|
|
|
|
2016-01-13 00:46:47 +03:00
|
|
|
0.27.3 (2016/1/12)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow brick 0.4
|
2016-01-13 00:46:47 +03:00
|
|
|
|
2016-01-11 21:40:27 +03:00
|
|
|
0.27.2 (2016/1/11)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow brick 0.3.x
|
2016-01-11 21:40:27 +03:00
|
|
|
|
2015-12-03 19:53:29 +03:00
|
|
|
0.27.1 (2015/12/3)
|
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- allow lens 4.13
|
|
|
|
- make reloading work on the transaction screen
|
2015-12-03 19:53:29 +03:00
|
|
|
|
2015-10-31 00:02:24 +03:00
|
|
|
0.27 (2015/10/30)
|
2015-08-13 21:52:10 +03:00
|
|
|
|
2019-01-26 05:23:36 +03:00
|
|
|
- hledger-ui is a new curses-style UI, intended to be a standard part
|
|
|
|
of the hledger toolset for all users (except on native MS Windows,
|
|
|
|
where the vty lib is not yet supported).
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2015-10-30 23:07:15 +03:00
|
|
|
The UI is quite simple, allowing just browsing of accounts and
|
2019-01-26 05:23:36 +03:00
|
|
|
transactions, but it has a number of improvements over the old
|
|
|
|
hledger-vty, which it replaces:
|
|
|
|
|
|
|
|
- adapts to screen size
|
|
|
|
- handles wide characters
|
|
|
|
- shows multi-commodity amounts on one line
|
|
|
|
- manages cursor and scroll position better
|
|
|
|
- allows depth adjustment
|
|
|
|
- allows --flat toggle
|
|
|
|
- allows --cleared toggle
|
|
|
|
- allows journal reloading
|
|
|
|
- shows a more useful transaction register, like hledger-web
|
|
|
|
- offers multiple color themes
|
|
|
|
- includes some built-in help
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2015-10-26 16:37:33 +03:00
|
|
|
hledger-ui is built with brick, a new higher-level UI library based
|
2019-01-26 05:23:36 +03:00
|
|
|
on vty, making it relatively easy to grow and maintain.
|