Commit Graph

485 Commits

Author SHA1 Message Date
Fabio Di Stasio 84c3692e95 chore: icons for appx build 2021-05-08 16:04:37 +02:00
Fabio Di Stasio 5dc0b0bea4 perf: italian translation updated 2021-05-07 12:11:55 +02:00
Fabio Di Stasio 19d16e46bb build: update dependencies 2021-05-06 22:55:10 +02:00
Fabio Di Stasio 3baf6fa173 fix: better detection and handling of field default type 2021-05-06 22:21:42 +02:00
Fabio Di Stasio 29e2d92b5b fix: no quotes around strings in field default custom value 2021-05-05 17:13:12 +02:00
Fabio Di Stasio bebba64d06 feat(MySQL): ENUM and SET fields support, closes #61 2021-05-04 21:50:41 +02:00
Fabio Di Stasio 9dfe7cca22 fix(UI): data type figure twice on type select 2021-05-03 22:55:39 +02:00
fabio286 35ef070725 fix: support to mDNS/zeroconf in snap build, closes #58 2021-05-01 12:16:57 +02:00
Fabio Di Stasio 370ad6a536 chore(release): 0.1.5 2021-04-30 17:37:04 +02:00
Fabio Di Stasio 5822b3df43 perf(UI): new application icon 2021-04-30 14:14:01 +02:00
Fabio Di Stasio 5208ec171b fix(MySQL): multiple queries non properly split in some cases 2021-04-29 21:03:32 +02:00
Fabio Di Stasio 6e332da425 chore: update issue template 2021-04-28 16:56:04 +02:00
Fabio Di Stasio bf3367b41d build: minor changes to build and dependencies 2021-04-28 12:11:39 +02:00
Fabio Di Stasio ecfb732c26 fix: % character not properly escaped, closes #60 2021-04-28 12:10:43 +02:00
Fabio Di Stasio fd4f032a6f build: mssql temporarily removed from dependencies 2021-04-28 11:55:29 +02:00
Fabio Di Stasio 1b09909126 fix: semicolon inside strings breaks queries, closes #59 2021-04-28 11:50:07 +02:00
Fabio Di Stasio 04cd806954 chore: update README.md 2021-04-26 10:16:55 +02:00
Fabio Di Stasio 773cb36ca1
Merge pull request #57 from Fabio286/dependabot/npm_and_yarn/electron-store-8.0.0
build(deps): bump electron-store from 7.0.3 to 8.0.0
2021-04-26 10:12:32 +02:00
Fabio Di Stasio ccacd3e2c3
Merge pull request #56 from Fabio286/dependabot/npm_and_yarn/electron-12.0.5
build(deps-dev): bump electron from 11.4.3 to 12.0.5
2021-04-26 10:08:32 +02:00
Fabio Di Stasio 15948b30c9 refactor: modifications for electron 12 support 2021-04-26 10:07:47 +02:00
Fabio Di Stasio 3dcb5d4f14
Merge pull request #55 from Fabio286/dependabot/npm_and_yarn/stylelint-config-standard-22.0.0
build(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0
2021-04-26 08:59:35 +02:00
dependabot[bot] 64d93d7c40
build(deps): bump electron-store from 7.0.3 to 8.0.0
Bumps [electron-store](https://github.com/sindresorhus/electron-store) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/electron-store/releases)
- [Commits](https://github.com/sindresorhus/electron-store/compare/v7.0.3...v8.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:26:31 +00:00
dependabot[bot] 2d85295093
build(deps-dev): bump electron from 11.4.3 to 12.0.5
Bumps [electron](https://github.com/electron/electron) from 11.4.3 to 12.0.5.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v11.4.3...v12.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:25:55 +00:00
dependabot[bot] cd58e2d8ca
build(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:25:16 +00:00
Fabio Di Stasio d87495822e
Merge pull request #54 from daeleduardo/master
feat: portugues (Brasil) translation
2021-04-25 11:44:55 +02:00
Daniel Aguiar 8720bcdad6 New Translation: Portugues (Brasil) 2021-04-25 03:53:21 -03:00
Fabio Di Stasio 1df57dc705 chore(release): 0.1.4 2021-04-22 15:18:07 +02:00
Fabio Di Stasio 86240fb53c refactor(PostgreSQL): preparing code to support triggers 2021-04-22 15:15:08 +02:00
Fabio Di Stasio 1d363f755e feat: query results export 2021-04-22 15:08:22 +02:00
Fabio Di Stasio 0d77aee3eb refactor: Improved pulse animation code 2021-04-22 14:24:34 +02:00
Fabio Di Stasio a41cf1ab56 fix: wrong changelog in some cases 2021-04-22 11:35:59 +02:00
Fabio286 5ceddb8e00 perf(UI): improved connection status indicator 2021-04-21 16:41:42 +02:00
Fabio Di Stasio 16e17b39b6 feat(UI): ctrl+s shortcut to save changes 2021-04-20 17:39:15 +02:00
Fabio Di Stasio 20cba6ee9b feat(UI): canc press to delete selected rows 2021-04-20 16:30:10 +02:00
Fabio Di Stasio 9ffd443a66 feat(UI): format and clear queries 2021-04-19 19:15:06 +02:00
Fabio Di Stasio f82dbd24dc fix: launch from shortcut of procedures or functions with parameters without name dont works 2021-04-19 15:40:25 +02:00
Fabio Di Stasio 6eb2977568 fix(UI): data type not listed in selection if not present in global types 2021-04-19 11:07:29 +02:00
Fabio Di Stasio cafb65560a chore: update README.md 2021-04-17 12:28:55 +02:00
Fabio Di Stasio 532d963019 chore: update README.md 2021-04-17 11:28:02 +02:00
Fabio Di Stasio 1b0a63ff31 chore(release): 0.1.3 2021-04-17 10:36:07 +02:00
Fabio Di Stasio c22187c305 perf(UI): improved table fields suggestion in query editor 2021-04-17 10:33:15 +02:00
Fabio Di Stasio dcccb544f9 fix(MySQL): invalid JavaScript datetime values not shown 2021-04-16 18:48:56 +02:00
Fabio Di Stasio 7d2ace9456 fix: field apparently loses index or foreign key on rename in table editor 2021-04-16 17:42:16 +02:00
Fabio Di Stasio 2584c9b9c2 chore: replaced link for donations with Treedom 2021-04-15 14:55:37 +02:00
Fabio Di Stasio a6b75ad0dc fix: approximate row count shown for results less than 1000 2021-04-15 10:13:55 +02:00
Fabio Di Stasio 90fd9db917 perf(MySQL): improved the way to get routine and functions parameters 2021-04-14 18:06:20 +02:00
Fabio Di Stasio c0f54b9514 build: update dependencies 2021-04-14 10:42:00 +02:00
Fabio Di Stasio cd31413256 feat(PostgreSQL): functions management 2021-04-13 18:05:03 +02:00
Fabio Di Stasio b33199ea59 feat(PostgreSQL): procedure language select 2021-04-12 18:46:35 +02:00
Fabio Di Stasio dea5ec7513 chore(release): 0.1.2 2021-04-11 12:39:56 +02:00