This repository was archived by the owner on Jun 12, 2021. It is now read-only.
Releases: menzerath/upandrunning2
Releases · menzerath/upandrunning2
v2.2.1
v2.2.0
Changelog:
- New API v2 introducing minor, but important changes. Read more.
- New notification-type: Telegram. Read more.
- Restructured settings: moved configuration from API to config-file. Read more.
- Docker: reflect configuration-changes and update to alpine v3.4
- Display response-time on the public dashboard
- "Check now" changed to per-website basis
- New simple application-icon
- Updated documentation and dependencies
- Bugfixes and general improvements
v2.1.3
v2.1.2
Changelog:
- Added setting to disable web-frontend (but still serve API)
- More input validation when adding/editing websites
- Added current version to user-agent
- Updated dependencies (jQuery, Chart.js, SweetAlert2, ...)
- Updated and moved documentation into
docs/
-directory - Now using vendoring (using
godep
-tool) - Small bugfixes
v2.1.1
Changelog:
- Added address-binding (update your config-file)
- Added check-lifetime (update your config-file)
- checks older than this amount of days will be deleted every 24h
- Added timestamp to email-notifications
- Fixed website-numbering
- Updated UI-dependencies
- Removed Bootstrap Notify and moved to SweetAlert for every kind of notification
- Removed colored logs on Windows-systems
v2.1.0
Changelog:
- New APIs and breaking API-changes. Please refer to README.md to see the new (versioned) API. This will be the last breaking API-change.
- RESTful API
- New endpoints and modified methods
- Added new notifications-system
- Set notifications per website
- Added mail-notification. Please adjust your config-file to use this functionality.
- Added Chart.js to display response-time graphs.
- Added optional online-check. This prevents the application from checking websites when there is no connection to the internet.
- Added automatic database-cleaning (every 24h all checks older than 1 month).
- Added Docker-support. Please refer to docker/README.md.
- Slightly modified a few layouts.
- Faster login due to lower bcrypt work-factor. You need to set a new password to use this update.
IMPORTANT: Make sure you are using v2.0.2 before upgrading to v2.1.0!
v2.0.2
Changelog:
- Added a "More"-button in admin-backend, which shows all publicly available data
- Added ability to set a custom amount of redirects to follow
- Added recording of the request's response-time
- Website-overview reloads automatically
- Fix for many "Server not found" errors
- Multiple UI, API and documentation fixes