Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Releases: AmanoTeam/Unalix

Unalix v0.9

30 Oct 19:00
Compare
Choose a tag to compare

Unalix v0.8.1

05 Sep 08:53
Compare
Choose a tag to compare
  • Hotfix release due to #2

Unalix v0.8

05 Sep 04:50
Compare
Choose a tag to compare
  • Python 3.10 support
  • Added aunshort_url()
    • This is the asynchronous version of unshort_url() with almost all of its features

Unalix v0.7

11 Jun 23:31
Compare
Choose a tag to compare

Changes

  • Update regex rules
  • Update CA bundle
  • Bug fixes

New features

  • Add stripDuplicates and stripEmpty parameters to clear_url()

Unalix v0.6

13 Apr 17:30
Compare
Choose a tag to compare

Unalix has been completely rewritten in this version.

Below are the most relevant changes:

  • Compile and save regex patterns for post usage
  • Use a fixed User-Agent string for all HTTP requests
  • Replace httpx with Python's built-in http.client module
  • Try to extract redirect URLs from response body when there is no HTTP redirect to follow (disabled by default)

Other changes:

  • Update regex rules
  • Update CA bundle

Unalix v0.5

23 Sep 17:11
Compare
Choose a tag to compare
some improvements