Skip to content

Commit 6ec30b7

Browse files
committed
Release 3.4.2
changelog updated
1 parent 4ed19a3 commit 6ec30b7

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Ver.3.4.2:
2+
+ Italian translation (#136, thanks to @avivace)
3+
+ stooq quotes support (default) (#131)
4+
+ Indonesian translation (#132, thanks to @ibnuda)
5+
+ new keys - $batleftN, $batnowN, $batrateN, $battotalN, $brightness, $volume
6+
* fix compiler warnings
7+
* update to new qt api
8+
- fix non printable spaces (#142, #143)
9+
10+
111
Ver.3.3.3:
212
+ add custom keys support (#101)
313
* DBus interface improvements

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.4.1
5+
pkgver=3.4.2
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=('772d1b6955ffe20a1e14c4255d04564b')
20+
md5sums=('df3ad1c626fdc1893f0f6e0b0fe636c2')
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
@@ -16,7 +16,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
1616
set(PROJECT_LICENSE "GPL3")
1717
set(PROJECT_VERSION_MAJOR "3")
1818
set(PROJECT_VERSION_MINOR "4")
19-
set(PROJECT_VERSION_PATCH "1")
19+
set(PROJECT_VERSION_PATCH "2")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2121
# append git version if any
2222
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
@@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
1919
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2020
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2121
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
22-
X-KDE-PluginInfo-Version=3.4.1
22+
X-KDE-PluginInfo-Version=3.4.2
2323
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2424
X-KDE-PluginInfo-Category=System Information
2525
X-KDE-PluginInfo-Depends=

sources/desktop-panel/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
1919
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2020
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2121
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
22-
X-KDE-PluginInfo-Version=3.4.1
22+
X-KDE-PluginInfo-Version=3.4.2
2323
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2424
X-KDE-PluginInfo-Category=System Information
2525
X-KDE-PluginInfo-Depends=

0 commit comments

Comments
 (0)