1.9.6
This commit is contained in:
parent
851be844cb
commit
2118f64344
@ -1,11 +0,0 @@
|
|||||||
1. vMenu
|
|
||||||
- it allows to define macros in an menu like structure
|
|
||||||
- allows us to create a settings menu
|
|
||||||
2. first letter navigation in vMenu
|
|
||||||
3. quit command for remote manager for exiting fenrir
|
|
||||||
4. "vmenu" command for remote manager for lock an vmenu
|
|
||||||
5. "resetvmenu" command for remote manager for release complete vmenu
|
|
||||||
6. NVDA compatible keyboard layouts
|
|
||||||
|
|
||||||
Bugfixes and Cleanups
|
|
||||||
|
|
6
setup.py
6
setup.py
@ -6,10 +6,10 @@ 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.3'
|
fenrirVersion = '1.9.6'
|
||||||
packageVersion = 'post4'
|
packageVersion = 'post1'
|
||||||
|
|
||||||
# handle flags for package manager like yaourt and pacaur.
|
# handle flags for package manager like aurman and pacaur.
|
||||||
forceSettings = False
|
forceSettings = False
|
||||||
if "--force-settings" in sys.argv:
|
if "--force-settings" in sys.argv:
|
||||||
forceSettings = True
|
forceSettings = True
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
# By Chrys, Storm Dragon, and contributers.
|
# By Chrys, Storm Dragon, and contributers.
|
||||||
|
|
||||||
version = '1.9.4'
|
version = '1.9.6'
|
||||||
codename = 'tucher'
|
codename = 'mahrs'
|
||||||
|
Loading…
Reference in New Issue
Block a user