Skip to content

Releases: trojan-gfw/igniter

igniter 0.10.4-beta

19 Dec 09:06
Compare
Choose a tag to compare

Heartwarming reminder

Ordinary users use *-universal-release.apk please.

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Update embedded CA certs and maxmind geoip database
  • Update dependencies (Boost, OpenSSL, Clash, etc)
  • Other bug fixes and improvements

igniter 0.10.3-beta

18 Apr 15:28
Compare
Choose a tag to compare

Heartwarming reminder

Ordinary users use *-universal-release.apk please.

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Refine subscribe servers parsing
  • Add an Settings page to provide users with the access to configure custom DNS servers.
  • Update dependencies (Boost, OpenSSL, Clash, go-tun2socks, etc)
  • Other bug fixes and improvements

igniter 0.10.2-beta

10 Nov 04:27
Compare
Choose a tag to compare

Heartwarming reminder

Ordinary users use *-universal-release.apk please.

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Add support to allow traffic from LAN
  • Fix Trojan URL encoding and parsing
  • Update go-tun2socks (3bf3c5928dc0) with UDP fixes
  • Update Clash (4e1f2ec118aa)
  • Other bug fixes and improvements

igniter 0.10.1-beta

17 Oct 00:39
Compare
Choose a tag to compare

Heartwarming reminder

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Fix the problem that Igniter can not query the entire app list on Android 11
  • Migrate to ML Kit for scanning QR code, supports importing QR code from gallery or scanning that from camera
  • Build multiple APKs based on ABI and the universal apk
  • Compress native libraries in the apk file
  • Update Clash (b0e517318334)
  • Other bug fixes and improvements

igniter 0.10.0-beta

06 Oct 03:36
Compare
Choose a tag to compare

Heartwarming reminder

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Add support to save multiple servers with the same hostname but different port
  • Add support to test all proxy servers' ping delay.
  • Update maxmind geoip to GeoLite2-Country_20200929 (Clear app data and cache to update)
  • Update OpenSSL to 1.1.1h
  • Update Clash (deab73739cf8)
  • Other bugfixes and improvements

igniter 0.9.9-beta

24 Aug 05:02
Compare
Choose a tag to compare

Heartwarming reminder

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers if errors occur.

Changelog

  • Minimum API level bump to Android 6.0, compilation target bump to API 30
  • Add support to import JSON files
  • Update OpenSSL to 1.1.1h-dev 46a9ee8c79
  • Update Boost to 1.74.0
  • Update CA certs
  • Update go-tun2socks (c08eb9a80859)
  • Update Clash (ba614a755c33)

igniter 0.9.8-beta

23 Jul 20:52
Compare
Choose a tag to compare

Heartwarming reminder

Please choose the release variant (*-release.apk) to gain the maximum performance. For Power Users, choose whatever you like.

Note

It's recommended to clear your app data and reconfigure servers.

Changelog

  • Add remote server SNI configuration
  • Use synchronization while setting or getting trojanService
    Add drag item feature in ServerListFragment, user can rearrange servers in batch operation mode.
    Enter batch operation mode and long click an item would trigger the drag operation.
  • Refine subscription parsing in ServerListDataManager.
  • Refine the part of importing config file. Renew the intersection and
    append the remaining new configs at the end of the server list without changing the arrangement.
  • Update go-tun2socks (b160cbbf6122)
  • Update Clash (4d5f0d416061)

igniter 0.9.7-beta

11 Jul 01:23
Compare
Choose a tag to compare

Changelog

  • Show server remark name in server list rather than server address
  • Add subscription feature in ServerListFragment. Only supports data in format
    'TrojanUrl1#remark\nTrojanUrl2#remark\n...' (decoded in BASE64)
  • Fix the clash of authorities in ContentProvider between release apk and debug apk.
    Now it is able to install debug version and release version in the same phone again.
  • Update go-tun2socks (8339de52a22b)
  • Update Clash (3f9d1912b4fb)

igniter 0.9.6-beta

23 Jun 13:45
Compare
Choose a tag to compare

Changelog

  • Add AllowMode in ExemptAppFragment, now there are two access modes for proxy.
    Allow mode means only the checked applications are allowed to go
    through proxy. Block mode means only the checked applications are
    blocked from the proxy.
  • Bugfixes and other improvements

igniter 0.9.5-beta

14 Jun 13:56
Compare
Choose a tag to compare

Changelog

  • Add .debug application id suffix for debug build type.
  • Replace MultiProcessSP with PreferencesProvider
  • Fix the problem that soft input keyboard pops up at startup
  • Show Snackbar message for WRITE_EXTERNAL_PERMISSION
  • Fix the problem that sometimes Igniter does not work in Google Play
  • Save exempt app list config in internal storage.
  • Multi language zh-CN
  • Update Boost to 1.73.0
  • Update trojan to 1.16.0
  • Update go-tun2socks (6d9e0726796c)
  • Update Clash (3b3e81038e78)