Skip to content

Commit daf4250

Browse files
committed
Thwimp v1.2.0.1 bugfix release
- Release commit for Thwimp v.1.2.0.1 , which fixes some application-breaking bugs and display formatting issues for machines on foreign culture (outside en-US). Enforces invariant culture formatting for the bugfixes - Updated the Markdown manual with the v.1.2.0.1 Changelog, minor edits
1 parent bf74cd0 commit daf4250

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

README.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Thwimp v1.2
1+
# Thwimp v1.2.0.1
22

33
![Thwimp logo](https://raw.githubusercontent.com/Tamk1s/Thwimp/master/Thwimp/Resources/thwimp.png)
44

@@ -695,11 +695,38 @@ The data for each THP from the original MKWii game is hard-coded and read from e
695695
- audio_bgm
696696
- Elevator music checkbox option (bit)
697697
- log_msgBox
698-
- Less MsgBox checkbox option (bit)
698+
- Less MsgBox checkbox option (bit)
699699
- log_Full
700700
- Full Log checkbox option (bit)
701701

702702
## 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+
703730
- **v1.2: 2nd revision, bugfixes, enhancements, CLI support (08/01/20)**
704731
- **Bugfixes**
705732
- **[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
828855
- Elevator Music
829856
- Looping song bgm to play during long THP Encoding process
830857
- 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)
832859
- Audio toggle via new "Elevator Music" checkbox in Options tab
833860
- Audio toggle via new "Audio" checkbox in Options tab
834861
- **Progress bars/application logging**
@@ -909,7 +936,9 @@ Development of the 1st release was from October 19-23, 2018. It was based on my
909936
- For pointing out that v1.1 was broken and unusable
910937
- 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)
911938
- [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))
913942

914943
- **Co-utilities**
915944
- The creators of FFMPEG and FFPlay,

Thwimp/Main.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
'Thwimp - GUI/CLI FOSS utility for ripping, viewing, and creating THP video files for Mario Kart Wii
1+
'Thwimp v1.2.0.1
2+
'GUI/CLI FOSS utility for ripping, viewing, and creating THP video files for Mario Kart Wii
23
'Copyright (C) 2018-2021 Tamkis
34

45
'This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)