File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 flatpak-build-test :
5656 runs-on : ubuntu-24.04
5757 container :
58- image : ghcr.io/flathub-infra/flatpak-github-actions:gnome-46
58+ image : ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
5959 options : --privileged
6060 steps :
6161 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616- Update pypi packages (@MightyCreak )
1717- Add pre-commit git hooks to run linters (@MightyCreak )
1818- Docs: improve devs setup structure (@MightyCreak )
19+ - Update to flatpak's GNOME runtime 48 (@MightyCreak )
1920
2021### Fixed
2122
2223- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak )
23- - Update to flatpak's GNOME runtime 46 (@MightyCreak )
2424- Update GitHub actions: use Ubuntu 24.04, Python 3.9 and new Flatpak image (@MightyCreak )
2525
2626## 0.9.0 - 2024-01-13
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ git config --local core.hooksPath ./.githooks
8181To build, test and install Diffuse locally:
8282
8383``` sh
84- flatpak install runtime/org.gnome.Sdk/$( uname -m) /46
84+ flatpak install runtime/org.gnome.Sdk/$( uname -m) /48
8585flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8686```
8787
Original file line number Diff line number Diff line change 11app-id : io.github.mightycreak.Diffuse
22runtime : org.gnome.Platform
3- runtime-version : ' 46 '
3+ runtime-version : ' 48 '
44sdk : org.gnome.Sdk
55command : diffuse
66finish-args :
You can’t perform that action at this time.
0 commit comments