## General
* Initial accessibility support in the editor 
([SF#328](https://sourceforge.net/p/geany/bugs/328)).
* Fix scrolling on Wayland 
([Issue#1320](https://github.com/geany/geany/issues/1320)).

## Bug fixes
* Fix <kbd>Ctrl+X</kbd> and <kbd>Ctrl+C</kbd> in non-Latin keyboard layouts
  (Forkest, [PR#1386](https://github.com/geany/geany/pull/1386)).
* Fix search history filling on GTK >= 3.20 
([PR#1404](https://github.com/geany/geany/pull/1404)).
* Simplify setting build menu items labels, fixing a Commander plugin
  issue (Vasiliy Faronov, [PR#1396](https://github.com/geany/geany/pull/1396)).

## Interface
* Fix the current scope shown in the statusbar 
([Issue#1279](https://github.com/geany/geany/issues/1279)).

## Editor
* Update Scintilla to version 3.7.3.
* Fix triggering default keybindings together with snippets keybindings
  ([Issue#1354](https://github.com/geany/geany/issues/1354), 
[PR#1356](https://github.com/geany/geany/pull/1356)).

## Filetypes
* Update JavaScript keywords (Abel 'Akronix' Serrano Juste, 
[PR#1361](https://github.com/geany/geany/pull/1361)).
* Partial highlighting of JavaScript ES6 template strings 
([Issue#934](https://github.com/geany/geany/issues/934)).
* Add Arduino custom filetype 
([Issue#1339](https://github.com/geany/geany/issues/1339)).

## Internationalization
* Updated translations: de, es, fr, it, lt, pt

## API
* Remove unprefixed Scintilla structure aliases. Plugins must use
  the `Sci_`-prefixed version from now on.
* Add `geany_api_version()` to detect the API version of Geany at
  runtime (Thomas Martitz, [PR#1406](https://github.com/geany/geany/pull/1406)).

## OSX
* Fix slow startup (Jiří Techet, 
[Issue#1277](https://github.com/geany/geany/issues/1277), 
[PR#1399](https://github.com/geany/geany/pull/1399)).



-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/geany/geany/releases/tag/1.30.0

Reply via email to