added todo list

This commit is contained in:
arcan1s 2014-04-07 16:34:40 +04:00
parent 21418cdd18
commit 45de9145fb
2 changed files with 8 additions and 1 deletions

View File

@ -182,6 +182,13 @@ Installation
Additional information Additional information
====================== ======================
TODO (wish list)
----------------
* data labels on tooltip
* package manager support
* hddmb support
* ps count and ps support
Links Links
----- -----
* [Homepage](http://arcanis.name/projects/pytextmonitor/) * [Homepage](http://arcanis.name/projects/pytextmonitor/)

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# update english readme # update english readme
cp readme/en.md README.md cp README.md readme/en.md
SRCDIR="sources" SRCDIR="sources"
VERSION=$(grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\ VERSION=$(grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\