Commit Graph

  • 91aa6b599e Merge pull request #191 from viu-media/minor-fixes master Benedict Xavier 2026-02-23 22:31:52 +03:00
  • d05128e6b5 Merge branch 'master' into minor-fixes minor-fixes Benedict Xavier 2026-02-23 22:31:31 +03:00
  • 5845084b18 fix(mvp-ipc): remove deprecated unix pipe checks Type-Delta 2026-02-23 22:23:58 +07:00
  • 59b2a4fe1a feat: auto retry searching provider using synonymns Benexl 2026-02-23 18:01:18 +03:00
  • 599792d415 fix(animepahe): provider provides wrong video quality Type-Delta 2026-02-23 08:51:08 +07:00
  • 30f36b4b67 Merge branch 'master' of https://github.com/Benexl/FastAnime into minor-fixes Type-Delta 2026-02-23 08:48:00 +07:00
  • 70e1445650 Merge pull request #184 from iMithrellas/master Benedict Xavier 2026-01-30 21:22:49 +03:00
  • 3df630a2af feat: add media action to open anilist page iMithrellas 2026-01-30 13:36:46 +01:00
  • 148436e27c Merge pull request #183 from aarabdh/master Benedict Xavier 2026-01-24 18:27:53 +03:00
  • eba9ed4bee Allowing search for year 2026 Aarabdh Tiwari 2026-01-24 15:38:14 +05:30
  • 343fe977ad Merge pull request #179 from viu-media/copilot/improve-installation-section Benedict Xavier 2026-01-01 10:50:20 +03:00
  • 4caafda123 Merge branch 'master' into copilot/improve-installation-section copilot/improve-installation-section Benedict Xavier 2026-01-01 10:49:48 +03:00
  • 9ef834c94c fix: update shell_safe function to improve string literal escaping Benexl 2026-01-01 10:43:30 +03:00
  • 5e9255b3d5 docs: Restructure binary installation to reduce redundancy copilot-swe-agent[bot] 2026-01-01 07:31:33 +00:00
  • fd535ad3e3 docs: Fix link consistency and chmod order in binary installation copilot-swe-agent[bot] 2026-01-01 07:30:45 +00:00
  • 121e02a7e2 docs: Clarify binary installation with exact filenames and Windows steps copilot-swe-agent[bot] 2026-01-01 07:29:46 +00:00
  • 2bb62fd0af docs: Make binary installation instructions more specific copilot-swe-agent[bot] 2026-01-01 07:28:46 +00:00
  • a752a9efdd docs: Add pre-built binaries section to README installation copilot-swe-agent[bot] 2026-01-01 07:27:24 +00:00
  • ac490d9a4b Initial plan copilot-swe-agent[bot] 2026-01-01 07:25:17 +00:00
  • 1ce2d2740d feat: implement get_clean_env function to manage environment variables for subprocesses v3.3.7 Benexl 2025-12-31 21:43:43 +03:00
  • ce6294a17b fix: exclude OpenSSL libraries on Linux to avoid version conflicts Benexl 2025-12-31 21:14:08 +03:00
  • b550956a3e fix: update Ubuntu version in release binaries workflow to 22.04 Benexl 2025-12-31 21:03:29 +03:00
  • e382e4c046 chore: bump version to 3.3.7 in pyproject.toml and uv.lock Benexl 2025-12-31 20:51:00 +03:00
  • beacf4fb2d feat: add command to clear cached GitHub authentication token contribution-service benexl 2025-12-31 19:54:45 +03:00
  • 92eb1f12b2 feat: implement GitHub contribution service for normalizer mappings benexl 2025-12-31 19:44:29 +03:00
  • efa1340e41 Merge pull request #177 from viu-media/dynamic-search-filters Benedict Xavier 2025-12-31 18:57:04 +03:00
  • ac7e90acdf Update viu_media/assets/scripts/fzf/dynamic_preview.py dynamic-search-filters Benedict Xavier 2025-12-31 18:54:02 +03:00
  • 8c5b066019 Update viu_media/assets/scripts/fzf/dynamic_preview.py Benedict Xavier 2025-12-31 18:52:57 +03:00
  • a826f391c1 Update viu_media/core/utils/formatter.py Benedict Xavier 2025-12-31 18:51:17 +03:00
  • 6a31f4191f fix: remove f-string for filter adjustment message in search results benexl 2025-12-31 18:47:40 +03:00
  • b8f77d80e9 feat: implement restore mode for dynamic search with last query and cached results benexl 2025-12-31 18:43:59 +03:00
  • 6192252d10 feat: enhance shell_safe function to support Python string literals and escape triple quotes benexl 2025-12-31 18:31:40 +03:00
  • efed80f4dc feat: update score formatting in format_score_stars function to match media_info.py style benexl 2025-12-31 18:25:05 +03:00
  • e49baed46f feat: differentiate between studios and producers in media info and dynamic preview benexl 2025-12-31 18:11:10 +03:00
  • 6e26ac500d feat: enhance consistency with normal media-info menu benexl 2025-12-31 18:04:58 +03:00
  • 5db33d2fa0 feat: implement dynamic search filter parser and enhance search script with filter syntax benexl 2025-12-31 17:59:04 +03:00
  • 0524af6e26 fix(ipc): add checks for Unix domain socket availability in MPVIPCClient and MpvIPCPlayer benexl 2025-12-31 15:47:43 +03:00
  • a2fc9e442d fix: add libglib2.0-dev installation for Linux system dependencies in GitHub Actions workflow benexl 2025-12-31 15:22:37 +03:00
  • f9ca8bbd79 fix: add installation of system dependencies for Linux in GitHub Actions workflow benexl 2025-12-31 15:18:24 +03:00
  • dd9d9695e7 fix: remove unused imports for cleaner code benexl 2025-12-31 15:14:14 +03:00
  • c9d948ae4b feat: add GitHub Actions workflow for building release binaries across platforms benexl 2025-12-31 15:09:06 +03:00
  • b9766af11a fix(pyinstaller): update platform-specific settings and optimize EXE configuration benexl 2025-12-31 15:02:29 +03:00
  • 9d72a50916 fix: replace sys.executable with get_python_executable for better compatibility benexl 2025-12-31 14:51:50 +03:00
  • acb14d025c fix: enhance menu loading to support PyInstaller compatibility with explicit module listing benexl 2025-12-31 14:42:44 +03:00
  • ba9b170ba8 fix: update menu loading mechanism to support pkgutil for dynamic imports benexl 2025-12-31 14:31:35 +03:00
  • ecc4de6ae6 ci: update paths benexl 2025-12-31 14:21:50 +03:00
  • e065c8e8fc fix(normalizer): add anime title mapping for "Burichi -" benexl 2025-12-31 13:10:47 +03:00
  • 32df0503d0 fix(dependencies): update optional dependencies for platform-specific functionality benexl 2025-12-31 13:05:56 +03:00
  • 11449378e9 docs: Revise Termux installation instructions in README Benedict Xavier 2025-12-30 14:51:36 +03:00
  • 8837c542f2 chore: bump version v3.3.6 Benexl 2025-12-30 14:33:33 +03:00
  • eb8c443775 fix(player): vlc on android Benexl 2025-12-30 14:32:25 +03:00
  • b052ee8300 ci: only run on request Benexl 2025-12-30 12:05:38 +03:00
  • f684f561df Merge pull request #175 from komposer-aml/fix/auth-input-mac Benedict Xavier 2025-12-30 12:00:54 +03:00
  • 7ed45ce07e chore: improved grammar in one other sentence during authentication flow Albert Medrano-Lopez 2025-12-30 00:07:30 -08:00
  • 10d1211388 chore: improved grammar in "already logged in as" message Albert Medrano-Lopez 2025-12-29 23:44:32 -08:00
  • efa6f4d142 fix(tests): Resolve pyright type errors in anilist test_mapper.py Albert Medrano-Lopez 2025-12-29 23:01:24 -08:00
  • ab93e088da Merge pull request #176 from xodexa/self-fix Benedict Xavier 2025-12-30 09:28:59 +03:00
  • bedd345eb8 Merge branch 'master' into self-fix Zen 2025-12-30 12:43:28 +08:00
  • 4dc15eec50 fix: IPC socket for windows Zen 2025-12-30 12:39:45 +08:00
  • 0ca63dd765 Merge branch 'master' into fix/auth-input-mac Benedict Xavier 2025-12-29 16:49:37 +03:00
  • b62d878a0e feat(auth): Allow non-interactive Anilist authentication Albert Medrano-Lopez 2025-12-29 03:58:06 -08:00
  • bcc5e7df8e feat: allow disabling of initial config creation Benexl 2025-12-29 11:53:02 +03:00
  • df8e925eec Update README with project reference and contribution info Benedict Xavier 2025-12-29 00:32:33 +03:00
  • 9d9fa55b69 chore: bump version v3.3.5 Benexl 2025-12-28 17:54:14 +03:00
  • 42f7e1d4e2 Merge pull request #174 from viu-media/minor-fixes Benedict Xavier 2025-12-28 17:51:57 +03:00
  • 7f4a1f265a fix: animepahe unable to stream/download Type-Delta 2025-12-28 19:20:46 +07:00
  • 12ef447eaf feat: add vlc player which i somehow forgot lol Benexl 2025-12-28 01:25:18 +03:00
  • 75b1b8fab4 chore: bump version v3.3.4 Benexl 2025-12-27 19:39:18 +03:00
  • 6f4155dd65 feat: add logger param Benexl 2025-12-27 19:39:10 +03:00
  • 20ce2f6ca3 fix(cli): update command name based on availability of viu-media v3.3.3 benexl 2025-12-16 17:57:18 +03:00
  • dbbfe0331b chore: bump version to 3.3.3 benexl 2025-12-16 17:54:48 +03:00
  • 04ae196d5f fix(cli): remove stdout and stderr reconfiguration for UTF-8 encoding on Windows benexl 2025-12-16 17:50:04 +03:00
  • fe92ff8716 fix(preview): update cache directory paths and improve script execution formatting benexl 2025-12-16 17:24:49 +03:00
  • c047377289 fix(preview): pass posix paths benexl 2025-12-16 16:47:44 +03:00
  • fcbaa7fb0d fix(cli): ensure UTF-8 encoding on Windows platforms benexl 2025-12-16 16:17:14 +03:00
  • 87c87ebca7 fix(preview): update path handling for cache directories in preview scripts to pass as posix paths benexl 2025-12-16 16:16:05 +03:00
  • e1272ddf35 Merge pull request #171 from axtrat/provider/animeunity Benedict Xavier 2025-12-14 09:26:07 +03:00
  • 5fe59e1ddb fix: fixed pyright error axtrat 2025-12-13 21:25:12 +01:00
  • 83ad67a4a8 refactor(animeunity): reorganize extraction logic and update mapper axtrat 2025-12-11 13:19:39 +01:00
  • 94866b68f3 fix(animeunity): patch missing video info due to VixCloud changes axtrat 2025-12-11 13:02:40 +01:00
  • 5f7e10a510 Update README with Termux installation instructions Benedict Xavier 2025-12-03 11:41:23 +03:00
  • 95586eb36f chore: bump version v3.3.2 Benexl 2025-12-03 10:04:07 +03:00
  • c01c08c03b feat: show welcome screen once a month Benexl 2025-12-03 10:03:52 +03:00
  • 14e1f44696 chore: bump version v3.3.1 Benexl 2025-12-02 19:04:14 +03:00
  • 36b71c0751 feat: update welcome message Benexl 2025-12-02 18:58:15 +03:00
  • 6a5d7a0116 chore: bump version and update deps v3.3.0 Benexl 2025-12-02 18:31:43 +03:00
  • 91efee9065 Merge pull request #169 from viu-media/feat/welcomescreen Benedict Xavier 2025-12-02 18:03:25 +03:00
  • 69d3d2e032 Update viu_media/cli/cli.py Benedict Xavier 2025-12-02 18:02:11 +03:00
  • 29ba77f795 Update viu_media/cli/cli.py Benedict Xavier 2025-12-02 18:01:56 +03:00
  • a4950efa02 feat: wait for feedback Benexl 2025-12-02 18:00:44 +03:00
  • bbd7931790 Merge branch 'master' into feat/welcomescreen Benedict Xavier 2025-12-02 17:53:17 +03:00
  • c3ae5f9053 Merge pull request #168 from viu-media/feature/preview-scripts-rewrite-to-python Benedict Xavier 2025-12-02 17:52:21 +03:00
  • bf06d7ee2c Update viu_media/assets/scripts/fzf/media_info.py Benedict Xavier 2025-12-02 17:46:58 +03:00
  • 41aaf92bae style: remove unused import Benexl 2025-12-02 17:44:46 +03:00
  • d38dc3194f feat: export ansi utils to preview root dir when doing dynamic previews Benexl 2025-12-02 17:43:18 +03:00
  • 54233aca79 feat: remove redundancy and stick to ansi_utils Benexl 2025-12-02 17:42:53 +03:00
  • 6b8dfba57e fix: remove double quotes Benexl 2025-12-02 17:30:31 +03:00
  • 3b008696d5 style: remove unused imports Benexl 2025-12-02 17:27:30 +03:00
  • ece1f77e99 Merge branch 'master' into feature/preview-scripts-rewrite-to-python Benedict Xavier 2025-12-02 17:16:50 +03:00
  • 7b9de8620b chore: cleanup old preview scripts Benexl 2025-12-02 17:15:18 +03:00