branch release 1.9.2
This commit is contained in:
parent
085621bbe9
commit
46b81b5587
@ -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
|
||||
|
@ -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)
|
4
setup.py
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user