Skip to content

Commit

Permalink
Upgrade version number to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Oct 16, 2018
1 parent f108d3d commit c42d448
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ most recent build should be at the top of this file.

Thanks!

3.5.0
-----
- Fix dark mode for horizontal layout
- Improve support of Emoji characters (use CoreText to draw cells)

3.5.0 rc 1
----------
- Initial adaptations to macOS Mojave's dark mode (work in progress)
Expand Down
16 changes: 14 additions & 2 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,28 @@

<h1 id="toc_0">Version Notes</h1>

<h2 id="toc_1">3.5.0 rc 1</h2>
<h2 id="toc_1">3.5.0</h2>

<h3 id="toc_2">Changes since 3.4.2</h3>

<ul>
<li>Initial adaptations to macOS Mojave&#39;s dark mode (work in progress)</li>
<li>Improve right to left support</li>
<li>Modernize network access (replace ASIHTTPRequest with a wrapper above NSURLSession). Vienna&#39;s memory management is now exclusively based on Automatic Reference Counting.</li>
<li>Improve tab bar management ; fix video which continued to play when last tab was closed</li>
<li>Improve support of Emoji characters</li>
<li>Improve right to left support</li>
<li>Fix background color of selected folder on OS X 10.9</li>
<li>Fix an encoding issue in localizable strings</li>
<li>Update FMDB to 2.7.5</li>
</ul>

<h3 id="toc_3">Changes since 3.5.0 rc 1</h3>

<ul>
<li>Fix dark mode for horizontal layout</li>
<li>Improve support of Emoji characters (use CoreText to draw cells)</li>
</ul>




Expand Down

0 comments on commit c42d448

Please sign in to comment.