Releases: pocketsized-apps/pocketkuma
Release list
PocketKuma 1.9.0
Add custom header support (#3)
PocketKuma 1.8.9
PocketKuma 1.8.6
Bug fixes
-An edge case allowed tags to not be saved to a monitor if the server didn't respond back with a monitor ID.
-A edge case causing thread starvation has been squashed.
-Some unused imports, dead code, bitmaps, unsafe string formatting, redundant qualifiers, and resources were removed.
-Fixed the broken 12 hour update checker. Previously it was only 12 hours from device boot and now it's every 12 hours.
PocketKuma 1.8.2
Added an "open in browser" option.
-Launches via an embedded browser (webview) - auto signs in with your saved token.
-Has an option to open in external browser - but no auto-sign in due to localstorage restrictions.
PocketKuma 1.8.0
Updates to handle new items in Uptime Kuma 2.5.0
-Globalping protocol clobbering
-Updated / missing Real Browser fields
-No PM2 process picker
Note, I don't use any of these, so I have not tested this, built based solely on the source code of UptimeKuma.
PocketKuma 1.7.7
Add restore button from main login page (upper right corner)
Add "change credentials" when using the edit button in the server credentials. This will preserve the server url and username, and not try to use the saved token.
Add "Connection problem, retrying..." and "Sign-in needed, redirecting to login..." connection status messages (previously only showed when reconnecting)
Fix a bug with sending a blank password if token is invalid (and then reacting to the invalid login response, prompting user to relogin) so the blank password isn't sent - straight to the user prompt.
Update icons
PocketKuma 1.7.1
New domain dashboard
Add "go to monitor" buttons on domain dashboard and certificate dashboard.
Add backup / restore functions - limited, see #1 (comment)
Make menu scroll-able (not everyone has a long phone screen)
Add ideas/bugs link in about
Add option to change aliases on saved servers
Clickable links in http(s) monitors
Bug fix on certificate dashboard where groups would possibly display information from other monitors in some conditions.