|
1 | | -# Thwimp v1.2 |
| 1 | +# Thwimp v1.2.0.1 |
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
@@ -695,11 +695,38 @@ The data for each THP from the original MKWii game is hard-coded and read from e |
695 | 695 | - audio_bgm |
696 | 696 | - Elevator music checkbox option (bit) |
697 | 697 | - log_msgBox |
698 | | - - Less MsgBox checkbox option (bit) |
| 698 | + - Less MsgBox checkbox option (bit) |
699 | 699 | - log_Full |
700 | 700 | - Full Log checkbox option (bit) |
701 | 701 |
|
702 | 702 | ## 6. Change Log |
| 703 | + - **v1.2.0.1: v1.2 bugfixe revision (06/20/21)** |
| 704 | + - **Bugfixes** |
| 705 | + - Fixed various lingering cultural issues that would cause the application to break when processing THP videos and to display wrongly formatted data on foreign machines (outside en-US culture). Enforced invariant culture for bugfixes for [issue #11](https://github.com/Tamk1s/Thwimp/issues/11), [issue #16](https://github.com/Tamk1s/Thwimp/issues/16) |
| 706 | + - Fixed issues with FPS textbox in THP Info group box not displaying culture invariant single string format, further breaking program when processing THP videos on foreign machines |
| 707 | + - Fixed issues with video start/end frame single strings for THP Viewer/Ripper cropper not using invariant culture for FFMPEG/FFPlay cmdline calls |
| 708 | + - Fixed issues with FFMPEG calls not using the FPS string value with invariant culture formatting while THP encoding |
| 709 | + - Fixed issues with the progress bar/application logger not using invariant culture format for the progress bar percentage string values |
| 710 | + - Fixed issue with enforcing invariant culture date formatting for the pre-generated file name when saving the Thwimp application log file |
| 711 | + |
| 712 | + - Added more string parsing input validation |
| 713 | + - THP Viewer |
| 714 | + - THP Ripper |
| 715 | + - **Parsing changes** |
| 716 | + - Start/end video frame cropping information (handle parsing as UShort) |
| 717 | + - FPS value (handle as Single) |
| 718 | + - Fixed a code typo of parsing the video frame end value string as a UShort datatype instead of a Single datatype |
| 719 | + - Handled after changing the multiplicity Numeric Up/Down box in the video cropper (THP Viewer/Ripper section) |
| 720 | + - Added a newLine to the end of the Application name/version string in the application logger after booting up application (Main_Load() function) |
| 721 | + |
| 722 | + - **Enhancements** |
| 723 | + - Versioning and application branding |
| 724 | + - Updated application build and manual versions to v.1.2.0.1 |
| 725 | + - Updated application and GNU license copyright dates to ©2021 |
| 726 | + - Updated include Elevator Music song.wav song, MP3 file |
| 727 | + - Application logger saving |
| 728 | + - Added MsgBox display and logging of successful saving of application logger file to the log |
| 729 | + |
703 | 730 | - **v1.2: 2nd revision, bugfixes, enhancements, CLI support (08/01/20)** |
704 | 731 | - **Bugfixes** |
705 | 732 | - **[Issue #5](https://github.com/Tamk1s/Thwimp/issues/5): Irfanview path bug/Issue, [Issue #6](https://github.com/Tamk1s/Thwimp/issues/6): JPG Quality Bug** |
@@ -828,7 +855,7 @@ The data for each THP from the original MKWii game is hard-coded and read from e |
828 | 855 | - Elevator Music |
829 | 856 | - Looping song bgm to play during long THP Encoding process |
830 | 857 | - Song.wav at application directory |
831 | | - - Default application [song.wav](https://github.com/Tamk1s/Thwimp/blob/master/Thwimp/Resources/song.wav) is my own [MKWii Menu (SMPS32x) song](https://www.youtube.com/watch?v=9IgTsuiI_ig) |
| 858 | + - Default application [song.wav](https://github.com/Tamk1s/Thwimp/blob/master/Thwimp/Resources/song.wav) is my own [MKWii Menu (SMPS32x) song](https://youtu.be/wYIMIcdarNQ) |
832 | 859 | - Audio toggle via new "Elevator Music" checkbox in Options tab |
833 | 860 | - Audio toggle via new "Audio" checkbox in Options tab |
834 | 861 | - **Progress bars/application logging** |
@@ -909,7 +936,9 @@ Development of the 1st release was from October 19-23, 2018. It was based on my |
909 | 936 | - For pointing out that v1.1 was broken and unusable |
910 | 937 | - Lead to discovery and fixing of [issue #5](https://github.com/Tamk1s/Thwimp/issues/5) and [Issue #6](https://github.com/Tamk1s/Thwimp/issues/6) |
911 | 938 | - [Moukrea](https://github.com/Moukrea) |
912 | | - - For discovering and reorting [Issue #11](https://github.com/Tamk1s/Thwimp/issues/11) when parsing strings as single in a foreign culture |
| 939 | + - For discovering and reporting [Issue #11](https://github.com/Tamk1s/Thwimp/issues/11) when parsing strings as single in a foreign culture |
| 940 | + - [toni15538](https://github.com/toni15538) |
| 941 | + - For discovering and reporting more application breaking, invariant-culture bugs ([Issue #16](https://github.com/Tamk1s/Thwimp/issues/16), extension of unresolved [Issue #11](https://github.com/Tamk1s/Thwimp/issues/11)) |
913 | 942 |
|
914 | 943 | - **Co-utilities** |
915 | 944 | - The creators of FFMPEG and FFPlay, |
|
0 commit comments