Skip to content

Commit 5f3d26d

Browse files
committed
chore: bump version to 3.0.0 & add version description
1 parent 7f6d1d9 commit 5f3d26d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

verdesc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
3.0.0 is a whole new upgrade for the Modpack Debugger Kit. The previous python codebase was contained within a singular script and was quickly getting monolithic, very hard for me to maintain, and very hard for me to find stuff in, the choice to make the program python based originally was simply because it was the only language I felt I was good enough at to make such a program.
2+
However, over the past couple of months, I have been spending a fair majority of my free time trying to learn Go, specifically desktop app development via the amazing Wails V2 library. Now, I believe I have reached a stage where I am well-versed enough in the language to refactor the entirety of MDK into Go.
3+
4+
With this update, a lot of things have been changed on the backend (on top of the obvious fact that the app is an entirely different programming language). For starters, I have aimed to make the codebase much more modular as opposed to a giant monolithic script. This should make it easier for me to maintain the software and for others to contribute. Next, the app should have a much lower memory footprint and should perform better overall. Lastly, the GUI should look much nicer, given it is now developed using HTML, CSS, and JS, which gives me significant flexibility over CustomTkinter. (Note: THIS IS NOT AN ELECTRON APP, I HATE ELECTRON APPS. There is NOT a full browser packaged in here.)
5+
6+
Do take note however, while I have tried to iron out many of the bugs and flaws I had during testing, with a new language likely comes new bugs that I have not caught, so please if you encounter any issues on any platforms please open an issue. With that out of the way, I introduce to you, Modpack Debugger Kit 3.0.0!

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
3.0.0

0 commit comments

Comments
 (0)