mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Update NEWS.md
This commit is contained in:
parent
6b8c10dcd4
commit
5624ef8cf3
1 changed files with 16 additions and 13 deletions
29
NEWS.md
29
NEWS.md
|
|
@ -5,19 +5,11 @@ For full changelog, use `git log`.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog]
|
The format is based on [Keep a Changelog]
|
||||||
|
|
||||||
We are currently in the process of updating the code-base to use the
|
On the `master` branch we have moved across to the wlroots scene-graph
|
||||||
wlroots scene-graph API and have decided to use three branches at this
|
API and as a result there is likey to be a period of instability and
|
||||||
time:
|
regression. A `v0.5` branch has been created as a stable pre-scene-graph
|
||||||
|
branch, but it is not envisaged that new major features will be added on
|
||||||
- `v0.5` - the last minor release before the move to scene-graph. It is
|
that branch.
|
||||||
not envisaged that new major features will be added on that branch.
|
|
||||||
|
|
||||||
- `scene-graph` - where the active porting is taking place until it is
|
|
||||||
merged into master at which point the scene-graph branch will be
|
|
||||||
removed.
|
|
||||||
|
|
||||||
- `master` - which is mostly frozen to make the rebase/merge a bit
|
|
||||||
easier.
|
|
||||||
|
|
||||||
# Summary of Releases
|
# Summary of Releases
|
||||||
|
|
||||||
|
|
@ -29,6 +21,17 @@ time:
|
||||||
| 2021-04-15 | [0.2.0] | 0.13.0 | 5011 |
|
| 2021-04-15 | [0.2.0] | 0.13.0 | 5011 |
|
||||||
| 2021-03-05 | [0.1.0] | 0.12.0 | 4627 |
|
| 2021-03-05 | [0.1.0] | 0.12.0 | 4627 |
|
||||||
|
|
||||||
|
## 0.6.0 - unreleased
|
||||||
|
|
||||||
|
This release contains significant refactoring to use the wlroots
|
||||||
|
scene-graph API, particularly src/output.c, server-side-decoration
|
||||||
|
and the layer-shell implementation. Many thanks to @Consolatis for some
|
||||||
|
heavy lifting with this.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Presentation protocol
|
||||||
|
|
||||||
## 0.5.1 - unreleased
|
## 0.5.1 - unreleased
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue