prep for v0.0.2

This commit is contained in:
alexweininger 2021-04-30 01:39:56 -07:00
parent 0f1981c588
commit 1b6fe44bf6
3 changed files with 10 additions and 9 deletions

View file

@ -4,7 +4,15 @@ All notable changes to the "vscode-appwrite" extension will be documented in thi
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## v0.0.1 ## [0.0.2] - 2021-4-30
### Added
- Projects view
- Ability to set active project
- Refresh storage command
## [0.0.1] - 2021-4-29
- Initial release - Initial release
- View and manage collections and documents - View and manage collections and documents

View file

@ -70,13 +70,6 @@ If you find issues, or want to suggest features, please file them in the issues
This extension has not been tested with large >1000 users or documents so it may hang or slow down if you try to load collections with large amounts of documents. If this is the case please report it! This extension has not been tested with large >1000 users or documents so it may hang or slow down if you try to load collections with large amounts of documents. If this is the case please report it!
### 1.0.0
Initial release of the Appwrite extension for VS Code.
The initial release only includes features for Database, Users, and Health Appwrite APIs. However support for Storage and Functions APIs is on the way.
----------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------
## Contributing ## Contributing

View file

@ -2,7 +2,7 @@
"name": "vscode-appwrite", "name": "vscode-appwrite",
"displayName": "Appwrite", "displayName": "Appwrite",
"description": "Manage your Appwrite resources right from VS Code!", "description": "Manage your Appwrite resources right from VS Code!",
"version": "0.0.1", "version": "0.0.2",
"engines": { "engines": {
"vscode": "^1.55.0" "vscode": "^1.55.0"
}, },