Commit e0ddcc0 Humdinger
committed
1 parent 774b5ca commit e0ddcc0 Copy full SHA for e0ddcc0
File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,12 @@ <h2>
213
213
< h2 >
214
214
< a href ="# "> < img src ="images/up.png " style ="border:none;float:right " alt ="index " /> </ a >
215
215
< a id ="history " name ="history "> History</ a > </ h2 >
216
+ < p > < b > 1.2.1</ b > - < i > 2017-10-08</ i > </ p >
217
+ < ul >
218
+ < li > Improved sniffing of MIME types on drag&droped files.</ li >
219
+ < li > Improved handling of archive and script files on non-BFS volumes.</ li >
220
+ < li > Added Ukrainian localization.</ li >
221
+ </ ul >
216
222
< p > < b > 1.2.0</ b > - < i > 2017-09-02</ i > </ p >
217
223
< ul >
218
224
< li > Show a dialog if a similarly named file already exists at the destination.</ li >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
9
9
resource app_version {
10
10
major = 1,
11
11
middle = 2,
12
- minor = 0 ,
12
+ minor = 1 ,
13
13
14
14
variety = 5,
15
15
internal = 0,
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ HelpTab::HelpTab()
145
145
| B_FONT_FLAGS);
146
146
fName ->SetExplicitMaxSize (BSize (B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
147
147
148
- fVersion = new BStringView (" version" , " v1.2.0 " );
148
+ fVersion = new BStringView (" version" , " v1.2.1 " );
149
149
fVersion ->GetFont (&font);
150
150
font.SetFace (B_REGULAR_FACE);
151
151
font.SetSize (font.Size () * 0.9 );
You can’t perform that action at this time.
0 commit comments