Anipy-cli

Latest version: v3.2.3

Safety actively analyzes 683322 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

4.3

This release has the most contributors and the longest release notes since we have versioned releases.
Really cool to see a mostly done project still receive so much attention from outside collaborators.
This release is mostly minor documentation and quality improvements, with iOS support being the main new feature.

What's Changed
- Documentation
- removed matrix. now discord only. by port19x in 1089
- updated demo video by justchokingaround in 1060
- disclaimer bump by port19x in 1061
- pruned and reordered homies by port19x in 1080
- Added gentoo installation instructions by medanisjbara in 1077
- added debian instructions by werdahias in 1076
- highlight possible curl issues (windows) by port19x in 1102
- added hyperlink to respective OS from badges in README.md by Sarvasv-0 in 1121
- fixed debian table of contents link by nightwolf3140 in 1082
- Spelling error fom -> from by Trqhxrd in 1079

- Bug Fixes
- account for point episodes having multiple digits (e.g. 124.125) by 71zenith in 1066
- history selection will be read from histfile again by Derisis13 in 1101
- some m3u8 downloads were broken by Yashpal2004 in 1109
- set executable bit by Derisis13 in 1117
- small menu fix by Derisis13 in 1119
- better windows syncplay compatibility by ykhan21 in 1125

- Features
- iOS support by Lockl00p in 1105
- iOS Download support by Lockl00p in 1112
- add non-interactive flag to disable menu by RubenPonce in 1107
- fzf now wraps around the selection via `--cylce` by 71zenith in 1125

- Quality
- vastly superior continous integration by port19x in 1124
- consistent 4 space indentation + shfmt by port19x in 1086
- bump actions/checkout version to v3 by kbdharun in 1084

New Contributors
- Trqhxrd made their first contribution in 1079
- nightwolf3140 made their first contribution in 1082
- kbdharun made their first contribution in 1084
- Lockl00p made their first contribution in 1105
- RubenPonce made their first contribution in 1107
- Yashpal2004 made their first contribution in 1109
- Sarvasv-0 made their first contribution in 1121


**Full Changelog**: https://github.com/pystardust/ani-cli/compare/v4.2...v4.3

4.2

What's Changed
- Documentation
- fix typo in install commands (win & termux) - README.md by wagner-b in 1051
- Bug fixes
- broken update `-U` by justchokingaround in 1040
- remove --tls-max 1.2 bc of windows by justchokingaround in 1042
- missing linebreak in quality-miss printf by andrempiva in 1043
- url change to allanime.to by 71zenith in 1045
- allanime graphql by 71zenith in 1054
- Features
- underindexing by 71zenith in 1054
- non-interactive episode selection `-S` by 71zenith in 1054

New Contributors
* andrempiva made their first contribution in https://github.com/pystardust/ani-cli/pull/1043
* wagner-b made their first contribution in https://github.com/pystardust/ani-cli/pull/1051

**Full Changelog**: https://github.com/pystardust/ani-cli/compare/v4.1...v4.2

4.1

What's Changed
- Documentation
- wget2 info for debian package by Wiener234 in 998
- Bugfixes
- aria2 continue interrupted downloads by candrapersada in 1008
- Http agent from linux to windows for privacy (and shuf removal) by x746f6f72 in 1012
- Ani-cli ascending episode sort by athuld in 1019
- set executable bit again by port19x in 1021
- previous,next,replay bug by RaynardGerraldo in 1028
- switch to curl by 71zenith in 1037
- Features
- Change quality interactively 1006 by RaynardGerraldo in 1016


New Contributors
* candrapersada made their first contribution in https://github.com/pystardust/ani-cli/pull/1008
* x746f6f72 made their first contribution in https://github.com/pystardust/ani-cli/pull/1012
* athuld made their first contribution in https://github.com/pystardust/ani-cli/pull/1019

**Full Changelog**: https://github.com/pystardust/ani-cli/compare/v4.0...v4.1

4.0

After about one month in the making, I present to you: ani-cli v4

- complete rewrite: 650 loc (v3.4) -> 400 loc
- new provider: animixplay -> allanime
- new UI: custom -> fzf / rofi
- new advanced features (read the manpage)

Thank you for your patience, I hope you like this release as much as we do.
~port19

3.4

What's Changed
- Documentation
- added [lobster](https://github.com/justchokingaround/lobster) as homie and retired RaynardGerraldo and 71zenith by port19x in https://github.com/pystardust/ani-cli/pull/858
- added [tv-cli](https://github.com/Spaxly/tv-cli) as homie by Spaxly in https://github.com/pystardust/ani-cli/pull/863
- added [mangal](https://github.com/metafates/mangal) as home by metafates in https://github.com/pystardust/ani-cli/pull/866
- added PPA install instructions by Wiener234 in https://github.com/pystardust/ani-cli/pull/793
- added opensuse instructions and bumped scoop instructions by Derisis13 in https://github.com/pystardust/ani-cli/pull/874
- added ani-cli architecture specification by port19x in https://github.com/pystardust/ani-cli/pull/882

- Bugfixes
- adapted to gogo proxy change by CoolnsX in https://github.com/pystardust/ani-cli/pull/883
- fixed double search by CoolnsX in https://github.com/pystardust/ani-cli/pull/846
- reduced axel connections 30 -> 10 by port19x in https://github.com/pystardust/ani-cli/pull/867
- muted stdout for syncplay by justchokingaround in https://github.com/pystardust/ani-cli/pull/880

New Contributors
- Spaxly made their first contribution in https://github.com/pystardust/ani-cli/pull/863
- metafates made their first contribution in https://github.com/pystardust/ani-cli/pull/866
- Wiener234 made their first contribution in https://github.com/pystardust/ani-cli/pull/793

**Full Changelog**: https://github.com/pystardust/ani-cli/compare/v3.3...v3.4

3.3

Notable changes

- We revert back to one file (829) by CoolnsX
- We switch from [aria2](https://github.com/aria2/aria2) to [axel](https://github.com/axel-download-accelerator/axel) as our download accelerator (#814) by Si-Ki
- We added a manpage (781) by CountOmega

New Contributors
* DevER-M made their first contribution in https://github.com/pystardust/ani-cli/pull/794
* McUberStein made their first contribution in https://github.com/pystardust/ani-cli/pull/808
* HotMonkeyWings made their first contribution in https://github.com/pystardust/ani-cli/pull/806
* CountOmega made their first contribution in https://github.com/pystardust/ani-cli/pull/781
* Si-Ki made their first contribution in https://github.com/pystardust/ani-cli/pull/816
* DemonKingSwarn made their first contribution in https://github.com/pystardust/ani-cli/pull/827

**Full Changelog**: https://github.com/pystardust/ani-cli/compare/v3.2...v3.3

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.