From 813f499365dcce9f84be608db0a071946527d9a4 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 3 Aug 2025 13:56:03 +0200 Subject: [PATCH 1/3] chore(bookshelf): Add One Piece volumes 109-113 Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 60 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index cc800cc..686555c 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -30,6 +30,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "One Piece: Vol. 113", + "isbn": null, + "author": "Eiichiro Oda", + "date": { + "year": "2025", + "month": "08", + "day": "03", + "string": "2025-08-03" + }, + "rating": 5 + }, { "title": "Men du ser ikke syk ut", "isbn": 9788202705268, @@ -187,6 +199,54 @@ }, "rating": 5 }, + { + "title": "One Piece: Vol. 112", + "isbn": null, + "author": "Eiichiro Oda", + "date": { + "year": "2025", + "month": "02", + "day": "09", + "string": "2025-02-09" + }, + "rating": 5 + }, + { + "title": "One Piece: Vol. 111", + "isbn": null, + "author": "Eiichiro Oda", + "date": { + "year": "2025", + "month": "02", + "day": "09", + "string": "2025-02-09" + }, + "rating": 5 + }, + { + "title": "One Piece: Vol. 110", + "isbn": null, + "author": "Eiichiro Oda", + "date": { + "year": "2025", + "month": "02", + "day": "09", + "string": "2025-02-09" + }, + "rating": 5 + }, + { + "title": "One Piece: Vol. 109", + "isbn": null, + "author": "Eiichiro Oda", + "date": { + "year": "2025", + "month": "02", + "day": "09", + "string": "2025-02-09" + }, + "rating": 5 + }, { "title": "The Hitchhiker's Guide to the Galaxy", "isbn": 9781529034523, From 7d83562f669413cb43337d47427b74f9f677e671 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 3 Aug 2025 13:58:16 +0200 Subject: [PATCH 2/3] chore(watchlist): Add "Happy Gilmore 2" & "Ibelin" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 0fec236..5c3a4a4 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -25,6 +25,28 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Ibelin", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "30", + "string": "2025-07-30" + }, + "rating": 4 + }, + { + "title": "Happy Gilmore 2", + "type": "movie", + "date": { + "year": "2025", + "month": "07", + "day": "30", + "string": "2025-07-30" + }, + "rating": 4 + }, { "title": "The Recruit S02", "type": "series", From 10dd917616720d3fb338f0105607be54ccd9e47a Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 3 Aug 2025 13:59:17 +0200 Subject: [PATCH 3/3] chore(watchlist): Add "Bones S11" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 5c3a4a4..0d8b4aa 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -12,7 +12,7 @@ "type": "anime" }, { - "title": "Bones S11", + "title": "Bones S12", "type": "series" }, { @@ -25,6 +25,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Bones S11", + "type": "series", + "date": { + "year": "2025", + "month": "08", + "day": "01", + "string": "2025-08-01" + }, + "rating": 3 + }, { "title": "Ibelin", "type": "movie",