You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ key:
5
5
- ~ Modified feature.
6
6
-\* Bugfix
7
7
8
-
Version format: (prefix)major.minor.bugfix
8
+
Version format: \<prefix\>major.minor.bugfix
9
9
- Prefix: Annotates if a version is alpha, beta or release. (a, b, r)
10
10
- Major: Full rewrite/ui change or something drastic like that.
11
11
- Minor: Normal updates. e.g added/remove/modified individual features.
@@ -42,14 +42,14 @@ Prep for a0.4.
42
42
43
43
~ Per instance java settings.
44
44
~ Better instance manager!
45
-
~ Optimisation and crash fixes.
46
45
~ Rewrite of some functions and general optimisation.
47
46
~ Smaller file size! Down to 18mb!
48
-
~ Fixed unix compile script!
49
47
\- Can no longer display remote (internet) content.
50
48
\+ The blog is now themable with a html4 file!
51
49
\+ Commented code!
52
50
\+ Discord rich presence.
51
+
\* Fixed unix compile script!
52
+
\* Optimisation and crash fixes.
53
53
54
54
### a0.6-pre1
55
55
The beginning of something awesome.
@@ -58,35 +58,42 @@ The beginning of something awesome.
58
58
~ Hopefully fixed random crashes after modpack installation.
59
59
~ Partial rewrite of some functions to support threading. (pymcl is now multithreaded! woo!)
60
60
~ Now uses "%appdata%/.PyMCL" on windows, "\~/Library/Application Support/PyMCL" on OSX and "\~/.PyMCL" on anything else.
61
-
\+ PyMCL is now portable! Create a file named "stay.here" in the same folder pymcl.exe is located to set it to portable mode.
62
-
\#\+\+ Online repository of modpacks that can be 1-click-installed. Only one modpack available at the moment.
61
+
\#\+\+ Online repository of modpacks that can be 1-click-installed.
62
+
\+ PyMCL is now portable! Create a file named "stay.here" in the same folder pymcl.exe is located to set it to portable mode. Only one modpack available at the moment.
63
63
\+ Automatic creation of instances from partial jars. Will only initially support b1.7.3 though.
64
64
\- Python library "appdirs" no longer used. Shaves about 10kb off the file size. /shrug
65
65
66
66
### Upcoming a0.6-pre2
67
67
ETA unknown. Likely about 1-2 weeks after pre-1.
68
68
69
-
\+ Command line arguments! Allows exporting of instances and overriding of install directory along with some options coming in the future!
70
-
\+ Automatic resource downloads. Will only download missing files. It will not replace modified files.
71
-
\+ Support for a1.2.6, b1.6.6.
69
+
\#\+ A proper wiki. (WIP)
72
70
\#\+\+ Online repo of mods, texturepacks and themes that can be installed.
73
-
\+ Automatic "dumb" mod installing. (just copies contents to mc.jar)
74
-
\#\+ A proper wiki.
75
-
\+ The launcher will have a working "export modpack" button in the instance manager.
76
-
\+ A "create instance" button for creating vanilla instances.
71
+
\+ Command line arguments! Allows exporting of instances and overriding of install directory along with some more options coming in the future! Use -h to get started.
72
+
\+ There is now an instance setting to use a proxy to fix skins, sounds and capes!
73
+
\* Techically a modification, but minecraft now launches via MinecraftApplet.
74
+
\* Fixed instance settings not loading or saving correctly.
75
+
76
+
### Upcoming a0.6-pre3
77
+
What pre2 was meant to be.
78
+
79
+
\+ Automatic resource downloads when installing instances/modpacks. Will only download missing files. It will not replace modified files.
80
+
\+ Support for a1.2.6, b1.6.6.
81
+
\+ Automatic "dumb" mod installing. (just copies contents to mc.jar)
82
+
\+ The launcher will have a working modpack exporter window.
83
+
\+ A "create instance" button for creating vanilla instances.
77
84
78
85
### Upcoming a0.6
79
86
Woo!!!11 Automate EVERYTHING!
80
87
81
-
\+ Revamped instance manager.
82
88
\#\+\+ Online mod repository with tons of converted mods.
89
+
\+ Revamped instance manager.
83
90
\+ Automatic "semi-smart" mod installing. Most likely only gonna support optional classes and folders though.
84
91
\+ Automatic launcher updates?
85
92
86
93
87
94
### Upcoming b1.0+
88
95
89
-
~ UI overhaul. Some of the UI isnt fit for use anymore.
96
+
~ UI overhaul. Some of the UI isnt fit for purpose anymore.
90
97
~ Yet another rewrite. I have learned a lot about how pyqt5 works and I cant bear to look at some of my old code.
91
98
~ Launching minecraft via [launchwrapper](https://github.com/Mojang/LegacyLauncher) to allow for mixins.
0 commit comments