vscode-appwrite/CHANGELOG.md
Alex Weininger 7190b769f8
Fix user password validation when creating a new user (#13)
* Fix password validation for creating a new user. Must be between 6 and 32 chars inclusive.

* update changelog
2021-05-03 14:39:17 -07:00

1.1 KiB

Change Log

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.

[Unreleased]

Fixed

  • Fixed a bug where the password validation for creating a new user did not follow the Appwrite spec. Issue

[0.0.6] - 2021-4-30

Fixed

  • Fixed a bug where the extension could not connect to Appwrite instances over localhost beacuse of self-signed certificates.

[0.0.5] - 2021-4-30

Fixed

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

[0.0.4] - 2021-4-30

Fixed

  • Hotfix

[0.0.3] - 2021-4-30

Fixed

  • Errors when user has no projects

[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
  • View and manage collections and documents
  • View and manage users
  • Monitor Appwrite health
  • View files in storage