Skip to content

Releases: streamlux/vscode-appwrite

v0.1.3

18 Jun 00:00
Compare
Choose a tag to compare

Added

  • 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.

v0.1.2

03 Jun 14:22
Compare
Choose a tag to compare

Added

  • Ability to set the list, default and array properties when creating a new collection. | Issue #20 | PR #21 | Thanks @Maatteogekko!

v0.1.1

31 May 06:34
Compare
Choose a tag to compare

Added

  • You can now easily create function tags from multiple places in the extension. PR #19

Fixed

v0.1.0

29 May 15:38
6cbf153
Compare
Choose a tag to compare

The release includes support for Appwrite Functions!

Added

  • 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

Install the Appwrite extension for VS Code

Learn more about Appwrite functions here.

v0.0.9

22 May 07:18
Compare
Choose a tag to compare

Changes

v0.0.8

21 May 07:42
Compare
Choose a tag to compare

Fixed

v0.0.7

14 May 20:58
Compare
Choose a tag to compare

Fixed

  • 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

v0.0.6

30 Apr 12:20
5fa1a5e
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the extension could not connect to Appwrite instances over localhost because of self-signed certificates. #9, fixed by #10

Added

  • Option to allow communicating with self-signed certificates (to enable connection to Appwrite over localhost)
  • Added a 10 second limit to the Health request. Just to make sure the request does not hang.

v0.0.5

30 Apr 09:59
4886416
Compare
Choose a tag to compare

Fixed

  • Sometimes views would not refresh after adding/removing a project PR

v0.0.4

30 Apr 09:13
Compare
Choose a tag to compare

Fixed

  • Hotfix