Fixed changelog.

This commit is contained in:
Martin Rotter 2015-10-18 11:11:20 +02:00
parent 3ef768c86b
commit b1f4c9f539
2 changed files with 383 additions and 378 deletions

View File

@ -1,9 +1,6 @@
<html>
<head> <head>
<style> <style>
body {
font-size: 150%;
}
ul { ul {
list-style-type: square; list-style-type: square;
} }
@ -16,6 +13,7 @@
</head> </head>
<body> <body>
<center><h2>2.5.2</h2></center> <center><h2>2.5.2</h2></center>
Added: Added:
<ul> <ul>
<li>Added experimental support for fetching metadata for individual feeds via feed context menu. (issue #118)</li> <li>Added experimental support for fetching metadata for individual feeds via feed context menu. (issue #118)</li>
@ -28,10 +26,11 @@
<li>Custom external web browser now correctly opens URLs on some operating systems. This seemed to primarily affect Linux distributions. (bug #123)</li> <li>Custom external web browser now correctly opens URLs on some operating systems. This seemed to primarily affect Linux distributions. (bug #123)</li>
<li>Categories are now not expanded when selected using "Go to next/previous item" in feeds list. (bug #122)</li> <li>Categories are now not expanded when selected using "Go to next/previous item" in feeds list. (bug #122)</li>
<li>Added action to expand/collapse currently selected item in feeds list. (enhancement #121)</li> <li>Added action to expand/collapse currently selected item in feeds list. (enhancement #121)</li>
<ul> </ul>
<hr/> <hr/>
<center><h2>2.5.1</h2></center> <center><h2>2.5.1</h2></center>
Added: Added:
<ul> <ul>
<li><b>Key used for proxy/feed password coding is now stored in separate file. This file lies in the same directory as configuration file. If your use password-protected proxy/feeds, then make sure that NOBODY gets access to that file and your DB file in the same time.</b></li> <li><b>Key used for proxy/feed password coding is now stored in separate file. This file lies in the same directory as configuration file. If your use password-protected proxy/feeds, then make sure that NOBODY gets access to that file and your DB file in the same time.</b></li>
@ -43,10 +42,11 @@
<li>Size of downloaded website artifacts is now not hidden by progress bar.</li> <li>Size of downloaded website artifacts is now not hidden by progress bar.</li>
<li>Auto-updating of feeds fixed, error was due to master mutex double locking. (issue #117)</li> <li>Auto-updating of feeds fixed, error was due to master mutex double locking. (issue #117)</li>
<li>Fixed some memory leaks which might appear when adding/editing categories/feeds.</li> <li>Fixed some memory leaks which might appear when adding/editing categories/feeds.</li>
<ul> </ul>
<hr/> <hr/>
<center><h2>2.5.0</h2></center> <center><h2>2.5.0</h2></center>
Added: Added:
<ul> <ul>
<li>Implemented ability to display <b>ONLY FEEDS WITH SOME UNREAD MESSAGES</b>. This behavior can be controlled by action in menu 'Feeds -> Show only unread feeds/categories' (issue #52). Behavior is this: <li>Implemented ability to display <b>ONLY FEEDS WITH SOME UNREAD MESSAGES</b>. This behavior can be controlled by action in menu 'Feeds -> Show only unread feeds/categories' (issue #52). Behavior is this:
@ -69,8 +69,10 @@
<ul> <ul>
<li>Adblock subscriptions starting with faulty " [Adblock..."] are now correctly loaded.</li> <li>Adblock subscriptions starting with faulty " [Adblock..."] are now correctly loaded.</li>
</ul> </ul>
<hr/> <hr/>
<center><h2>2.4.2</h2></center> <center><h2>2.4.2</h2></center>
Fixed: Fixed:
<ul> <ul>
<li>Browse button in 'Downloads' section of settings is now correctly disabled when needed.</li> <li>Browse button in 'Downloads' section of settings is now correctly disabled when needed.</li>
@ -79,6 +81,7 @@
<hr/> <hr/>
<center><h2>2.4.1</h2></center> <center><h2>2.4.1</h2></center>
Added: Added:
<ul> <ul>
<li>Experimental support for lighter version of <b>Adblock</b> component. It is configurable via status bar icon in bottom-right corner of main application window. It supports Adblock Plus filters. It is disabled by default. DO NOT user Adblock component if you wish to have LOW memory footprint or use very limited set of rules. Big set of rules makes RSS Guard more RAM hungry. (issue #7)</li> <li>Experimental support for lighter version of <b>Adblock</b> component. It is configurable via status bar icon in bottom-right corner of main application window. It supports Adblock Plus filters. It is disabled by default. DO NOT user Adblock component if you wish to have LOW memory footprint or use very limited set of rules. Big set of rules makes RSS Guard more RAM hungry. (issue #7)</li>
@ -97,6 +100,7 @@
<hr/> <hr/>
<center><h2>2.4.0</h2></center> <center><h2>2.4.0</h2></center>
Added: Added:
<ul> <ul>
<li><b>Initial support for databse cleaning. See menu 'Tools -> Cleanup database'. (issue #101)</b></li> <li><b>Initial support for databse cleaning. See menu 'Tools -> Cleanup database'. (issue #101)</b></li>
@ -120,6 +124,7 @@
<hr/> <hr/>
<center><h2>2.3.1</h2></center> <center><h2>2.3.1</h2></center>
Added: Added:
<ul> <ul>
<li>Danish localization.</li> <li>Danish localization.</li>
@ -457,5 +462,5 @@
<ul> <ul>
<li>Other major features tweaked, many bugs fixed.</li> <li>Other major features tweaked, many bugs fixed.</li>
</ul> </ul>
</body> </body>
</html>

View File

@ -50,35 +50,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1">
<widget class="QTextEdit" name="m_txtChanges">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::WidgetWidth</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLabel" name="m_lblAvailableRelease"> <widget class="QLabel" name="m_lblAvailableRelease">
<property name="text"> <property name="text">
@ -103,6 +74,35 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1">
<widget class="QTextEdit" name="m_txtChanges">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::WidgetWidth</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout> </layout>
</item> </item>
<item> <item>