Skip to content

Commit 3b21d4c

Browse files
authored
Merge pull request #54 from sjjian/release-0.2
Release 0.2
2 parents 8726518 + 1b891b2 commit 3b21d4c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ openhare is a professional, cross-platform desktop SQL query tool built with Flu
77
</p>
88

99
## Key Features
10-
10+
- **AI-Powered Assistance**: Now with enhanced AI features to help you write, optimize, and understand SQL queries.
1111
- **Cross-Platform**: Seamlessly runs on Windows, macOS, and Linux.
1212
- **Fully Open Source**: Licensed under the [Apache License 2.0](./LICENSE), openhare is transparent and community-driven.
1313
- **Simple & Intuitive UI**: Modern interface focused on ease of use and productivity.
1414
- **Multi-Database Support**: Effortlessly connect to and manage various SQL databases.
1515

1616
## Roadmap
17-
1. AI editor;
18-
2. Support more database;
17+
1. [x] AI editor;
18+
2. [ ] Support more database;
19+
3. [ ] AI code completion;
20+
4. [ ] Data import/export.
1921

20-
## Technology Stack
21-
### Application Framework
22+
## Framework
23+
### Application
2224
- [Flutter](https://flutter.dev/)
2325
- [Dart](https://dart.dev/)
2426
- [flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge)
@@ -45,5 +47,4 @@ openhare is a professional, cross-platform desktop SQL query tool built with Flu
4547
Coming soon.
4648

4749
## License
48-
4950
openhare is licensed under the [Apache License 2.0](./LICENSE).

client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.1.0
19+
version: 0.2.0
2020

2121
environment:
2222
sdk: '>=3.2.0 <4.0.0'

product.png

-24.9 KB
Loading

0 commit comments

Comments
 (0)