[orca] Prep for v3.37.2
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v3.37.2
- Date: Mon, 1 Jun 2020 19:09:50 +0000 (UTC)
commit db79546825c58b2e4eb1c46a25dd8781f02d35fc
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Jun 1 15:09:16 2020 -0400
Prep for v3.37.2
NEWS | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 2 +-
configure.ac | 2 +-
3 files changed, 127 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d21bf07b7..2b0b79478 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,128 @@
+3.37.2 - 1 June 2020
+
+Web:
+
+ * Present aria-sort value when focus moves to sorted row/col header
+
+ * Ensure we present functionally-empty entries from web apps
+
+ * Make ARIA gridcell cells caret-navigable if browse mode is sticky
+
+ * Fix bug causing us to skip over objects in certain grids in browse
+ mode
+
+ * Handle links whose sole content is an image with alt=""
+
+ * Force browse mode switch in web apps when child document claims focus
+
+ * Don't repeat label, name, or role when in the same object in SayAll
+
+ * Improve performance of presenting status bar items for web/Electron
+ apps (e.g. VSCode)
+
+ * Check for "keyshortcuts" attribute also for browser UI
+
+ * Eliminate chattiness from Chromium omnibox
+
+ * Ensure we present the correct row when navigating to table with
+ missing rows
+
+ * Improve structural navigation in HTML tables with conflicting ARIA
+ semantics
+
+ * Ensure we announce role and content of elements with ARIA's separator
+ role
+
+ * Ensure we verbalize punctuation for named items inside code elements
+
+ * Improve heuristic to identify elements serving as fake placeholder
+ for text
+
+ * Use caret-moved event to recover from object destruction
+
+ * Prevent Orca from wandering into hidden objects and improve recovery
+ when the currently-focused object is removed/destroyed
+
+ * Improve overall performance processing caret-moved, children-changed,
+ and text-changed events
+
+ * Expand embedded objects for live region text insertions
+
+Mouse Review:
+
+ * Fix several chattiness issues
+
+ * Fix presentation of nested cells
+
+Braille:
+
+ * Ensure blockquote and section text is always displayed
+
+ * Ensure focused region starts the display when panToCursor
+
+ * Fix bug in word wrap causing us to not display the relevant info
+
+ * Fix error using braille with JavaAtkWrapper
+
+ * Ensure we update our position when an anchor is clicked on
+ via braille display
+
+ * Hand off Braille output on NoFocus so other screen readers can
+ provide information
+
+ * Correctly display long strings of non-space characters that exceed
+ the width of the braille line
+
+ * Fix several panning issues
+
+ * Remove fallback on VT 7
+
+Speech:
+
+ * Use punct level 'most' when available in speech-dispatcher
+
+ * Insert pause breaks when generating status bar items so they don't
+ all run together when spoken
+
+General:
+
+ * Emit region-changed events to inform other tools (e.g. magnifiers,
+ highlighting tools) the object and optional text range Orca is
+ presenting
+
+ * Present description change events for the current object
+
+ * Fix crash related to non-standard tables
+
+ * Work around Qt not exposing STATE_CHECKABLE and/or using
+ ROLE_CHECK_MENU_ITEM on checkable menu items
+
+ * Fix presentation of Qt widgets labelled by their parent
+ container
+
+ * Gracefully handle AT-SPI2 timeout when checking validity of app
+
+ * Add support for the Orca key being "sticky"
+
+ * Fall back on name for labels which lack displayed text
+
+ * Present message when the status bar cannot be found
+
+ * Respect user's punctuation settings in app switchers
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ ckb Kurdish Sorani Jwtiyar Nariman
+ de German Tim Sabsch
+ es Spanish Daniel Mustieles
+ hu Hungarian Attila Hammer
+ ro Romanian Daniel Șerbănescu, Florentina Mușat
+ sv Swedish Anders Jonsson
+ tr Turkish Emin Tufan Çetin
+ uk Ukrainian Yuri Chornoivan
+
+=========
+
3.37.1 - 23 April 2020
VSCode:
diff --git a/README.md b/README.md
index 3479ac802..0aabef6b2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.37.2pre
+# Orca v3.37.2
## Introduction
diff --git a/configure.ac b/configure.ac
index 4a7df952f..b0a94a7e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [37])
-m4_define([orca_micro_version], [2pre])
+m4_define([orca_micro_version], [2])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]