Skip to content

Releases: rrroyal/Harbour

v4.1.0 (#45)

01 May 13:05
24fef60
Compare
Choose a tag to compare

New releases will no longer be available on TestFlight - You can now download Harbour on the App Store!
If you're unable to purchase the app for any reason, please send me an email: harbour@shameful.xyz.

Harbour will continue to be available on GitHub, along with binaries for self-signing ☺️

4.1.0 - A Stacked Release

Fully-Fledged Stacks Support

  • Stacks now have their own dedicated tab
  • Added a detail view for stacks
  • Implemented stack creation
  • Added ability to filter stacks by active endpoint, as well as displaying limited/external and orphaned stacks

Notification Improvements

  • Tapping a notification will navigate to the appropriate view

Fixes & Improvements

  • Improved setup stability and speed
  • Key-value views are now searchable
  • View-specific options are now visible in their respective views, instead of being in global settings

Full Changelog: v4.0.0-40...v4.1.0-45

v4.0.0 (#40)

28 Mar 15:13
77b015b
Compare
Choose a tag to compare

Hopefully it's the last release before the App Store one :)

  • Extracted navigation-related stuff to Commons/Navigation module
  • Hopefully fixed SwiftData-related crashes
  • Changed background notifications a bit

Full Changelog: v4.0.0-39...v4.0.0-40

v4.0.0 (#39)

11 Mar 16:49
v4.0.0-39
92fce51
Compare
Choose a tag to compare

This release brings various under-the-hood improvements, as well as:

  • Background notifications (this time without debug identifiers)
  • Widgets (hopefully they will work as they should)

Full Changelog: v4.0.0-34...v4.0.0-39

v3.0.0 (#6)

19 Mar 17:11
1e361d7
Compare
Choose a tag to compare
  • Actually working Container Details screen
  • Possibly? working notifications about background changes
    • Please test them out and let me know how they're working for you!
  • "Resolve by name" intent option
    • Allows widgets/intents to resolve the container by name (instead of resolving by id)
    • This might require you to re-select container in every widget :/
  • Better iPad/macOS layout
    • Including two-pane navigation layout
  • Fixed multiple servers switcher
    • Keychain handling was changed - there may be some errors with changing to other servers - simply re-add them and it should work :)
  • Display endpoint name instead of "Harbour" on the home screen

Full Changelog: https://github.com/rrroyal/Harbour/commits/v3.0.0-6

v3.0.0 (5)

30 Dec 15:56
4206e54
Compare
Choose a tag to compare

This is the newest & greatest release of Harbour :)

It was rewritten pretty much from the ground up, so it should be WAY more stable 😊 A lot of stuff isn't connected (or implemented at all - i.e. container details) so please be understanding 🫥

I didn't test it on iPad, so I'm guessing that layout will be rough there. Still better than submitting the same build 3rd time ¯\_(ツ)_/¯

Merry Christmas :)


Full Changelog: v2.0.0-7...v3.0.0-5

v2.0.0 (7)

21 Jun 10:20
408336d
Compare
Choose a tag to compare

This is the final pre-iOS 16 release. The next one will (hopefully) be made with all of the iOS 16 goodies :D

Full Changelog: v2.0.0-6...v2.0.0-7

v2.0.0 (6)

30 Mar 13:50
f870569
Compare
Choose a tag to compare
  • Reworked error handling (hopefully will fix some of the Widget errors!)
  • Fixed deep links
  • Reworked authentication - you must re-login, but it should be more stable now :D
  • App state optimizations (loading indicators, etc.)

Full Changelog: v2.0.0-5...v2.0.0-6

v2.0.0 (#5)

29 Jan 14:23
35cce2d
Compare
Choose a tag to compare
  • Multiple Portainer instances switcher 😁
  • Widgets & Siri intents (please test them out - I have no idea if they work as they should :S)
  • Inspecting container will also refresh general information
  • Fixes for Portainer 2.11
  • Refreshed settings screen
  • Performance improvements
  • Reworked Keychain API
  • Containers stack indication

Full Changelog: https://github.com/rrroyal/Harbour/commits/v2.0.0-5

v2.0.0 (4)

04 Nov 14:43
Compare
Choose a tag to compare
  • Background refresh + notifications
  • Handoff
  • iPad optimizations
  • Container config details
  • Bug fixes & improvements 🐛

Full Changelog: v2.0.0-3...v2.0.0-4

v2.0.0 (3)

11 Oct 17:49
Compare
Choose a tag to compare
  • New icon 🌄
  • List view & searching!
  • Remembering login credentials
  • Reworked toasts/indicators
  • Better error handling
  • Updated Container Details View
  • Under-the-hood improvements & cleanups