Commit 1a75bdf
authored
Chore: Stable release v1.0.0 (#31)
* feat: add option to rename, disable, reorder catalogs
* feat: new recommendation system based on weights
* feat: dynamic row generator
* feat: add dynamic row generator with country flag
* feat: add watched.loved row
* feat: new ui with stremio auth button
* feat: add languages selection button in ui for tmdb meta
* feat: add option to enable rpdb api key for posters
* feat: ui improvements
* chore: add vercel app env
* chore: improve recommendation weights and refactor
* chore: remove unnecessary country flags
* add workflows to bump version
* chore: bump version to 1.0.0-rc.1
* chore: bump version to 1.0.0-rc.2
* chore: use redis token from config
* fix: priotrize keywords for row generation than genre
* chore: bump version to v1.0.0-rc.3
* feat: add option to delete account
* refactor: update token deletion API to use DELETE / and implement deep cloning for catalog data in the frontend, removing conditional name handling.
* opt: improve recommendations using larger candidate pool and better similarity methods
* feat: Add genre exclusion UI, store excluded genres in user settings,and apply them during catalog generation (#21)
* feat: Add genre exclusion UI, store excluded genres in user settings, and apply them during catalog generation.
* refactor: simplify filtering recommendations by excluded genres using list comprehension
* refactor: streamline genre exclusion logic for similarity recommendations
* feat: Rework UI into a multi-step setup wizard with account management and section navigation (#22)
* feat: Rework UI into a multi-step setup wizard with Watchly account management and section navigation
* critical: check if user already exists
* refactor: remove disabled class from source code button
* feat: add translation service to translate catalog names to user language (#23)
* feat: add option to rename, enable disable catalogs (#24)
* feat: Implement user ID-based token management and Stremio user info fetching, replacing credential-derived tokens and direct login. (#25)
* refactor: code refactoring and remove legacy code and components (#26)
* feat: add option to rename, enable disable catalogs
* feat: add option to rename, enable disable catalogs
* feat: Implement user ID-based token management and Stremio user info fetching, replacing credential-derived tokens and direct login.
* feat: Implement user ID-based token management and Stremio user info fetching, replacing credential-derived tokens and direct login.
* feat: Refactor token management to use a dedicated token model, remove token salt, and streamline catalog refresh logic.
* feat: Encrypt auth keys in token store and enforce 401 for invalid tokens across endpoints.
* feat: Introduce token redaction utility and apply it to log messages for enhanced security.
* feat: Introduce token redaction utility and apply it to log messages for enhanced security.
* fernet client management
* feat: add migration script to migrate old tokens to new system
* feat: check and only update tokens that are installed from the same system
* opt: give more weight to items watched recently
* docs: add contributing guidelines and acknowledgements
* opt: optimize translation service
* chore: bump version to v1.0.0-rc.6
* feat: add gemini service to generate catalog names (#29)
* Refactor services for improved async handling and error resilience (#30)
* refactor: fetch loved and liked items at once and use that
* Refactor services for improved async handling and error resilience
* chore: bump version to v1.0.0
* feat: better bare row name generation (#32)File tree
52 files changed
+5575
-1929
lines changed- .github
- workflows
- app
- api
- endpoints
- core
- models
- services
- tmdb
- startup
- static
- scripts
- static
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+5575
-1929
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
33 | 53 | | |
34 | 54 | | |
35 | 55 | | |
36 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
37 | 59 | | |
38 | 60 | | |
39 | 61 | | |
40 | 62 | | |
41 | 63 | | |
42 | | - | |
43 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 5 | | |
14 | 6 | | |
15 | | - | |
| 7 | + | |
16 | 8 | | |
17 | 9 | | |
18 | | - | |
19 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
20 | 15 | | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
23 | 18 | | |
24 | | - | |
25 | 19 | | |
26 | | - | |
27 | 20 | | |
28 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
29 | 25 | | |
30 | | - | |
| 26 | + | |
0 commit comments