Skip to content

Commit e4445a5

Browse files
committed
v0.10.3
1 parent 969722f commit e4445a5

8 files changed

Lines changed: 23 additions & 18 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ thumbnails should appear after a refresh of the folder.
213213

214214
* **[NEXT]** (changes on `master` but not released yet):
215215

216+
* Nothing yet ;)
217+
218+
* **v0.10.3 (2026-04-05):**
219+
216220
* fix: Ensure the output directory exists (@dmzoneill, #23, #25)
217221
* fix: Use context manager to prevent potential unclosed file descriptor (@dmzoneill, #27, #28)
218222

RELEASE.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This file is a memo for the maintainer.
2020
* Update version number in ``cover-thumbnailer.py`` (``__version__`` var)
2121
* Update version number in ``cover-thumbnailer-gui.py`` (``__version__`` var)
2222
* Update version number in ``install.sh`` (comment)
23+
* Update version number in ``pyproject.toml``
2324
* Update version number and date in ``man/cover-thumbnailer.1`` (header)
2425
* Update version number and date in ``man/cover-thumbnailer-gui.1`` (header)
2526
* Edit / update changelog in ``README.md``

cover-thumbnailer-gui.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## ##
1313
## Cover thumbnailer GUI ##
1414
## ##
15-
## Copyright (C) 2009 - 2024 Fabien Loison <http://www.flozz.fr/> ##
15+
## Copyright (C) 2009 - 2026 Fabien LOISON <http://www.flozz.fr/> ##
1616
## ##
1717
## This program is free software: you can redistribute it and/or modify ##
1818
## it under the terms of the GNU General Public License as published by ##
@@ -39,9 +39,9 @@
3939
A GUI for easily configuring Cover Thumbnailer.
4040
"""
4141

42-
__version__ = "0.10.2"
43-
__author__ = "Fabien Loison <http://www.flozz.fr/>"
44-
__copyright__ = "Copyright © 2009 - 2024 Fabien LOISON"
42+
__version__ = "0.10.3"
43+
__author__ = "Fabien LOISON <http://www.flozz.fr/>"
44+
__copyright__ = "Copyright © 2009 - 2026 Fabien LOISON"
4545
__appname__ = "cover-thumbnailer-gui"
4646

4747

cover-thumbnailer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## ##
1313
## Cover thumbnailer ##
1414
## ##
15-
## Copyright (C) 2009 - 2024 Fabien Loison <http://www.flozz.fr/> ##
15+
## Copyright (C) 2009 - 2026 Fabien LOISON <http://www.flozz.fr/> ##
1616
## ##
1717
## This program is free software: you can redistribute it and/or modify ##
1818
## it under the terms of the GNU General Public License as published by ##
@@ -44,9 +44,9 @@
4444
cover-thumbnailer <directory's path> <output thumbnail's path>
4545
"""
4646

47-
__version__ = "0.10.2"
48-
__author__ = "Fabien Loison <http://www.flozz.fr/>"
49-
__copyright__ = "Copyright © 2009 - 2024 Fabien LOISON"
47+
__version__ = "0.10.3"
48+
__author__ = "Fabien LOISON <http://www.flozz.fr/>"
49+
__copyright__ = "Copyright © 2009 - 2026 Fabien LOISON"
5050

5151

5252
import re

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## ##
1212
## Cover thumbnailer — Installer ##
1313
## ##
14-
## Copyright (C) 2009 - 2024 Fabien Loison <flo at flogisoft dot com> ##
14+
## Copyright (C) 2009 - 2026 Fabien Loison <flo at flogisoft dot com> ##
1515
## ##
1616
## This program is free software: you can redistribute it and/or modify ##
1717
## it under the terms of the GNU General Public License as published by ##
@@ -28,7 +28,7 @@
2828
## ##
2929
############################################################################
3030
## ##
31-
## VERSION : 0.10.2 (Sat Dec 14 18:29:51 CET 2024) ##
31+
## VERSION : 0.10.3 (Sun Apr 5 10:50:35 CEST 2026) ##
3232
## WEB SITE : https://github.com/flozz/cover-thumbnailer ##
3333
## ##
3434
#########################################################################

man/cover-thumbnailer-gui.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH cover-thumbnailer-gui 1 "Sat Dec 14 2024" "version 0.10.2" "COVER THUMBNAILER GUI"
1+
.TH cover-thumbnailer-gui 1 "Sun Apr 5 2026" "version 0.10.3" "COVER THUMBNAILER GUI"
22

33
.SH NAME
44
cover-thumbnailer-gui \- configuration tool for cover-thumbnailer
@@ -13,12 +13,12 @@ Cover thumbnailer GUI is an graphical configuration tool for Cover Thumbnailer
1313
https://github.com/flozz/cover-thumbnailer
1414

1515
.SH AUTHOR
16-
Fabien Loison <flo at flogisoft dot com>
16+
Fabien LOISON <https://www.flozz.fr/>
1717

1818
.SH REPORTING BUGS
1919
Report bugs to <https://github.com/flozz/cover-thumbnailer/issues>.
2020

2121
.SH COPYRIGHT
22-
Copyright © 2009–2023 Fabien Loison <flo at flogisoft dot com>.
22+
Copyright © 2009–2026 Fabien LOISON <https://www.flozz.fr/>.
2323
Cover thumbnailer is free software under GNU GPL v3+ licence <http://gnu.org/licenses/gpl.html>,
2424
you are free to modify and redistribute it under the terms of the license.

man/cover-thumbnailer.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH cover-thumbnailer 1 "Sat Dec 14 2024" "version 0.10.2" "COVER THUMBNAILER"
1+
.TH cover-thumbnailer 1 "Sun Apr 5 2026" "version 0.10.3" "COVER THUMBNAILER"
22

33
.SH NAME
44
cover-thumbnailer \- display music covers and more in nautilus
@@ -19,12 +19,12 @@ Use cover-thumbnailer-gui
1919
https://github.com/flozz/cover-thumbnailer
2020

2121
.SH AUTHOR
22-
Fabien Loison <flo at flogisoft dot com>
22+
Fabien LOISON <https://www.flozz.fr/>
2323

2424
.SH REPORTING BUGS
2525
Report bugs to <https://github.com/flozz/cover-thumbnailer/issues>.
2626

2727
.SH COPYRIGHT
28-
Copyright © 2009–2023 Fabien Loison <flo at flogisoft dot com>.
28+
Copyright © 2009–2026 Fabien LOISON <https://www.flozz.fr/>.
2929
Cover thumbnailer is free software under GNU GPL v3+ licence <http://gnu.org/licenses/gpl.html>,
3030
you are free to modify and redistribute it under the terms of the license.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "cover-thumbnailer"
3-
version = "0.10.1"
3+
version = "0.10.3"
44
description = "directory cover thumbnailer for GTK based file viewers"
5-
authors = ["Fabien Loison <http://www.flozz.fr/>"]
5+
authors = ["Fabien LOISON <http://www.flozz.fr/>"]
66
readme = "README.md"
77
license = "GPL-3.0"
88
classifiers = [

0 commit comments

Comments
 (0)