Skip to content

Commit

Permalink
Upgrade version number to 3.6.0 Beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Nov 8, 2020
1 parent 1a1eedb commit fdb6b6a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
16 changes: 14 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ most recent build should be at the top of this file.

Thanks!

3.6.0 Beta 5
------------
- Silence some warnings
- Remove unused code
- Add GitHub workflow for testing

3.6.0 Beta 4
------------
- Udate to Xcode 12
- Update to Xcode 12

3.6.0 Beta 3
------------
Expand All @@ -26,6 +32,12 @@ Thanks!
- Lift deployment target to macOS 10.11 & start modernizing code
- Replaced MASPreferences with Storyboard implementation (Preferences window)

3.5.10
------
- Fix application crashing on display of certain URLs (bug introduced by version 3.5.9)
- Fix a crash when both expansion tooltip and progress animation were triggered
- Fix an annoyance with tooltip obscuring contextual menu in article list or folder list

3.5.9
-----
- Add toolbar icon for deleting articles
Expand Down Expand Up @@ -105,7 +117,7 @@ __Note__ : this version will upgrade the database ; but the newer version of the
- fix selection of next unread article through spacebar when the article view is empty
- Update link templates for zh-Hant language
- Update Swift support to version 5
- Udate to Xcode 11
- Update to Xcode 11
- Update Sparkle version to 1.22
- Improve build system
- Replace deprecated routines
Expand Down
34 changes: 17 additions & 17 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,45 +108,45 @@

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

<h2 id="toc_1">3.6.0 Beta 4</h2>
<h2 id="toc_1">3.6.0 Beta 5</h2>

<ul>
<li>Udate to Xcode 12</li>
<li>Silence some warnings</li>
<li>Remove unused code</li>
<li>Add GitHub workflow for testing</li>
</ul>

<h2 id="toc_2">3.6.0 Beta 3</h2>
<h2 id="toc_2">3.6.0 Beta 4</h2>

<ul>
<li>Update to Xcode 12</li>
</ul>

<h2 id="toc_3">3.6.0 Beta 3</h2>

<ul>
<li>Configure Github configuration to close abandoned issues</li>
</ul>

<h2 id="toc_3">3.6.0 Beta 2</h2>
<h2 id="toc_4">3.6.0 Beta 2</h2>

<ul>
<li>Replace deprecated methods</li>
</ul>

<h2 id="toc_4">3.6.0 Beta 1</h2>

<h3 id="toc_5">! For OS X 10.11 (El Capitan) or later only !</h3>
<h2 id="toc_5">3.6.0 Beta 1</h2>

<ul>
<li>Lift deployment target to macOS 10.11 &amp; start modernizing code</li>
<li>Replaced MASPreferences with Storyboard implementation (Preferences window)</li>
</ul>

<h2 id="toc_6">3.5.9</h2>
<h2 id="toc_6">3.5.10</h2>

<ul>
<li>Add toolbar icon for deleting articles</li>
<li>Parse more tags from &#39;media&#39; namespace to get YouTube descriptions</li>
<li>Remove support of Bitly URL shortening in plugins</li>
<li>Speed up the cleaning of URL strings</li>
<li>Speed up parsing of date strings</li>
<li>Prevent crash when parsing non XML data</li>
<li>Fix empty ArticleView on returning to same article</li>
<li>Update to MMTabBarView v/1.4.9</li>
<li>Fix running individual Xcode tests</li>
<li>Fix application crashing on display of certain URLs (bug introduced by version 3.5.9) </li>
<li>Fix a crash when both expansion tooltip and progress animation were triggered</li>
<li>Fix an annoyance with tooltip obscuring contextual menu in article list or folder list</li>
</ul>


Expand Down

0 comments on commit fdb6b6a

Please sign in to comment.