Releases: alfg/guildbit
Releases · alfg/guildbit
Refactoring, bugfixes and performance improvements
Mostly database related updates to manage hosts and packages and various performance and bug fixes to support the increase in traffic and managed murmur servers.
1.7.0 - Python 3 Upgrade + Docker
- Upgrade project to Python 3
- Dockerize the project
- Minor updates around translations
Flask, SQLAlchemy and Flask Extensions Upgrades
Just a chore to upgrade some outdated packages.
1.5.1
Dockerfile, Documentation and Password Generator
- Added a Dockerfile and docker-compose.yml for easier local development.
- Updated README.md documentation to make setup a bit more clear.
- Added a random password generator.
Widgets, CDN, 15 free slots, HTTPS, and User Controls
- Added mumble-widget project so premium users can embed on their website
- Added CDN endpoint for serving logo to mumble instances and hosting widget
- Updated free slot count to 15 users
- HTTPS support thanks to CloudFlare
- UserControls so users can delete their own servers (by IP address)
- More GA event tracking
CVP Endpoints, SQL migrations support and maintenance
CVP (Mumble Channel Viewer Protocol):
- Added uuid for cvp endpoints on premium servers.
- Added caching to cvp views for performance
- CVP UI Updates on server page for premium servers.
Added Flask-Migrate library for managing database migrations.
Generated a migration script for adding cvp_uuid column to the server table.
Fixed up run_server.py to use flask-script.
Premium servers, refectoring and maintenance
- Flask-assets for compiling/minifying js/css files
- Google Universal Analytics
- Refactored views into separate controllers
- Sitemap, robots.txt
- Server upgrades via Bitcoin purchases
- Admin Updates
- Internationalization and Localization support
- Various maintenance and bug fixes
1.1.0 Release
- Admin Dashboard Updates (Ports)
- Port chooser algorithm to select next open port addressing issue #3