Skip to content

0.0.7

Choose a tag to compare

@korawica korawica released this 10 Mar 11:55
· 33 commits to main since this release

🌠 Highlight Features

  • ⭐ hl: move static and template path to src.

✨ Features

  • 🎯 feat: add dynamic active on sidebar.
  • 🎯 feat: move base model to models module.
  • 🎯 feat: add associate models support role and group.

πŸ› Bug fixes

  • βš™οΈ fixed: change log to trace.
  • βš™οΈ fixed: change filename of model testcase that was deleted.
  • βš™οΈ fixed: revise route module name.

βœ’οΈ Code Changes

  • 🎨 styled: add history metadata on workflow page.
  • 🚧 Feature: redesign uxui and authentication flow on this app (#35)
  • 🚧 refactored: ⬆ deps: bump jinja2 from 3.1.5 to 3.1.6 (#36)
  • 🚧 refactored: ⬆ deps: bump fastapi from 0.115.8 to 0.115.10 (#34)
  • 🚧 refactored: ⬆ deps: bump bcrypt from 4.2.1 to 4.3.0 (#33)
  • πŸ§ͺ tests: update associate table for role and policy.
  • πŸ§ͺ tests: models policy testcase.
  • πŸ§ͺ tests: config pytest logging level to info.
  • πŸ§ͺ tests: seperate testcase for models.
  • πŸ§ͺ tests: update fixure for database.
  • πŸ§ͺ tests: update db testcase.
  • ⏩ merge: branch 'main' of https://github.com/ddeutils/ddeutil-observe.
  • 🚧 refactored: ⬆ deps: bump aiosqlite from 0.20.0 to 0.21.0 (#31)

🧹 Deprecate & Clean

  • ♻️ clean: change | to optional and union type hint.