What's Changed
- Gitingest is now supporting windows!
⚠️ from gitingest import ingest
is now sync (doesn't use async/await syntax anymore)- You can use
from gitingest import ingest_async
for async usage like previously - Improved include/exclude front-end behaviour
- Various git providers are now supported from the url trick (full list here)
- Moved from apianalytics to posthog (reached the 1.5M requests limit for gitingest.com)
- Improved url parsing to be more reliable accross all syntaxes
- And a lot of minor QoL improvements & bugfixes
Full Changelog: https://github.com/cyclotruc/gitingest/commits/v0.1.3
Special thanks to:
@filipchristiansen who tremendously improved code quality accross the whole codebase
@ShreyPurohit for the windows-compatibility work
@DavidUlloa6310 who made this neat frontend feature
And since this is the first release on this repo, thanks a lot to every contributor so far!
- @mosleyit made their first contribution in #4
- @lore-corrias made their first contribution in #10
- @heiho1 made their first contribution in #8
- @nollium made their first contribution in #23
- @ephraimduncan made their first contribution in #14
- @ebawen made their first contribution in #28
- @joshuajcoronado made their first contribution in #31
- @justinlevi made their first contribution in #38
- @safvanck made their first contribution in #36
- @diegomarzaa made their first contribution in #42
- @xiaopeng-ye made their first contribution in #50
- @bouzaghrane made their first contribution in #46
- @filipchristiansen made their first contribution in #57
- @harshit-wadhwani made their first contribution in #52
- @rafeyrana made their first contribution in #63
- @Alikae made their first contribution in #76
- @joydeep049 made their first contribution in #82
- @waldyrious made their first contribution in #100
- @lcandy2 made their first contribution in #59
- @hudsonbrendon made their first contribution in #102
- @RyanL2004 made their first contribution in #116
- @gowthamkishore3799 made their first contribution in #131
- @javierlinked made their first contribution in #155
- @Artmann made their first contribution in #163
- @atyrode made their first contribution in #165
- @jcserv made their first contribution in #167
- @davidwarshawsky made their first contribution in #171