From 3e5dedbec593899d2c70bbbfd3cb3842cf7bed78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Tue, 3 Oct 2023 14:08:57 +0200 Subject: [PATCH] Release udiskie v2.5.0 - add bash completions for CLI options (thanks @oersen) - updates for translations - added German translation - add bright outlines for wayland icons in dark themes - ignore snap loop devices by default - maintenance on CI workflows - fix KeyError when properties are invalidated multiple times (#272) --- CHANGES.rst | 13 +++++++++++++ COPYING | 2 +- udiskie/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9d16ca1..39134b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ CHANGELOG --------- +2.5.0 +~~~~~ +Date: 03.10.2023 + +- add bash completions for CLI options (thanks @oersen) +- updates for translations +- added German translation +- add bright outlines for wayland icons in dark themes +- ignore snap loop devices by default +- maintenance on CI workflows +- fix KeyError when properties are invalidated multiple times (#272) + + 2.4.2 ~~~~~ Date: 01.03.2022 diff --git a/COPYING b/COPYING index ce83ab8..cc0b32e 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright (c) 2010-2012 Byron Clark - (c) 2013-2022 Thomas Gläßle + (c) 2013-2023 Thomas Gläßle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/udiskie/__init__.py b/udiskie/__init__.py index cb9dc8a..e59b17b 100644 --- a/udiskie/__init__.py +++ b/udiskie/__init__.py @@ -1 +1 @@ -__version__ = '2.4.2' +__version__ = '2.5.0'