Releases: infinitepower18/Homepage-MobileSafari
Releases · infinitepower18/Homepage-MobileSafari
Homepage for Safari v2.1.4
Removed the requirement to include http or https in the URL input
Homepage for Safari v2.1.3
- Added a toggle in the Settings app to clear homepage URL
- Updated about screen
Homepage for Safari v2.1.2
- App UI will now only scroll if the text size is too large
- Dark icon is now shown on app UI in dark mode
- Added about screen
Homepage for Safari v2.1.1
Updated URL validation to allow IP addresses
Homepage for Safari v2.1.0
- iOS 18 is now supported
- URLs containing port numbers are now allowed
- Added a control to open the app (requires iOS 18)
- Added a shortcut to set homepage URL (requires iOS 16+)
Homepage for Safari v2.0.1
Updated regex to require http or https
Homepage for Safari v2.0.0
Reworked the app so the homepage can be set via the app itself using UserDefaults for storage rather than a separate options page.
Users updating from version 1.x.x will have their homepage automatically migrated to UserDefaults when the extension is run, so there is no need to set the homepage again.
Homepage for Safari v1.0.3
- Use
window.location.replace
instead ofwindow.location.href
- Updated extension description
- Updated icon with rounded corners
Homepage for Safari v1.0.2
- You can now set a blank page as your homepage using
about:blank
. - New installations will now default to the options page if a homepage isn't set.
Homepage for Safari v1.0.1
Tapping the extension on the Safari toolbar now loads the homepage in the current tab instead of a new tab.