Skip to content

Commit

Permalink
chore(version): v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Feb 5, 2021
1 parent b9d989b commit 9eb8644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion 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 <skarab42@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion 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 <skarab42@users.noreply.github.com>",
Expand Down

0 comments on commit 9eb8644

Please sign in to comment.