Skip to content

Commit be5265e

Browse files
committed
Upgrade version number to 3.0.0 RC 2
1 parent fa3e556 commit be5265e

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-15
lines changed

Acknowledgements.rtf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190
1+
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
22
\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fswiss\fcharset0 Helvetica;\f2\froman\fcharset0 Times-Roman;
33
}
44
{\colortbl;\red255\green255\blue255;\red0\green137\blue255;}
@@ -71,7 +71,7 @@ Italian - Marcello Teodori\
7171
Japanese - Daisuke Okada\
7272
Korean - Lee Seung Koo\
7373
Portuguese - Rui Carlos A. Gon\'e7alves\
74-
Spanish - Carlos Morales\
74+
Spanish - Carlos Morales and Juan Pablo Atienza Martinez\
7575
Simplified Chinese - Arsen Liang\
7676
Swedish - Christoffer Larsson and Peter Vendleg\'e5rd\
7777
Traditional Chinese - Weizhong Yang and Jack M.H. Lin\

CHANGES

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

99
Thanks!
1010

11+
3.0.0 rc 2
12+
----------
13+
- Background fetching and database writing of feeds (yes, such an important change is not expected between two release candidates versions, but the risk has been thoroughly pondered)
14+
- Separated "Mark Read" and "Mark Unread" menu items for articles
15+
- Rudimentary support of OPDS feeds (ebooks), like those provided by Calibre
16+
- Fix an issue with number of unread articles caused by user deleting articles stored in OpenReader before having read them
17+
- Spanish localization improvements, thanks to Juan Pablo Atienza Martinez
18+
- Another fix for file:// URLs
19+
- Fix relative links to enclosures
20+
- Handle embedded images `<img src="data:..." ...>`
21+
- Multiple improvements and fixes on memory management
22+
- Other cosmetic or UI fixes
23+
1124
3.0.0 rc 1
1225
----------
1326
- Add The Old Reader (<https://theoldreader.com>) as a supported OpenReader provider

Release Instructions.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tags should be in one of the following formats:
2929
2. Make sure that the "CHANGES" file is up to date.
3030
3. Copy the most recent part of "CHANGES" in a new text document and process it with Markdown to get a new "notes.html".
3131
4. Commit anything unstaged
32-
5. Make a new tag using `git tag -s`, respecting the above mentioned convention (if you do not have a gpg key, you can use `git tag -a` instead). Push the tag to ViennaRSS' master at Github.
32+
5. Make a new tag using `git tag -s` _tagname_, respecting the above mentioned convention (if you do not have a gpg key, you can use `git tag -a` instead). Push the tag to ViennaRSS' master at Github (`git push --tags ViennaRSS master`).
3333
6. Run `make clean`.
3434
7. Run `make release`.
3535
8. Upload the contents of `Deployment/Uploads` (found in the build directory) using the following steps.
@@ -46,7 +46,7 @@ Tags should be in one of the following formats:
4646
9. Ensure also that these files are set to be group writable.
4747
10. Run the previous version of Vienna, and make sure that the Sparkle update mechanism works correctly to display and download the latest version. After updating, check again to make sure Sparkle is showing that you have the latest version.
4848
11. Post an announcement of the new release on the CocoaForge Vienna forum at <http://forums.cocoaforge.com/viewforum.php?f=18> and/or <http://vienna-rss.org>.
49-
9. Push the new tag to Github (`git push --tags ViennaRSS master`)
49+
9. If you haven't yet, push the new tag to Github (`git push --tags ViennaRSS master`)
5050

5151

5252

notes.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
<h1>Version notes</h1>
1313

14-
<h2 id="rc1">3.0.0 rc 1</h2>
14+
<h2 id="rc2">3.0.0 rc 2</h2>
1515

1616
<ul>
17-
<li>Add The Old Reader (<a href="https://theoldreader.com">https://theoldreader.com</a>) as a supported OpenReader provider</li>
18-
<li>Improved <a href="http://www.inoreader.com">InoReader</a> support (handles homepage and icons)</li>
19-
<li>Improved Unified layout</li>
20-
<li>Improved accessibility</li>
21-
<li>Improved German translation</li>
22-
<li>Fix credentials input for feeds requiring authentication</li>
23-
<li>Handle dates with a two-digit date formatter</li>
24-
<li>Fix some plugins</li>
17+
<li>Background fetching and database writing of feeds (yes, such an important change is not expected between two release candidates versions, but the risk has been thoroughly pondered)</li>
18+
<li>Separated &#8220;Mark Read&#8221; and &#8220;Mark Unread&#8221; menu items for articles</li>
19+
<li>Rudimentary support of OPDS feeds (ebooks), like those provided by Calibre</li>
20+
<li>Fix an issue with number of unread articles caused by user deleting articles stored in OpenReader before having read them</li>
21+
<li>Spanish localization improvements, thanks to Juan Pablo Atienza Martinez</li>
22+
<li>Another fix for file:// URLs</li>
23+
<li>Fix relative links to enclosures</li>
24+
<li>Handle embedded images <code>&lt;img src="data:..." ...&gt;</code></li>
25+
<li>Multiple improvements and fixes on memory management</li>
26+
<li>Other cosmetic or UI fixes</li>
2527
</ul>
26-
27-
<p>Thanks to Emiliano Necciari, Boris Dušek, bavarious and biphuhn for their contributions !</p>
2828
</body>
2929
</html>

0 commit comments

Comments
 (0)