Skip to content

Commit

Permalink
chore: Tag Version 1.2.0
Browse files Browse the repository at this point in the history
Add files for tag 1.2.0.
  • Loading branch information
justinhartman committed Aug 11, 2024
1 parent c1e8a10 commit 885da3f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/tags/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<img align="right" src="https://github.com/justinhartman/imdb-app/raw/main/public/images/favicons/apple-touch-icon.png" />

# IMDb Movie & TV Search Engine WebApp

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

### New Features

- [b9e837a9](https://github.com/justinhartman/imdb-app/commit/b9e837a91c8606b83a0ff7d455443fb7b05ef9a0): Add support for new vidsrc multiple domains

### Bug Fixes

- [560aae9c](https://github.com/justinhartman/imdb-app/commit/560aae9cde40142a3ca47e52a4a7e4b508885f07): Fix broken login redirect

### Style Changes

- [4e6f9c18](https://github.com/justinhartman/imdb-app/commit/4e6f9c1862042ff4e36f5d10bbe946ca0b655e8a): Add watchlist button to view page
- [04f54216](https://github.com/justinhartman/imdb-app/commit/04f54216a1af77e55cd8386b4d68b5431cc2756a): Fix accessibility with colours on Login/Register pages

### Pull Requests Merged

- [c1e8a100](https://github.com/justinhartman/imdb-app/commit/c1e8a100e3d65d039608a74e269c62106c55b5b4): Merge pull request #14 from justinhartman/develop

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binger.uk",
"version": "1.1.1",
"version": "1.2.0",
"description": "Web application that provides a user-friendly interface for searching and watching movies and TV shows.",
"license": "MIT",
"copyright": "Copyright (c) 2024 Justin Hartman. All rights reserved.",
Expand Down
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Binger.uk",
"short_name": "Binger.uk",
"version": "1.1.1",
"version": "1.2.0",
"icons": [
{
"src": "/images/favicons/android-chrome-192x192.png",
Expand Down

0 comments on commit 885da3f

Please sign in to comment.