IRHM
fa34f1ead1
v4.2.1 CHANGELOG
2026-08-04 02:01:51 +01:00
IRHM
cefed53c7f
v4.2.1 CHANGELOG
2026-08-04 02:00:29 +01:00
IRHM
e391d5dc69
(fix) ProvidersList: Duplicate key error.
2026-08-04 00:11:20 +00:00
IRHM
cba3d11f64
v4.2.0 CHANGELOG
2026-08-03 09:02:17 +01:00
IRHM
87033f423d
upgrade server dependencies
2026-08-03 02:25:54 +00:00
IRHM
9b39617650
search: Add filters help button opening a modal with examples
2026-08-03 01:14:02 +00:00
IRHM
92edb75de9
Games: Support searching with Year or FirstYear filters
2026-08-03 01:14:02 +00:00
IRHM
bff354fcc3
organize tmdb api request logic into tmdb package AND support inline search filters
2026-08-03 01:14:02 +00:00
IRHM
a73651808e
Update CHANGELOG.md
2026-08-01 03:48:44 +00:00
IRHM
9da0913d48
Add Status & ReleaseDateLast to Media, show end year for tv shows
2026-08-01 03:48:44 +00:00
IRHM
0a38171836
doc: installation/for-development: update outdated commands
...
we switched to using make a while ago, forgot to update this doc
2026-07-30 22:50:38 +01:00
IRHM
d009528388
Update CHANGELOG.md
2026-07-30 21:33:41 +00:00
IRHM
cd34ecba61
changelog: correct the new stuff and put it under new instead of changed
2026-07-30 21:33:41 +00:00
IRHM
769e30c9c7
import: Support rating column decimals
2026-07-30 21:33:41 +00:00
IRHM
ba961bf5c3
Update CHANGELOG.md
2026-07-30 21:33:41 +00:00
IRHM
12ceb13bcb
import: Add rating column (validated to be 0-10) and set import item state to FAILED if request fails
2026-07-30 21:33:41 +00:00
IRHM
5a5ae0ad83
Show Aired Date for episodes.
2026-07-30 03:46:29 +00:00
IRHM
05e24e42c6
Show air date with toRelativeDate, hide star when unaired and no votes, make airDate logic a bit more robust
2026-07-30 03:32:32 +00:00
IRHM
5abbb47fbf
only show PosterImage in media pages if we have a extPosterPath
2026-07-30 02:42:35 +00:00
IRHM
2202b11e39
fix all linting issues and upgrade the rest of devDependencies
...
now i should probably test the whole app waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauuuuuuuuuugugghghghghghghghghg
2026-07-30 02:42:35 +00:00
IRHM
347113be68
ESLint: Migrate to flat config
2026-07-30 02:42:35 +00:00
IRHM
6457146214
Workflows: test-pr-server: Set go-version-file for setup-go action.
2026-07-30 02:42:35 +00:00
IRHM
baba8c8c60
Dockerfile: Upgrade node steps to use version 24.
2026-07-30 02:42:35 +00:00
IRHM
31ddcacf47
Workflows: Upgrade action versions and use node 24.
2026-07-30 02:42:35 +00:00
IRHM
be94f1d2b7
Replace axios with native Fetch API & some maintenance
2026-07-30 02:42:35 +00:00
IRHM
d7449642ba
v4.1.1 changelog
2026-07-26 03:26:00 +01:00
IRHM
dbc8b74893
v4.1.1
2026-07-26 02:47:48 +01:00
IRHM
39b82335eb
Plex: Add Accept: "application/json" header so plex returns json again
...
I think the plex api default used to be JSON, which is why it worked, but I guess they changed it to XML. Adding this header asks for JSON response again.
2026-07-26 00:33:23 +00:00
IRHM
19c773976d
CHANGELOG: v4.1.0
2026-07-19 14:40:44 +01:00
IRHM
c2f72dbd9c
Remove dependabot.yml.
2026-07-18 12:58:30 +01:00
IRHM
d777630e84
CHANGELOG: Add credit to SeasonsListEpisode change
2026-07-18 12:51:03 +01:00
IRHM
f5bfa29877
SeasonsListEpisode: Show spoilers when status is set to FINISHED and allow changing status while spoilers are hidden
...
Based on PR by goestav: https://github.com/sbondCo/Watcharr/pull/1055
Different in these ways:
- Using $derived here for `ws` variable
- Using z-index to allow status button to be clicked while spoilers are hidden
- Don't hide spoilers again (if they are shown) when episode is deleted
Also refactored `handleStatusClick()` a bit by removing the redundant `ws` lookup (it can now just use `we` set at the top of the component).
Co-Authored-By: Goestav <27970303+goestav@users.noreply.github.com >
2026-07-18 11:48:52 +00:00
IRHM
bf0594c1e8
Fix Include Previously Watched regression and update profile stats to not use the setting
...
Index also added to
Fixes https://github.com/sbondCo/Watcharr/issues/1027
2026-07-18 09:50:53 +00:00
IRHM
fee82df59d
CHANGELOG: v4.0.1
2026-07-16 10:29:15 +01:00
IRHM
38fba0ac10
Watched: Also log the error on the "failed to restore existing watched entry" log.
2026-07-16 08:36:22 +00:00
IRHM
f23552c170
Use an svg for the favicon and change its fill to white for dark themed browsers.
2026-07-16 08:36:22 +00:00
IRHM
ca428327e2
Move notifications to its own component.
2026-07-16 08:36:22 +00:00
IRHM
f7cca74a41
SpinnerTiny: Use svg instead of the css border trick to create the spinner fixing it looking more like a horseshoe than a circle on different browser scales (also added animation on the svg circle).
...
also: Fix color being wrong on dark theme.
svg fix inspired by mui :)
2026-07-16 08:36:22 +00:00
IRHM
86286b967f
workflows/test-pr-server: Add test step
2026-07-16 08:36:22 +00:00
IRHM
8243838bfb
Update CHANGELOG.md
2026-07-11 03:55:10 +01:00
IRHM
764a25be6c
Changelog: Add youtube-nocookie change
2026-07-10 21:36:15 +01:00
IRHM
c019162994
Update CHANGELOG.md
2026-07-10 20:30:23 +00:00
IRHM
4cc9bd3edb
make image module way more robust
...
- Create a better (more) re-usable flow for downloading images to disk and inserting images into the db
- Validate images properly by reading them fully and using DecodeConfig
- Fix some security issues by re-encoding images
- Always outputs one format `jpeg`, which keeps everything "normalized" and adds compression to images (mainly user uploads which might be big).
2026-07-10 20:30:23 +00:00
IRHM
475c9b6ab4
CHANGELOG: Add link for unreleased
2026-07-05 17:39:42 +00:00
IRHM
325666c30d
CHANGELOG: Add credit to unreleased change
2026-07-05 17:39:42 +00:00
IRHM
92816b02a0
doc: Backup: Also note that watcharr.db-wal should be backed up along with the .db file since v3.
2026-07-05 17:39:42 +00:00
IRHM
2f929e99d5
Move all old github release notes into new CHANGELOG
...
Having the changelog file is one more step to no vendor lock-in. It's also more easily searched through and in a standard format everyone is probably used to.
Just so you know, this was painful and I wanted nothing but death for myself throughout this whole process.
2026-07-05 17:39:42 +00:00
IRHM
f14be89680
Update CHANGELOG.md
2026-07-05 17:39:42 +00:00
IRHM
ecd027f603
Create CHANGELOG.md
2026-07-05 17:39:42 +00:00