Merge branch 'master' into perkey-lighting-fixes
This commit is contained in:
commit
b89d7729ea
|
|
@ -1,5 +1,9 @@
|
|||
# 1.1.20rc2
|
||||
# 1.1.20rc3
|
||||
|
||||
* Add Irish translation
|
||||
* Don't use old settings when reusing sboxes
|
||||
* Add POUND and ISO_BACKSLASH cells to MAIN_ISO key layout
|
||||
* Wrap argv in list for Gio.Application.run (PyGObject 3.56)
|
||||
* Mock libnotify to not perform notifications when doing tests
|
||||
* Isolate testing from real configuration file
|
||||
* Update handling of headset RGB controls
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ Some of the languages Solaar has been translated to are listed below. A full lis
|
|||
- Turkish: Osman Karagöz
|
||||
- Ukrainian: Олександр Афанасьєв
|
||||
- Bulgarian Николай Йорданов
|
||||
- Irish: Aindriú Mac Giolla Eoin
|
||||
|
||||
[Rongronggg9]: https://github.com/Rongronggg9
|
||||
[papoteur]: https://github.com/papoteur
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.20rc2
|
||||
1.1.20rc3
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.20rc2" date="2026-05-24"/>
|
||||
<release version="1.1.20rc3" date="2026-06-17"/>
|
||||
<release version="1.1.19" date="2026-01-08"/>
|
||||
<release version="1.1.18" date="2025-12-11"/>
|
||||
<release version="1.1.16" date="2025-10-23"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue