Skip to content

Releases: home-assistant/iOS

1.0.2 (2)

18 Apr 00:01
a255448

Choose a tag to compare

1.0.2 (55)

17 Apr 22:40
aaa028e

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

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

Choose a tag to compare

1.0 (53)

11 Apr 05:25
4ea5c77

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

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

Choose a tag to compare

1.0 (50)

10 Jan 03:01

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

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)

1.0 (48)

07 Jan 11:43

Choose a tag to compare

  • disable xcode version check again (f64f2bf)
  • whoops that needed to be a source (5b34ec4)
  • Set about title (eaaf90e)
  • Load the env.sh at Fabric buildtime so that the keys are added in (6c2a3d3)
  • clean (f6660ab)
  • Even more found SwiftLint issues (74996f0)
  • Whoops, forgot the Gemfile.lock (a40fbaf)
  • Add Synx and the fastlane plugin for it, along with a Gemfile (f7ffd97)
  • SwiftLint part deux (2a52185)
  • Swiftlint format (30699ed)
  • rm keys.template (12b102a)
  • Synx (5866c34)
  • Cleanup (c513248)
  • Rename scripts (ffea31d)
  • Add SwiftLint and autocorrect (9bc995c)
  • Group ordering fix (4b9bdb7)
  • Completed the about view, minor root tab bar improvements (f91bbc0)
  • Update deps (affd23d)
  • New launch screen (64de01b)
  • Add launch image (7354b6f)
  • Continue re-arranging (31b6187)
  • Cleanup folder structure (b001f8a)
  • Dont pop up the settings view (d8edf48)
  • Some quick settings fixes (8f6e5b2)
  • Add license and code of conduct (f8cfcc7)
  • Add .gitattributes file to fix pbxproj issues (58d038e)