Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 3.92 KB

0.6.1 (2021-07-31)

Bug Fixes

  • TransactionLogic: Don't remove lost transaction for single items (d32d6ec)
  • TransactionLogic: Fix auto-budget (66d0f9b)
  • CSVImporter: Fix importing wrong date format (f0a93b1)
  • CSVImporter: Fix importing wrong date format (933ac78)
  • CSV Import: Handle column "Wertstellung" with DD.MM.YYYY values (f72853b)
  • Dockerfile: replace apk from "nodejs-npm" to "npm" (a5e4809)
  • Importer: Trim long memos during import (c919e93)

0.6.0 (2021-04-25)

Bug Fixes

  • CSV Import: Fix year for DKB credit card imports (57f8c91)

Features

  • CSV Importer: Add columns for DKB credit cards (bad692d)
  • CSV Importer: Add support for dkb.de csv export (e9a86d7)
  • Transactions: Guess budget for new, synced transactions (1bb5ee2)

0.5.0 (2021-04-13)

Bug Fixes

  • Log: Fix scope.addTag is not a function (0e98323)

Features

  • PluginInstances: add logging for plugin initialization for debugging purposes (8dcce61)
  • bin/server: Do not allow to create first user with that tool (25dda15)

0.4.0 (2020-12-09)

Bug Fixes

  • Dockerfile: Client version for next channel (fd7c604)
  • Transactions: Correct transaction background sync (25735e7)
  • CI: Fix CI cache issue (592aedc)
  • Dockerfile: Fix client version (6e77d04)
  • Dockerfile: Fix client version (4a6e968)
  • Summaries: Fix document balances (45eab5e)
  • Accounts: Handle pluginInstanceId = "null" correctly (bc9c3ef)
  • Server: Serve client again (de15d7d)

Features