blob: fdb52e381a35849d8305b8fdc29162a70a6a4777 (
plain)
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
|
# lxappearance-wlr changelog
## 0.6.4-11
- Add popup hints on `Widget` tab (theme list, preview area, default font controls).
- Add Russian translations for these tooltip strings in `po/ru.po` to keep the UI fully localized.
- Refresh `lxappearance-ru-translation.patch` with the new tooltip translation entries.
## 0.6.4-10
- Add symmetric tab padding on `Font` page (including right side) to match spacing used by other pages.
- Add popup explanatory tooltips for key font controls (antialiasing, hinting, hinting style, sub-pixel geometry).
## 0.6.4-9
- Improve `Font` tab formatting by aligning parameter rows and reducing excessive label-to-control gaps.
- Add alignment groups for hinting/subpixel labels and controls so both rows look consistent.
- Increase combo minimum width to keep option values readable without cramped controls.
## 0.6.4-8
- Set default main window width to `700` for a tighter initial layout.
- Make patch application deterministic in `prepare()` via `git apply --check` + `git apply` (no implicit 3-way fallback).
- Add `check()` stage in PKGBUILD with smoke assertions for key wlroots/Wayland patch effects and built binary presence.
- Document patch maintenance expectations for downstream updates.
## 0.6.4-6
- Remove explicit `libx11` runtime dependency from package metadata.
- Add lightweight Apply diagnostics via `g_message` logs for settings save and sync steps.
- Split the Wayland customization patch into `lxappearance-wayland-sync.patch` and `lxappearance-wayland-ui.patch`.
## 0.6.4-5
- Remove legacy `Color` and `Other` tabs from the UI in the Wayland-focused build.
## 0.6.4-4
- Create autostart entry in `$XDG_CONFIG_HOME/autostart/` per user when applying settings.
- Stop installing autostart desktop file to `/etc/xdg/autostart`.
## 0.6.4-3
- Add immediate gsettings sync on Apply for labwc/Wayland sessions.
- Add autostart helper to sync GTK settings to gsettings at login.
## 0.6.4-2
- Write theme settings to both `~/.config/gtk-3.0/settings.ini` and `~/.config/gtk-4.0/settings.ini`.
## 0.6.4-1
- Rename package to `lxappearance-wlr` for wlroots-focused setups.
- Keep GTK3-only build configuration; no GTK2 variant is packaged.
- Allow desktop entry in all environments (`NotShowIn=`).
- Remove LXDE-specific desktop category (`X-LXDE-Settings`).
- Add packaged changelog files in English and Russian.
|