This commit is contained in:
chrys 2019-02-15 23:01:11 +01:00
parent 851be844cb
commit 2118f64344
3 changed files with 17 additions and 28 deletions

View File

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

View File

@ -6,10 +6,10 @@ from shutil import copyfile
from setuptools import find_packages
from setuptools import setup
fenrirVersion = '1.9.3'
packageVersion = 'post4'
fenrirVersion = '1.9.6'
packageVersion = 'post1'
# handle flags for package manager like yaourt and pacaur.
# handle flags for package manager like aurman and pacaur.
forceSettings = False
if "--force-settings" in sys.argv:
forceSettings = True

View File

@ -4,5 +4,5 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
version = '1.9.4'
codename = 'tucher'
version = '1.9.6'
codename = 'mahrs'