release 3.3.1

* bump api versions
* update changelog
This commit is contained in:
Evgenii Alekseev 2017-05-15 20:15:05 +03:00
parent 271b8d55cf
commit 0a723aef82
27 changed files with 82 additions and 32 deletions

View File

@ -1,3 +1,19 @@
Ver.3.3.1:
+ add ability to direct issue report (#104)
+ add key completion (#105)
+ add ability to load historical configuration (#106)
+ add ability to upload configuration to remote server (#106)
+ add stylish (#112)
+ add DBus intergration (#115)
+ add cron-like extenstion triggers (`X-AW-Socket` option) (#117)
+ add ability to trigger extensions by calling socket (`X-AW-Schedule` option) (#118)
+ add source for network requests
+ add Json formatter
- drop patches provided support for Qt 5.4
* use custom signal slot connection for dataengine (`BUILD_FUTURE` flag required)
* update UI
* refactoring
Ver.3.2.1:
+ add X-AW-Translate option to DateTime formatter
+ add formatters to configuration export and import

View File

@ -2,7 +2,7 @@
pkgname=plasma5-applet-awesome-widgets
_pkgname=awesome-widgets
pkgver=3.3.0
pkgver=3.3.1
pkgrel=1
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
makedepends=('cmake' 'extra-cmake-modules' 'python')
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install
md5sums=('0dddbf8c47992204de515e63026c16f3')
md5sums=('306027b017f940c9c5eaffb65ff82a7f')
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
prepare() {

View File

@ -15,7 +15,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
set(PROJECT_LICENSE "GPL3")
set(PROJECT_VERSION_MAJOR "3")
set(PROJECT_VERSION_MINOR "3")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
# append git version if any
set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "")

View File

@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
X-KDE-PluginInfo-Email=esalexeev@gmail.com
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
X-KDE-PluginInfo-Version=3.3.0
X-KDE-PluginInfo-Version=3.3.1
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
X-KDE-PluginInfo-Category=System Information
X-KDE-PluginInfo-Depends=

View File

@ -12,5 +12,5 @@ X-AW-Type=Horizontal
X-AW-Direction=LeftToRight
X-AW-Height=25
X-AW-Width=100
X-AW-ApiVersion=5
X-AW-ApiVersion=6
X-AW-Number=3

View File

@ -12,5 +12,5 @@ X-AW-Type=Horizontal
X-AW-Direction=LeftToRight
X-AW-Height=25
X-AW-Width=100
X-AW-ApiVersion=5
X-AW-ApiVersion=6
X-AW-Number=0

View File

@ -12,5 +12,5 @@ X-AW-Type=Horizontal
X-AW-Direction=LeftToRight
X-AW-Height=25
X-AW-Width=100
X-AW-ApiVersion=5
X-AW-ApiVersion=6
X-AW-Number=1

View File

@ -12,5 +12,5 @@ X-AW-Type=Horizontal
X-AW-Direction=LeftToRight
X-AW-Height=25
X-AW-Width=100
X-AW-ApiVersion=5
X-AW-ApiVersion=6
X-AW-Number=2

View File

@ -4,6 +4,8 @@ Name=AAPL.NASDAQ
Comment=Apple Inc
X-AW-Ticker="AAPL"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=0
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=EUR/RUB
Comment=EUR/RUB
X-AW-Ticker="EURRUB=X"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=1
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=EUR/USD
Comment=EUR/USD
X-AW-Ticker="EURUSD=X"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=2
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=GOOG.NASDAQ
Comment=Google Inc
X-AW-Ticker="GOOG"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=3
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=MSFT.NASDAQ
Comment=Microsoft Corp
X-AW-Ticker="MSFT"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=4
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=RTS
Comment=RTS Index
X-AW-Ticker="RTS.RS"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=5
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=S&P
Comment=S&P 500 Index
X-AW-Ticker="^GSPC"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=6
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=USD/RUB
Comment=USD/RUB
X-AW-Ticker="USDRUB=X"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=8
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=VIX
Comment=Volatility S&P 500
X-AW-Ticker="^VIX"
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Interval=60
X-AW-Number=7
X-AW-Schedule=
X-AW-Socket=

View File

@ -4,6 +4,8 @@ Name=httpbin
Comment=httpbin example
X-AW-Ticker=https://httpbin.org/get
X-AW-Active=false
X-AW-ApiVersion=1
X-AW-ApiVersion=2
X-AW-Interval=10
X-AW-Number=0
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,6 +7,8 @@ X-AW-Prefix=
X-AW-Active=false
X-AW-Redirect=nothing
X-AW-Interval=1
X-AW-ApiVersion=4
X-AW-ApiVersion=5
X-AW-Number=0
X-AW-Filters=
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,5 +7,7 @@ X-AW-Active=false
X-AW-Filter=
X-AW-Null=0
X-AW-Interval=3600
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Number=0
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,5 +7,7 @@ X-AW-Active=false
X-AW-Filter=
X-AW-Null=0
X-AW-Interval=3600
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Number=1
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,5 +7,7 @@ X-AW-Active=false
X-AW-Filter=
X-AW-Null=3
X-AW-Interval=3600
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Number=2
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,5 +7,7 @@ X-AW-Active=false
X-AW-Filter=
X-AW-Null=0
X-AW-Interval=3600
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Number=3
X-AW-Schedule=
X-AW-Socket=

View File

@ -7,5 +7,7 @@ X-AW-Active=false
X-AW-Filter=
X-AW-Null=0
X-AW-Interval=3600
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-Number=4
X-AW-Schedule=
X-AW-Socket=

View File

@ -3,7 +3,7 @@ Comment=London current weather
Encoding=UTF-8
Name=London current
X-AW-Active=false
X-AW-ApiVersion=3
X-AW-ApiVersion=4
X-AW-City=London
X-AW-Country=uk
X-AW-Image=false
@ -11,3 +11,5 @@ X-AW-Interval=3600
X-AW-Number=0
X-AW-Provider=OWM
X-AW-TS=0
X-AW-Schedule=
X-AW-Socket=

View File

@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
X-KDE-PluginInfo-Email=esalexeev@gmail.com
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
X-KDE-PluginInfo-Version=3.3.0
X-KDE-PluginInfo-Version=3.3.1
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
X-KDE-PluginInfo-Category=System Information
X-KDE-PluginInfo-Depends=

View File

@ -25,17 +25,17 @@ const char CHANGELOG[] = "@PROJECT_CHANGELOG@";
// configuraion
// graphical items api version
const int AW_GRAPHITEM_API = 5;
const int AW_GRAPHITEM_API = 6;
// extquotes api version
const int AW_EXTQUOTES_API = 3;
const int AW_EXTQUOTES_API = 4;
// extscript api version
const int AW_EXTSCRIPT_API = 4;
const int AW_EXTSCRIPT_API = 5;
// extupgrade api version
const int AW_EXTUPGRADE_API = 3;
const int AW_EXTUPGRADE_API = 4;
// extweather api version
const int AW_EXTWEATHER_API = 3;
const int AW_EXTWEATHER_API = 4;
// extnetworkrequest api version
const int AW_EXTNETREQUEST_API = 1;
const int AW_EXTNETREQUEST_API = 2;
// formatter api version
const int AW_FORMATTER_API = 3;
// telemetry api version