Skip to content

Commit 8f6d9e7

Browse files
committed
release 3.2.1
1 parent 22dcebe commit 8f6d9e7

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Ver.3.2.1:
2+
+ add X-AW-Translate option to DateTime formatter
3+
+ add formatters to configuration export and import
4+
+ add macro fuction to selector
5+
+ add default formatters
6+
- add translation reinit (fix #102)
7+
- fix invalid float formatter saving
8+
- fix missing ApiVersion for formatters
9+
* use sockets for MPD data
10+
* translation update
11+
112
Ver.3.2.0:
213
+ custom formatters (#91)
314
+ add backend tests (#95)

packages/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=plasma5-applet-awesome-widgets
44
_pkgname=awesome-widgets
5-
pkgver=3.2.0
5+
pkgver=3.2.1
66
pkgrel=1
77
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
88
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
1717
makedepends=('cmake' 'extra-cmake-modules' 'python')
1818
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
1919
install=${pkgname}.install
20-
md5sums=('81a85890d519bd8c5791d0d99cffc9c1')
20+
md5sums=('73da19c31aa95edd428ff5ce7b541ee1')
2121
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
2222

2323
prepare() {

sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
1515
set(PROJECT_LICENSE "GPL3")
1616
set(PROJECT_VERSION_MAJOR "3")
1717
set(PROJECT_VERSION_MINOR "2")
18-
set(PROJECT_VERSION_PATCH "0")
18+
set(PROJECT_VERSION_PATCH "1")
1919
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2020
# append git version if any
2121
set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "")

sources/awesome-widget/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
2020
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2121
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2222
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
23-
X-KDE-PluginInfo-Version=3.2.0
23+
X-KDE-PluginInfo-Version=3.2.1
2424
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2525
X-KDE-PluginInfo-Category=System Information
2626
X-KDE-PluginInfo-Depends=

sources/desktop-panel/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
2020
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2121
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2222
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
23-
X-KDE-PluginInfo-Version=3.2.0
23+
X-KDE-PluginInfo-Version=3.2.1
2424
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2525
X-KDE-PluginInfo-Category=System Information
2626
X-KDE-PluginInfo-Depends=

0 commit comments

Comments
 (0)