Skip to content

1.0b47RC

Compare
Choose a tag to compare
@ThatStella7922 ThatStella7922 released this 21 Nov 09:18
· 69 commits to master since this release
f40ac3b

Update: Battery Webhook is no longer signed and notarized for Apple platforms or available on the App Store. For more information, read this.

This is one final small release, intending to polish up the app before I promote the project more. Here's the highlights on what's new:

  • Update the app icon on all platforms
  • HelpView now refers to the online documentation
  • Fix being able to trigger the Shortcut action with more than one automation event selected
  • Fix macOS version sometimes not detecting the hardware model on Intel Macs (thanks @dhinakg)
  • Reset Settings button is now in Settings instead of About's debug section
  • UI fixes on both iOS and macOS
  • Sending device model and device name is now enabled by default
    • You can still disable it of course

Battery Webhook is now nearing a production-ready state, and as such these releases will no longer be marked as pre-release builds.

Full changelog
  • Pull version number and build number from the info.plist, you now increment build number and version in Xcode and not in the source code
  • Add Mac-only AppDelegate
  • Change sending device model and device name to be enabled by default
  • Update images in the repo
  • A few organization improvements
  • Add a variant of WelcomeView without the app icon shown
  • Refer to the online documentation in HelpView instead of local docs
  • Prevent triggering a single instance of the Shortcut action with more than one automation event selected
  • Fix welcome text in WelcomeView getting cut off
  • Fix hardware model detection sometimes failing on macOS (thanks @dhinakg)
  • Add various file-related helper functions for future use
  • Only show debug section in AboutView when actually building debug programmatically
  • Show new file-related helper functions in AboutView
  • Show sidebar options in macOS command menu
  • Move Reset Settings button out of AboutView's debug section and into SettingsView
  • Update the app icon assets
    • Add proper macOS app icon
    • Add tvOS app icon and Top Shelf image
    • Add visionOS app icon
    • Update iOS app icon
    • Update watchOS app icon (fix being off-center)

(Commit history here)

Usage

Usage is described in the README and the docs website

  • TestFlight: https://testflight.apple.com/join/tgiFhRND
  • On macOS, extract the archive and drop the app into /Applications. This release is signed and notarized (thanks to my Eva) so you can simply run the app with all of Apple's security features in-place.
  • On iOS, sideload with something like AltStore/Xcode/etc, or sign it with your developer account and AirDrop it to your iOS device.
  • On tvOS, install the app with Xcode
  • On visionOS, install the app with Xcode? I'm not sure but the IPA file is here

<3 Eva for reminding me about this project