Skip to content

Commit

Permalink
Release 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 5, 2021
1 parent d3bafd7 commit 744098d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ AppDir:
id: com.usebottles.bottles
name: Bottles
icon: com.usebottles.bottles
version: 3.1.7
version: 3.1.8
# Set the python executable as entry point
exec: usr/bin/python3.8
# Set the application main script path as argument. Use '$@' to forward CLI parameters
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.7
3.1.8
2 changes: 1 addition & 1 deletion com.usebottles.bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ modules:
sources:
- type: git
url: https://github.com/bottlesdevs/Bottles
tag: 3.1.7
tag: 3.1.8
20 changes: 12 additions & 8 deletions data/com.usebottles.bottles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,25 @@
<url type="bugtracker">https://github.com/bottlesdevs/Bottles/issues</url>
<url type="help">https://docs.usebottles.com</url>
<releases>
<release version="3.1.7" date="2021-05-02">
<release version="3.1.8" date="2021-05-04">
<description>
<p>Updates:</p>
<ul>
<li>Fix environment selection style on Yaru theme</li>
<li>Do not destroy page_details on bottle deletion</li>
<li>Add freetype as a dependency</li>
<li>Use wine console instead of sys. terminal for flatpak and snap</li>
<li>Fix icon path</li>
<li>Removed unnecessary dependencies</li>
<li>Updated appstream screenshots</li>
<li>New translations</li>
<li>Esperanto translations thanks to @phlostically</li>
<li>French translations thanks to @julroy67</li>
<li>Slovak translations thanks to @MartinIIOT</li>
<li>German translations thanks to @thericosanto </li>
<li>Portuguese translations thanks to @SantosSi</li>
<li>Portuguese (Brazil) translations thanks to @vitor180396</li>
<li>Japanese translations thanks to @jatin-cbs </li>
<li>Swedish translations thanks to @eson57</li>
<li>Indonesian translations thanks to @rezaalmanda</li>
<li>Spanish translations thanks to @duhow</li>
</ul>
</description>
</release>
<release version="3.1.7" date="2021-05-02"></release>
<release version="3.1.6" date="2021-04-26"></release>
<release version="3.1.5" date="2021-04-20"></release>
<release version="3.1.4" date="2021-04-08"></release>
Expand Down
21 changes: 12 additions & 9 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
com.usebottles.bottles (3.1.7) precise; urgency=low
com.usebottles.bottles (3.1.8) precise; urgency=low

* Fix environment selection style on Yaru theme
* Do not destroy page_details on bottle deletion
* Add freetype as a dependency
* Use wine console instead of sys. terminal for flatpak and snap
* Fix icon path
* Removed unnecessary dependencies
* Updated appstream screenshots
* New translations
* Esperanto translations thanks to @phlostically
* French translations thanks to @julroy67
* Slovak translations thanks to @MartinIIOT
* German translations thanks to @thericosanto
* Portuguese translations thanks to @SantosSi
* Portuguese (Brazil) translations thanks to @vitor180396
* Japanese translations thanks to @jatin-cbs
* Swedish translations thanks to @eson57
* Indonesian translations thanks to @rezaalmanda
* Spanish translations thanks to @duhow

-- Mirko Brombin <[email protected]> Sun, 2 May 2021 19:27:00 +0000
-- Mirko Brombin <[email protected]> Thu, 4 May 2021 14:30:00 +0000
7 changes: 5 additions & 2 deletions src/ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="window-position">center-on-parent</property>
<property name="type-hint">dialog</property>
<property name="program-name">Bottles</property>
<property name="version">3.1.7</property>
<property name="version">3.1.8</property>
<property name="copyright" translatable="yes">© 2017-2021 - Bottles Developers</property>
<property name="comments" translatable="yes">Easily manage wineprefix using environments</property>
<property name="website">https://usebottles.com</property>
Expand Down Expand Up @@ -46,7 +46,10 @@ SantosSi &lt;https://github.com/SantosSi&gt;
vitor180396 &lt;https://github.com/vitor180396&gt;
julroy67 &lt;https://github.com/julroy67&gt;
MartinIIOT &lt;https://github.com/MartinIIOT&gt;
thericosanto &lt;https://github.com/thericosanto&gt;</property>
thericosanto &lt;https://github.com/thericosanto&gt;
phlostically &lt;https://github.com/phlostically&gt;
jatin-cbs &lt;https://github.com/jatin-cbs&gt;
duhow &lt;https://github.com/duhow&gt;</property>
<property name="artists">Marco Montini &lt;https://github.com/marckniack&gt;
Noëlle &lt;https://github.com/jannuary&gt;
Alvar Lagerlöf &lt;https://github.com/alvarlagerlof&gt;</property>
Expand Down

0 comments on commit 744098d

Please sign in to comment.