Skip to content

Releases: ProxymanApp/atlantis

Atlantis 1.20.0: Improve Stability

19 Nov 08:44
67ed749
Compare
Choose a tag to compare

Bugs

  • Fixed the bug where Atlantis connects to the same Machine multiple times #119

Atlantis 1.19.0: Improve Stability for iOS 16

08 Nov 14:03
a761f2c
Compare
Choose a tag to compare

Bugs:

  • Fixed: Sometimes, Atlantis could not connect to Proxyman if it's from iOS 16 (#116)

Atlantis 1.18.2: Fix tvOS 15.4

28 Jul 01:53
2b26bf7
Compare
Choose a tag to compare

Changelog

  • Fixed: Atlantis doesn't work tvOS 15.4 #111

Atlantis 1.18.1: Support Carthage 📮

16 Jul 02:15
30141b3
Compare
Choose a tag to compare

Changelog

  • Support Carthage #110

Atlantis 1.18.0: Support iOS 16

28 Jun 07:21
2f3ec3f
Compare
Choose a tag to compare

Changelog

  • Support iOS 16
  • Better error log for future issues

Atlantis 1.17.0: Remove all NSURLConnection injection

10 May 07:01
c5039f6
Compare
Choose a tag to compare

Changelog

  • Completely remove NSURLConnection due to EXC_BAD_ACCESS crashes #99

Atlantis 1.16.0: Better gRPC support

24 Feb 01:49
b60ef22
Compare
Choose a tag to compare

What's new

  • Better gRPC support #94
  • Update Readme for gRPC

Contributor

Atlantis 1.15.0: Run with Swift Playground ⚡️

22 Dec 09:15
5e84807
Compare
Choose a tag to compare

What's new

  • Add isRunningOniOSPlayground to bypass the Safety check for the Bonjour Service (#92)
  • Able to integrate Atlantis to Swift Playground (iOS and macOS)

Atlantis 1.14.0: Refactor WS/WSS Traffic

14 Dec 07:27
0f79efc
Compare
Choose a tag to compare

What's new

  • Remove all Objective-C code and refactor with Swift. It refactors how Atlantis can capture WS/WSS traffic. Credit to @VaslD #91

Atlantis 1.13.0: Multiple connections to Proxyman

22 Nov 13:11
507b49a
Compare
Choose a tag to compare

Changelog

  • Maintain multiple connections to Proxyman app: From now, Atlantis will connect to all available Proxyman and broadcast the data to all connections (Unless we specify the hostname) #72
  • Use NWConnection instead of URLSessionStreamTask
  • Bump to iOS 13, tvOS 13, macOS 10.15 as a minimum OS