Skip to content

Commit 158159b

Browse files
committed
chore: Tag Version 2.4.0
Add files for tag 2.4.0.
1 parent 7865cf8 commit 158159b

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

docs/tags/2.4.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
### Bug Fixes
8+
9+
- [12764b6a](https://github.com/justinhartman/imdb-app/commit/12764b6a8386e6033a5c5a1bc6733f57a648a0b7): Fix issue with production GH actions not running test coverage
10+
- [d9a05a47](https://github.com/justinhartman/imdb-app/commit/d9a05a478242d010dcd1f73f642ba4396957db46): persist server preference
11+
12+
### Refactored Code
13+
14+
- [4527b448](https://github.com/justinhartman/imdb-app/commit/4527b448bef90fa4b4df62d02f9ba0c3e03e1e10): Switch server to always start with vidsrc server when multi enabled
15+
- [ae94cf0e](https://github.com/justinhartman/imdb-app/commit/ae94cf0e1591483e64c931e5547af7fb8e0a845f): Re-arrange build methods in appHelper
16+
17+
### Testing
18+
19+
- [25e94833](https://github.com/justinhartman/imdb-app/commit/25e948333a24d9a4e47b8b8ba1bfc42bccd471bd): Add test for missing code coverage
20+
21+
### Core Updates
22+
23+
- [7865cf82](https://github.com/justinhartman/imdb-app/commit/7865cf82efa735ea4acf6d2bc81895188674cfcc): Update package.json with release commands
24+
- **build**
25+
- [f82d2189](https://github.com/justinhartman/imdb-app/commit/f82d218968f267efff8a278f493f52acb24b2ca5): Fix invalid YAML in Github actions
26+
- [7d530e9e](https://github.com/justinhartman/imdb-app/commit/7d530e9ec1a5a04ac6832f3ed958bf3dcba197f5): Migrate Github Actions to Bun
27+
28+
29+
### Bun Package Updates
30+
31+
- [79a30932](https://github.com/justinhartman/imdb-app/commit/79a3093276d09f2f9ca312eaef8cb07826fceee7): Fix script commands by adding `bun run` to ensure they run
32+
- [bfe51c96](https://github.com/justinhartman/imdb-app/commit/bfe51c967c1c3bcaccaf2b8341416079d2507171): Fix build version in bun version file
33+
- [c9fa15fd](https://github.com/justinhartman/imdb-app/commit/c9fa15fdaebdbdd450f0d59a13b54b0b464e8a3b): Update package.json to work with Bun
34+
- [deff0c77](https://github.com/justinhartman/imdb-app/commit/deff0c774a5bb958a52ac2d39b5e034a4a75615d): Migrate from Yarn to Bun
35+
36+
### Pull Requests Merged
37+
38+
- [f47be0ff](https://github.com/justinhartman/imdb-app/commit/f47be0ffe6b0cbbf7d8273539b6b3c1caa4303f5): Merge pull request #56 from justinhartman/develop
39+
- [e8a60e19](https://github.com/justinhartman/imdb-app/commit/e8a60e1905ea218051f32d9b8d052288aeee4c01): Merge pull request #54 from justinhartman/feat/add-server-selection-persistence-mechanism
40+

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.3.0",
3+
"version": "2.4.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.3.0",
4+
"version": "2.4.0",
55
"icons": [
66
{
77
"src": "/images/favicons/android-chrome-192x192.png",

0 commit comments

Comments
 (0)