Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
Updated docs and version bump.
  • Loading branch information
Humdinger committed Oct 8, 2017
1 parent 774b5ca commit e0ddcc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions documentation/User Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ <h2>
<h2>
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="history" name="history">History</a></h2>
<p><b>1.2.1</b> - <i>2017-10-08</i></p>
<ul>
<li>Improved sniffing of MIME types on drag&amp;droped files.</li>
<li>Improved handling of archive and script files on non-BFS volumes.</li>
<li>Added Ukrainian localization.</li>
</ul>
<p><b>1.2.0</b> - <i>2017-09-02</i></p>
<ul>
<li>Show a dialog if a similarly named file already exists at the destination.</li>
Expand Down
Binary file modified documentation/images/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sources/Filer.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = 1,
middle = 2,
minor = 0,
minor = 1,

variety = 5,
internal = 0,
Expand Down
2 changes: 1 addition & 1 deletion sources/HelpTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ HelpTab::HelpTab()
| B_FONT_FLAGS);
fName->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));

fVersion = new BStringView("version", "v1.2.0");
fVersion = new BStringView("version", "v1.2.1");
fVersion->GetFont(&font);
font.SetFace(B_REGULAR_FACE);
font.SetSize(font.Size() * 0.9);
Expand Down

0 comments on commit e0ddcc0

Please sign in to comment.