File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ``
Original file line number Diff line number Diff line change 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 ##
3939A 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
Original file line number Diff line number Diff line change 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 ##
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
5252import re
Original file line number Diff line number Diff line change 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 ##
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# ########################################################################
Original file line number Diff line number Diff line change 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
44cover-thumbnailer-gui \- configuration tool for cover-thumbnailer
@@ -13,12 +13,12 @@ Cover thumbnailer GUI is an graphical configuration tool for Cover Thumbnailer
1313https://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
1919Report 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/ >.
2323Cover thumbnailer is free software under GNU GPL v3+ licence <http://gnu.org/licenses/gpl.html>,
2424you are free to modify and redistribute it under the terms of the license.
Original file line number Diff line number Diff line change 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
44cover-thumbnailer \- display music covers and more in nautilus
@@ -19,12 +19,12 @@ Use cover-thumbnailer-gui
1919https://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
2525Report 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/ >.
2929Cover thumbnailer is free software under GNU GPL v3+ licence <http://gnu.org/licenses/gpl.html>,
3030you are free to modify and redistribute it under the terms of the license.
Original file line number Diff line number Diff line change 11[project ]
22name = " cover-thumbnailer"
3- version = " 0.10.1 "
3+ version = " 0.10.3 "
44description = " directory cover thumbnailer for GTK based file viewers"
5- authors = [" Fabien Loison <http://www.flozz.fr/>" ]
5+ authors = [" Fabien LOISON <http://www.flozz.fr/>" ]
66readme = " README.md"
77license = " GPL-3.0"
88classifiers = [
You can’t perform that action at this time.
0 commit comments