Skip to content

Releases: home-assistant/iOS

1.0.3 (2)

20 Apr 02:55
8c75d7c
Compare
Choose a tag to compare
  • Set scheme to Release (d4ee038)
  • Update name (09f2224)
  • This should have been set as a sig location update instead of manual so notifications work (f8a8ee3)
  • actually unneeded (102a885)
  • Enable the release icon in the icons lane (1a0fe2b)
  • Change to new icon. 3 people liked it more! (beda23b)
  • Add a space to the display name so notifications look better at the expense of truncated Springboard names (60c1e3d)
  • Fix notification issues (bd6f11d)
  • Fix provisioning issues (16b8ffa)
  • Update push_certs lane (1d77263)
  • fix swiftlint warning (4eedc5f)
  • Configure Debug with different bundle ID and icon to allow having both installed side by side (33a2288)
  • Add icons (35ca170)
  • Disable picture downloading for now (aac6cd2)
  • Bump version (bd68e5f)
  • Fix localization string (874d25d)
  • Add background fetch (cbc6416)
  • Complete reset function (31885ac)
  • Fix weblinks so they open in external browser (b6c75a9)
  • Fix General Settings hidden conditional (fe34bff)
  • Localization work (4c2bf2e)
  • Update metadata (3e6803e)

1.0.2 (2)

18 Apr 00:01
a255448
Compare
Choose a tag to compare

1.0.2 (55)

17 Apr 22:40
aaa028e
Compare
Choose a tag to compare
  • add default pushToken back so Voluptuous doesnt fail (e91887f)
  • enable zone tracking by default (ae47dea)
  • Bump to 1.0.2 (379439d)
  • Remove some force unwraps which may have been causing problems (81fe59d)
  • Dont force unwrap baseURL in connect step (44a64ae)
  • Allow enable/disable of location-related notifications (8a7447b)
  • quote the password in the userscript (59172e2)
  • Rename push ID to push token and remove from identify payload to cut confusion (7aad057)
  • Prepend baseURL if attachment URL begins with /api/ (f4b7789)
  • Whenever we update location lets identify too so battery gets updated (eeea822)
  • Make app version number a string instead of an int since semver cant be coerced to an int like 1.0 could (7d051f3)

1.0 (54)

16 Apr 02:07
5707e3a
Compare
Choose a tag to compare
  • Fix a crashing bug when attempting to enable location or notification permissions.
  • Fix some stability issues. Move the DeviceID into Keychain, make the device identify after every push registration to support database change, hide unnecessary fields before initial connection, other general fixes (809698e)
  • Fix settings issues with row visibility (7c172e1)
  • Cleanup Fastfile (20a2e2c)
  • Block contents of push_certs/ (b992f45)
  • Add lane for generating push certs (947b76f)
  • pull tags before bump so changelog is proper (d0c5384)

1.0.1 (1)

16 Apr 04:07
71dec00
Compare
Choose a tag to compare

1.0 (53)

11 Apr 05:25
4ea5c77
Compare
Choose a tag to compare
  • dont force unwrap cachedentities (f6529b8)
  • Correct password issues with force unwrap (1fb73f2)
  • Only show location buttons if location enabled after viewDidAppear (935391b)
  • Allow blank passwords (e636075)
  • Fix Swiftlint (39684c7)
  • Fix problem where a discovered instance has a base_url set without a port (81d407a)
  • set self.baseURL when clicking a discovered instance (036f323)

1.0 (52)

11 Apr 03:39
42f1845
Compare
Choose a tag to compare
  • use itunes team id (eaed7ab)
  • change to new ecosystem link (25eb030)
  • update fastlane docs (879efd2)
  • bump fastlane version (7f25543)
  • Disable native UI in favor of WebView. Cleanup Settings so that the configuration steps arent so tricky (56dc62b)
  • fix deprecated rule name (ebfdf22)
  • Swiftlint (f52486e)
  • Update all Pods to latest and fix pod warnings about ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES (60e4d6a)
  • make swift style fix (c8344bf)
  • Merge pull request #12 from mboeru/patch-1 (257a138)
  • add pod install command (f1fd345)

1.0 (51)

10 Feb 02:37
Compare
Choose a tag to compare

1.0 (50)

10 Jan 03:01
Compare
Choose a tag to compare

πŸŽ‰ Lucky build number 50 means it's just about time to go to the store! πŸŽ‰
🚨 PLEASE let me know if you find any bugs in this release. Otherwise, I'll be submitting to Apple on Wednesday (PST). 🚨

Thank you so much for helping beta test Home Assistant for iOS!! 😘

  • Add an error if a self-signed/invalid certificate is detected when configuring
  • Allow setting default browser preference
  • Fix a bug that caused a crash when viewing entity attributes because of my hacky picture thing
  • Improve image caching
  • Improve reliability by removing force unwraps where possible
  • Re-enable colors on icons
  • Disabled the reset button for now

In the previous release:

  • Finish first launch flow
  • Migrate secrets into Keychain
  • Group ordering now sticks across relaunches
  • New launch screen
  • Improve settings reliability
  • Minor localization work
  • Added a new About screen with acknowledgements and links
  • Code clarity improvements (thanks SwiftLint!)

1.0 (49)

09 Jan 07:48
Compare
Choose a tag to compare
  • hm (ea0fb60)
  • Generate screenshots and update iTC metadata (1b3288f)
  • Remove trailing whitespace (a15d791)
  • Clean up API (f0bab16)
  • Move secrets into Keychain (72260b2)
  • Finally fix the first launch flow (42e9214)
  • Initial work on automating screenshots (efc6bc2)
  • Organize things into a new Resources folder and begin some minor localization, mostly to clean up swiftlint disables (b8fbdf0)