Skip to content

Releases: tgrosinger/ledger-obsidian

0.3.3

22 May 15:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

18 Apr 03:56
Compare
Choose a tag to compare

New currency symbols

0.3.1

04 Mar 20:49
Compare
Choose a tag to compare

New features

  • Added to the list of currency symbols

0.3.0

18 Jan 16:45
Compare
Choose a tag to compare

New Features

  • Completely revamped form to create/modify transactions
    • Now supports multiple splits in transactions
    • Now supports line-comments in transactions

0.2.2

31 Dec 16:14
Compare
Choose a tag to compare

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

29 Dec 05:02
Compare
Choose a tag to compare

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

27 Dec 17:21
Compare
Choose a tag to compare

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

04 Dec 15:47
Compare
Choose a tag to compare

New Features

  • Obsidian Protocol handler (obsidian://ledger)
  • Started laying groundwork for a Ledger Dashboard

0.1.0

01 Dec 15:57
Compare
Choose a tag to compare

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

30 Nov 03:46
Compare
Choose a tag to compare

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