Skip to content

Releases: japinol7/movies_lib_explorer

v0.1.5

17 Jan 21:46
Compare
Choose a tag to compare

New features and improvements:

  • Upgrade dependencies, and Python version to 3.13.

v0.1.3

23 Mar 18:54
Compare
Choose a tag to compare

New features and improvements:

  1. Add create/delete movie and create/delete director for staff users.
  2. Add export report data as Excel for staff users.
  3. Improve the settings page.

v0.1.2

05 Jan 20:36
Compare
Choose a tag to compare

New features and improvements:

  1. Add TMDB integration to get movie and person data in this catalog pages: Movies, Directors, Actors.
  2. Add htmx dependence to use in the mentioned pages to load the TMDB integration content.
  3. Add Movie search by Genre.
  4. Add free search movie page to search by movie title and/or director.
  5. Improve data list web pages by adding a limit to the total of rows to be fetched.
  6. Improve 'movies with picture' page so new photos are added when the user moves down the page and htmx triggers a revealed event.

v0.0.2

29 Dec 18:11
Compare
Choose a tag to compare

Web views and REST APIs for movie, director and actor models.