﻿sCheckbook
Copyright (c) 2012-2014 Jody Holmes (Skwire Empire)
http://skwire.dcmembers.com/fp/?page=scheckbook

+ added
* changed
- deleted
! bug fixed

v1.1.3 - 2014-11-03
    * sCheckbook now opens the last used SCB file on launch.  (Thanks,
      ScreenManiac)

v1.1.2 - 2014-10-02
    + Added reconciled balance total to the statusbar.  (Thanks, J. Windhorst)
    + Added Cut/Copy/Paste of rows using standard Ctrl+X, Ctrl+C, and Ctrl+V
      hotkeys or toolbar buttons.
    + Added Undo/Redo using standard Ctrl+Z and Ctrl+Y hotkeys or toolbar
      buttons.
    * Copy row data to clipboard hotkey changed to Ctrl+Shift+C.

v1.1.1 - 2014-04-23
    + Added ability to set custom listview font from the View menu.
    ! Commas are now stripped from deposit/withdrawal values before adding them
      to the list.  (Thanks, J. Katz)

v1.1.0 - 2014-01-26
    + Double-clicking an empty area of the listview will bring up the add
      transaction dialog.  (Thanks, Alex)

v1.0.9 - 2014-01-26
    + Added a "Toggle reconciled state" option to the menu to allow multiple
      selected entries' reconciled state to be toggled back and forth.
      (Thanks, J. Katz)

v1.0.8 - 2014-01-07
    + Added basic Find/Replace functionality.  (Thanks, J. Katz)
    + Added "Tax deductible" column.  (Thanks, J. Katz)
    ! DPI-related fix to saved listview column widths.

v1.0.7 - 2013-12-16
    + Added "Duplicate transaction" button.
    + You can now drag-and-drop rows to reorder the list.

v1.0.6 - 2012-06-07
    + Added a Save button to the toolbar.  (Thanks, Nick)
    + Added a "Last used date" button to the add/edit transaction diaglogue.
      (Thanks, Nick)
    ! Memo column wasn't exported in HTML report.

v1.0.5 - 2012-05-18
    + Added sort arrows to columns.
    ! sCheckbook was highlighting and scrolling down to the last row after
      editing a transaction.

v1.0.4 - 2012-05-03
    + After adding a transaction, sCheckbook will now highlight and scroll down
      to the bottom of the list.

v1.0.3 - 2012-04-16
    ! Update check was broken.  (Thanks, firace)
    ! Ctrl+O hotkey was broken.  (Thanks, firace)

v1.0.2 - 2012-04-15
    + Added Memo column.  (Thanks, J. Elmes)

v1.0.1 - 2012-04-09
    + Ability to specify a custom date format as per the following
      abbreviations: http://www.autohotkey.com/docs/commands/FormatTime.htm
      To set a custom date format, edit the config.ini file and add a
      "DateFormat" key to the "Settings" section like this:

      [Settings]
      DateFormat=dd.MM.yyyy

      Keep in mind that this feature does not convert previously entered
      transactions.  Furthermore, not all formats will be properly sortable.
      The default date format is yyyy-MM-dd.

v1.0.0 - 2012-03-14
    + Initial release.
