Skip to content

Releases: justinhartman/imdb-app

Version 1.2.0

11 Aug 12:23
885da3f
Compare
Choose a tag to compare

IMDb Movie & TV Search Engine WebApp

This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp.

New Features

  • b9e837a9: Add support for new vidsrc multiple domains

Bug Fixes

Style Changes

  • 4e6f9c18: Add watchlist button to view page
  • 04f54216: Fix accessibility with colours on Login/Register pages

Pull Requests Merged

  • c1e8a100: Merge pull request #14 from justinhartman/develop

Version 1.1.1

11 Aug 12:22
ef1c48b
Compare
Choose a tag to compare

IMDb Movie & TV Search Engine WebApp

This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp.

Bug Fixes

  • 0371b056: Fix undefined imdb url in search results

Version 1.1.0

04 Jun 22:39
3acf412
Compare
Choose a tag to compare

IMDb Movie & TV Search Engine WebApp

Full Changelog: 1.0.1...1.1.0

New Features

  • b5a28a04: New watchlist view & refactored others
  • c786989c: New watchlist migration from users MongoDB collection
  • 70134611: Improved UI for search bar across all devices

Refactored Code

  • c67a08ca: New dbSession middleware for routes
  • 65fc5260: Extract route logic to independent controllers
  • 32ebb2d5: New watchlist model extracted from User

Pull Requests Merged

  • 2156567f: Merge pull request #12 from justinhartman/develop
  • 9dd770cf: Merge pull request #10 from justinhartman/develop
  • a085865f: Merge pull request #9 from justinhartman/develop

Version 1.0.1

04 Jun 00:59
123345f
Compare
Choose a tag to compare

IMDb Movie & TV Search Engine WebApp

This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp.

Full Changelog: 1.0.0...1.0.1

Bug Fixes

  • 42b0cf61: Fix error where DB connects to test DB incorrectly

Core Updates

  • e1054ca2: Set mongoose to connect on IPV4 by default

Yarn Package Updates

  • 9f1c5d7f: Remove duplicate script command

Pull Requests Merged

  • 9dd770cf: Merge pull request #10 from justinhartman/develop
  • a085865f: Merge pull request #9 from justinhartman/develop
  • c4bacfaf: Merge pull request #8 from justinhartman/main

Version 1.0.0

03 Jun 22:04
7186aa7
Compare
Choose a tag to compare

IMDb Movie & TV Search Engine WebApp

This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp.

New Features

  • b6263dc1: Card layouts differ based on useAuth or not
  • cf23e93c: New user and watchlist controllers with update User model
  • ff8ac938: Add useAuth method to determine if Mongo is used
  • 5d821489: Add Disqus commenting to player page
  • 12df230d: Check if MongoDB is configured else load basic app
  • 9e58c02d: New add to watchlist route
  • 3a146d50: New alerts partial for templates
  • 6721c4ce: New OG meta templates included in views
  • a7056070: New app name, description and subtitle envs
  • 37e5eabf: New hero and dark logo images
  • 89380595: New Binger.uk logos, artwork and favicons
  • 1454daa5: Add Disqus comments to view page
  • 165ec1f7: Update routes for login, register and profile
  • 97aec0ed: New views for register, login and profile
  • 98254779: New User model and Auth middleware
  • 64e2ad22: Add Passport & MongoDB configuration
  • 3af24df2: Add migrate-mongo config & User migration
  • aaaefec2: Add MongoDB env vars and update example .env
  • 7f9f7c90: Add APP_URL to middleware & refactor templates to use it
  • 508de3e9: Add JSON-LD snippets to templates for search engines
  • 9d0ee44b: Add OMDB data and fix route for view page
  • 090da45d: New config, helper and routes for standard Express structure
  • 31b3b621: Improved header and better mobile rendering
  • 9417249c: New layout and styles to make app work better
  • b4d00040: Add favicons
  • 41dc2cca: Initial commit of working app

Bug Fixes

  • 6492f6a1: Fix unresolved merge conflicts in files
  • 53112951: Fix template render errors for auth views
  • ecdb65f0: Fix error in template rendering for nav changes
  • 7c109def: Expand tenary poster to catch False responses
  • 722a5785: Fix incorrect Disqus code and ads.txt file
  • 97528103: Fix issue with importing appConfig function
  • 1aadf66a: Fix layout issues on mobile and change view page

Documentation

  • 9ee2ba7d: Include changelog template files
  • 843c0ecc: New Debian & Ubuntu Mongo install docs with updated README
  • 7c87c084: Update README.md with tasks completed
  • 0c2d0b86: Minor commit to OMDb_API.paw file
  • c3a2c57f: Added RapidAPI file instructions to README
  • ef1e4f62: Add OMDb API for RapidAPI macOS app
  • 60891377: Update README.md with completed items
  • 73a88abb: Update README with Nginx & systemd setup
  • 80c93152: Add readme and license file
  • 572ed37a: Add documentation to routes

Refactored Code

  • 617253d5: Move site manifest to public root
  • ab61b18f: Rename appRoute & remove auth routes
  • 8762dc6d: Update auth and profile views with templates
  • 4445d291: Change UI for navigation and fix mobile view
  • 4499b984: New card template for poster views
  • 28accc16: Refactor views as template includes
  • ed649649: Improve retrieving config values in a method
  • a20eddb4: New constructOmdbParams options object for axios requests
  • f6939644: Convert constructOmdbUrl to arrow function
  • a2420531: Introduce new config vars across app and helper
  • 46b7446d: Extract search to new page & expand meta tags
  • cdbe4810: Add APP_URL env for generating canonical URLs
  • 62318845: New fetchOmdbData method to simplify getting data
  • 82a4093e: Implement asyncHandler & update imports for handlers
  • da928da2: New simplified fetchAndUpdatePosters method
  • aa7da119: Extract getPoster to main method & update templates
  • 205d4d2a: Assign defaults to query and type

Style Changes

  • 5b774d41: Clean up template formatting
  • 758a6c70: Add module level Doc blocks
  • 3fc209c0: Fix formatting and code style standards

Core Updates

Read more