Skip to content

Commit f01a98e

Browse files
authored
Release v0.0.925 (#27)
2 parents cacbffe + 9cdce39 commit f01a98e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2265
-1390
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.0.92 - Docker Manager & UI Overhaul
4+
5+
**Features**
6+
7+
- **Docker Manager MVP**: Manage containers, view logs, and export docker-compose configurations directly from the app.
8+
- **New Sidebar**: A completely redesigned, collapsible sidebar with animated navigation for better space efficiency.
9+
- **URL State Management**: Deep linking support for selected rows, cells, and active tables.
10+
- **Theme Synchronization**: Improved theme consistency across the application and sub-windows.
11+
- **Context Sensitive URLs**: URL parameters now reflect the specific context of the data grid selection.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Dora is in active development. Below is a list of implemented features available
114114
| **Connectivity** | **Connection Manager** | Done | Save, pin, and organize database connections. |
115115
| | **SSH Tunneling** | Done | Securely connect via SSH tunnels with key support. |
116116
| | **History** | Done | Track recent connections for quick access. |
117+
| | **Docker Manager** | Beta | Manage containers, view logs, and auto-compose DBs. |
117118
| **Data Studio** | **Spreadsheet View** | Done | Multi-cell selection, drag-select for rows/cols. |
118119
| | **Context Menu** | Done | Right-click to duplicate, delete, or export (JSON/CSV/SQL). |
119120
| | **Mutation History** | Done | Local undo/redo stack for data changes. |
@@ -126,6 +127,9 @@ Dora is in active development. Below is a list of implemented features available
126127
| | **Inspector** | Done | View tables, keys, indices, and DDL. |
127128
| **Tools** | **Command Palette** | Done | Keyboard-driven command menu (`Ctrl/Cmd + K`). |
128129
| | **Custom Shortcuts** | WIP | Module ready, remapper UI under construction. |
130+
| **UI/UX** | **URL State** | Done | Deep linking for selected rows, cells, and active tables. |
131+
| | **Sidebar** | Done | Collapsible, animated sidebar with unified navigation. |
132+
| | **Theme Sync** | Done | Seamless dark/light mode synchronization across windows. |
129133

130134
## Roadmap & Under Construction
131135

@@ -138,7 +142,6 @@ Dora is in active development. Below is a list of implemented features available
138142
| **NoSQL Support** | Planned | MongoDB, Firebase (Planned). |
139143
| **Cloud Providers** | Planned | Amazon RDS, Azure, Cloudflare D1. |
140144
| **Detailed Metrics** | WIP | Database size, table stats, detailed storage analysis. |
141-
| **Docker Tools** | Planned | Container inspector & `docker-compose.yml` generator for DBs. |
142145
| **Snippet Folders** | Planned | Organizing scripts into folders (File system/Storage). |
143146

144147
> **Legend**: Done | WIP (Work in Progress) | Planned
@@ -147,4 +150,4 @@ Dora is in active development. Below is a list of implemented features available
147150

148151
This project is licensed under the GNU General Public License v3.0 (GPL-3). See the [LICENSE](LICENSE) file for details.
149152

150-
ignore this https://svg-sparkle-clean.lovable.app/
153+
ignore this <https://svg-sparkle-clean.lovable.app/>
File renamed without changes.

tests/apps/desktop/features/connections/providers.test.ts renamed to __tests__/apps/desktop/features/connections/providers.test.ts

File renamed without changes.

tests/apps/desktop/features/drizzle-runner/lsp-patterns.test.ts renamed to __tests__/apps/desktop/features/drizzle-runner/lsp-patterns.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
isInsideJoinParens,
1212
getTableMatch,
1313
getColumnMatch
14-
} from '@/features/drizzle-runner/utils/lsp-patterns'
14+
} from '../../../../src/features/drizzle-runner/utils/lsp-patterns'
1515

1616
describe('Drizzle LSP Patterns', () => {
1717
describe('getDbName', () => {

tests/apps/desktop/src/features/docker-manager/api/container-service.test.ts renamed to __tests__/apps/desktop/src/features/docker-manager/api/container-service.test.ts

File renamed without changes.

tests/apps/desktop/src/features/docker-manager/api/docker-client.test.ts renamed to __tests__/apps/desktop/src/features/docker-manager/api/docker-client.test.ts

File renamed without changes.

tests/apps/desktop/src/features/docker-manager/components/docker-view.test.tsx renamed to __tests__/apps/desktop/src/features/docker-manager/components/docker-view.test.tsx

File renamed without changes.

tests/apps/desktop/tests/settings-restoration.test.ts renamed to __tests__/apps/desktop/tests/settings-restoration.test.ts

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)