Skip to content

Releases: mashb1t/susops-mac

v2.4.0

30 May 13:17
c3368aa

Choose a tag to compare

Features

  • Add support for wildcards and CIDR notation. Examples:
    • *.example.com
    • 10.0.0.0/24

Refactoring

  • Change UI elements to reflect Domain / IP / CIDR in menu bar

Full Changelog: v2.3.1...v2.4.0

v2.3.1

22 May 17:19
26b420e

Choose a tag to compare

Fixes

  • Bump susops-cli to v2.1.1, including a fix for non-escaped tags

Full Changelog: v2.3.0...v2.3.1

v2.3.0

21 May 23:21
f711ea3

Choose a tag to compare

Features

  • Add support for local and remote address binding to forward ports panels and CLI calls

Full Changelog: v2.2.2...v2.3.0

v2.2.2

20 May 21:54
16f1060

Choose a tag to compare

Fixes

  • Bump susops-cli to v2.0.6, including adjustments for connection check to not require an interactive login shell anymore, but actually checks if a port can be forwarded

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 May 21:15
ae9ae84

Choose a tag to compare

Features

  • Add welcome dialog on first start
  • Add bug reporting link to about panel

Refactoring

  • Change status and about labels
  • Reword settings option to stop proxy on close

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 May 16:20
f1ba9e5

Choose a tag to compare

Features

  • Bundle autossh (wraps SSH sessions, automatically reconnect if connection drops)
  • Read hosts from ssh config, display in add connection panel

Full Changelog: v2.1.3...v2.2.0

v2.1.3

16 May 21:41
487606f

Choose a tag to compare

Fixes

  • Restart proxy now restarts all connections, not only default
  • Save correct value for settings checkbox stop on quit

Refactoring

  • Use normal call for susops start instead of overcomplicated spawning of separate bash. THis is already used anyways in susops since introducing named processes.

Full Changelog: v2.1.2...v2.1.3

v2.1.2

16 May 20:03
22f9f8e

Choose a tag to compare

Features

  • Allow stop, start and restart on stopped_partially

Refactoring

  • Use timer to add edit menu item once instead of on-demand on panel open

Fixes

  • Remove --force from stop call, prevents random ports to be assigned
  • Bump susops-cli to v2.0.3, including a fix for remote port tagging

Full Changelog: v2.1.1...v2.1.2

v2.1.1

16 May 19:15
c1593f6

Choose a tag to compare

Fixes

  • Do not list empty pac host list entries
  • Bump susops-cli to v2.0.2, including various fixes

Full Changelog: v2.1.0...v2.1.1

v2.1.0

15 May 07:46
834c630

Choose a tag to compare

Features

  • Add edit menu item (enable copy & paste)
  • Panels now stay in foreground and do not hide on loosing focus
  • Replace rumps dialogs with custom panels allowing selection of elements to remove
  • Mark primary buttons as such

Fixes

  • Reload connection items on every panel run
  • Correctly use remote port forward command, was using local port forwarding command
  • Mark ports as optional wherever possible in UI

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