Skip to content

Releases: openwhyd/openwhyd

v1.4.3

14 Oct 09:34
Compare
Choose a tag to compare

1.4.3 (2018-10-14)

Bug Fixes

v1.4.2

17 Sep 13:04
Compare
Choose a tag to compare

1.4.2 (2018-09-17)

Bug Fixes

v1.4.1

16 Sep 10:13
Compare
Choose a tag to compare

1.4.1 (2018-09-16)

Bug Fixes

  • contributors: fix contributors’ avatars in README (e4dcb40)

Upgrade to MongoDB v3.4

15 Sep 13:40
Compare
Choose a tag to compare
  • chore(deps): upgrade to mongodb 3.4 in docker-compose.yml, cf #162

Fixed playlist re-ordering

15 Sep 13:38
Compare
Choose a tag to compare
  • fix(profile): fix playlist re-ordering. closes #116. (#161)
  • fix(scripts): Fix and clean-up production scripts => v1.2.2 (#160)
  • fix(scripts): Clean-up production scripts and CI (#159)
  • refacto(scripts): rename npm script "docker-restart" to "docker-seed"

Improve production scripts + clean-up

09 Sep 14:58
c388168
Compare
Choose a tag to compare
fix(scripts): Fix and clean-up production scripts => v1.2.2 (#160)

* refacto: restart.sh now uses start.sh + ui polish

* add Makefile rule: restart-to-latest

* bump: v1.2.2

* ignore .port

* fix last commit

* fix path in restart.sh

* force bash filetype

* ui: add space after emoji prefixes

Minor: update Node.js' package-lock.json

09 Sep 11:04
Compare
Choose a tag to compare
v1.2.1

bump: v1.2.1 (package-lock.json update)

Now running on Node.js 8 (LTS)

09 Sep 10:54
Compare
Choose a tag to compare

Performance and stability fixes for automated tests

08 Sep 23:54
Compare
Choose a tag to compare
  • fix(tests): run db check just once per wdio session

Security and test stability fixes + scripts

08 Sep 23:08
Compare
Choose a tag to compare
  • fix(code): add auto-formatting and style prefs to vscode editor
  • fix(tests): more robust db check + fresh package-lock (#157)
  • fix(deps): apply security upgrades and simplify pre-test checks (#156)
  • feat(search): script to push missing search index entries