Releases: jorgerojas26/lazysql
Releases · jorgerojas26/lazysql
v0.1.3
Changelog
- 32df527 Add Postgres check mark to the Support section of the readme
- 7cb185b Add connection and driver name to the Tree
- 35ab79c Add sqlite check mark to the support section of the readme
- 229ed9f Add sqlite support. Fixes #8
- 84c6544 Add support for postgre
- a21f5ab Add support section and some keybindings to readme
- 1c1e4b3 Fixes background color of status messages
- 62f54de Merge pull request #10 from konart/add-golangci-lint
- fc60d61 Merge pull request #11 from jorgerojas26/revert-10-add-golangci-lint
- d6a5bee Merge pull request #15 from jorgerojas26/postgres-support
- 74871e6 Merge pull request #18 from jorgerojas26/sqlite-support
- f9442bb Merge pull request #7 from OGrigorios/main
- 478bbce Revert "[WIP]:Add golangci lint"
- 30b4202 Updates go.mod
- 552c964 chore(linter): added golangci-lint
- 9389fcf feat: Add support for more tree levels
- 70bf607 fix(linter): config dir constant permissions
- 2049cae fix(linter): decapitalized components
- ea30fc6 fix(linter): naming conventions
- 6012400 fix(main): handle returned error
- b99b8c4 fixed missing markdown skills
- 1d093ea updated README
v0.1.2
v0.1.1
v0.1.0
Changelog
- ff469c2 Add GoReleaser
- 74548c1 Add SQL editor
- a71949b Add ability to remove tab
- b1965f0 Add autocomplete to table filter and fixes focus bug on error
- b4d2ed3 Add confirmation modal to connection delete
- dc4703b Add connection name field to the new connection form
- 24c4d9b Add contact info to readme
- 33f17ad Add database results visualization menu
- 55c5d33 Add delete row
- 6536ed4 Add escape to sql editor
- bde6386 Add roadmap, keybindings and some comments to readme.
- 491d202 Add screenshots to readme
- 37bf97e Add some keybindings to the tree
- 04daf6c Add the ability to have more than one connection open at the same time
- 249d6b8 Changes event runes from numbers to string key representation
- 51770d9 Changes how filteredtable is mutated
- a8ddb9a Changes results table selected row style
- 92ca857 Changes tabbed menu logic to implements a double linked list
- b3f6bfe Fixed list of changes and inserts transaction
- 7b20ece Fixes Tree focus on connect
- 15c5e88 Fixes config file not being created if not exists
- cd76672 Fixes connection name edit
- 062a9f7 Fixes connection selection status text
- 1138a94 Fixes constraints, foreign keys and indexes queries
- e1fd122 Fixes error modal focus and pasting into table filter input
- ea5d6c8 Fixes executing multiple queries
- 26bbccf Fixes focusing filter or editor was setting the keybinding as text value
- 8ff86a1 Fixes loading text
- 55c5f51 Fixes multiple opened connections database instances
- 0afc98a Fixes some pagination bugs
- 8961685 Fixes tree focus and quit keybinding
- 8e459b4 Implements pagination
- 3d8eef1 Improves autocompletion
- f093a38 Improves background style to match terminal default
- f1fbecf Improves connection table row styles
- 678588a Improves dml check condition
- d47bcc1 Improves logic to insert rows, add color logic.
- 063af5e Improves row insert and delete logic
- c8e8d48 Improves sql editor DML statements
- 7721e35 My first commit
- ec2c550 Remove brackets
- 7258b24 Removes focus func to Tree after first focus to improve performance
- 31e9750 Removes mysql logs
- 6b54de0 Rewrite 1
- a6f1a44 Rewrites connection list screen
- a2a9d85 add gitignore