Skip to content

Releases: hronro/iPortForwarder

v1.0.1

27 Mar 03:14

Choose a tag to compare

Changed

  • Upgrade Rust to v1.85 in CI.

Fixed

  • Fix loading configuration file on startup.

v1.0.0

07 Feb 02:41
2a7193e

Choose a tag to compare

Added

  • CHANGELOG.md. All the notable changes will be documented in this file from this release.
  • Enable App Sandbox for better security.
  • Allow using domain names (previously only IP addresses were allowed). When input in a valid IPv4/Ipv6 address, an icon will be shown to indicate the type of the input.
  • Check for updates upon app startup.

Changed

  • Upgrade Rust to v1.84.0 in CI.
  • Remove Rust dependency once_cell and use Rust standard library instead, which helps reducing binary size.
  • Better DMG file packaging, by using JavaScript-based create-dmg.
  • Migrate to Swift 6 and Xcode 16.2
  • Re-implement the "Launch at Login" feature by calling the ServiceManagement API directly instead of using LaunchAtLogin library. Now "Launch at Login" feature requires macOS 13.

v0.6.0

16 Jan 04:02
7db0490

Choose a tag to compare

:bookmark: v0.6.0

Signed-off-by: Zhao <hronro@gmail.com>

v0.5.1

31 Aug 04:29
a225c54

Choose a tag to compare

:bookmark: v0.5.1

Signed-off-by: Zhao <hronro@gmail.com>

v0.5.0

20 Jul 07:43
866e74a

Choose a tag to compare

:bookmark: v0.5.0

v0.4.0

04 Jul 07:51
6f652a2

Choose a tag to compare

:bookmark: v0.4.0

v0.3.0

29 Jun 17:36
8106423

Choose a tag to compare

:bookmark: v0.3.0

Signed-off-by: Zhao <hronro@gmail.com>

v0.2.0

06 Jun 15:32
182cbb7

Choose a tag to compare

:bookmark: v0.2.0

v0.1.0

30 May 12:05
97d5e5e

Choose a tag to compare

:construction_worker: add CI