From 9b981cb3f091fafe057964ee9c3bc60f8634402f Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 31 Mar 2014 08:28:32 +0400 Subject: [PATCH] added changelog, edited archive --- CHANGELOG | 80 +++++++++++++++++++++++++++++++++++++++++++++++ PKGBUILD | 2 +- README.md | 2 ++ create_archive.sh | 2 +- 4 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c308e35 --- /dev/null +++ b/CHANGELOG @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 253c577..149e098 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -19,7 +19,7 @@ optdepends=("hddtemp: for HDD temperature monitor" makedepends=('automoc4' 'cmake') source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz) install=${pkgname}.install -md5sums=('742fcc3c6910d3f80ac74bc0fb224b3d') +md5sums=('dddb53dd20708ddfe6ec0343005cf424') backup=('usr/share/config/extsysmon.conf') build () { diff --git a/README.md b/README.md index d665c8b..a232c14 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Information ----------- PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm. +**NOTE** LOOKING FOR TRANSLATORS! + Configuration ------------- For edited output you must open Settings window and setup output format in lines: diff --git a/create_archive.sh b/create_archive.sh index 8ff009b..0b12cc6 100755 --- a/create_archive.sh +++ b/create_archive.sh @@ -16,7 +16,7 @@ rm -rf "${ARCHIVE}" # build widget ARCHIVE="pytextmonitor" -FILES="AUTHORS COPYING README.md" +FILES="AUTHORS CHANGELOG COPYING README.md" IGNORELIST="build usr" # create archive [[ -e ${ARCHIVE}-${VERSION}-src.tar.xz ]] && rm -f "${ARCHIVE}-${VERSION}-src.tar.xz"