Skip to content

feat: support installing local extensions#749

Merged
SteveLauC merged 1 commit intomainfrom
feat/install_local_ext
Jul 29, 2025
Merged

feat: support installing local extensions#749
SteveLauC merged 1 commit intomainfrom
feat/install_local_ext

Conversation

@SteveLauC
Copy link
Copy Markdown
Member

@SteveLauC SteveLauC commented Jul 9, 2025

This commit adds support for installing extensions from a local folder path:

extension-directory/
├── assets/
│   ├── icon.png
│   └── other-assets...
└── plugin.json

Useful for testing and development of extensions before publishing.

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

@SteveLauC SteveLauC force-pushed the feat/install_local_ext branch 4 times, most recently from 41666a3 to 42a5fb8 Compare July 17, 2025 03:32
@SteveLauC SteveLauC force-pushed the feat/install_local_ext branch 2 times, most recently from bb0ee98 to 3960016 Compare July 29, 2025 01:29
@SteveLauC SteveLauC changed the title feat: tauri command to install local extensions feat: support installing local extensions Jul 29, 2025
@SteveLauC SteveLauC force-pushed the feat/install_local_ext branch from 3960016 to 7083713 Compare July 29, 2025 01:33
@SteveLauC SteveLauC marked this pull request as ready for review July 29, 2025 01:34
@SteveLauC SteveLauC force-pushed the feat/install_local_ext branch 2 times, most recently from 3cedd57 to 0395652 Compare July 29, 2025 02:07
This commit adds support for installing extensions from a local folder path:

```text
extension-directory/
├── assets/
│   ├── icon.png
│   └── other-assets...
└── plugin.json
```

Useful for testing and development of extensions before publishing.
@SteveLauC SteveLauC force-pushed the feat/install_local_ext branch from 0395652 to 1185285 Compare July 29, 2025 02:08
@SteveLauC SteveLauC merged commit 32d4f45 into main Jul 29, 2025
4 checks passed
@SteveLauC SteveLauC deleted the feat/install_local_ext branch July 29, 2025 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant