Skip to content

Commit

Permalink
Prepare adaptive release 3.11.3+1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikonen committed Oct 5, 2023
1 parent 8af778e commit 20d4158
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions share/metainfo/org.gpodder.gpodder-adaptive.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
</screenshot>
</screenshots>
<releases>
<release version="3.11.3+1" date="2023-10-05">
<description>
<p>Bug fixes and minor improvements</p>
<p>Changes in adaptive UI:</p>
<ul>
<li>Add 'Preview' item to download context menu</li>
<li>Enable text selection in shownotes for non-touchscreen use</li>
</ul>
</description>
</release>
<release version="3.11.2+1" date="2023-08-18">
<description>
<p>Major changes:</p>
Expand Down
4 changes: 2 additions & 2 deletions src/gpodder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# This metadata block gets parsed by setup.py - use single quotes only
__tagline__ = 'Media aggregator and podcast client'
__author__ = 'Thomas Perl <thp@gpodder.org>'
__version__ = '3.11.3'
__date__ = '2023-09-30'
__version__ = '3.11.3+1'
__date__ = '2023-10-05'
__copyright__ = '© 2005-2023 The gPodder Team'
__license__ = 'GNU General Public License, version 3 or later'
__url__ = 'http://gpodder.org/'
Expand Down

0 comments on commit 20d4158

Please sign in to comment.