added changelog, edited archive

This commit is contained in:
arcan1s 2014-03-31 08:28:32 +04:00
parent f640eb58d7
commit 9b981cb3f0
4 changed files with 84 additions and 2 deletions

80
CHANGELOG Normal file
View File

@ -0,0 +1,80 @@
Ver.1.6.0:
+ added $custom tag to time and uptime labels (#8)
+ russian translation
- fixed #6, #10
* changed license to GPLv3
* changed project build
Ver.1.5.3:
+ added $album, $progress and $time tags to player label (#7)
- fixed zero swap
Ver.1.5.2:
+ added $isotime, $shorttime and $longtime tags to time label
Ver.1.5.1:
+ added time label
Ver.1.5.0:
+ added player label
Ver.1.4.0:
+ added notifications
Ver.1.3.6:
* fixed #1, #2
Ver.1.3.5:
* fix bug with definition network device
Ver.1.3.4:
+ added double click event
+ added auto selection of network device
* fixed yet another plasma crash
Ver.1.3.3:
* edited reading temperature device
Ver.1.3.2b:
* fixed plasma crash
Ver.1.3.2:
+ added GPU, GPU temperature, HDD and HDD temperature labels
+ added $ccpu and $ccpucl tags
* bug fixes
* optimization and refactoring
Ver.1.2.2:
+ added tooltip to lineEdit
Ver.1.2.1:
* if battery doesn't exist return 'off'
* if AC doesn't exist return '(?)'
Ver.1.2.0:
+ added $ac tag to battery label
+ added battery and ac device configurations
+ added error cheking
* $bat tag now reading from /sys/*
Ver.1.1.4:
* changed parsing acpi output (battery label)
Ver.1.1.3:
+ added font weight
* edited font setup line. Now setup for font family works normaly
* small bug fix
Ver.1.1.2:
+ added CPU clock lable
+ added function to update network device (100*time_interval)
+ changed update sliders
Ver.1.1.1:
+ added $swapmb, $memmb, $netdev, @@netdev=...@@ tags
* widget consists of several labels
* edited configuration interface
* some bug fixes
Ver.1.0:
First release

View File

@ -19,7 +19,7 @@ optdepends=("hddtemp: for HDD temperature monitor"
makedepends=('automoc4' 'cmake') makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz) source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
install=${pkgname}.install install=${pkgname}.install
md5sums=('742fcc3c6910d3f80ac74bc0fb224b3d') md5sums=('dddb53dd20708ddfe6ec0343005cf424')
backup=('usr/share/config/extsysmon.conf') backup=('usr/share/config/extsysmon.conf')
build () { build () {

View File

@ -5,6 +5,8 @@ Information
----------- -----------
PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm. PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm.
**NOTE** LOOKING FOR TRANSLATORS!
Configuration Configuration
------------- -------------
For edited output you must open Settings window and setup output format in lines: For edited output you must open Settings window and setup output format in lines:

View File

@ -16,7 +16,7 @@ rm -rf "${ARCHIVE}"
# build widget # build widget
ARCHIVE="pytextmonitor" ARCHIVE="pytextmonitor"
FILES="AUTHORS COPYING README.md" FILES="AUTHORS CHANGELOG COPYING README.md"
IGNORELIST="build usr" IGNORELIST="build usr"
# create archive # create archive
[[ -e ${ARCHIVE}-${VERSION}-src.tar.xz ]] && rm -f "${ARCHIVE}-${VERSION}-src.tar.xz" [[ -e ${ARCHIVE}-${VERSION}-src.tar.xz ]] && rm -f "${ARCHIVE}-${VERSION}-src.tar.xz"