Changelog
- 977be51 Add a function to compute the default config filename
- bbbdfab Always set focus to the results table after executing a query
- d0acf68 Check the XDG_CONFIG_HOME env variable before calling os.UserConfigDir
- 35fbda1 Do not return an error if the config file doesn't exist
- 7863f75 Introduce a way to support user defined configurations
- 20f3e82 Merge pull request #142 from svanharmelen/feat/config
- 4cdd909 Merge pull request #149 from svanharmelen/fix/pagination
- 6feb35c Merge pull request #151 from svanharmelen/fix/pagination
- 65b46fa Merge pull request #154 from jorgerojas26/fix/delete-row
- 44b15f3 Update the pagination logic for queries done from the SQL editor
- 5e86d90 Use the "real" offset to calculate the currently shown records
- a1e9873 Use the config dir returned by os.UserConfigDir()
- b19278b chore: update comment
- eb408f2 fix: delete appended rows
- 1c592d8 fix: keep changed cell color state
- 7c840ca fix: undo mark to delete row
- f63c5f8 refactor: check for inserted rows logic