Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Application version 0.29.5.0 (2019-12-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willster419 committed Dec 27, 2019
1 parent 80b99bc commit 2739185
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RelhaxModpack/RelhaxModpack/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.29.4.9")]
[assembly: AssemblyFileVersion("0.29.4.9")]
[assembly: AssemblyVersion("0.29.5.0")]
[assembly: AssemblyFileVersion("0.29.5.0")]
[assembly: NeutralResourcesLanguage("en-US")]

21 changes: 21 additions & 0 deletions RelhaxModpack/RelhaxModpack/bin/Debug/release_notes_beta.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Application version 0.29.5.0 (2019-12-27)
https://www.virustotal.com/gui/file/ba2a474ac331df677cd00830095c247633008929fd0dbb363ff74a124aaef1bb/detection
- Re-worked the dependency calculation system. Before, it would process based on the entire dependency list, with the sub-process being the refrences in the database.
- Now, the calculation is based on the refrences, which have the sub-process to lookup from the list. This allows for logging and reporting of broken dependency references, as well any dependencies not used.
- Changed behavior of patch ordering. Previous ordering was one by {patchGroup} property, then by patch filename. Now is {patchGroup}, then {installGroup}, then patch filename.
- This will allow for the same behavior of installing packages using {installGroup}: Now, patches in child packages will be installed AFTER the parrent package patches are run.
- Fixed several bugs and re-worked implimentation of auto install timer event system. Now it won't fire when you're doing other activities in the application, like in the selection list.
- Removed restruction of verbose logging forced enabled.
- Fixed bugs with async implimentation of checkForDatabaseUpdates() that could cuase a race condition.
- Fixed lots of bugs with the patch designer. It's almost as if I had forgoten to finish working on it...
- Fixed bug in database editor preventing adding a copy of the same package below said package.
- UI component renaming in database editor and child windows.
- Fixed issues with auto/one click selection errors window.
- Several code sections cleaned up, logging added and/or improved, spelling mistakes fixed. Spelling is hard.
- Updated all translations.
- The database downloader for the package auto-updater uses FTP now to not pad the http download count.
- Updated application and database release step instructions in database updater window.
- Updated UI component descriptions in database editor and patch designer.
- Added tooltip descripts to advanced features/components of the patch desiger.
--------------------------------------------------------------------------------------------------------------------------------------------

Application version 0.29.4.9 (2019-12-17)
https://www.virustotal.com/gui/file/54af85ee1a97e89f822e4551ca8619037ecfa93f189ebc6b935cdc8945dd232c/detection
- Application now targets .NET framework v4.8 to take advantage of the latest technology and framework improvements from Microsoft.
Expand Down
21 changes: 21 additions & 0 deletions RelhaxModpack/RelhaxModpack/bin/Debug/release_notes_stable.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Application version 0.29.5.0 (2019-12-27)
https://www.virustotal.com/gui/file/ba2a474ac331df677cd00830095c247633008929fd0dbb363ff74a124aaef1bb/detection
- Re-worked the dependency calculation system. Before, it would process based on the entire dependency list, with the sub-process being the refrences in the database.
- Now, the calculation is based on the refrences, which have the sub-process to lookup from the list. This allows for logging and reporting of broken dependency references, as well any dependencies not used.
- Changed behavior of patch ordering. Previous ordering was one by {patchGroup} property, then by patch filename. Now is {patchGroup}, then {installGroup}, then patch filename.
- This will allow for the same behavior of installing packages using {installGroup}: Now, patches in child packages will be installed AFTER the parrent package patches are run.
- Fixed several bugs and re-worked implimentation of auto install timer event system. Now it won't fire when you're doing other activities in the application, like in the selection list.
- Removed restruction of verbose logging forced enabled.
- Fixed bugs with async implimentation of checkForDatabaseUpdates() that could cuase a race condition.
- Fixed lots of bugs with the patch designer. It's almost as if I had forgoten to finish working on it...
- Fixed bug in database editor preventing adding a copy of the same package below said package.
- UI component renaming in database editor and child windows.
- Fixed issues with auto/one click selection errors window.
- Several code sections cleaned up, logging added and/or improved, spelling mistakes fixed. Spelling is hard.
- Updated all translations.
- The database downloader for the package auto-updater uses FTP now to not pad the http download count.
- Updated application and database release step instructions in database updater window.
- Updated UI component descriptions in database editor and patch designer.
- Added tooltip descripts to advanced features/components of the patch desiger.
--------------------------------------------------------------------------------------------------------------------------------------------

Application version 0.29.4.9 (2019-12-17)
https://www.virustotal.com/gui/file/54af85ee1a97e89f822e4551ca8619037ecfa93f189ebc6b935cdc8945dd232c/detection
- Application now targets .NET framework v4.8 to take advantage of the latest technology and framework improvements from Microsoft.
Expand Down

0 comments on commit 2739185

Please sign in to comment.