Releases: programmerBrandon/Name-That-Tune
V0.4.0-alpha
What's New:
-Song List Generator - Allows user to generate and save a song list to a text file for later use.
-Song List Importing - Allows the user to import a previously saved song list from a text file during game setup.
-When a user saves game results, the scoring history for that game will now be saved to the text file as well.
-Scoring History Improvements.
-Various Bug Fixes.
For full details on this release please see the release notes.
v0.3.1-alpha
What's New:
-A scoring history feature has been added on the scoring screen to allow users to keep track of all points scored, who they were scored by and for what song.
-An undo feature has been added to the scoring screen that allows users to undo any previous scoring action, allowing them to easily fix any scoring mistakes.
-Ability to edit songs and players on the song and player setup screens have been added. Instructions for using this new feature have been added on both the song and player setup screens.
-Improved layout for instructions on song and player setup screens.
-Instructions for song and player setup screens have been rewritten to be more simple and straight forward.
Code Changes:
-The source code in several files was refactored to improve modularization.
-Code in several files were cleaned up to remove any old code from previous versions that were still commented out.
-Added comments to functions that were missing them in several files. Also rewrote comments in a couple files that were outdated and referenced outdated logic.
For a detailed explanation of all changes (both feature wise and code wise), please read the full release notes for this version.
v-0.3.0-alpha
What's New:
-Save feature - You can now save game results to a text file for later viewing by clicking the 'Save Results' button on the final results screen.
-Optional Game Title - You now have the option to give a specific game a custom title as part of the game setup process. If a custom title is provided, it will be displayed on the results page, in the text file and default file name if game is saved. If no title is specified, the current date will be displayed where the title would be.
-Minor Improvements to the 'Set Player Scores' screen and 'Select Winner' screen of Tiebreaker mode. See release notes for details.
-Screen height increased to 550px.
Code Changes:
-Date and Save classes added
-Added Javadoc comments and descriptions to some classes that were missing them.
-Fixed warnings related to accessing static methods and variables. Any lingering warnings will be fixed by next version.
For a detailed explanation of all changes (both feature wise and code wise), please read the full release notes for this version.
v0.2.0-alpha (Alpha 2.0)
Pre-Release/Unstable Version 0.2.0-alpha (Alpha 2.0).
Release Highlights:
- NEW FEATURE: Tiebreaker mode is now functional.
- Tiebreaker mode is now enabled by default.
- Results page now adds '(Winner)' or '(Winner Via Tiebreaker)' next to winning player in results list when game doesn't end in tie.
- Redesigned release info page and added some new features to it.
- Credits page is now partially completed.
- Minor Bug Fixes
Code Changes Highlights:
-Code Data Structure Improvements that began in 0.1.1-alpha have now been completed.
-Source Code has been cleaned up to remove any old/unneeded code that had been commented out, only those that may be useful for future troubleshooting of bugs or assisting in the development of new versions and features remain.
-Added Javadoc comments to methods that were previously missing them.
See the full Release Notes for a full breakdown and detailed explanations of the changes included in this version.
0.1.1-alpha (Alpha 1.1)
Bug patch release fixing majority of bugs reported/found in Alpha 1.0 (formerly Pre-Alpha 1.0)/ 0.1.0-alpha. Also includes a minor improvement that shows song number in the song list in every place the song list is displayed (including when screen where the song is added).
Additionally there were some improvements to the source code and version system used. All changes to this version are detailed in Release Notes.txt located in the program folder. Please see that file for a detailed explanation of all changes in this version.
0.1.0-Alpha (Formerly Pre-Alpha 1.0)
First initial prototype. The basic scoring functions all work, minus Tie-Breaker Mode which will be developed in a later version. This is an unstable release intended primarily to create and test the layout, gather feedback from selected testers, and establish areas for improvement. Bugs from this version won't be patched until 0.2.0-Alpha (Alpha 2.0) which should also have a basic functioning Tie Breaker Mode.