diff --git a/CHANGELOG.md b/CHANGELOG.md index e272b6fc..ee0aedf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,18 @@ -# [1.4.0](https://github.com/skarab42/marv/compare/v1.3.0...v1.4.0) (2021-02-03) +## [1.4.1](https://github.com/skarab42/marv/compare/v1.3.0...v1.4.1) (2021-02-05) ### Bug Fixes * Anime tags list ([#136](https://github.com/skarab42/marv/issues/136)) ([ad5c6e9](https://github.com/skarab42/marv/commit/ad5c6e9eb6afad5dd0da52cc149cac63f1018212)) -* **twitch-login:** Fix first login when server port is occupied ([#134](https://github.com/skarab42/marv/issues/134)) ([c2ee324](https://github.com/skarab42/marv/commit/c2ee324a9a97fbf78110122a20c24784c1d23900)) * CORS Allow all origins ([#108](https://github.com/skarab42/marv/issues/108)) ([40fd249](https://github.com/skarab42/marv/commit/40fd249af146aa4cccd1a86732678838eda278fd)) +* Quit process behaviour on Mac ([#119](https://github.com/skarab42/marv/issues/119)) ([b9d989b](https://github.com/skarab42/marv/commit/b9d989b281d2f4dab4d800c196363c6d6f6b9e95)) * **overlay:** Add missing escape in regexp ([#97](https://github.com/skarab42/marv/issues/97)) ([73e16e9](https://github.com/skarab42/marv/commit/73e16e9ddb5998a28493558f0b8fce2c5b6bf526)) +* **twitch-login:** Fix first login when server port is occupied ([#134](https://github.com/skarab42/marv/issues/134)) ([c2ee324](https://github.com/skarab42/marv/commit/c2ee324a9a97fbf78110122a20c24784c1d23900)) ### Features +* **timeline:** Set audio/video duration on first load ([#139](https://github.com/skarab42/marv/issues/139)) ([1a673de](https://github.com/skarab42/marv/commit/1a673de7272ba518553a98f904c9418e17f58a44)) * Add EJS support in anime text file ([#135](https://github.com/skarab42/marv/issues/135)) ([33a7519](https://github.com/skarab42/marv/commit/33a75190659291cd1ad214350d2033fd06456ea9)) * Allow HTML from text file ([#137](https://github.com/skarab42/marv/issues/137)) ([e15cca2](https://github.com/skarab42/marv/commit/e15cca2af9bdf282b1c0bc9bfb16430ca4d8e7d2)) * Twitch auto reconnect and status ([#110](https://github.com/skarab42/marv/issues/110)) ([797da5c](https://github.com/skarab42/marv/commit/797da5c686a74aaadd3e5ab03811fd7d4780dc7d)) diff --git a/app/package.json b/app/package.json index 7a120085..1b8826c1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "marv", - "version": "1.4.0", + "version": "1.4.1", "description": "Marv - Twitch Bot", "repository": "github:skarab42/marv", "author": "skarab42 ", diff --git a/package.json b/package.json index f35f59a8..e8e2c06f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marv", - "version": "1.4.0", + "version": "1.4.1", "description": "Marv - Twitch Bot", "repository": "github:skarab42/marv", "author": "skarab42 ",