branch release 1.9.2

This commit is contained in:
chrys 2018-07-16 23:23:29 +02:00
parent 085621bbe9
commit 46b81b5587
3 changed files with 2 additions and 11 deletions

View File

@ -26,10 +26,6 @@ General (Easy for contribution)
[=================> ] 100% [=================> ] 100%
######################## 100% ######################## 100%
Imporove attribute handling 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) [] beep on review by word (once for multiple, capital wins) (Easy for contribution)
[] configurable (by char, by word, none) (Easy for contribution) [] configurable (by char, by word, none) (Easy for contribution)
https://github.com/jwilk/vcsapeek/blob/master/linuxvt.py https://github.com/jwilk/vcsapeek/blob/master/linuxvt.py

View File

@ -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)

View File

@ -6,8 +6,8 @@ from shutil import copyfile
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
fenrirVersion = '1.9' fenrirVersion = '1.9.2'
packageVersion = 'post2' packageVersion = 'post1'
# handle flags for package manager like yaourt and pacaur. # handle flags for package manager like yaourt and pacaur.
forceSettings = False forceSettings = False