Releases: tgrosinger/ledger-obsidian
Releases · tgrosinger/ledger-obsidian
0.3.3
What's Changed
- adding more currencies by @lucas-vidmar in #56
- Handle negative signs in front of currencies by @LinuCC in #68
New Contributors
- @lucas-vidmar made their first contribution in #56
- @LinuCC made their first contribution in #68
Full Changelog: 0.3.2...0.3.3
0.3.2
New currency symbols
0.3.1
New features
- Added
¥
to the list of currency symbols
0.3.0
New Features
- Completely revamped form to create/modify transactions
- Now supports multiple splits in transactions
- Now supports line-comments in transactions
0.2.2
New Features
- Feature tour the first time the Ledger Dashboard is opened.
- Helpful defaults added to the Ledger file if one has not been created yet.
- Deleting transactions from the Ledger Dashboard.
0.2.1
New Features
- Dashboard now accurately calculates balances for pseudo accounts (accounts including child accounts).
- Transactions using a root aliased account (e.g.
e
by itself) dealias properly. - Account list sidebar now properly supports selecting and deselecting accounts.
- Account list sidebar prevents selecting accounts across account types. This is in preparation for automatically switching the graph type.
0.2.0
New Features
This release is the first to have a reasonably complete Ledger Dashboard view. Using the view requires renaming your ledger file to end in the .ledger
file extension, and updating the setting accordingly. Additionally, you will need to manually set enableLedgerVis
to true
in the plugins data.json
. In an upcoming release I will enable the dashboard by default and produce a warning message about renaming the ledger file.
0.1.1
New Features
- Obsidian Protocol handler (
obsidian://ledger
) - Started laying groundwork for a Ledger Dashboard
0.1.0
New Features
- Default date to today when adding a transaction
- When entering transactions, you can now select a transaction type (expense, income, transfer)
- Depending on the transaction type, category/account suggestions will be filtered
Full Changelog: 0.0.12...0.1.0
0.0.12
Bug Fixes
- Better input experience for the total field (no default 0, correct number of decimal places)
- Fix using keyboard to select from autocomplete list
- Limit number of autocomplete results on mobile