From 59aae7ce1a8fa22a52d5c47857ead221be1c7c88 Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Thu, 13 Apr 2017 12:51:55 -0400 Subject: [PATCH] Release v0.1.0 ### Added * #61 Debug menu for printing gameList and FileIO * #62/#79 Game list displayed on program home screen * #65 Dropdown list of systems loaded from `system_list.csv` * #73 'New' menu button clears game * #83/#88 Save and load gamelist from file ### Changed * #67 Drop BlueJ support in favor of Eclipse * #99 System selection changed from dropdown to an auto-completing textbox ### Fixed * #57 Game hours no longer always equals 0 * #75 Gamelist sorted alphabetically --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ed58a..72918a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project (mostly) adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.1.0] - 2017-04-13 ### Added * #61 Debug menu for printing gameList and FileIO * #62/#79 Game list displayed on program home screen @@ -37,4 +37,4 @@ Little to no actual functionality. * #39/#42: Sort project into packages * #50: Separate MenuBar into its own file -[Unreleased]: https://github.com/Stevoisiak/Virtual-Game-Shelf/compare/v0.0.1...HEAD +[0.1.0]: https://github.com/Stevoisiak/Virtual-Game-Shelf/compare/v0.0.1...v0.1.0