Skip to content

0.0.2

Choose a tag to compare

@korawica korawica released this 08 Sep 04:02
· 129 commits to main since this release

โœจ Features

  • ๐ŸŽฏ feat: update logout feature that update and remove refresh tokens. (2024-09-08)
  • ๐ŸŽฏ feat: add change password botton on main page. (2024-09-08)
  • ๐ŸŽฏ feat: add checkbox on login page. (2024-09-07)
  • ๐ŸŽฏ feat: add sqlalchemy handler route. (2024-09-06)
  • ๐ŸŽฏ feat: add logout feature. (2024-09-06)
  • ๐ŸŽฏ feat: change schema of user that use name instead username. (2024-09-06)
  • ๐ŸŽฏ feat: add reset pass and logout route. (2024-09-06)
  • ๐ŸŽฏ feat: add required authen in workflwos route. (2024-09-05)
  • ๐ŸŽฏ feat: add token auth with scopes. (2024-09-05)
  • ๐ŸŽฏ feat: add api for auth route. (2024-09-05)
  • ๐ŸŽฏ feat: add register page for create user login. (2024-09-05)
  • ๐ŸŽฏ feat: add user auth route. (2024-09-05)
  • ๐ŸŽฏ feat: change base from func to subclass. (2024-09-05)
  • ๐ŸŽฏ feat: add async session. (2024-09-04)
  • ๐ŸŽฏ feat: add create release log crud func. (2024-09-03)
  • ๐ŸŽฏ feat: add crud functions on log route. (2024-09-02)
  • ๐ŸŽฏ feat: add more fields on workflow schemas. (2024-09-02)

โœ’๏ธ Code Changes

  • ๐ŸŽจ styled: add frontend layout link. (2024-09-07)
  • ๐ŸŽจ styled: change import object systex. (2024-09-07)
  • ๐Ÿšง refactored: move models and schemas single file to folder on auth component. (2024-09-07)
  • ๐ŸŽจ styled: add font on layout page. (2024-09-03)
  • ๐Ÿงช tests: add release log dummy data. (2024-09-03)
  • ๐Ÿšง refactored: merge log route to workflow route. (2024-09-03)
  • ๐Ÿšง refactored: โฌ† bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (2024-09-02)
  • ๐Ÿงช tests: add init database function for adding dummy data. (2024-09-02)

๐Ÿ—ƒ๏ธ Documents

  • ๐Ÿ“„ docs: update shields in readme for this project tracking. (2024-09-02)

๐Ÿ› Fix Bugs

  • โš™๏ธ fixed: merge token table together with backlist. (2024-09-07)

๐Ÿ“ฆ Build & Workflow

  • ๐Ÿงฐ build: add dependabot file for deps tracking by github. (2024-09-02)

๐Ÿ“ฎ Dependencies

  • ๐Ÿ“Œ deps: update fastapi version to 0.114.0. (2024-09-07)
  • ๐Ÿ“Œ deps: update fastapi to 0.113.0. (2024-09-06)
  • ๐Ÿ“Œ deps: remove passlib and use bcrypt instead. (2024-09-06)
  • ๐Ÿ“Œ deps: change jwt package from python-jose to pyjwt. (2024-09-05)