From 64d2e184cbd26c35c59511fe1af7f81658576ae9 Mon Sep 17 00:00:00 2001 From: Brendan Fletcher Date: Sat, 16 Feb 2019 20:30:19 -0500 Subject: [PATCH] Update version number to v0.1.2, update changelog. --- CHANGELOG.md | 5 ++++- menu.asm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503ab0b..268f7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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. diff --git a/menu.asm b/menu.asm index 52f3eb3..4d57c0f 100644 --- a/menu.asm +++ b/menu.asm @@ -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