Dev - #32
Merged
Merged
Conversation
Switch release workflow to manual dispatch with auto tag creation from pubspec version, and add automatic patch/build version bump on merged PRs to main.
- Add flutter_secure_storage and ConnectionSecretsStore - SQLite v5 migration moves legacy plaintext secrets out of querya.db - Persist passwords/connection strings only via toPersistenceMap + secure store - Tests use in-memory backend via test/flutter_test_config.dart
PostgreSQL/MySQL/etc. use built-in Dart drivers only. Driver Manager is informational; drop unused JAR download/storage and related tests.
Stale CMAKE_INSTALL_PREFIX could point at /usr/local and break flutter run.
Fail fast with install hints when pkg-config cannot find libsecret-1.
Completes the previously stubbed menu action using promptCreateConnection.
- Add docs/security.md, user-guide.md, release-checklist.md - Align tags-and-releases.md with manual Release workflow - Note MySQL/driver-manager status in mysql-implementation-plan - README: libsecret prerequisite, MIT link, doc index
…ision - Presets for sql_result_max_rows with nearest-value normalization - sql_editor_font_size_points clamped 10–24 - ValueNotifier bump after each persisted preference change
Centralized preferences with instant apply for PG/MySQL timeouts, result row cap, and SQL editor font size.
- Reload timeout, max rows, and font size when preferences change - Toolbar uses shared timeout dropdown + shortcut to Preferences - QueryEditorTab accepts configurable fontSize
ZhuchkaTriplesix
added a commit
that referenced
this pull request
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2026-04-24
Added
AppSettingsRevisionso open SQL workspaces refresh when settings change.flutter_secure_storage(OS keychain/credential store); local SQLite schema migration for non-secret fields only (seedocs/security.md).docs/security.md,docs/user-guide.md,docs/release-checklist.md; release/tag process updates indocs/tags-and-releases.md.run_linux.shchecks forlibsecretviapkg-configbeforeflutter run.AppSettingsRevision,SqlStatementTimeoutDropdown, andQueryEditorTabfont size behavior.Changed
libsecret-1-dev; release workflow aligned with version tags frompubspec.build/instead of system paths such as/usr/local.Fixed
/usr/localwhen building the app bundle.