~danielrichter2007/grub-customizer/3.0

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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
v 3.0.4
	* fixed assertion of compare_proxies

v 3.0.3
	* updated README file
	* update default title on custom entry scripts
	* add entry functionality: add custom script proxy, if missing
	* fixed crash when editing the only visible entry
	* auto remove of invalid proxies after loading
	* removed UPDATE_CMD from config dialog as it's not used
	* ignore whitespace in front of menuentries (fixes an parsing issue of ubuntu 12.10 submenus)
	* connect by name: only if name is unique
	* revert functionality: duplicate check
	* removed unused show-info action

v 3.0.2
	* crash if blkid prints devices without UUID... fixed
	* translation updates

v 3.0.1
	* crash if blkid prints devices without UUID... fixed
	* compiler problem fixed (new GCCs)

v 3.0
	* entries can be moved free now
	* integrated settings dialog
	* new partition chooser
	* context menu
	* multi selection
	* trash instead of checkboxes
	* entry editor
	* graphical error handlung
	* reset functionality
	* warning when trying to remove script- or system entries
	* bugfixes

v 2.5.6
	* made install- and tempfilepathes editable by custom cmake directives

v 2.5.5
	* improved kde menu compatibility
	* translation updates
	* preserving quote char (os-prober relates on them)
	* replaced update-grub by grub-mkconfig + output_file

v 2.5.4
	* added a missing include directive
	* translation updates

v 2.5.3
	* fixed problems when there are multiple entries having the same name/path

v 2.5.2
	* renumeration of 00_header and 05_debian_theme nomore starting from 10 but using
	  these fix values if possible
	* translation updates

v 2.5.1
	* some changes to make the background image and colors working on fedora
	* minor improvements...

v. 2.5
	* using policykit instead of su-to-root (there's an patch for older distibutions)
	* custom submenus (users are able to add/remove submenus)
	* indentification of the source entries by its content (additional to name and position)
	* made live cd detection ubuntu 11.10 capable
	* moved menu entry to system section
	* fixed crash (when doing reload)
	* custom grub pathes (/etc/grub-customizer/grub.cfg and /etc/grub-customizer/burg.cfg)

v. 2.4.1
	* fixed: preview rendering crashes on startup

v. 2.4
	* preview rendering (settings dialog)

v. 2.3.4
	* fixed some problem of the numeric default entry selection

v. 2.3.3
	* copying of the proxy if it exists too (solves some update problems)

v. 2.3.2
	* fixed: crash if the saved config contains "LS_" files that doesn't exist in /etc/grub.d
	* whitespace from the last script wont be saved

v. 2.3.1
	* fixed crash issue (https://bugs.launchpad.net/grub-customizer/+bug/892261)

v. 2.3
	* improved error handling (showing grub-mkconfig errors)
	* plaintext support (script parts outsinde of menuentries won't be removed anymore)

v. 2.2.2
	* no printing of empty submenus
	* modification detection fixed

v. 2.2.1
	* bug 860820 (on launchpad) fixed

v. 2.2.0
	* full grub 1.99 compatibility

v. 2.1.2
	* menu colors fixed
	* multiple loads (results in a chash) prevented
	* empty setting names won't simply be saved anymore
	* settings dialog now better handles the case when entries doesn't exist
	* translation updates

v. 2.1.1
   * better conf corruption detection/fix functionality.
   * improved view of disabled script entries.
   * translation updates.

v. 2.1
   * based on MVP pattern.
   * no modal windows.
   * add/remove entry buttons in settings dialog.

v. 2.0.8
   * french and hungarian translation updated.

v 2.0.7
   * spanish and italian translation updated (now complete).

v. 2.0.6
   * lintian and compiler warnings removed.
   * manpage created.
   * using su-to-root instead of gksu in the menu entry.

v. 2.0.5
   * translations updated.

v. 2.0.4
   * chineese translation added, frensh and turkish 
     translation updated.
   * fixed: timeout not settable when "show menu" not selected.
   * renamed "black" to "transparent" in background selection.

v. 2.0.3
   * fixed: crash when choosing an img which can not
     be displayed by gtk.
   * polish translation updated.

v. 2.0.2
   * translations (Greek and Ukrainian) updated.

v. 2.0.1
   * Bulgarian and Turkish translation updated.
   * some partition chooser bugfixes.

v. 2.0
   * settings manager included.

v. 1.6.4
   * translations updated.

v. 1.6.3
   * translations updated.

v. 1.6.2
   * greek translation updated.
   * translators added to the about dialog.

v. 1.6.1
   * fixed burg mode indentfier (has not been updated).
   * translations included.

v. 1.6 
   * bug #661304 fixed (multiple scripts using the same 
     basename will not be overwritten anymore).
   * (new entries) will be displayed on uncustomized 
     scripts too (the old behaviour was to fuzzy).
   * the test, if a script requires a proxy, is now solved
     dynamically (the previous behaviour was: when it's
     modified, set proxy_required).
   * the live cd setup assistant is now (renamed to
     partition chooser) accessible after loading 
    (by menubutton click) or if no bootloader found too.
   * the toolbar button for saving the configuration is 
     now marked as is_important (will be displayed 
     larger in most cases).