Skip to content

Commit

Permalink
Release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 2, 2021
1 parent 465c8c5 commit 8caaa30
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 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.4
version: 3.1.7
# 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.6
3.1.7
17 changes: 10 additions & 7 deletions data/com.usebottles.bottles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,22 @@
<url type="bugtracker">https://github.com/bottlesdevs/Bottles/issues</url>
<url type="help">https://docs.usebottles.com</url>
<releases>
<release version="3.1.6" date="2021-04-26">
<release version="3.1.7" date="2021-05-02">
<description>
<p>Updates:</p>
<ul>
<li>FileChooser is now case-insensitive #140</li>
<li>Support for snap paths</li>
<li>Fix SSL error on AppImage</li>
<li>Skip component rename if not necessary</li>
<li>Chinese (Simplified) translations thanks to @Yuzaihhhh</li>
<li>French translations thanks to @SCOTT-HAMILTON</li>
<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>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>
</ul>
</description>
</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>
<release version="3.1.3" date="2021-03-30"></release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('bottles',
version: '3.1.6',
version: '3.1.7',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
9 changes: 7 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.6</property>
<property name="version">3.1.7</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 @@ -41,7 +41,12 @@ t4llkr &lt;https://github.com/t4llkr&gt;
luxmaroc &lt;https://github.com/luxmaroc&gt;
Ricky-Tigg &lt;https://github.com/Ricky-Tigg&gt;
Yuzaihhhh &lt;https://github.com/Yuzaihhhh&gt;
SCOTT-HAMILTON &lt;https://github.com/SCOTT-HAMILTON&gt;</property>
SCOTT-HAMILTON &lt;https://github.com/SCOTT-HAMILTON&gt;
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>
<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 8caaa30

Please sign in to comment.