Skip to content

Commit e0ddcc0

Browse files
author
Humdinger
committed
Release v1.2.1
Updated docs and version bump.
1 parent 774b5ca commit e0ddcc0

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

documentation/User Documentation.html

+6
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ <h2>
213213
<h2>
214214
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
215215
<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&amp;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>
216222
<p><b>1.2.0</b> - <i>2017-09-02</i></p>
217223
<ul>
218224
<li>Show a dialog if a similarly named file already exists at the destination.</li>

documentation/images/help.png

-41 Bytes
Loading

sources/Filer.rdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
99
resource app_version {
1010
major = 1,
1111
middle = 2,
12-
minor = 0,
12+
minor = 1,
1313

1414
variety = 5,
1515
internal = 0,

sources/HelpTab.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ HelpTab::HelpTab()
145145
| B_FONT_FLAGS);
146146
fName->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
147147

148-
fVersion = new BStringView("version", "v1.2.0");
148+
fVersion = new BStringView("version", "v1.2.1");
149149
fVersion->GetFont(&font);
150150
font.SetFace(B_REGULAR_FACE);
151151
font.SetSize(font.Size() * 0.9);

0 commit comments

Comments
 (0)