|
1 | | -# 🎁 Release notes (`1.2.6`) |
| 1 | +# 🎁 Release notes (`1.2.7`) |
2 | 2 |
|
3 | 3 | ## Changes |
4 | | -- Merge pull request #426 from Open-Wine-Components/revert-410-unruntime |
5 | | -- Revert "umu_run: handle Protons without an explicit runtime requirement" |
| 4 | +- docs: remove mentions GE-Latest and UMU-Latest from docs |
| 5 | +- refactor: use original SteamGameId for window management |
| 6 | +- Revert "don't set SteamGameId if it's already set by steam" |
| 7 | +- fix: skip unlinking UMU-Latest in compatibilitytools.d (#504) |
| 8 | +- refactor: prefer cache over lru_cache |
| 9 | +- chore: update format |
| 10 | +- refactor: use value from VERSION.txt for runtime updates (#503) |
| 11 | +- refactor: use tmpfs when sufficiently large (#502) |
| 12 | +- fix: create temporary directory on subsequent network errors (#501) |
| 13 | +- only run in steammode when running in a flatpak container (#496) |
| 14 | +- chore: extend lint rules (#494) |
| 15 | +- derive steam_appid from SteamGameId (#491) |
| 16 | +- refactor: improve subprocess PID detection for window management (#493) |
| 17 | +- ci: add noqa for SteamGameId |
| 18 | +- Merge pull request #447 from nodscher/main |
| 19 | +- build(deps): bump pyo3 from 0.25.0 to 0.25.1 (#488) |
| 20 | +- refactor: remove fallback to XRes when acquiring window PIDs (#484) |
| 21 | +- chore: remove unused window management functionality (#483) |
| 22 | +- build(deps): bump DeterminateSystems/flake-checker-action from 9 to 10 (#482) |
| 23 | +- fix: set STEAM_GAME property for initial X windows (#478) |
| 24 | +- fix: update log statements (#477) |
| 25 | +- fix: update window management for Flatpak apps in Steam mode (#474) |
| 26 | +- build(deps): bump pyo3 from 0.24.2 to 0.25.0 (#464) |
| 27 | +- test: find the expected source in delta update test (#461) |
| 28 | +- fix: downgrade pyzstd 0.17.0 -> 0.16.2 (#462) |
| 29 | +- fix: dynamically link to zstd when vendoring (#458) |
| 30 | +- chore: bump subprojects (#457) |
| 31 | +- build(deps): bump sha2 from 0.10.8 to 0.10.9 (#449) |
| 32 | +- don't set SteamGameId if it's already set by steam |
| 33 | +- build(deps): bump pyo3 from 0.24.1 to 0.24.2 (#442) |
| 34 | +- build(deps): bump pyo3 from 0.24.0 to 0.24.1 (#433) |
6 | 35 | - bump release notes |
7 | | -- Merge pull request #408 from R1kaB3rN/bump-version-1.2.6 |
8 | | -- Merge pull request #424 from Open-Wine-Components/fix/install-path |
9 | | -- Merge pull request #410 from loathingKernel/unruntime |
10 | | -- improv: default to environment provided STEAM_COMPAT_INSTALL_PATH |
11 | | -- umu: update tests |
12 | | -- umu_run: move toml config loading earlier and merge it with the environment |
13 | | -- build(deps): bump cachix/install-nix-action from 30 to 31 (#423) |
14 | | -- umu: update tests |
15 | | -- umu_run: extract function from `umu_run` to download proton if needed |
16 | | -- umu_run: raise exception if PROTONPATH doesn't exist while checking for runtime version |
17 | | -- umu_run: try to decouple get_umu_proton from check_env |
18 | | -- umu_run: handle Protons without an explicit runtime requirement |
19 | | -- Merge pull request #402 from MattSturgeon/nix/drop-old |
20 | | -- Merge pull request #413 from loathingKernel/isatty |
21 | | -- packaging: update umu-launcher debian packages (#422) |
22 | | -- deb: update rustup patch (#421) |
23 | | -- refactor: use __package__ to determine module (#420) |
24 | | -- feat: extend lint rules (#419) |
25 | | -- umu_log: do an early return if not tty |
26 | | -- umu_log: do not use colors if stderr is not an interactive terminal |
27 | | -- build(deps): bump pyo3 from 0.23.5 to 0.24.0 (#411) |
28 | | -- Bump version to 1.2.6 |
29 | | -- fix: adhere to the XDG spec for compatibilitytools.d |
30 | | -- build: remove umu-launcher install from packaging |
31 | | -- build: remove umu-launcher build target |
32 | | -- Don't package and distrbute umu-launcher as a compatibility tool -- steam ends up using it on every launch (bug), and there's also not really any point |
33 | | -- build(nix): drop support for outdated nixpkgs revisions |
34 | | -- packaging/nix/flake.lock: Update (#406) |
35 | | -- build(deps): bump pyo3 from 0.23.4 to 0.23.5 (#405) |
36 | | -- refactor: update runtime directory structure (#400) |
37 | | -- Support overriding 1.2.0+ nix package (#374) |
38 | | -- bump commit on rpm spec sheet to match tag just in case of manual builds |
39 | | -- bump release notes for 1.2.5 (again) |
40 | 36 |
|
41 | 37 | ## Metadata |
42 | 38 | ``` |
43 | | -This version -------- 1.2.6 |
44 | | -Previous version ---- 1.2.5 |
45 | | -Total commits ------- 36 |
| 39 | +This version -------- 1.2.7 |
| 40 | +Previous version ---- 1.2.6 |
| 41 | +Total commits ------- 32 |
46 | 42 | ``` |
0 commit comments