- Fixed null hashrate datatable formatting error
- Changed project versioning to x.x.x formatting
- Added functionality to remove miners from the list
- Added JSON validation functionality to warn when saving incorrect configurations
- Added username display into the miner list
- Added "Auto refresh" toggle button for automatic miner list refreshing
- Added robots.txt file to stop search engines from indexing the web panel
- Added directory listing block in .htaccess for better privacy
- Added previously ignored "Logs" folder back
- Changed "Default" configuraiton into "Default ethminer" and "Default xmrig" configurations to allow different default configurations for the two different miners
- Fixed possible database "corruption" when null hashrates were submitted
- Fixed broken miner searching and sorting
- Added Unique ID generation on the panel side instead of the miner side
- Changed all file calls to be relative to allow easier deployment of the panel in subfolders
- Removed unnecessary configuration options due to everything being relative now
- Added GPU and CPU to the miners datatable
- Added GPU and CPU to the database
- Added unamwebpanel.db into the .htaccess and web.config files as a forbidden path to secure the SQLite database on Apache and IIS servers without having to place the database in a non-public folder
- Removed recommendation to move the database file to a non-public folder due to the added protection files for Apache and IIS
- Downgraded web panels required PHP version to 7.0
- Added miner type to the miners datatable to make it easier to differentiate what base miner it is using
- Fixed broken miner status condition
- Initial release