Skip to content

Commit fd96013

Browse files
committed
Bump version number to 3.8.0 Beta 1
1 parent 270baf6 commit fd96013

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

CHANGES

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11+
3.8.0 Beta 1
12+
------------
13+
- Implement an experimental new browser based on WKWebView : it can be selected in Advanced preferences, and will be available after application restart. It is fastest and more secure.
14+
- Refactor code:
15+
- modify ArticleController to be a NSViewController
16+
- structurate code around protocols like Browser, Tab, ArticleContentView, ArticleViewDelegate and BrowserContextMenuDelegate
17+
- change many methods of BaseView protocol to be optional and remove unneeded code
18+
- introduce new classes : ArticleConverter, ArticleStyleLoader, RSSSubscriber
19+
- Remove preference setting related to notifications (already handled by System Preferences)
20+
- Fix image overflow with certain feeds
21+
- Update Sparkle to version 1.26
22+
- Use NSFileManager properties for library paths
23+
- Migrate some tests to Swift
24+
- Update procedures for building binaries (don't use Bintray anymore, fix notarization)
25+
1126
3.7.1
1227
-----
1328
- Improve autodiscovery of feeds inside webpages (among other improvements, detect URLs of feeds for YouTube channels or users)

notes.html

+16-4
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,24 @@
108108

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

111-
<h2 id="toc_1">3.7.1</h2>
111+
<h2 id="toc_1">3.8.0 Beta 1</h2>
112112

113113
<ul>
114-
<li>Improve autodiscovery of feeds inside webpages (among other improvements, detect URLs of feeds for YouTube channels or users)</li>
115-
<li>Fix wrong image used in article list to indicate existence of an enclosure</li>
116-
<li>Fix empty folders in build which interferes with plug-in loading</li>
114+
<li>Implement an experimental new browser based on WKWebView : it can be selected in Advanced preferences, and will be available after application restart. It is fastest and more secure.</li>
115+
<li>Refactor code:
116+
117+
<ul>
118+
<li>modify ArticleController to be a NSViewController</li>
119+
<li>structurate code around protocols like Browser, Tab, ArticleContentView, ArticleViewDelegate and BrowserContextMenuDelegate</li>
120+
<li>change many methods of BaseView protocol to be optional and remove unneeded code</li>
121+
<li>introduce new classes : ArticleConverter, ArticleStyleLoader, RSSSubscriber</li>
122+
</ul></li>
123+
<li>Remove preference setting related to notifications (already handled by System Preferences)</li>
124+
<li>Fix image overflow with certain feeds</li>
125+
<li>Update Sparkle to version 1.26</li>
126+
<li>Use NSFileManager properties for library paths</li>
127+
<li>Migrate some tests to Swift</li>
128+
<li>Update procedures for building binaries (don&#39;t use Bintray anymore, fix notarization)</li>
117129
</ul>
118130

119131

0 commit comments

Comments
 (0)