Skip to content

Releases: aviolaris/instaunfollowers

v2.2.0

12 Oct 14:37
e3e7dcc

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Oct 08:01
7a424cd

Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #107
  • Update .dockerignore to exclude test files, README files, and LICENSE by @aviolaris in #109
  • Fix FromAsCasing warning by aligning keywords casing by @aviolaris in #109
  • Add main block to prevent fetch_url execution during unit tests by @aviolaris in #109
  • Add unit tests with mocks for fetch_url function to simulate HTTP responses and errors by @aviolaris in #109
  • Refactor unit tests for update_needed and introduce mocking for get_latest_version by @aviolaris in #109
  • Add platform-aware server initialization and enhance directory handling by @aviolaris in #109
  • Refactor tests with mocks and expand test coverage by @aviolaris in #109
  • Bump instaunfollowers from v2.0.0 to v2.1.0 by @aviolaris in #109

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Jul 20:05
1b95427

Choose a tag to compare

What's Changed

  • Update Dockerfile to mitigate vulnerabilities, reduce image size, and upgrade Python version by @aviolaris in #100
  • Add .dockerignore file by @aviolaris in #101
  • Update target branches for dependency updates by @aviolaris in #102
  • Add invert filter to .btn-close for improved visibility in dark mode by @aviolaris in #105
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #103
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #104
  • Bump instaunfollowers from v1.13.0 to v2.0.0 by @aviolaris in #106

Full Changelog: v1.13.0...v2.0.0

How to Update

docker stop InstaUnFollowers
docker rm InstaUnFollowers
docker pull aviolaris/instaunfollowers:latest
docker run -p 5000:5000 -d --name InstaUnFollowers aviolaris/instaunfollowers:latest

v1.13.0

22 Jun 16:55
fda8cb5

Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

How to Update

docker stop InstaUnFollowers
docker rm InstaUnFollowers
docker pull aviolaris/instaunfollowers:latest
docker run -p 5000:5000 -d --name InstaUnFollowers aviolaris/instaunfollowers:latest

v1.12.0

16 Jun 13:17
3c75d47

Choose a tag to compare

What's Changed

Full Changelog: v1.11.18...v1.12.0

v1.11.18

11 Jun 20:54
db623a1

Choose a tag to compare

What's Changed

Full Changelog: v1.11.17...v1.11.18

v1.11.17

20 Apr 13:14
d9787a9

Choose a tag to compare

Notes

With this release, InstaUnfollowers has transitioned to Flask Session version 0.7.0. This major update signifies a shift away from the conventional pickle serialization method to the more secure and efficient msgspec. Notably, though, msgspec does not support the arm64/v7 architecture, leading to the discontinuation of support for this architecture moving forward. If you rely on this architecture, it is recommended that you refrain from updating and submit an issue for potential refactoring consideration.

What's Changed

Full Changelog: v1.11.16...v1.11.17

v1.11.16

13 Feb 22:52
5590d3c

Choose a tag to compare

What's Changed

Full Changelog: v1.11.15...v1.11.16

v1.11.15

15 Jan 18:48
b5621e6

Choose a tag to compare

What's Changed

Full Changelog: v1.11.14...v1.11.15

v1.11.14

02 Nov 01:11
a75efa0

Choose a tag to compare

What's Changed

  • Bump flask-paginate from 2023.10.8 to 2023.10.24 in /app by @dependabot in #61
  • Bump instaunfollowers from 1.11.13 to 1.11.14 by @aviolaris in #63
  • Fix issue #62: Handle cases where a large number of followers are split into multiple chunks by @aviolaris in #64

Full Changelog: v1.11.13...v1.11.14