Skip to content

Releases: chris-mackay/Checkbook

Version 1.6.7

13 May 01:22
Compare
Choose a tag to compare
  • Fixed incorrect help link address for Categories.

Version 1.6.6

01 Dec 02:13
Compare
Choose a tag to compare
  • Fixed broken website links due to username change

Version 1.6.5

07 Sep 18:43
Compare
Choose a tag to compare
  • Fixed bug where Checkbook would crash when opening MyScenarios.

Version 1.6.4

20 Nov 01:21
Compare
Choose a tag to compare

Version 1.6.4 Changelog

Bug Fixes

  • Improved performance of loading transactions into dgvLedger in MainForm.vb

Version 1.6.3

07 Nov 01:12
Compare
Choose a tag to compare

Version 1.6.3 Changelog

Bug Fixes

  • Create New Scenario
    • Fixed issue where the current year radio buttons would not disable when the current hypothetical year was greater than the current year

Version 1.6.2

03 Nov 01:21
Compare
Choose a tag to compare

Version 1.6.2 Changelog

Bug Fixes

  • Create New Scenario
    • Fixed issue where creating a new scenario and selecting the next year without working in the current year first caused calculation issues
    • Example: Most current year in ledger is 2017. User creates a new scenario and goes right to 2018. 2017 needed to be saved first before clearing the DataGridView.

Version 1.6.1

24 Oct 01:12
Compare
Choose a tag to compare

Version 1.6.1 Changelog

New Features

  • My Scenarios
    • Added Duplicate Scenario feature
    • Added Copy Year From Scenario feature

Version 1.6.0

11 Oct 01:01
Compare
Choose a tag to compare

Version 1.6.0 Changelog

New Features

  • My Scenarios
    • All scenarios created with the currently open ledger are stored in My Scenarios. Create as many scenarios as you wish. Each scenario can store as many years into the future as you need.
  • Spending Overview
    • My Scenarios has been added to the File menu
    • Save Scenario has been added to the File menu and context menu
    • Open Scenario has been added to the File menu and context menu
    • Close Scenario has been added to the File menu and context menu

Bug Fixes

  • Fixed issue where My Statements did not check if a statement already existed before attempting to rename it

Version 1.5.9

20 Jul 00:09
Compare
Choose a tag to compare

Version 1.5.9 Changelog

New Features

  • My Statements
    • Create statements to assign to transactions
  • Advanced Filter
    • Statement option has been added to Advanced Filter
  • Sum Selected
    • The Sum Selected tool now performs a Net calculation. This calculates the difference between the selected deposits and selected payments.
  • Spending Overview
    • Opening a Scenario now allows you to load data from a Scenario that was not created with the ledger you currently have open. Previously users were only allowed to load data from a Scenario that was created with the currently open ledger.
  • Account Details
    • Uncleared Balance has been added to Account Details
  • Transactions
    • Added feature to attach a statement to a transaction
  • Customize Toolbar
    • The My Statements feature has been added to the available toolbar buttons list
  • My Checkbook Ledgers
    • Added a context (right-click) menu to the DataGridView in My Checkbook Ledgers
  • MainForm (Ledger View)
    • Added Remove Receipt main menu and context menu item
    • Added Remove Statement main menu and context menu item
    • Added View Statement main menu and context menu item
    • Added letter shortcuts to context menu
  • Options (Default Directories)
    • Added Default Choose Statement Directory

Bug Fixes

  • Fixed issue where downloading AccessRuntime.exe from Welcome to Checkbook would fail. Added the following line of code before attempting to download the file.
    • ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
  • Fixed issue where Checkbook could not attach a receipt to a transaction if there was an apostrophe in the filename.

Version 1.5.8

13 Aug 14:18
Compare
Choose a tag to compare

CHECKBOOK VERSION 1.5.8 CHANGELOG

-BUG FIXES-
-If you are using version 1.5.7 or older 'Check for Update' will result in an error. Download the latest version 1.5.8 here on the website.
-Checkbook now checks for the latest version at this location: 'https://cmackay732.github.io/CheckbookWebsite/all_installer_versions/latest_version/Checkbook Setup.exe'
-Fixed issue where downloading AccessRuntime.exe from 'Welcome to Checkbook' window would fail.
-Checkbook now downloads AccessRuntime.exe from this location: 'https://cmackay732.github.io/CheckbookWebsite/access_runtime_installer/AccessRuntime.exe'