Skip to content

Releases: jorgerojas26/lazysql

v0.2.3

10 Jul 16:51
d68a380
Compare
Choose a tag to compare

Changelog

  • d68a380 Merge pull request #68 from jorgerojas26/add-homebrew-tap
  • 47bc634 add brew tap config
  • 6649de1 add goreleaser gh action
  • 2243507 add test command to goreleaser config
  • 7817e25 add version subcommand
  • 5ded987 fixes goreleaser config
  • cc9f537 update goreleaser config version to 2
  • a8ed002 upgrade goreleaser config version

v0.2.2

10 Jul 15:24
f5cc69e
Compare
Choose a tag to compare

Changelog

  • 848dbf6 Create FUNDING.yml
  • f5cc69e Merge pull request #65 from jorgerojas26/postgres-connections-fix
  • 78c1bd1 Merge pull request #67 from jorgerojas26/mysql-numeric-table-name
  • 89b5bb3 add AppendNewRow command
  • a3c9fb5 changes connection table colors for better contrast
  • 1c52d31 changes tree color to use theme
  • b19895d feat: add support for mixed-case table names
  • 275a101 fix: allow postgres to switch between different database connections by selecting them in the tree
  • 02b5119 fix: connect to previous database on error
  • 10a4b1a fix: format table name to include backticks
  • 2c6ed23 fix: formats table name everywhere
  • f14d255 fix: table error modal not being focused

v0.2.1

22 Jun 00:40
Compare
Choose a tag to compare

Changelog

  • 220e237 Added better support
  • f9d92da Added keymaps for external editor.
  • f11ca78 Added support for external editor
  • 0bea84d Adding app/Keymap.go: The keymapping system in lazysql with default keybinds.
  • d541973 Adding commands/commands.go
  • 693dd71 Adding keymap module
  • 7228829 Fixed typo
  • b02f94c Merge branch 'externEditor'
  • f7b6c31 Merge pull request #58 from pnx/keybinds
  • 887c545 Merge pull request #61 from veloXm/main
  • d886c6c Overloaded x-terminal-emulator
  • 66afb20 Update README.md
  • 57369c6 add OpenInExternalEditor command to the keymap system
  • 47e1ae7 components: use keymap system instead of hardcoded keys.
  • 71e9e86 feat: add yank command binding
  • f8c454a fix: swaps GotoTop and GotoBottom commands
  • d35ba0e fix: uses key rune 127 instead of 8 for SwitchToConnectionsView command

v0.2.0

29 Apr 12:45
8bf3d17
Compare
Choose a tag to compare

Changelog

  • cc10004 Merge pull request #43 from jorgerojas26/refactor-get-database-name
  • 14e0513 Merge pull request #45 from danprueitt/support-tables-in-different-schemas
  • 62a2c36 Merge pull request #51 from LinPr/dev
  • 8bf3d17 Merge pull request #55 from LinPr/tree_key
  • c3b1d24 Merge pull request #56 from LinPr/keyupdown
  • e515348 Merge remote-tracking branch 'origin/support-tables-in-different-schemas' into support-tables-in-different-schemas
  • 7bed807 add example connection URLs to the readme. Closes #42
  • 43cccc6 changes how db name is obtained from connection url
  • 1d34f13 feat: Add support for different schemas in Postgresql driver
  • e3b142a feat: Add support for different schemas in Postgresql driver
  • beb5e9a feat: enable mouse actions when interact with lazysql terminal UI
  • 91818af fix: add keybindings info accroding to source code
  • add7a8f fix: add keybindings info accroding to source code
  • b5b1b8d fix: fix perminately blocked when operate a empty table. issue: #54
  • a6cfb35 fix: fix perminately blocked when operate a empty table. issue: #54

v0.1.8

10 Mar 15:13
Compare
Choose a tag to compare

Changelog

  • ecb3f89 Merge pull request #40 from jorgerojas26/dml-statements-refactor
  • ae0c0dc refactor: replaces "where" logic in DML statements to start using the primary key of the table instead of the hardcoded 'id' column
  • d6ba3d2 removes sqlite test db

v0.1.7

24 Feb 17:12
509f881
Compare
Choose a tag to compare

Changelog

  • 509f881 Merge pull request #36 from jorgerojas26/revert-url-escaping
  • d71def8 Revert "Merge pull request #27 from jorgerojas26/fixes-special-characters-in-url-string"
  • ea7f987 feat!: changes the way connection strings are stored in the config file. The user is now responsible for escaping the user and password of the connection string.
  • 2036e44 fix: test connection panic error

v0.1.6

24 Jan 02:40
9a22790
Compare
Choose a tag to compare

Changelog

  • 4b155c7 Fixes special characters in connection url string. Fixes #25
  • 9a22790 Merge pull request #27 from jorgerojas26/fixes-special-characters-in-url-string

v0.1.5

21 Jan 13:28
e917778
Compare
Choose a tag to compare

Changelog

  • d01daf6 Fixes colors by overriding tview default theme
  • 252851e Merge branch 'main' into fix-colors
  • e917778 Merge pull request #24 from jorgerojas26/fix-colors

v0.1.4

21 Jan 02:36
Compare
Choose a tag to compare

Changelog

  • 858d51a Add Postgres check mark to the Support section of the readme
  • 741653c Added editorconfig
  • 988f22b Fixes #23
  • f3c8c5e Fixes sqlite connection
  • 573ca69 Merge branch 'main' into main
  • 61570ad Merge branch 'main' of github.com:KevenGoncalves/lazysql
  • a17e3ca Merge pull request #17 from KevenGoncalves/main
  • 539db0f Merge pull request #21 from GusJelly/Code-formatting
  • 0ca16f5 fix(databases): fix the tree from showing others databases when passed a dbName
  • 272e0e0 fix(postgres): fixing postgres connection

v0.1.3

20 Jan 06:05
Compare
Choose a tag to compare

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