Releases: pystardust/ani-cli
v4.14
What's Changed
- fix: update api_resp req including query_hash and origin, and add filemoon provider by @justchokingaround in #1691
Full Changelog: v4.13...v4.14
v4.13
Yet another maintenance release updating the decryption keys
What's Changed
- fix: update allanime key and ct_len by @justchokingaround in #1667
Full Changelog: v4.12...v4.13
v4.12
Another maintenance release fixing the encrypted video links. openssl is a newly introduced dependency for decoding.
What's Changed
- docs: add Claude kill string to readme in hopes of deterring vibecoders by @Derisis13 in #1627
- fix: allanime openssl aes-256-ctr decryption by @justchokingaround in #1650
Full Changelog: v4.11...v4.12
v4.11
Maintenance release fixing the outage caused due to cloudflare challenges blocking graphql.
What's Changed
- docs: add IINA ani-skip to README.md by @KilDesu in #1516
- fix: Fix Mac OS downloading by @Lockl00p in #1517
- docs: remove Dantotsu from homies by @crispy-caesus in #1532
- fix: allowed_extensions error by @justchokingaround in #1545
- fix: ffmeg is retarded by @justchokingaround in #1546
- fix: update Steam Deck patch URL to patch-2.8-1-x86_64.pkg.tar.zst by @Dhairya3391 in #1544
- docs: New matrix invite procedure by @Nannk in #1554
- fix: iina next button hanging by @Dhairya3391 in #1552
- docs: update GoAnime description (TUI, Portuguese/English, Discord RPC, AniList, intro skipping) by @alvarorichard in #1567
- feat: added dmenu support by @Doom-Git in #1569
- fix: dmenu feature was half-baked by @port19x in #1612
- fix: switch API requests to POST to bypass Cloudflare challenge by @woolw in #1632
New Contributors
- @KilDesu made their first contribution in #1516
- @crispy-caesus made their first contribution in #1532
- @Dhairya3391 made their first contribution in #1544
- @Doom-Git made their first contribution in #1569
- @woolw made their first contribution in #1632
Full Changelog: v4.10...v4.11
v4.10
Another half year later, another release.
Initially prompted by #1490, we took some extra time to clean up our provider situation.
What's Changed
-
Documentation
- FAQ by @Nannk in #1413
- explain how to change download folder in the FAQ by @9e4ed328ce2e8702c291c14f2471861a-255418 in #1421
- adjust formatting on readme line 554 by @9e4ed328ce2e8702c291c14f2471861a-255418 in #1422
- add Curd to homies by @Wraient in #1437
- add fastanime to homies by @Benexl in #1438
- Update homies (Curd) detail by @Wraient in #1448
- remove nix-shell section from contributing.md by @Zaechus in #1453
- remove shell.nix and completions by @port19x in #1443
- spell check by @Quicksilver151 in #1463
- fix dead links to dependencies by @rafal11ck in #1480
-
Bug Fixes
- where_mpv checks for mpv than ANI_CLI_PLAYER by @71zenith in #1424
- error logic and updated message and mis-escaped quotes by @HirschBerge in #1434
- remove hostname from uname output in OS detection by @VAISHAKH-GK in #1440
- allanime url update + re-adding the wixmp provider by @skyler-0 in #1410
- avoids reencoding the + while running time_until_next_ep by @HirschBerge in #1445
- fix Downloading on iSH by @Lockl00p in #1473
- range selection by @71zenith in #1487
- single selection for episode by @71zenith in #1492
-
Feature
-
CI
New Contributors
- @grimcore made their first contribution in #1419
- @9e4ed328ce2e8702c291c14f2471861a-255418 made their first contribution in #1421
- @Wraient made their first contribution in #1437
- @Benexl made their first contribution in #1438
- @HirschBerge made their first contribution in #1434
- @VAISHAKH-GK made their first contribution in #1440
- @Zaechus made their first contribution in #1453
- @Quicksilver151 made their first contribution in #1463
- @rafal11ck made their first contribution in #1480
- @m0squdev made their first contribution in #1481
Full Changelog: v4.9...v4.10
v4.9
It has been half a year since the last release, so lots of small improvements have accumulated.
We also welcome @ykhan21 as a new maintainer with a focus on windows support
What's Changed
-
Documentation
- ani-cli matrix space application mechanism by @Nannk in #1280
- add gnu patch install script for Steam Deck by @Nannk in #1285
- add doccli to homies by @TowarzyszFatCat in #1287
- add goanime to homies by @alvarorichard in #1298
- remove shell from mov-cli and change it's description by @r3tr0ananas in #1312
- removed duplicate entries from manpage by @Derisis13 in #1314
- expedite ani-cli iOS installation by @ykhan21 in #1322
- add wsl installation instructions by @ykhan21 in #1341
- update windows documentation by @ykhan21 in #1355
- add ykhan21 as a maintainer by @port19x in #1356
- add step to windows terminal setup by @ykhan21 in #1358
- added FreeBSD installation instructions by @ChromiumOS-Guy in #1361
- update windows installation documentation by @erntinall in #1369
-
Bug Fixes
- making this work on OpenBSD with non-GNU tools by @xezo360hye in #1296
- no-detach detatching by @port19x in #1274
- adapt to ani-skip update by @Woreec in #1313
- ani-skip not working in continue by @Woreec in #1317
- update title in history file by @71zenith in #1360
- allow using --select-nth with --continue by @FireEgl in #1366
- steamdeck kernel detection by @basicJavaCoder in #1383
- fix issue where a non-working Alt link gets used when on iSH by @Lockl00p in #1403
- support using non brew iina as a player on macos by @port19x in #1398
-
Features
- countdown to next episode by @llComodino in #1301
- exit after play by @codingCoffee in #1338
- initial logger support by @71zenith in #1370
-
Other
New Contributors
- @TowarzyszFatCat made their first contribution in #1287
- @xezo360hye made their first contribution in #1296
- @alvarorichard made their first contribution in #1298
- @llComodino made their first contribution in #1301
- @r3tr0ananas made their first contribution in #1312
- @Woreec made their first contribution in #1313
- @codingCoffee made their first contribution in #1338
- @ChromiumOS-Guy made their first contribution in #1361
- @FireEgl made their first contribution in #1366
- @erntinall made their first contribution in #1369
- @basicJavaCoder made their first contribution in #1383
Full Changelog: v4.8...v4.9
v4.8
My sincere apologies to everyone on the last release which is presumably broken for a while at this point.
Cause for breakage was removal of curls --cipher arg which we wrongly assumed to only affect windows users.
This only came to my attention in #1275, so big thanks to @Technetium1 for pointing it out.
I'll review our CI & maintenance protocol to prevent this in the future
What's Changed
-
Documentation
-
Bug Fixes
- curl in gitbash doesn't support
--cipherby @Derisis13 in #1244 - removed last --cipher argument by @Derisis13 in #1252
- Steam deck installation and .desktop fix by @Nannk in #1269
- correctly closes escape sequence in message 'Checking dependencies…' by @ochaton in #1272
- script speed improvement on windows by @CoolnsX in #1262
- curl in gitbash doesn't support
-
Features
- add --skip-title <title> by @LeFlorians in #1253
- no-detach by @port19x in #1264
(broken until #1274, but can't wait any longer with this release)
New Contributors
- @WanderRainID made their first contribution in #1247
- @LeFlorians made their first contribution in #1253
- @ochaton made their first contribution in #1272
Full Changelog: v4.7...v4.8
v4.7
What's Changed
-
Documentation
-
Bug Fixes
-
Features
- added support for ani-skip to skip episode intros by @AzureOrange404 in #1231
New Contributors
- @pirate486743186 made their first contribution in #1200
- @HaxSam made their first contribution in #1218
- @THEGOLDENPRO made their first contribution in #1227
- @AzureOrange404 made their first contribution in #1224
Full Changelog: v4.6...v4.7
v4.6
What's Changed
-
Documentation
- hacking guide & flowchart by @Derisis13 in #1188
- fix readme section links by @port19x in #1192
-
Bug Fixes
-
Features
New Contributors
- @masha-sh made their first contribution in #1186
- @Vergenter made their first contribution in #1190
Full Changelog: v4.5...v4.6
v4.5
What's Changed
- feat: new providers + fix xxd posix compliance by @justchokingaround in #1142
- fix: list number bug on mac by @justchokingaround in #1144
- fix: nl for ep number <10 by @justchokingaround in #1145
- feat: refactor code and optional hls script by @CoolnsX in #1155
- refactor: hls Decreasing the number will make download slower but stable. by @candrapersada in #1160
- fix: hex decryption by @port19x in #1171
Full Changelog: 4.4...v4.5