All notable changes to the "vscode-appwrite" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- New feature! JSON strings inside documents will now be automatically formatted as JSON when viewing documents. You can turn this feature off via the
appwrite.formatJsonStrings
setting.
- Ability to set the
list
,default
andarray
properties when creating a new collection. | Issue #20 | PR #21 | Thanks @Maatteogekko!
- You can now easily create function tags from multiple places in the extension. PR #19
- Fixed an error when deleting a user. Issue #17 PR #18 Thanks @aadarshadhakalg!
- Ability to create and delete Appwrite functions
- Edit function settings
- View, and delete tags (creating tags is broken currently)
- Create and view function executions
- View execution output and errors
- Remove temporary fix for Appwrite appwrite/appwrite#1171. Upstream issue was resolved.
- Temp fix for Appwrite appwrite/appwrite#1171
- Fixed a bug where the password validation for creating a new user did not follow the Appwrite spec. Issue
- Show nicer message when Appwrite project can't be found. Issue
- Fixed a bug where the extension could not connect to Appwrite instances over localhost beacuse of self-signed certificates.
- Sometimes views would not refresh after adding/removing a project PR
- Hotfix
- Errors when user has no projects
- Projects view
- Ability to set active project
- Refresh storage command
- Initial release
- View and manage collections and documents
- View and manage users
- Monitor Appwrite health
- View files in storage