v4.0.0.dev9 #1288
benoit-pierre
started this conversation in
General
v4.0.0.dev9
#1288
Replies: 2 comments
-
For installing on macOS Big Sur, see: #1235. If you're stuck on a macOS version older than 10.3 (High Sierra), see: #1231. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I love the friendly meta names, and use them extensively in my dictionary outlines. Only issue is that when I do, they don't appear in Plover's lookup anymore. Was that intentional, or should I open an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Plover 4.0.0.dev9
Plover is going through a huge overhaul to make for a better experience for our users, and developers, too.
Installation Guide
Read the Installation Guide to see which file you need to download.
Features
Core
SET_CONFIG
command can be used to change the configuration with a stroke, e.g.:StenoDictionary.__setitem
implementation #1022)==
is not handled like a macro anymore. (translation: be more restrictive with macro names #1025){:retro_case:cap_first_word}
,{:retro_currency:$c}
,{:attach:attach^}
, etc... (Make using builtin commands / metas more user-friendly. #1069)/STROKE
) that will only translate if they are at the beginning of a word. Word endings can be specified with{:word_end}
or{$}
. (formatting & translations: add support for prefix strokes #1157){=REGEXP/TRANSLATION_IF_FOLLOWING_TEXT_MATCH/TRANSLATION_IF_NOT}
or{:if_next_matches:REGEXP/TRANSLATION_IF_FOLLOWING_TEXT_MATCH/TRANSLATION_IF_NOT}
. (formatting: look ahead support #1158)User Interface
{PLOVER:SUGGESTIONS}
, is available to open the suggestions window with a steno stroke. (Add command to show suggestions window #1184)Linux
ISO_Level3_Shift
). (Load non-us keyboard related keysyms from xkb #1082)~/.config/plover
(~/.local/share/plover
is still supported for backward compatibility). (Improve config handling #1123)macOS
Windows
Bugfixes
Core
StenoDictionary.__setitem
implementation #1022)StenoDictionaryCollection.casereverse_lookup
#1066)Dictionaries
User Interface
Linux
macOS
Windows
API
Breaking Changes
StenoDictionaryCollection.casereverse_lookup
now returns aset
(instead of alist
). (steno_dictionary: fixStenoDictionaryCollection.casereverse_lookup
#1066)doc/i18n.md
for more information. (Fix and improve i18n support #1258)New
plover_build_utils.setup
now provides a newbabel_options
helper for configuring Babel for i18n support. (Fix and improve i18n support #1258)This discussion was created from the release v4.0.0.dev9.
Beta Was this translation helpful? Give feedback.
All reactions