File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.3
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: seperate getting token on frontend page and api. (_ 2024-09-15_ )
10+ - :dart : feat: redirect to workflows page if user already register. (_ 2024-09-14_ )
11+ - :dart : feat: change default value of datetime that use on server side. (_ 2024-09-14_ )
12+ - :dart : feat: migrate sync database interface to full async. (_ 2024-09-13_ )
13+ - :dart : feat: add session event listener. (_ 2024-09-12_ )
14+ - :dart : feat: add verify token function on deps. (_ 2024-09-08_ )
15+
16+ ### :black_nib : Code Changes
17+
18+ - :test_tube : tests: add testcase for access and refresh token funcs. (_ 2024-09-16_ )
19+ - :art : styled: change style of sidebar. (_ 2024-09-14_ )
20+ - :art : styled: change color and pointer that use border line. (_ 2024-09-14_ )
21+ - :art : styled: add border line for debug component on frontend page. (_ 2024-09-13_ )
22+ - :construction : refactored: 📦 bump sqlalchemy from 2.0.32 to 2.0.34 (_ 2024-09-12_ )
23+ - :construction : refactored: 📦 bump bcrypt from 3.2.2 to 4.2.0 (_ 2024-09-12_ )
24+ - :art : styled: change html template include layer on base. (_ 2024-09-08_ )
25+
26+ ### :card_file_box : Documents
27+
28+ - :page_facing_up : docs: add emoji to readme. (_ 2024-09-13_ )
29+ - :page_facing_up : docs: update readme for config values. (_ 2024-09-09_ )
30+
31+ ### :bug : Fix Bugs
32+
33+ - :gear : fixed: change import on workflows route. (_ 2024-09-14_ )
34+ - :gear : fixed: merge change from remote repo. (_ 2024-09-13_ )
35+ - :gear : fixed: logout view does not valid on remove token logic. (_ 2024-09-08_ )
36+
37+ ### :postbox : Dependencies
38+
39+ - :pushpin : deps: update version of fastapi to 0.114.1. (_ 2024-09-12_ )
40+
541## 0.0.2
642
743### :sparkles : Features
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.2 "
1+ __version__ : str = "0.0.3 "
You can’t perform that action at this time.
0 commit comments