Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 4.51 KB

File metadata and controls

43 lines (35 loc) · 4.51 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.1.0 (2025-01-07)

Features

  • add client SDK and customer payment components (d96f756)
  • add customer payment history (bc5b37c)
  • add logs and settings modules with initial structure (d926fbf)
  • add motivational quotes to auth module (8bd4f3e)
  • add nginx configuration for serving application (3f1e37a)
  • add OIDC callback screen and enhance authentication flow with new methods (769f004)
  • add schema definition for client SDK configuration (e81d233)
  • add web preloader (309c965)
  • implement api module (53bea9a)
  • implement customers screen (9a2575a)
  • implement docker support (dd40da2)
  • implement license details (edcba6d)
  • implement license search and group selection (799094b)
  • implement licenses screen (wip) (f25b4c8)
  • implement product details view (67ad545)
  • implement products and payments (no ui) (55f0947)
  • implement todos (e011a85)
  • update build script to include timestamp in version.json for cache invalidation (5c0dcf4)

Bug Fixes

  • actually call the datasource to update a product (4a9276c)
  • correct quotee name in motivational quotes (6aa34b8)
  • disable logging in release mode (a821a2d)
  • include environment variables in compilation step (9049349)
  • remove unnecessary call to expanded() in LicenseScreen widget (4596325)
  • resolve Error: Undefined name 'debugLogHandler'. (606c89e)
  • statisfy analyzer (f016fc6)
  • update quotee of motivational quotes in the prev commit (ba97981)
  • use global cache in licenses repo (8779432)
  • use media query to get platform brightness (8d9bb56)
  • use seconds since epoch for cache busting in index.html (c99bb4a)
  • use valid nginx config (638e2ef)