Skip to content

Commit

Permalink
Update version number to v0.1.2, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Feb 17, 2019
1 parent 247665e commit 64d2e18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# TI-Boy CE Changelog
All notable changes to this project will be documented in this file.

## [HEAD](https://github.com/calc84maniac/tiboyce/compare/v0.1.1...HEAD)
## [HEAD](https://github.com/calc84maniac/tiboyce/compare/v0.1.2...HEAD)

## [Alpha v0.1.2 — 2019-02-16](https://github.com/calc84maniac/tiboyce/releases/tag/v0.1.2)

### Added
- Save file converter between binary and AppVar formats.
Expand All @@ -12,6 +14,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated ROM list, now integrated into the emulator menu system and sorted alphabetically by title.
- Refactored LCD mode switching and error handling, for smoother transitions between screens.
- Cleaned up the skin image, thanks [ndye](https://github.com/ndye)!

### Fixed
- Fix some cycle counting glitches related to serial port hardware.
Expand Down
2 changes: 1 addition & 1 deletion menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ ItemSelectCallbacks:
MainMenu:
.db 9
.db 0,9
.db "TI-Boy CE Alpha v0.1.1\n https://calc84maniac.github.io/tiboyce",0
.db "TI-Boy CE Alpha v0.1.2\n https://calc84maniac.github.io/tiboyce",0
.db "Select to load the game state from the\n current slot for this game.\n Press left/right to change the slot.",0
.db ITEM_DIGIT | ITEM_ROMONLY,0, 50,1,"Load State Slot %c",0
.db "Select to save the game state to the\n current slot for this game.\n Press left/right to change the slot.",0
Expand Down

0 comments on commit 64d2e18

Please sign in to comment.