2.2 KiB
2.2 KiB
0.5.2 (2020-07-14)
[0.9.0]
-
d07334b
Update gtk to 0.18.Increase MSRV to 1.70.0.
[0.8.0]
- Bump gtk vesion: 0.15 -> 0.16
- f834d40 chore: add changelog on 2023-01-25
[0.7.1]
- Load exclusively using dynamic linking
This change lets dlopen
(through ld.so
) handle what paths to search in for the respective libraries.
Additionally this fixes a mistake with the library filenames. Now using the SONAME
instead of a symlinked name that happened to work when dev packages are installed.
Breaking: Support for $APPDIR
based appImage detection is removed.
Though it should still work, because appimages provide an LD_LIBRARY_PATH
that would be equivalent to what our previous detection method was doing in rust.
- bb8d280 Add changes on 2022-06-27
- aae5895 Add a backcompat feature flag on 2022-06-28
- 7f96c33 fix(covector): change bump to patch on 2022-06-28
[0.7.0]
- Update to gtk 0.15
- ae54bef Update to gtk 0.15 on 2022-01-17
[0.6.1]
- Update license to Apache-2.0 OR MIT.
- 09697b3 Update license to Apache2/MIT on 2021-10-13
[0.6.0]
- Bump version of libappindicator.
- 58e495d Bump version of libappindicator on 2021-10-11
Features
- Update dependencies
Bugfixes
- Fix example for gtk-0.10
0.5.1 (2020-02-09)
Features
- Remembered to make a CHANGELOG finally.
- Added theme paths
- Added non-full set icon methods
- Updated examples and dependencies