Skip to content

v0.1.0

Compare
Choose a tag to compare
@jorgerojas26 jorgerojas26 released this 09 Jan 05:31
· 321 commits to main since this release

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