dbgate/CHANGELOG.md

51 lines
1.8 KiB
Markdown
Raw Normal View History

2021-02-14 09:50:55 +00:00
# ChangeLog
2021-04-26 16:33:57 +00:00
### 4.1.10
- ADDED: Default database option in connectin settings #96 #92
- FIX: Bundle size optimalization for Windows #97
- FIX: Popup menu placement on smaller displays #94
- ADDED: Browse table data with SQL Server 2008 #93
- FIX: Prevented malicious origins / DNS rebinding #91
- ADDED: Handle JSON fields in data editor (eg. jsonb field in Postgres) #90
- FIX: Fixed crash on Windows with Hyper-V #86
- ADDED: Show database server version in status bar
- ADDED: Show detailed info about error, when connect to database fails
2021-04-26 16:56:42 +00:00
- ADDED: Portable ZIP distribution for Windows #84
2021-04-26 16:33:57 +00:00
### 4.1.9
- FIX: Incorrect row count info in query result #83
2021-04-15 15:59:32 +00:00
### 4.1.1
- CHANGED: Default plugins are now part of installation
### 4.1.0
- ADDED: MongoDB support
- ADDED: Configurable keyboard shortcuts
- ADDED: JSON row cell data view
- FIX: Fixed some problems from migration to Svelte
2021-04-02 11:35:54 +00:00
### 4.0.3
- FIX: fixes for FireFox (mainly incorrent handle of bind:clientHeight, replaces with resizeobserver)
2021-04-01 13:17:06 +00:00
### 4.0.2
- FIX: fixed docker and NPM build
2021-04-01 10:35:14 +00:00
### 4.0.0
- CHANGED: Excahnged React with Svelte. Changed theme colors. Huge speed and memory optimalization
- ADDED: SQL Generator (CREATE, INSERT, DROP)
- ADDED: Command palette (F1). Introduced commands, extended some context menus
- ADDED: New keyboard shortcuts
- ADDED: Switch to recent database feature
- ADDED: Macros from free table editor are available also in table data editor
- CHANGED: Cell data preview is now in left widgets panel
- CHANGED: Toolbar refactor
- FIX: Solved reconnecting expired connection
2021-02-15 17:37:50 +00:00
### 3.9.6
2021-02-14 09:50:55 +00:00
- ADDED: Connect using SSH Tunnel
- ADDED: Connect using SSL
- ADDED: Database connection dialog redesigned
- ADDED: #63 Ctrl+Enter runs query
- ADDED: Published dbgate NPM package
- ADDED: SQL editor context menu
2021-02-14 20:09:08 +00:00
- FIX: #62 - import, export executed from SNAP installs didn't work
### 3.9.5
- Start point of changelog