Tag v0.0.2b release.

This commit is contained in:
Jacob Young 2021-04-13 21:44:10 -04:00
commit 5ed318f894
3 changed files with 10 additions and 2 deletions

8
CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
# prgmTRANSFER
## v0.0.1b
- Initial beta release
## v0.0.2b
- Fix corrupted screen, crash, or garbage data when receiving some variables from Archive.
- Fix incorrect file names for images.

View file

@ -1,4 +1,4 @@
# prgmTRANSFER v0.0.1b
# prgmTRANSFER v0.0.2b
### This software is still in beta, no liability for corrupted or lost files, etc!

View file

@ -2272,7 +2272,7 @@ int main(void) {
static mtp_global_t global;
usb_error_t error;
ui_Init();
printf(" TRANSFER v0.0.1b\n"
printf(" TRANSFER v0.0.2b\n"
" Connect USB to PC.\n"
" Press [clear] to exit.\n"
"--------------------------------");