Releases: soup-bowl/whatsth.is
Releases Β· soup-bowl/whatsth.is
Version 0.2.20
π Host is being moved from GitHub Pages to Cloudflare Pages.
Changed
- Switched main site (whatsth.is) from GitHub Pages to Cloudflare Pages.
- Distinguished between DNS options and other tools in DNS page.
Version 0.2.19
Added
- WHOIS lookup added to DNS toolset.
- Geolocation details for IP addresses.
Changed
- Upgraded dependencies.
- API version obtained from OpenAPI spec, not a bespoke endpoint.
- Loading skeleton shown when DNS check is loading, but no grid present.
Fixed
- An empty DNS response now shows a notice message.
- API agent misconfigured for TypeScript checks on responses.
Version 0.2.18
Changed
- Purple colour made prominent in header & PWA defs.
Fixed
- Storage Info showing 'undefined' on iOS WebKit browsers.
Version 0.2.17
Added
- Millisecond support for the epoch calculator (#10).
Fixed
- Can't input a Unix time beyond the accepted bounds.
Changed
- Home screen tiles changed for better clickability.
- Show API offline in about when the browser is disconnected.
Version 0.2.16
Added
- Modal window on DNS inspector to show IPv4 and IPv6 addresses, if relevant.
- Modal window that unpacks UserAgent information more thoroughly.
Changed
- Highlighted that DNS inspection is beta - unfinished and CNAME & A records show the same.
- DNS checker page is now one page - table shows on same page as input.
- IP address modal uses a Promise collection to collect both IPs simultaneously.
Version 0.2.15
Fixed
- Cron page breaking on Morph/UBPorts browser (#6).
Added
- Can mark pages in the list as 'beta'.
Changed
- Grid instructions changed for conversion and DNS page.
- Highlighted that site inspection is beta.
Removed
- Removed usage stats.
Version 0.2.14 Hotfix 1
A prototype reference (replaceAll) was used in the error page, causing an error screen to WSOD on unsupported devices.
Version 0.2.14
Fixed
- Error screen now matches system theme.
Version 0.2.13
Added
- React WSOD Error handler to create a recoverable state for PWA users.
Fixed
- Added limits to the UNIX Epoch calculator.
Version 0.2.12
Added
- Page titles.
Fixed
- Offline capable entries won't hide on the drawer when offline.
- Consolidated online check function.