Skip to content

Commit 0a723ae

Browse files
committed
release 3.3.1
* bump api versions * update changelog
1 parent 271b8d5 commit 0a723ae

27 files changed

+82
-32
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Ver.3.3.1:
2+
+ add ability to direct issue report (#104)
3+
+ add key completion (#105)
4+
+ add ability to load historical configuration (#106)
5+
+ add ability to upload configuration to remote server (#106)
6+
+ add stylish (#112)
7+
+ add DBus intergration (#115)
8+
+ add cron-like extenstion triggers (`X-AW-Socket` option) (#117)
9+
+ add ability to trigger extensions by calling socket (`X-AW-Schedule` option) (#118)
10+
+ add source for network requests
11+
+ add Json formatter
12+
- drop patches provided support for Qt 5.4
13+
* use custom signal slot connection for dataengine (`BUILD_FUTURE` flag required)
14+
* update UI
15+
* refactoring
16+
117
Ver.3.2.1:
218
+ add X-AW-Translate option to DateTime formatter
319
+ add formatters to configuration export and import

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.3.0
5+
pkgver=3.3.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=('0dddbf8c47992204de515e63026c16f3')
20+
md5sums=('306027b017f940c9c5eaffb65ff82a7f')
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 "3")
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.3.0
23+
X-KDE-PluginInfo-Version=3.3.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/awesomewidgets/desktops/aw-bat-bar.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ X-AW-Type=Horizontal
1212
X-AW-Direction=LeftToRight
1313
X-AW-Height=25
1414
X-AW-Width=100
15-
X-AW-ApiVersion=5
15+
X-AW-ApiVersion=6
1616
X-AW-Number=3

sources/awesomewidgets/desktops/aw-cpu-bar.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ X-AW-Type=Horizontal
1212
X-AW-Direction=LeftToRight
1313
X-AW-Height=25
1414
X-AW-Width=100
15-
X-AW-ApiVersion=5
15+
X-AW-ApiVersion=6
1616
X-AW-Number=0

sources/awesomewidgets/desktops/aw-mem-bar.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ X-AW-Type=Horizontal
1212
X-AW-Direction=LeftToRight
1313
X-AW-Height=25
1414
X-AW-Width=100
15-
X-AW-ApiVersion=5
15+
X-AW-ApiVersion=6
1616
X-AW-Number=1

sources/awesomewidgets/desktops/aw-swap-bar.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ X-AW-Type=Horizontal
1212
X-AW-Direction=LeftToRight
1313
X-AW-Height=25
1414
X-AW-Width=100
15-
X-AW-ApiVersion=5
15+
X-AW-ApiVersion=6
1616
X-AW-Number=2

sources/awesomewidgets/quotes/aapl.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=AAPL.NASDAQ
44
Comment=Apple Inc
55
X-AW-Ticker="AAPL"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=0
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/eurrub.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=EUR/RUB
44
Comment=EUR/RUB
55
X-AW-Ticker="EURRUB=X"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=1
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/eurusd.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=EUR/USD
44
Comment=EUR/USD
55
X-AW-Ticker="EURUSD=X"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=2
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/goog.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=GOOG.NASDAQ
44
Comment=Google Inc
55
X-AW-Ticker="GOOG"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=3
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/msft.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=MSFT.NASDAQ
44
Comment=Microsoft Corp
55
X-AW-Ticker="MSFT"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=4
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/rts.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=RTS
44
Comment=RTS Index
55
X-AW-Ticker="RTS.RS"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=5
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/snp.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=S&P
44
Comment=S&P 500 Index
55
X-AW-Ticker="^GSPC"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=6
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/usdrub.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=USD/RUB
44
Comment=USD/RUB
55
X-AW-Ticker="USDRUB=X"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=8
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/quotes/vix.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=VIX
44
Comment=Volatility S&P 500
55
X-AW-Ticker="^VIX"
66
X-AW-Active=false
7-
X-AW-ApiVersion=3
7+
X-AW-ApiVersion=4
88
X-AW-Interval=60
99
X-AW-Number=7
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/requests/httpbin.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Name=httpbin
44
Comment=httpbin example
55
X-AW-Ticker=https://httpbin.org/get
66
X-AW-Active=false
7-
X-AW-ApiVersion=1
7+
X-AW-ApiVersion=2
88
X-AW-Interval=10
99
X-AW-Number=0
10+
X-AW-Schedule=
11+
X-AW-Socket=

sources/awesomewidgets/scripts/get-external-ip.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ X-AW-Prefix=
77
X-AW-Active=false
88
X-AW-Redirect=nothing
99
X-AW-Interval=1
10-
X-AW-ApiVersion=4
10+
X-AW-ApiVersion=5
1111
X-AW-Number=0
1212
X-AW-Filters=
13+
X-AW-Schedule=
14+
X-AW-Socket=

sources/awesomewidgets/upgrade/default-arch.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ X-AW-Active=false
77
X-AW-Filter=
88
X-AW-Null=0
99
X-AW-Interval=3600
10-
X-AW-ApiVersion=3
10+
X-AW-ApiVersion=4
1111
X-AW-Number=0
12+
X-AW-Schedule=
13+
X-AW-Socket=

sources/awesomewidgets/upgrade/default-debian.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ X-AW-Active=false
77
X-AW-Filter=
88
X-AW-Null=0
99
X-AW-Interval=3600
10-
X-AW-ApiVersion=3
10+
X-AW-ApiVersion=4
1111
X-AW-Number=1
12+
X-AW-Schedule=
13+
X-AW-Socket=

sources/awesomewidgets/upgrade/default-fedora.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ X-AW-Active=false
77
X-AW-Filter=
88
X-AW-Null=3
99
X-AW-Interval=3600
10-
X-AW-ApiVersion=3
10+
X-AW-ApiVersion=4
1111
X-AW-Number=2
12+
X-AW-Schedule=
13+
X-AW-Socket=

sources/awesomewidgets/upgrade/default-mandriva.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ X-AW-Active=false
77
X-AW-Filter=
88
X-AW-Null=0
99
X-AW-Interval=3600
10-
X-AW-ApiVersion=3
10+
X-AW-ApiVersion=4
1111
X-AW-Number=3
12+
X-AW-Schedule=
13+
X-AW-Socket=

sources/awesomewidgets/upgrade/default-ubuntu.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ X-AW-Active=false
77
X-AW-Filter=
88
X-AW-Null=0
99
X-AW-Interval=3600
10-
X-AW-ApiVersion=3
10+
X-AW-ApiVersion=4
1111
X-AW-Number=4
12+
X-AW-Schedule=
13+
X-AW-Socket=

sources/awesomewidgets/weather/london.desktop

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Comment=London current weather
33
Encoding=UTF-8
44
Name=London current
55
X-AW-Active=false
6-
X-AW-ApiVersion=3
6+
X-AW-ApiVersion=4
77
X-AW-City=London
88
X-AW-Country=uk
99
X-AW-Image=false
1010
X-AW-Interval=3600
1111
X-AW-Number=0
1212
X-AW-Provider=OWM
1313
X-AW-TS=0
14+
X-AW-Schedule=
15+
X-AW-Socket=

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.3.0
23+
X-KDE-PluginInfo-Version=3.3.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/version.h.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ const char CHANGELOG[] = "@PROJECT_CHANGELOG@";
2525

2626
// configuraion
2727
// graphical items api version
28-
const int AW_GRAPHITEM_API = 5;
28+
const int AW_GRAPHITEM_API = 6;
2929
// extquotes api version
30-
const int AW_EXTQUOTES_API = 3;
30+
const int AW_EXTQUOTES_API = 4;
3131
// extscript api version
32-
const int AW_EXTSCRIPT_API = 4;
32+
const int AW_EXTSCRIPT_API = 5;
3333
// extupgrade api version
34-
const int AW_EXTUPGRADE_API = 3;
34+
const int AW_EXTUPGRADE_API = 4;
3535
// extweather api version
36-
const int AW_EXTWEATHER_API = 3;
36+
const int AW_EXTWEATHER_API = 4;
3737
// extnetworkrequest api version
38-
const int AW_EXTNETREQUEST_API = 1;
38+
const int AW_EXTNETREQUEST_API = 2;
3939
// formatter api version
4040
const int AW_FORMATTER_API = 3;
4141
// telemetry api version

0 commit comments

Comments
 (0)