You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ To use this feature, "allow NVDA to control the volume of other applications" mu
46
46
* Component updates:
47
47
* Updated LibLouis Braille translator to [3.32.0](https://github.com/liblouis/liblouis/releases/tag/v3.32.0). (#17469, @LeonarddeR)
48
48
* Updated CLDR to version 46.0. (#17484, @OzancanKaratas)
49
+
* Short versions of the most commonly used command line Options have been added: `-d` for `--disable-addons` and `-n` for `--lang`. (#11644, @CyrilleB79)
49
50
50
51
### Bug Fixes
51
52
@@ -135,6 +136,7 @@ As the NVDA update check URL is now configurable directly within NVDA, no replac
135
136
* The `space` keyword argument for `brailleDisplayDrivers.seikantk.InputGesture` now expects an `int` rather than a `bool`. (#17047, @school510587)
136
137
* The `[upgrade]` configuration section including `[upgrade][newLaptopKeyboardLayout]` has been removed. (#17191)
137
138
* In `NVDAObjects.window.scintilla.ScintillaTextInfo`, if no text is selected, the `collapse` method is overriden to expand to line if the `end` parameter is set to `True` (#17431, @nvdaes)
139
+
*`languageHandler.getLanguageCliArgs` has been removed with no replacement. (#17486, @CyrilleB79)
0 commit comments