Skip to content

Latest commit

 

History

History
124 lines (94 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

124 lines (94 loc) · 5.43 KB

(2018-01-18)

Bug Fixes

  • WelcomeScreen remove junk code (b016cb0)
  • MainWindow
    • use overlay_bar.label not status (c987842
    • Use Ellipsis instead of three dots (1021ef7)
  • AbstractPopoverCellRenderer Remove determine position method (29ff103)
  • Widgets Add suitable method to override (ae06550)
  • CategoryProperties Add try-catch to Handle error (46c3d76)
  • TransactionView Convert Title to string (92bcf43)
  • Granite.TextStyle Replace deprecated usage modes (fef4db4)
  • Compilation Warnings
    • Use new format indicate deprecated functions (dcfe4e5)
    • Remove modifier 'static' from constants (9bd1228)

Features

  • il8n add internationalization files (402ecad)
  • Desktop File

(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