mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
## [1.3.1](https://github.com/apricote/Listory/compare/v1.3.0...v1.3.1) (2020-05-14) ### Bug Fixes * **frontend:** disable broken service-worker ([7ad4b1e](7ad4b1e52c))
6.2 KiB
6.2 KiB
1.3.1 (2020-05-14)
Bug Fixes
- frontend: disable broken service-worker (7ad4b1e)
1.3.0 (2020-05-14)
Features
- frontend: active service worker (fbada1e)
- frontend: add favicon (bf9aba3)
- frontend: configure pwa (b9ea880)
1.2.5 (2020-05-13)
Bug Fixes
- frontend: add selectable timeframe and styling to listens report (cc7f4b3)
1.2.4 (2020-05-13)
Bug Fixes
- api: frontend sessions expire after 15 minutes (now 1d) (8c5f495)
- frontend: improve reporting charts (bdbe5f5)
- frontend: redirect to home after login (367f375)
1.2.3 (2020-05-12)
Bug Fixes
- ci: Helm chart still not properly released (f0100e8)
1.2.2 (2020-05-11)
Bug Fixes
- ci: Helm chart was not automatically released (ff0c155)
1.2.1 (2020-05-11)
Bug Fixes
- deps: pin dependencies (c0caa31)
1.2.0 (2020-05-09)
Features
- api: add listen report endpoint (3828b84)
- api: enable global ValidationPipeline (ddcdfff)
- api: filter recent listens by timespan (c903093)
- frontend: render simple listen report (ebc0794)
1.1.0 (2020-05-08)
Features
- cd: add Helm Chart with automated releases (1bdd618)
1.0.1 (2020-05-07)
Bug Fixes
- cd: docker image labels are missing values (f68d05c)
1.0.0 (2020-05-07)
Bug Fixes
- api: redirect to frontend on spotify auth error (cffdded)
- cd: typo (b8ee62f)
- frontend: fix minor styling+linting issues (0abc594)
Features
- api: add health-check endpoint (202665a)
- cd: configure automated semantic releases (8e796d7)
- frontend: style recent listens page (1d5cefb)
- add docs and polish (75d3e2e)
- api: add getListens endpoint with pagination (de6d057)
- api: add optional spotify user whitelist (a27fcce)
- api: fetch listens from spotify (f2065d3)
- api: listen on SIGTERM for graceful shutdown (d58cb46)
- api: setup database migrations (a7c5c68)
- api: validate configuration (e78c6e3)
- serve frontend from api container in prod build (ad98ce4)
- api: setup logging (b6eef7f)
- api: setup nestjs (db62d5d)
- api: user authentication (f253a66)
- frontend: redo setup with ts+tailwind and implement auth+header (05f230a)
- frontend: setup (f14eda1)
- frontend: show page when login fails (32dcd84)
- frontend: show recent listens (49bff95)