Skip to content

Commit a3cfc3a

Browse files
committed
Version 0.15.2.1 Stable - 'MacPorts Fix' + Updated Turkish and Italian translations + Various bugfixes
1 parent 8780706 commit a3cfc3a

File tree

11 files changed

+23
-17
lines changed

11 files changed

+23
-17
lines changed

.github/workflows/build-macos-intel-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
8989
cmake \
9090
-DUSE_QT6=yes \
91+
-DMACOS_DEPLOY=yes \
9192
-DCMAKE_BUILD_TYPE=Release \
9293
-DCMAKE_PREFIX_PATH="/Users/github-runner/Qt/6.9.2/macos;${{ github.workspace }}/im_build" \
9394
-DCMAKE_INSTALL_PREFIX=install ..

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ jobs:
304304
305305
cmake \
306306
-DUSE_QT6=yes \
307+
-DMACOS_DEPLOY=yes \
307308
-DCMAKE_BUILD_TYPE=Release \
308309
-DCMAKE_PREFIX_PATH="${{ github.workspace }}/im_build" \
309310
-DCMAKE_INSTALL_PREFIX=install ..

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.15.2.1 – 2026-03-01
2+
- Fixed problem with MacPorts build
3+
- Updated French translation
4+
- Various Bugfixes
5+
16
0.15.2.0 – 2026-02-24
27
- Fixed conversion and resolution issues with certain formats
38
- Fixed a potential issue with file paths

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(WIN32)
44
cmake_policy(SET CMP0135 NEW)
55
endif()
66

7-
set(CONVERSEEN_VERSION 0.15.2.0)
7+
set(CONVERSEEN_VERSION 0.15.2.1)
88

99
project(
1010
converseen

converseen.appdata.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,19 @@
7878
<url type="donation">https://converseen.fasterland.net/donate/</url>
7979
<url type="help">https://converseen.fasterland.net/help/</url>
8080
<url type="contact">https://converseen.fasterland.net/contact-me/</url>
81+
<url type="vcs-browser">https://github.com/Faster3ck/Converseen</url>
8182
<releases>
82-
<release version="0.15.2.0" date="2026-02-24">
83+
<release version="0.15.2.1" date="2026-03-01">
8384
<url type="details">https://converseen.fasterland.net/changelog/</url>
8485
<description>
85-
<p>Changelog for 0.15.2.0</p>
86+
<p>Changelog for 0.15.2.1</p>
8687
<ul>
87-
<li>Fixed conversion and resolution issues with certain formats</li>
88-
<li>Fixed a potential issue with file paths</li>
89-
<li>Corrected a typo in the main window</li>
90-
<li>Updated Italian translation</li>
88+
<li>Updated French translation</li>
9189
<li>Various Bugfixes</li>
9290
</ul>
9391
</description>
9492
</release>
93+
<release version="0.15.2.0" date="2026-02-24" />
9594
<release version="0.15.1.3" date="2025-12-01" />
9695
<release version="0.15.1.2" date="2025-11-21" />
9796
<release version="0.15.1.1" date="2025-11-16" />

converseen.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "res\\converseen.ico"
6161
//
6262

6363
VS_VERSION_INFO VERSIONINFO
64-
FILEVERSION 0,15,2,0
65-
PRODUCTVERSION 0,15,2,0
64+
FILEVERSION 0,15,2,1
65+
PRODUCTVERSION 0,15,2,1
6666
FILEFLAGSMASK 0x17L
6767
#ifdef _DEBUG
6868
FILEFLAGS 0x1L
@@ -80,13 +80,13 @@ BEGIN
8080
VALUE "Comments", "The batch image converter and resizer"
8181
VALUE "CompanyName", "Francesco Mondello"
8282
VALUE "FileDescription", "Converseen - The batch converter and resizer"
83-
VALUE "FileVersion", "0.15.2.0"
83+
VALUE "FileVersion", "0.15.2.1"
8484
VALUE "InternalName", "Converseen"
8585
VALUE "LegalCopyright", "(C) 2009 - 2026 Francesco Mondello GNU - GPL"
8686
VALUE "LegalTrademarks", "(C) 2009 - 2026 Francesco Mondello GNU - GPL"
8787
VALUE "OriginalFilename", "converseen.exe"
8888
VALUE "ProductName", "Converseen"
89-
VALUE "ProductVersion", "0.15.2.0"
89+
VALUE "ProductVersion", "0.15.2.1"
9090
END
9191
END
9292
BLOCK "VarFileInfo"

package/AppImage/build/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=converseen
2-
pkgver=0.15.2.0
2+
pkgver=0.15.2.1
33
pkgrel=1
44
pkgdesc='Batch image converter and resizer'
55
arch=('x86_64' 'aarch64')

package/Snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: converseen
2-
version: '0.15.2.0'
2+
version: '0.15.2.1'
33
summary: Converseen - A Batch Image Converter, Resizer and Processor for your Pictures!
44
description: |
55
Converseen is a free and cross-platform batch image processor that allows you to convert, resize, rotate, and flip an infinite number of images with a mouse click. Converseen is also able to transform an entire PDF file into a group of images with the characteristics you prefer: you can choose one of the 100+ formats, set the size, resolution, and the filename.

package/Windows/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.2.0-1
1+
0.15.2.1-1

package/macOS/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.2.0-1
1+
0.15.2.1-1

0 commit comments

Comments
 (0)