blob: 30dce6b9e622a720a1f9a35c851b222a2840be09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
# Changelog
* [Unreleased](#unreleased)
* [1.2.0](#1-2-)
* [1.1.0](#1-1-0)
## Unreleased
### Added
* Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f
### Changed
### Deprecated
### Removed
### Fixed
* Alpha not being applied correctly to PNG images.
* Compilation error on musl libc ([#11][11]).
[11]: https://codeberg.org/dnkl/wbg/issues/11
### Security
### Contributors
## 1.2.0
### Added
* We now hint to the compositor that the background is fully opaque.
* SVG support.
### Changed
* Image is now zoomed, rather than stretched ([#6][6]).
[6]: https://codeberg.org/dnkl/wbg/issues/6
### Fixed
* Respect the `layer_surface::closed()` event.
### Contributors
* Leonardo Hernández Hernández
* sewn
## 1.1.0
### Added
* webp support
### Fixed
* meson: can’t use `SOURCE_DIR` in `custom_targets()`.
* build: version script is now run in a C locale.
* Don’t re-render frame on same-size configure events
### Contributors
* Leonardo Hernández
|