Skip to content

Commit fcb93d3

Browse files
authored
Merge pull request #202 from MightyCreak/proper-fix-for-accelerators
Proper fix for accelerators
2 parents e931c61 + f5f425d commit fcb93d3

File tree

8 files changed

+689
-674
lines changed

8 files changed

+689
-674
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add link to the Matrix room in the README (@MightyCreak)
1313

14+
### Changed
15+
16+
- Replace `_` by `-` in the action names to be compatible with GTK action names (@MightyCreak)
17+
18+
### Fixed
19+
20+
- Some signals weren't properly renamed from the previous GTK3 migration (@MightyCreak)
21+
- The syntax menu wasn't working anymore (@MightyCreak)
22+
1423
## 0.8.1 - 2023-04-07
1524

1625
### Changed

data/usr/share/gnome/help/diffuse/C/diffuse.xml

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

data/usr/share/gnome/help/diffuse/cs/diffuse.xml

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

data/usr/share/gnome/help/diffuse/it/diffuse.xml

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

data/usr/share/gnome/help/diffuse/ru/diffuse.xml

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.

src/diffuse/resources.py

Lines changed: 116 additions & 116 deletions
Large diffs are not rendered by default.

src/diffuse/widgets.py

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

src/diffuse/window.py

Lines changed: 91 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)