mirror of
https://gitlab.gnome.org/jpu/cambalache.git
synced 2025-06-25 00:02:51 -04:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d88d41f9d5 |
14
CHANGELOG.md
14
CHANGELOG.md
@ -9,6 +9,20 @@ Cambalache used even/odd minor numbers to differentiate between stable and
|
||||
development releases.
|
||||
|
||||
|
||||
## 0.92.1
|
||||
|
||||
2024-10-11 - First Bugfix release in the series
|
||||
|
||||
- Fix window state saving
|
||||
- Show layout properties from parent classes
|
||||
- Improve template export for merengue
|
||||
- Fix object model regression on cut and paste
|
||||
- Fix merengue process restart
|
||||
|
||||
### Issues
|
||||
|
||||
- #232 "Crashes when restarting workspace"
|
||||
|
||||
## 0.92.0
|
||||
|
||||
2024-09-27 - Adwaita + Casilda release
|
||||
|
@ -14,6 +14,18 @@
|
||||
</p>
|
||||
</description>
|
||||
<releases>
|
||||
<release date="2024-10-11" version="0.92.1">
|
||||
<description>
|
||||
<p>First Bugfix release in the series</p>
|
||||
<ul>
|
||||
<li>Fix window state saving</li>
|
||||
<li>Show layout properties from parent classes</li>
|
||||
<li>Improve template export for merengue</li>
|
||||
<li>Fix object model regression on cut and paste</li>
|
||||
<li>Fix merengue process restart</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release date="2024-09-27" version="0.92.0">
|
||||
<description>
|
||||
<p>Adwaita + Casilda Release!</p>
|
||||
|
@ -1,6 +1,6 @@
|
||||
project(
|
||||
'cambalache', 'c',
|
||||
version: '0.92.0',
|
||||
version: '0.92.1',
|
||||
meson_version: '>= 0.64.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
Loading…
x
Reference in New Issue
Block a user