diff --git a/config/punctuation/default.conf b/config/punctuation/default.conf index 66608489..ea63344e 100644 --- a/config/punctuation/default.conf +++ b/config/punctuation/default.conf @@ -4,8 +4,8 @@ # the entrys are seperated with :===: in words colon tripple equal colon ( to not collide with substitutions) [levelDict] none:===: -some:===:-$~+*-/\@#_ -most:===:.,:-$~+*-/\@!#%^&*()[]}{<>; +some:===:-$~+*-/\@# +most:===:.,:-_$~+*-/\@!#%^&*()[]}{<>; all:===:!"#$%& \'()*+,-./:;<=>?@[\\]^_`{|}~ [punctDict] diff --git a/config/punctuation/en.conf b/config/punctuation/en.conf index a75b7b62..86a44472 100644 --- a/config/punctuation/en.conf +++ b/config/punctuation/en.conf @@ -4,8 +4,8 @@ # the entrys are seperated with :===: in words colon tripple equal colon ( to not collide with substitutions) [levelDict] none:===: -some:===:-$~+*-/\@_ -most:===:.,:-$~+*-/\@!#%^&*()[]}{<>; +some:===:-$~+*-/\@ +most:===:.,:-$~+*-_/\@!#%^&*()[]}{<>; all:===:!"#$%& \'()*+,-./:;<=>?@[\\]^_`{|}~ [punctDict] diff --git a/src/fenrirscreenreader/fenrirVersion.py b/src/fenrirscreenreader/fenrirVersion.py index 06cda4e3..8c854f01 100644 --- a/src/fenrirscreenreader/fenrirVersion.py +++ b/src/fenrirscreenreader/fenrirVersion.py @@ -4,5 +4,5 @@ # Fenrir TTY screen reader # By Chrys, Storm Dragon, and contributers. -version = "2025.04.23" +version = "2025.06.04" codeName = "testing"