|
2 | 2 |
|
3 | 3 | ## Latest Changes |
4 | 4 |
|
| 5 | +## 0.0.7 |
| 6 | + |
| 7 | +### :stars: Highlight Features |
| 8 | + |
| 9 | +- :star: hl: move static and template path to src. |
| 10 | + |
| 11 | +### :sparkles: Features |
| 12 | + |
| 13 | +- :dart: feat: add dynamic active on sidebar. |
| 14 | +- :dart: feat: move base model to models module. |
| 15 | +- :dart: feat: add associate models support role and group. |
| 16 | + |
| 17 | +### :bug: Bug fixes |
| 18 | + |
| 19 | +- :gear: fixed: change log to trace. |
| 20 | +- :gear: fixed: change filename of model testcase that was deleted. |
| 21 | +- :gear: fixed: revise route module name. |
| 22 | + |
| 23 | +### :black_nib: Code Changes |
| 24 | + |
| 25 | +- :art: styled: add history metadata on workflow page. |
| 26 | +- :construction: Feature: redesign uxui and authentication flow on this app (#35) |
| 27 | +- :construction: refactored: ⬆ deps: bump jinja2 from 3.1.5 to 3.1.6 (#36) |
| 28 | +- :construction: refactored: ⬆ deps: bump fastapi from 0.115.8 to 0.115.10 (#34) |
| 29 | +- :construction: refactored: ⬆ deps: bump bcrypt from 4.2.1 to 4.3.0 (#33) |
| 30 | +- :test_tube: tests: update associate table for role and policy. |
| 31 | +- :test_tube: tests: models policy testcase. |
| 32 | +- :test_tube: tests: config pytest logging level to info. |
| 33 | +- :test_tube: tests: seperate testcase for models. |
| 34 | +- :test_tube: tests: update fixure for database. |
| 35 | +- :test_tube: tests: update db testcase. |
| 36 | +- :fast_forward: merge: branch 'main' of https://github.com/ddeutils/ddeutil-observe. |
| 37 | +- :construction: refactored: ⬆ deps: bump aiosqlite from 0.20.0 to 0.21.0 (#31) |
| 38 | + |
| 39 | +### :broom: Deprecate & Clean |
| 40 | + |
| 41 | +- :recycle: clean: change | to optional and union type hint. |
| 42 | + |
5 | 43 | ## 0.0.6 |
6 | 44 |
|
7 | 45 | ### :sparkles: Features |
|
0 commit comments