Notes
This release changes a lot of things and starts to get into the more complicated aspects of Proteus, including phpMyAdmin's ability to detect existing installs and how to manage the database. It has been tested quite a bit, but there may still be bugs.
What's Changed
- Added
Argon2
- Added
Apache
- Added Browser:
Librewolf
- Added
Opengist
- Custom .deb which installs OpenGist as a service with the following file paths:
- Database: /var/lib/opengist
- Config: /etc/opengist/config.yml
- Service: /etc/systemd/system/opengist.service
- Custom .deb which installs OpenGist as a service with the following file paths:
- Added
python3-pip
- Added
Terminology
- Updated update feature
- Proteus can be updated from the command-line instead of downloading the newest version from Github.
- Updated
PHP
- Now includes non-FPM installs to list of installable options
- Updated
Yarn
- Now uses official apt repo.
- No longer requires
npm
to install.
- Updated phpMyAdmin installer
- Fixed issue with installer not properly detecting phpmyadmin
zip
. - Detects existing database and offers the option to uninstall phpMyAdmin
- Fixed issue with installer not properly detecting phpmyadmin
- Fixed
mysql
not detecting existing installs - Fixed major bug with terminal window freezing once Proteus is exited which occured on Ubuntu 21 + (wayland) #12
- Housekeeping
- Fixed syntax based on Codefactor specifications
- [ImgBot] Optimize images by @imgbot in #9
Completed
- #12 Terminal frozen after exiting app manager on Ubuntu 22.04 & 23.04
- #13 Roadmap: Fix Ubuntu 21+ (Wayland) Center Screen
New Contributors
Release Notes
Full Changelog: v1.0.0.6-beta...v1.0.0.7-beta