-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[0.2.0] - 2016-10-03 | ||
-------------------- | ||
|
||
## Added | ||
* Command-line options | ||
* Customisable restart/quit keys | ||
* Rotation systems for Sega and TGM1/2/3 | ||
* Hidden rows implemented | ||
* ini file is no longer required (--no-ini) | ||
* Compile-time to enable/disable SDL2 sounds | ||
* Ability to resize window to arbitrary dimensions | ||
|
||
## Changed | ||
* Maximum preview pieces increased from 4 to 5 | ||
* Better consistency in behaviour across different frontends | ||
|
||
[0.1.0] - 2016-09-21 | ||
-------------------- | ||
|
||
### Added | ||
* Line race mode | ||
* SDL2 and Terminal frontend | ||
* Configuration `fs.ini` file | ||
* Customisable keybindings | ||
* 7 bag randomizer |