Skip to content

Release 0.4.7 - #222

Merged
ZhuchkaTriplesix merged 8 commits into
mainfrom
dev
Jun 21, 2026
Merged

Release 0.4.7#222
ZhuchkaTriplesix merged 8 commits into
mainfrom
dev

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

This pull request prepares and releases version 0.4.7 (Local Extension Discovery).

ZhuchkaTriplesix and others added 8 commits June 21, 2026 13:21
- Add ExtensionPaths for locating ~/.querya/extensions
- Add LocalExtensionRegistry for parsing manifest.json from extensions dir
- Add installPath to ExtensionManifest
* test(extensions): add unit tests for LocalExtensionRegistry (EXT-4)

- Mock ExtensionPaths.extensionsDirectory for testing
- Verify registry parses valid manifests
- Verify invalid manifests and plain files are ignored
- Verify registry cache logic

* fix(extensions): use flutter foundation for @VisibleForTesting instead of meta to satisfy linter
* fix(theme): use braces for multiline if statement

* fix(theme): fix theme registry migration unit tests and watcher path

* fix(theme): remove unused import theme_paths.dart
…king extensions dir and utilizing pumpAndSettle
@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit b7e876d into main Jun 21, 2026
7 checks passed
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jul 12, 2026
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
* Fix #211: Execute only selected SQL text and strip SQLite comments (#213)

* feat(extensions): implement LocalExtensionRegistry (EXT-2) (#214)

- Add ExtensionPaths for locating ~/.querya/extensions
- Add LocalExtensionRegistry for parsing manifest.json from extensions dir
- Add installPath to ExtensionManifest

* Test: Unit Tests for Extension Registry (EXT-4) (#215)

* test(extensions): add unit tests for LocalExtensionRegistry (EXT-4)

- Mock ExtensionPaths.extensionsDirectory for testing
- Verify registry parses valid manifests
- Verify invalid manifests and plain files are ignored
- Verify registry cache logic

* fix(extensions): use flutter foundation for @VisibleForTesting instead of meta to satisfy linter

* Feat: Migrate Custom Themes to Extension Registry (EXT-3) (#216)

* fix(theme): use braces for multiline if statement

* fix(theme): fix theme registry migration unit tests and watcher path

* fix(theme): remove unused import theme_paths.dart

* test(settings): fix preferences appearance section widget test by mocking extensions dir and utilizing pumpAndSettle

* Fix TOCTOU, ID collisions, redundant scans, and remove legacy theme code (#221)

* chore(release): prepare release 0.4.7
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.

Bug: SQL editor executes entire file instead of selection, breaking multi-statement queries

1 participant