2018-09-30 21:19:48 +00:00
|
|
|
# Smithay Changelog
|
2017-10-01 20:57:02 +00:00
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2019-01-03 09:52:15 +00:00
|
|
|
## version 0.2.0 (2019-01-03)
|
|
|
|
|
2018-09-30 21:19:48 +00:00
|
|
|
### General
|
|
|
|
|
|
|
|
- **[Breaking]** Upgrade to wayland-rs 0.21
|
2018-12-28 16:30:11 +00:00
|
|
|
- **[Breaking]** Moving the public dependencies to a `reexports` module
|
|
|
|
- Migrate the codebase to Rust 2018
|
2018-09-30 21:19:48 +00:00
|
|
|
|
|
|
|
### Backends
|
|
|
|
|
2018-11-17 17:01:04 +00:00
|
|
|
- **[Breaking]** WinitBackend: Upgrade to winit 0.18
|
2018-12-28 16:30:11 +00:00
|
|
|
- **[Breaking]** Global refactor of the DRM & Session backends
|
|
|
|
- **[Breaking]** Restructuration of the backends around the `calloop` event-loop
|
2018-09-26 13:42:51 +00:00
|
|
|
|
2018-09-30 21:19:48 +00:00
|
|
|
### Clients & Protocol
|
|
|
|
|
|
|
|
- Basic XWayland support
|
2018-12-28 16:30:11 +00:00
|
|
|
- Data device & Drag'n'Drop support
|
|
|
|
- Custom client pointers support
|
2018-09-30 21:19:48 +00:00
|
|
|
|
2017-10-01 20:57:02 +00:00
|
|
|
## version 0.1.0 (2017-10-01)
|
|
|
|
|
|
|
|
### Protocol handling
|
|
|
|
|
|
|
|
- Low-level handling routines for several wayland globals:
|
|
|
|
- `wayland::shm` handles `wl_shm`
|
|
|
|
- `wayland::compositor` handles `wl_compositor` and `wl_subcompositor`
|
|
|
|
- `wayland::shell` handles `wl_shell` and `xdg_shell`
|
|
|
|
- `wayland::seat` handles `wl_seat`
|
|
|
|
- `wayland::output` handles `wl_output`
|
|
|
|
|
|
|
|
### Backend
|
|
|
|
|
|
|
|
- Winit backend (EGL context & input)
|
|
|
|
- DRM backend
|
|
|
|
- libinput backend
|
|
|
|
- glium integration
|