Release 1.5.0 "The bends"

This release introduces some renderer improvements, including relating to speed.

Mire importantly, layout files have an incompatible change in format: bounds on the layout are replaced by margins. This removes the possibility that buttons don't fit in the layout and frees layout makers from having to calculate the size of the layout manually.
This commit is contained in:
Dorota Czaplejewicz
2019-12-23 12:02:00 +00:00
parent 3b0456b5cd
commit d76deb0655
2 changed files with 51 additions and 1 deletions

View File

@ -1,7 +1,7 @@
project(
'squeekboard',
'c', 'rust',
version: '1.4.0',
version: '1.5.0',
license: 'GPLv3',
meson_version: '>=0.51.0',
default_options: [