Skip to content

Releases: jbrodriguez/mediagui

3.7.1

07 Jul 15:08
Compare
Choose a tag to compare

2017-07-07 - 3.7.1

  • Sort by Score

3.7.0

23 May 21:15
Compare
Choose a tag to compare

2017-05-23 - 3.7.0

  • Drop omdb support (api is now behind a paywall)

3.6.1

22 May 19:03
Compare
Choose a tag to compare

2017-05-22 - 3.6.1

  • Implement mass importer
  • Account for stub items when pruning

3.6.0

27 Apr 18:58
Compare
Choose a tag to compare

2017-04-27 - 3.6.0

  • Streamline usage of the add screen. Year and Tmdb_id don't need to be input anymore

3.5.0

26 Apr 20:04
Compare
Choose a tag to compare

2017-04-26 - 3.5.0

3.4.1

26 Apr 16:28
Compare
Choose a tag to compare

2017-04-26 - 3.4.1

Implement stub movies support.

Those are movies not present in the filesystem, but that I have already
watched.

Also, converted to a slightly modified standard lint and used prettier on the js codebase.

3.3.0

12 Apr 18:06
Compare
Choose a tag to compare

2017-04-12 - 3.3.0

Implement new Actor api, based on

Also add install script to release

3.2.0

22 Mar 17:29
Compare
Choose a tag to compare

2017-03-22 - 3.2.0

Switch to stock vuejs-paginate, since it now supports forcePage prop.

Also in this release

  • Add install script
  • Replace airbnb's with standard lint

3.1.0

16 Mar 19:34
Compare
Choose a tag to compare

2017-03-16 - 3.1.0

The duplicate movies logic was modified to be more accurate. It now
checks by title only, which picks up duplicates where the year was
wrongly set on one of the copies.

This also raises false positives: movies that share the same name, but are
really completely different.

To handle this, I added a not duplicate functionality to manually mark these
rightful movies and have them not show up as duplicates

Also in this release:

  • Fix build script
  • Display agent version on startup
  • Fix app title in browser tab
  • Fetch data when entering a route
  • Other bug fixes and general improvement

3.0.0

15 Mar 23:49
Compare
Choose a tag to compare

2017-03-15 - 3.0.0

This release marks the third iteration of the mediaGUI project. Check the
README for additional details.

The main change has been a complete rewrite of the client code, replacing
react/ffux with vue/vuex.

The server code was changed a bit as well, mainly replacing gin with echo.

Also in this release:

  • Improve overall app folder structure
  • Revamped Movies view
  • Implement automated build pipeline
  • Other bug fixes and general improvements