Releases: scottmckendry/ccinvoice
Releases · scottmckendry/ccinvoice
v2.1.0
2.1.0 (2025-02-03)
Features
- ui: add theme toggle button (b8a2421)
Bug Fixes
- db: prevent orphaned services when dogs are deleted (f4db3c5)
- ui: prevent "sticky" hover styles on mobile devices (b9bb23b)
v2.0.1
2.0.1 (2025-02-01)
Bug Fixes
- log: only log when 1 or more emails are processed (b3095e9)
v2.0.0
2.0.0 (2025-02-01)
⚠ BREAKING CHANGES
- add support for multiple line items
Features
- add support for multiple line items (3fad786)
- db: add migrations logic and scripts for changes to services (41b06fe)
- update invoice styling (1690667)
Bug Fixes
- ui: handle cases where all services are removed (9e5ebe3)
- ui: handle re-ordering of the services container (be1d8c3)
v1.0.0
1.0.0 (2025-01-31)
Features
- add hx-confirm to send button (03377b0)
- add timer job and queue for sending invoices (4fc561c)
- cc logo in header (4356287)
- ci: move to versioned releases, consolidate workflows (d8d4f09)
- dev: enable air proxy server for live reloads (0f649e3)
- ui: replace send confirmation with disabled button (f115ae8)
Bug Fixes
- increse email timeout and handle error better (b897abf), closes #7
- mail: update all queued emails before sending (22009b6)
- test: temporarily disable flaky tests (6e52f4b)