benex
a33e47d205
fix(config): use separate var for the config file val
2024-11-23 14:08:48 +03:00
benex
25dc35eaaf
feat: print update message to stderr + disable auto check for updates (needs better implementation)
2024-11-23 14:08:22 +03:00
benex
7cd97c78b1
feat(config): make the max_cache_lifetime configurable
2024-11-22 23:21:58 +03:00
benex
27b4422ef3
feat(requests_cacher): make more reliable by ordering the results by created_at
2024-11-22 23:21:32 +03:00
benex
1c367c8aa1
feat(anilist-interface): add resume flag to auto continue from the most recent anime
2024-11-22 22:28:12 +03:00
Pixelizer09
209e93b6d9
Merge branch 'master' into master
2024-11-22 11:28:44 +08:00
Pixelizer09
b10d9dc39a
Update data.py
2024-11-22 11:27:29 +08:00
benex
3915ef0fb6
chore: bump version (v2.8.3)
2024-11-21 16:52:23 +03:00
benex
b86c1a0479
feat: add fastanime anilist download beta
2024-11-21 16:40:09 +03:00
benex
1fa7830ddf
Merge branch 'master' into fastanime-anilist-download
2024-11-21 15:35:36 +03:00
benex
d763445f72
chore: bump version (v2.8.2)
2024-11-21 10:30:03 +03:00
benex
7bc6b14b5f
docs: update config file docs
2024-11-21 10:29:39 +03:00
benex
defdfc5a47
refactor: update todo
2024-11-21 10:29:39 +03:00
benex
e67eeda492
feat(updater): add ability to update on nix
2024-11-21 10:29:39 +03:00
benex
a17588d02c
fix(interfaces): episode previews
2024-11-21 10:29:39 +03:00
Pixelizer09
61db9aeea6
Update data.py
2024-11-21 10:57:02 +08:00
Gand0rf
21704cbbea
Updated chafa call
2024-11-19 14:00:06 -05:00
she11sh0cked
050ba740b8
fix(cli): prevent update check during completions
2024-11-19 15:24:55 +01:00
benex
0b1a27b223
chore: bump version (v2.8.1)
2024-11-19 14:08:42 +03:00
benex
fb5f51eea5
feat(config): add customization options
2024-11-19 14:08:08 +03:00
benex
799e1f0681
fix(updater): handle no internet
2024-11-19 14:08:08 +03:00
benex
53a2d953f8
feat: enable customization of the preview window
2024-11-19 14:08:08 +03:00
benex
dc58fc8536
chore: bump version (v2.8.0)
2024-11-19 10:06:57 +03:00
benex
8737aea746
fix(player): set character encoding for compatibility with windows
2024-11-19 10:06:38 +03:00
benex
320376d2e8
chore: bump version (v2.7.9)
2024-11-18 18:19:21 +03:00
benex
2c5c28f295
refactor(config): remove useless functions
2024-11-18 18:17:03 +03:00
benex
2d3509ccc1
chore: bump version (v2.7.8)
2024-11-18 17:10:26 +03:00
benex
30babf2d69
feat(cli): alert the user that the cli is checking for updates
2024-11-18 17:10:10 +03:00
benex
5ac6c45fdf
fix(allanime_provider): give all the servers the referer header
2024-11-18 17:10:10 +03:00
benex
0d27b8f652
chore: bump version (v2.7.7)
2024-11-17 20:08:37 +03:00
benex
af94cd7eb5
fix: recent anime
2024-11-17 20:07:46 +03:00
benex
54044f9527
chore: bump version (v2.7.6)
2024-11-17 18:46:42 +03:00
benex
15555759dc
feat: ask user if they want to update on new release
2024-11-17 18:45:17 +03:00
benex
d32b7e917f
chore: bump version (v2.7.5)
2024-11-16 22:47:31 +03:00
benex
c65a1a2815
feat: by default check for updates when any command is ran
2024-11-16 22:47:04 +03:00
benex
0b3615c9f5
feat: add default rofi themes
2024-11-16 22:46:19 +03:00
benex
3ac4e1ac71
chore: bump version (v2.7.4)
2024-11-16 22:10:15 +03:00
benex
02e35b66cb
fix: implement another way to get timestamps from mpv due to issues on nixos
2024-11-16 22:09:41 +03:00
benex
7b11e0a301
feat: add rofi-theme-preview option
2024-11-16 22:09:41 +03:00
benex
fe0fa97576
fix(player): workaround weird problem with mpv in nixos
2024-11-16 22:09:41 +03:00
benex
ed3064e3b1
feat(anime_provider): add yugen provider
2024-11-13 20:53:18 +03:00
Benex254
441d1e5e6c
chore: bump version (v2.7.3)
2024-11-11 12:57:50 +03:00
Benex254
8d4b71e0c8
feat: add entry point for pyinstaller executable
2024-11-11 12:57:29 +03:00
Benex254
912c8674cf
refactor(player): remove unnecessary orint statement
2024-11-11 12:57:28 +03:00
Benex254
6b3ca236dd
fix: auto next episode
2024-11-11 12:57:28 +03:00
benex
f1c352d4ff
chore: bump version (v2.7.2)
2024-11-10 12:29:46 +03:00
benex
714533d845
refactor(cli): update config options and set fastanime config environs
2024-11-10 12:06:44 +03:00
benex
56dd25df8d
refactor(cli): update config options
...
This commit updates the configuration options in the CLI module. Specifically, it modifies the "image_previews" option to be platform-dependent, setting it to "True" for non-Windows platforms and "False" for Windows. Additionally, it sets the "normalize_titles" option to "True". These changes improve the behavior and user experience of the CLI.
2024-11-10 12:06:17 +03:00
benex
8248dc53df
fix: text preview not showing on windows
2024-11-10 12:05:32 +03:00
Benex254
bc86be8c93
chore: bump version
2024-11-09 00:11:20 +03:00