Skip to content

Releases: gmemstr/Platypus

Frontend, UX tweaks

04 May 05:36
Compare
Choose a tag to compare

Some small, quality of life tweaks

  • Github link in top corner
  • Visual indicator of connection status to backend
  • Less client logging, better indication of missing configuration

If you have any issues with this release, please open an issue

Rewrite

25 Apr 03:21
ad5766b
Compare
Choose a tag to compare

Complete rewrite from the ground up in Golang

This version is not backwards compatible with <= v2 at all. Binaries included are built on Ubuntu 18.04 x64, open an issue to request a binary for a specific system.

See wiki for getting started ;)

Bugfix for imports

03 Nov 16:32
Compare
Choose a tag to compare

Fixed issue where setup.py could not import modules from src directory.

Bugfixes

13 Mar 21:25
Compare
Choose a tag to compare

Fixed some minor typos resulting in crashed.

2.1.0 Optimizations + Rewrites

13 Mar 20:45
Compare
Choose a tag to compare

Rewrote quite a few scripts to be more effecient, also tinkering with threading to try to enable really good concurrency - may need to switch away from Flask soon though.

MySQL Bugfix

11 Mar 18:07
Compare
Choose a tag to compare

Includes function to check database connection and reconnect if possible.

Bugfixes

04 Mar 19:36
Compare
Choose a tag to compare

Fairly certain I've managed to clear up the remaining bugs.

More bugfixes

02 Mar 04:26
Compare
Choose a tag to compare
  • Now scans before posting to Slack on startup
    • Fixed bugs regarding marking panels offline / online
    • Fixed a second bug that affected panel scans
    • Updated JavaScript to reflect some tweaking to scan data returned

Bugfixes

28 Feb 20:17
Compare
Choose a tag to compare

Identified issue regarding servers not being marked as offline in the database, and also conflicting methods in the JavaScript when getting stats.

Bugfixes to public

27 Feb 23:49
Compare
Choose a tag to compare
  • Fixed Slackbot not posting properly
  • Added links to hostname for slack post
  • Fixed admin page no being able to remove panels