File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
1919### Fixed
2020
21- - fix: "Go to line..." dialog didn't show up (@MightyCreak )
21+ - "Go to line..." dialog didn't show up (@MightyCreak )
2222- Tech debt: use ` transient_for ` instead of the deprecated ` parent ` when creating
2323 a ` Gtk.Widget ` (@MightyCreak )
24+ - Documentation: prefer ` pip3 ` over ` pip ` to ensure it works everywhere (@krlmlr )
25+ - Flatpak: add missing ` --filesystem=xdg-run/gvfsd ` privilege (@MightyCreak )
2426
25- - Documentation: prefer ` pip3 ` over ` pip ` to ensure it works everywhere (thanks to @krlmlr )
26-
2727## 0.7.7 - 2022-10-23
2828
2929### Changed
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sdk: org.gnome.Sdk
55command : diffuse
66finish-args :
77 - --filesystem=home
8+ - --filesystem=xdg-run/gvfsd
89 - --share=ipc
910 - --socket=wayland
1011 - --socket=fallback-x11
You can’t perform that action at this time.
0 commit comments