Skip to content

Releases: ykus4/fuin

v1.1.2

09 May 02:15
c242fe2

Choose a tag to compare

What's Changed

  • docs: add fuin logo to README by @ykus4 in #21
  • feat: add logo to web UI and switch to light theme by @ykus4 in #22

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 May 13:03
6b0187c

Choose a tag to compare

What's Changed

  • build: regenerate stub.dex with new protection modules by @ykus4 in #20

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 May 12:53
b48b72c

Choose a tag to compare

What's Changed

  • test: add pytest suite for crypto, manifest, apk, pipeline, and server by @ykus4 in #17
  • docs: update repository structure with tests/ directory by @ykus4 in #18
  • feat: add 7 new protection layers and CI integration by @ykus4 in #19

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 May 04:02
544535e

Choose a tag to compare

What's Changed

  • feat: initial implementation of fuin Android DEX packer by @ykus4 in #1
  • refactor: remove runtime key server — embed AES key in APK assets by @ykus4 in #2
  • chore: remove unused FUIN_SERVER_URL from config by @ykus4 in #3
  • refactor: restructure into fuin/ package by @ykus4 in #4
  • feat: async pack jobs with SSE progress and web UI by @ykus4 in #5
  • feat: complete stub Gradle project and expand setup docs by @ykus4 in #6
  • feat: some fixes by @ykus4 in #7
  • feat: support docker by @ykus4 in #9
  • feat: add CI and Docker workflows for linting, testing, and building images by @ykus4 in #10
  • feat: multidex, v2 signing, AXML parser, webhooks, and 6 more improvements by @ykus4 in #11
  • docs: overhaul README and consolidate runtime artifacts under data/ by @ykus4 in #12
  • refactor: update README.md by @ykus4 in #13
  • fix: restore setup-buildx-action required for GHA cache backend by @ykus4 in #14
  • fix: docker error by @ykus4 in #15
  • fix: add packages write permission for GHCR push by @ykus4 in #16

New Contributors

  • @ykus4 made their first contribution in #1

Full Changelog: https://github.com/ykus4/fuin/commits/v1.0