Skip to content

Commit 68395e4

Browse files
committed
Version 0.15.1.0 Stable - Various updates
1 parent 916c87d commit 68395e4

8 files changed

Lines changed: 23 additions & 14 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.15.1.0 – 2025-10-17
2+
- Added support for the HIF format (read/write) when HEIC is available in ImageMagick, and for the JFIF format (write only)
3+
- Improved the user experience of the update dialog
4+
- Updated Italian translation
5+
- Various Bugfixes
6+
17
0.15.0.3 – 2025-09-11
28
- Fixed crashes with images containing inconsistent or corrupted metadata
39
- Various bug fixes

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.0.3)
7+
set(CONVERSEEN_VERSION 0.15.1.0)
88

99
project(
1010
converseen
@@ -282,7 +282,7 @@ if(WIN32)
282282
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
283283
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/COPYING.txt")
284284

285-
set(CPACK_WIX_PRODUCT_GUID "B35C58D3-FBD2-4A81-8371-588F51000028")
285+
set(CPACK_WIX_PRODUCT_GUID "B35C58D3-FBD2-4A81-8371-588F51000029")
286286
set(CPACK_WIX_UPGRADE_GUID "B35C58D3-FBD2-4A81-8371-588F51EC180F")
287287

288288
include(CPack)

converseen.appdata.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,19 @@
7979
<url type="help">https://converseen.fasterland.net/help/</url>
8080
<url type="contact">https://converseen.fasterland.net/contact-me/</url>
8181
<releases>
82-
<release version="0.15.0.3" date="2025-09-11">
82+
<release version="0.15.1.0" date="2025-10-17">
8383
<url type="details">https://converseen.fasterland.net/changelog/</url>
8484
<description>
85-
<p>Changelog for 0.15.0.3</p>
85+
<p>Changelog for 0.15.1.0</p>
8686
<ul>
87-
<li>Fixed crashes with images containing inconsistent or corrupted metadata</li>
87+
<li>Added support for the HIF format (read/write) when HEIC is available in ImageMagick, and for the JFIF format (write only)</li>
88+
<li>Improved the user experience of the update dialog</li>
89+
<li>Updated Italian translation</li>
8890
<li>Various Bugfixes</li>
8991
</ul>
9092
</description>
9193
</release>
94+
<release version="0.15.0.3" date="2025-09-11" />
9295
<release version="0.15.0.2" date="2025-07-15" />
9396
<release version="0.15.0.1" date="2025-07-05" />
9497
<release version="0.15.0.0" date="2025-07-01" />

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,0,3
65-
PRODUCTVERSION 0,15,0,3
64+
FILEVERSION 0,15,1,0
65+
PRODUCTVERSION 0,15,1,0
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.0.3"
83+
VALUE "FileVersion", "0.15.1.0"
8484
VALUE "InternalName", "Converseen"
8585
VALUE "LegalCopyright", "(C) 2009 - 2025 Francesco Mondello GNU - GPL"
8686
VALUE "LegalTrademarks", "(C) 2009 - 2025 Francesco Mondello GNU - GPL"
8787
VALUE "OriginalFilename", "converseen.exe"
8888
VALUE "ProductName", "Converseen"
89-
VALUE "ProductVersion", "0.15.0.3"
89+
VALUE "ProductVersion", "0.15.1.0"
9090
END
9191
END
9292
BLOCK "VarFileInfo"

package/AppImage/build/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=converseen
2-
pkgver=0.15.0.3
3-
pkgrel=3
2+
pkgver=0.15.1.0
3+
pkgrel=1
44
pkgdesc='Batch image converter and resizer'
55
arch=('x86_64' 'aarch64')
66
url="https://github.com/Faster3ck/Converseen"

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.0.3'
2+
version: '0.15.1.0'
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.0.3-1
1+
0.15.1.0-1

package/macOS/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0.3-1
1+
0.15.1.0-1

0 commit comments

Comments
 (0)