v44
What's Changed
- No more 3rd party libraries in the package. Tab title templating feature is thus removed, but tabs can still be renamed.
- It's now possible to open tabs from the command line:
~/.local/share/gnome-shell/extensions/[email protected]/com.github.amezin.ddterm --wait -- nano somefile.txt
- Translations
- GNOME 44 support
- Arrange source code in subdirectories by @amezin in #289
- extension: add a desktop entry by @pesader in #297
- dbus activation: add dbus service file by @pesader in #326
- panelicon: add option to have both toggle and popup menu by @pesader in #349
- fr.po update by @arnaud-feldmann in #354
- panelicon: remove code redundancy between options by @pesader in #360
- Update Russian translation by @vantu5z in #361
- translations: disable msgmerge fuzzy matching by @pesader in #359
- GNOME 44 compatibility by @amezin in #377
- appwindow: make sure tabs are not focusable by @pesader in #357
- metadata.json: add support for GNOME 44 by @pesader in #409
- fix: translate filename (Chinese (Simplified)) by @yuhldr in #422
- Fix custom-command setting by @JingYenLoh in #452
- Makefile: Expand wildcard by @bunder in #502
- fix do-in-docker args by @Zerocool56 in #498
- Remove handlebars dependency by @amezin in #512
- app: fix size calculation with fractional scaling by @amezin in #517
- A tiny dependency clarification for Ubuntu by @vancomm in #542
- app: handle command line by @amezin in #551
New Contributors
- @pesader made their first contribution in #297
- @weblate made their first contribution in #363
- @yuhldr made their first contribution in #422
- @JingYenLoh made their first contribution in #452
- @bunder made their first contribution in #502
- @Zerocool56 made their first contribution in #498
- @vancomm made their first contribution in #542
Full Changelog: v43...v44