Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arcan1s committed Feb 23, 2015
1 parent bcf2615 commit 7ae90bf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Ver.2.2.1:
+ add key X-AW-Interval to ExtUpgrade (ApiVer = 1, default = 3600)
+ add values cache to ExtScript and ExtUpgrade
+ add support isActive to ExtUpgrade
* change cmake version check
* improve logic of ExtScript and ExtUpgrade

Ver.2.2.0:
* port to Plasma 5
+ add support of windows list in tooltip
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG-RU
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Вер.2.2.1:
+ добавлен ключ X-AW-Interval в ExtUpgrade (ApiVer = 1, default = 3600)
+ добавлено кеширование значений в ExtScript и ExtUpgrade
+ добавлена поддержка isActive в ExtUpgrade
* изменена проверка версий cmake
* улучшена логика работы ExtScript и ExtUpgrade

Вер.2.2.0:
* портирование на Plasma 5
+ добавлена поддержка списка окон в тултипе
Expand Down
4 changes: 2 additions & 2 deletions arch/PKGBUILD-kde4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=kdeplasma-applets-awesome-widgets
_pkgname=awesome-widgets
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
arch=('i686' 'x86_64')
Expand All @@ -20,7 +20,7 @@ optdepends=("amarok: for music player monitor"
makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install
md5sums=('a8b46415c387b98d5df1a79bb985f709')
md5sums=('74099a8150aa1992b8a168934878d928')
backup=('usr/share/config/plasma-dataengine-extsysmon.conf')

prepare() {
Expand Down
4 changes: 2 additions & 2 deletions arch/PKGBUILD-kf5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=plasma5-applet-awesome-widgets
_pkgname=awesome-widgets
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
arch=('i686' 'x86_64')
Expand All @@ -20,7 +20,7 @@ optdepends=("amarok: for music player monitor"
makedepends=('cmake' 'extra-cmake-modules')
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install
md5sums=('a8b46415c387b98d5df1a79bb985f709')
md5sums=('74099a8150aa1992b8a168934878d928')
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')

prepare() {
Expand Down
2 changes: 1 addition & 1 deletion sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set (PROJECT_CONTACT "[email protected]")
set (PROJECT_LICENSE "GPLv3")
set (PROJECT_VERSION_MAJOR 2)
set (PROJECT_VERSION_MINOR 2)
set (PROJECT_VERSION_PATCH 0)
set (PROJECT_VERSION_PATCH 1)
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})

string (TIMESTAMP CURRENT_DATE "%Y-%m-%d %H:%M" UTC)
Expand Down

0 comments on commit 7ae90bf

Please sign in to comment.