diff --git a/TODO v2.0 b/TODO v2.0 index ba9174c5..6f225914 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -26,10 +26,6 @@ General (Easy for contribution) [=================> ] 100% ######################## 100% Imporove attribute handling - [X] improve attributes_curr_char (Easy for contribution) - [X] add an attribute sound (Easy for contribution) - [X] beep on cursor/ review by char (capital wins) (Easy for contribution) - [X] make heiglight tracking more accurate [] beep on review by word (once for multiple, capital wins) (Easy for contribution) [] configurable (by char, by word, none) (Easy for contribution) https://github.com/jwilk/vcsapeek/blob/master/linuxvt.py diff --git a/realese nots/1.9.1 b/realese nots/1.9.1 deleted file mode 100644 index b024bb5d..00000000 --- a/realese nots/1.9.1 +++ /dev/null @@ -1,5 +0,0 @@ -- import clipboard from x (xclip) -- barrier mode (respect pseudo cli window borders like used in dialog or pdmenu) -- toggle for barrier mode -- soundicon for barrier mode when enter and leave the barrier detection -- imporove accuracy of speak history (arrow up/ down in bash) diff --git a/setup.py b/setup.py index 2643c2c9..ff3c9ba9 100755 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ from shutil import copyfile from setuptools import find_packages from setuptools import setup -fenrirVersion = '1.9' -packageVersion = 'post2' +fenrirVersion = '1.9.2' +packageVersion = 'post1' # handle flags for package manager like yaourt and pacaur. forceSettings = False