Skip to content

Commit 103de45

Browse files
committed
Bump version to 1.3.2
1 parent 41cc6a7 commit 103de45

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

debian/changelog

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
stacer (1.3.2-1) focal; urgency=medium
2+
3+
* Fix search process not working #6
4+
* Update Russian translation (Thanks @adem) #5
5+
* Update French translation
6+
7+
-- Quentin Lienhardt <[email protected]> Tue, 9 Feb 2025 20:00:00 +0100
8+
19
stacer (1.3.1-1) focal; urgency=medium
210

3-
* Fix colors out of bounds with color scale
11+
* Fix colors out of bounds with color scale #4
412
* Use Qt6 now by default for build
513
* linuxdeployqt optimisation
614
* Removed no-strip problem with recent Linux OS

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=1.3.1
2+
VERSION=1.3.2
33
DIR=stacer-$VERSION
44
export VERSION=$VERSION
55

stacer/Pages/Settings/settings_page.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<item row="10" column="3" colspan="2" alignment="Qt::AlignRight">
234234
<widget class="QLabel" name="lblCreatedBy">
235235
<property name="text">
236-
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stacer v1.3.1 &lt;a href=&quot;https://github.com/QuentiumYT/Stacer&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Quentin Lienhardt&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
236+
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stacer v1.3.2 &lt;a href=&quot;https://github.com/QuentiumYT/Stacer&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Quentin Lienhardt&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
237237
</property>
238238
<property name="textFormat">
239239
<enum>Qt::RichText</enum>

stacer/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
5454

5555
qApp->setApplicationName("stacer");
5656
qApp->setApplicationDisplayName("Stacer");
57-
qApp->setApplicationVersion("1.3.1");
57+
qApp->setApplicationVersion("1.3.2");
5858
qApp->setWindowIcon(QIcon(":/static/logo.png"));
5959

6060
{

0 commit comments

Comments
 (0)