Skip to content

Latest commit

 

History

History
107 lines (90 loc) · 9.2 KB

CHANGELOG.md

File metadata and controls

107 lines (90 loc) · 9.2 KB

Changelog

v0.4.0 (2022-10-11)

Feature

Fix

Documentation

v0.3.2 (2022-10-10)

Fix

Documentation

  • Update requirements.txt (746bc0a)

v0.3.1 (2022-07-21)

Fix

  • Fixed card grid to auto (72e2c71)
  • Delete unused view structure (d1ed9c8)
  • Project context mixin (e1d22c0)
  • Re-activated alarming url (98c8f43)

v0.3.0 (2022-07-18)

Feature

  • Projects create and update view with form (a7fc8f7)
  • Pydantic settings setup (c90c031)
  • Projects application model view (f2d0060)

Fix

Documentation

  • Update requirements for image upload (8940b96)
  • Update requirements (3a01011)

v0.2.1 (2022-07-18)

Fix

  • Use oidc auth in django admin (d4d862d)

v0.2.0 (2022-07-15)

Feature

  • Add custom error pages (a84053a)
  • Raise a HTTP 403 if user is not authorized (a556bdd)
  • Run apps in project context (fcc4f0a)
  • Make sidebar sticky (8bd132f)
  • Get authorization parameters from settings (7ca3e49)
  • Add user profile page (4e0f757)
  • Add basic authorization (03ab314)
  • Require login for view (1151c93)
  • Login/logout implemented (c0cd1aa)
  • Use pydantic settings (5499f10)
  • Add user settings to ui template (1ba1c29)

Fix

  • Show project name after selection (a2cd2af)
  • Scrollbar styling (b278c8a)
  • Set sidebar link active (a792b1f)

Documentation

  • Move settings to seperate file (09688b9)
  • Add changelog and contributing to readme (18a2a73)
  • Contribution guidelines added (953f61a)
  • Add env variable description to readme (557e9a6)

v0.1.0 (2022-06-29)

Feature

  • Add success message toast (30acd77)
  • Dialog template with example (02b485b)
  • Collapsible sidebar (c7fefb2)
  • Create base app structure (366bf73)

Fix

  • Show sidebar tooltips only on small screen (24cb298)
  • Fix sidebar adjustment (db8081c)
  • Fix admin page css (646808e)

Documentation