Skip to content

v7

Choose a tag to compare

@github-actions github-actions released this 27 May 07:59
· 7 commits to main since this release
632cbaa

New Features

  • 6aaa043 - now can select application to show in context menu (commit by @imoize)
  • 09adc73 - add logging functionality with custom formatter (nautilus extension) (commit by @imoize)
  • 6937743 - ui: add custom menu for preferences dialog (commit by @imoize)
  • 9edd04c - ui: add custom icon (commit by @imoize)
  • 0302a22 - app entry can be pinned in main menu if submenu is enabled (commit by @imoize)
  • acc4660 - add package type detection (commit by @imoize)

Bug Fixes

  • 4d140d5 - fallback launcher retrieval and use gio for first launcher option (commit by @imoize)

Refactors

  • fe16d78 - ui: add buttons for adding and removing applications (commit by @imoize)
  • 27911af - update SchemaType and Application interfaces for consistency (commit by @imoize)
  • 8972c49 - simplify validation logic and align with updated schema (commit by @imoize)
  • 7aada67 - update application settings schema and enhance application management functionality (commit by @imoize)
  • 373aa47 - update use schemaKey for settings retrieval (commit by @imoize)
  • 3ebc1ae - update settings migration logic and adjust schema version handling (commit by @imoize)
  • 4fd53eb - support for new app chooser feature and lot of improvement (commit by @imoize)
  • a72ca98 - organize nautilus-extension codebase into modules for better structure (commit by @imoize)
  • 0d07c71 - remove hardcoded application entries from schema (commit by @imoize)

Chores