Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Latest commit

 

History

History
84 lines (60 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

84 lines (60 loc) · 3.38 KB

(2015-02-22)

Bug Fixes

  • Database: map categories using name instead of id (97c1a25b, #40)
  • Header bar: remove export button (431dc7a6, #43)

(2015-02-18)

Bug Fixes

  • Application name: Update .desktop name to Envelope (f0f0ff39, #39)
  • TransactionView:
    • remove currency from cell after editing amount (8d4530e2, #41)
  • Search:
    • change placeholder text when selecting category (0c423a3c, #19)

Features

  • Search:
    • remove ellipsis in placeholder text (983fd617)
    • make search bar wider (a766150f)

(2015-02-08)

Features

  • TransactionView: refilter view (c9ea0b23)

Bug Fixes

  • TransactionView: use correct iter when column is sorted (7798e063, #30)

(2015-02-07)

Features

  • BudgetManager: handle null category for uncategorized transactions (86ac9749)
  • Database: add query for current uncategorized transactions (49a03a8a)
  • Settings: handle uncategorized sidebar selected item (641b71e8)
  • Sidebar: uncategorized item shows current uncategorized transactions (dbcc71ab)

(2015-02-04)

Features

  • MainWindow: remove Gtk.Revealer (89b0a675)
  • TransactionView:
    • set sane minimum column widths (dc983a59)
    • ellipsize content when resizing columns (116cf16d)
    • use fixed row height (perf) (3b0eb11f)

Documentation

  • README: add contributing section

Generated with git-changelog. If you have any problem or suggestion, create an issue. :) Thanks