mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 07:48:06 +00:00
fix
This commit is contained in:
parent
7dd9e9a9b1
commit
09498f2ac3
@ -1,5 +1,8 @@
|
||||
# ChangeLog
|
||||
|
||||
### 4.2.2
|
||||
- CHANGED: Further startup optimalization (approx. 2 times quicker start of electron app)
|
||||
|
||||
### 4.2.1
|
||||
- FIXED: Fixed+optimalized app startup (esp. on Windows)
|
||||
|
||||
|
@ -46,3 +46,4 @@ changePackageFile('plugins/dbgate-plugin-mssql', json.version);
|
||||
changePackageFile('plugins/dbgate-plugin-mysql', json.version);
|
||||
changePackageFile('plugins/dbgate-plugin-mongo', json.version);
|
||||
changePackageFile('plugins/dbgate-plugin-postgres', json.version);
|
||||
changePackageFile('plugins/dbgate-plugin-sqlite', json.version);
|
||||
|
Loading…
Reference in New Issue
Block a user