From 7f75c231e1618d6e215f01415bb155e7de058c60 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 4 Jun 2025 19:34:15 -0400 Subject: [PATCH] Removed _ from some punctuation, added it to most. --- config/punctuation/default.conf | 4 ++-- config/punctuation/en.conf | 4 ++-- src/fenrirscreenreader/fenrirVersion.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"