Skip to content

Releases: pocketsized-apps/pocketkuma

PocketKuma 1.9.0

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 12 Aug 20:58
39e9c43

Add custom header support (#3)

PocketKuma 1.8.9

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 09 Aug 23:27
39e9c43

Fixed #4

PocketKuma 1.8.6

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 06 Aug 16:46
39e9c43

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

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 06 Aug 01:25
39e9c43

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

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 05 Aug 05:27
39e9c43

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

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 04 Aug 20:37
39e9c43

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

Choose a tag to compare

@pocketsized-apps pocketsized-apps released this 04 Aug 04:50
39e9c43

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.