Skip to content

Commit e7e8bc6

Browse files
committed
chore: Tag Version 2.3.0
Add files for tag 2.3.0.
1 parent d98edbe commit e7e8bc6

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

docs/tags/2.3.0.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<img align="right" src="https://github.com/justinhartman/imdb-app/raw/main/public/images/favicons/apple-touch-icon.png" />
2+
3+
# IMDb Movie & TV Search Engine WebApp
4+
5+
_This file contains the changelog revisions for the IMDb Movie & TV Search Engine WebApp._
6+
7+
### New Features
8+
9+
- [641ab82b](https://github.com/justinhartman/imdb-app/commit/641ab82b55a43f456afcce88b4ac15e155a1f7ab): Add dual-server controls and richer structured metadata to view templates
10+
- [1f9840d7](https://github.com/justinhartman/imdb-app/commit/1f9840d79829b49a0d4949ed6415ad038cf08a8f): Add server switch buttons to movies & series / add LD meta tags
11+
- [c95f68c3](https://github.com/justinhartman/imdb-app/commit/c95f68c39bec65f99c2c4155b23487d9f94b4eb5): cache omdb responses
12+
- [ee894988](https://github.com/justinhartman/imdb-app/commit/ee894988d8f31263d001b184d771a13b1a88b75b): cache latest content and improve home fetching
13+
14+
### Bug Fixes
15+
16+
- [d90c84a9](https://github.com/justinhartman/imdb-app/commit/d90c84a9369cf0eefb60e743cc446a97f3069a4d): Set timeout in httpClient to correct value
17+
- [b0463681](https://github.com/justinhartman/imdb-app/commit/b04636819606bac1be5d73f7eb9891b6c53b147b): Fix scroll button so it scrolls the container
18+
19+
### Refactored Code
20+
21+
- [5ae22334](https://github.com/justinhartman/imdb-app/commit/5ae22334c13df91d3cdae5cc83f6a00e7f2878f9): Replace defunct Vidsrc URLs
22+
- [6f6c919f](https://github.com/justinhartman/imdb-app/commit/6f6c919f24d77da4ad993db994ec3a68a4d7d470): Convert MongoDB History fields to integers
23+
- [47a41ac8](https://github.com/justinhartman/imdb-app/commit/47a41ac824019627e1e0d09606470a015f932150): use configured multi-domain
24+
25+
### Style Changes
26+
27+
- [f277fd3e](https://github.com/justinhartman/imdb-app/commit/f277fd3e1ad0ba4da85674494f90833c14d6758e): Move scroll buttons into poster middle
28+
29+
### Testing
30+
31+
- [2ae064e2](https://github.com/justinhartman/imdb-app/commit/2ae064e2c619be93d574be53d0abca474965fb33): Fix missing coverage from new introduced code
32+
- [e420ecf1](https://github.com/justinhartman/imdb-app/commit/e420ecf12fd074343e777e461c0c79b301b7a575): cover missing branch in getSeriesDetail
33+
34+
### Core Updates
35+
36+
- [8b30d139](https://github.com/justinhartman/imdb-app/commit/8b30d1393411716e06c41d1994e8092fb4f5b4f6): Add robots.txt to block some bots
37+
- **deps**
38+
- [617c4fe6](https://github.com/justinhartman/imdb-app/commit/617c4fe6415bb29bec7e2d26f20ed0abffe48725): bump axios from 1.11.0 to 1.12.0
39+
40+
41+
### Yarn Package Updates
42+
43+
- [c35b863a](https://github.com/justinhartman/imdb-app/commit/c35b863accbedc9862baddfbebbb5b2de8257003): Upgrade packages
44+
- [41145562](https://github.com/justinhartman/imdb-app/commit/41145562566148dc0d3c87ad93d5f2529050bb87): Update packages after merged branches
45+
- [dc4a42b6](https://github.com/justinhartman/imdb-app/commit/dc4a42b61fa70818a5f308828b7dab6e2ad3229d): Update packages for node-cache
46+
47+
### Branches Merged
48+
49+
- [44db965d](https://github.com/justinhartman/imdb-app/commit/44db965dee3b4e278c526278df153f13bac915f8): Merge branch 'develop' into feat/modify-series-buttons-for-server-selection
50+
- [540aa85b](https://github.com/justinhartman/imdb-app/commit/540aa85b17032e06104a713145a3233883002d7f): Merge branch 'develop' of github.com:justinhartman/imdb-app into develop
51+
52+
### Pull Requests Merged
53+
54+
- [d98edbee](https://github.com/justinhartman/imdb-app/commit/d98edbeee1f9cb93d69e43272ffc875ce952971d): Merge pull request #53 from justinhartman/develop
55+
- [16385280](https://github.com/justinhartman/imdb-app/commit/1638528037d6968f6577624e7643a74efb140a8b): Merge pull request #52 from justinhartman/develop
56+
- [ea2b9561](https://github.com/justinhartman/imdb-app/commit/ea2b95610b3894ee9d7ad0191c8acfdfcef006f6): Merge pull request #40 from justinhartman/feat/modify-series-buttons-for-server-selection
57+
- [00db910b](https://github.com/justinhartman/imdb-app/commit/00db910ba88021264df85f2b5e72dfebd6b5b725): Merge pull request #51 from justinhartman/dependabot/npm_and_yarn/axios-1.12.0
58+
- [89cfcde7](https://github.com/justinhartman/imdb-app/commit/89cfcde7a406ac77e539e0452608eb4d66ddae20): Merge pull request #50 from justinhartman/develop
59+
- [12028c53](https://github.com/justinhartman/imdb-app/commit/12028c538cc06621385775a33323ff0a4fad0103): Merge pull request #49 from justinhartman/feat/review-missing-coverage-in-changes
60+
- [e9f3e0a0](https://github.com/justinhartman/imdb-app/commit/e9f3e0a04b0b37e18d066021e659954e254f442a): Merge pull request #48 from justinhartman/develop
61+
- [8f1b4e46](https://github.com/justinhartman/imdb-app/commit/8f1b4e4691eea4cc6b5f6bd5959fb1cf831b4bdb): Merge pull request #47 from justinhartman/feat/implement-in-memory-caching-for-series-data
62+
- [094170df](https://github.com/justinhartman/imdb-app/commit/094170df21bfb13f5ff131bc44137573c68f5a38): Merge pull request #46 from justinhartman/develop
63+
- [3e88e643](https://github.com/justinhartman/imdb-app/commit/3e88e6431ba49e8a0a62e5731d9b78112d59a863): Merge pull request #45 from justinhartman/feat/update-gethome-for-caching-and-concurrency
64+
- [6e5c66e1](https://github.com/justinhartman/imdb-app/commit/6e5c66e1917fbd38b7d78fb4af40246b74022ed8): Merge pull request #44 from justinhartman/develop
65+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bingeruk",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Web application that provides a user-friendly interface for searching and watching movies and TV shows.",
55
"license": "MIT",
66
"copyright": "Copyright (c) 2024-2025 Justin Hartman. All rights reserved.",

public/site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Binger.uk",
33
"short_name": "Binger.uk",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"icons": [
66
{
77
"src": "/images/favicons/android-chrome-192x192.png",

0 commit comments

Comments
 (0)