-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
68 lines (55 loc) · 2.32 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
~ v2.0.0.0
- Added support for the new launcher
- Updated the config system
- Greatly improved code readability
~ v1.6.5
- Prevent multiple Minecraft Launchers from opening
- Optimize code
~ v1.6.4
- Shortened program file names
~ v1.6.3
- Added an info panel (accessed through double-clicking the cubeLauncher banner)
- Now using the MIT license
~ v1.6.2
- Double-clicking the cubeLauncher banner will open the repository page
- Minor UI updates
- Fix options label bug
- Optimize code (using more ternary operators)
- Update README.md
~ v1.6.1
- Fix code (fix try-catch bug, remove unnecessary pieces used by old config)
- Optimize code (now using ternary operators to make some logic operations shorter, make function for sound player)
- Change method for versioning slightly (explained in "versioning.txt")
~ v1.6.0
- The options menu is much more simple (it now saves and loads automatically, removed unneeded buttons)
- Made the UI more fancy
- Added warning if the user tries to launch multiple instances of cubeLauncher (having multiple instances open can cause problems)
- Fixed typos
- Code updates (removed unneeded functions)
~ v1.5.0
- Added a feature to create blank installations
- Added an option to save and load configs for individual installations
- UI updates
- Code updates (optimizations, more efficient)
~ v1.4.1
- Small UI visual patch (options task logo not the right color, made drag & drop panel smaller)
~ v1.4.0
- Added an option to merge installations instead of overwritting them if a duplicate is found
- Updated UI
- Added tooltips
- MessageBox updates
- Removed unneeded code inside the JSON parser
~ v1.3.0
- Now makes two launcher profile backups instead of one. This ensures any previous user data is not lost if an error occurs
- Moved the appdata path initializer script inside Form_Activated instead of Form_Load for the options form
- Minecraft launcher path text now wraps
~ v1.2.0
- Added option to specify an alternative Minecraft Launcher path
- Moved UI components around
~ v1.1.0
- Changed "refresh" button to "open directory" button (this button will open the directory for the selected installation)
- Added checkbox option to override .cube config files if the user wants to specify their own arguments
- Small changes
~ v1.0.1
- Fixed mousedown issue in options menu
- Fixed placement of config.cube file button