Skip to content

Commit

Permalink
Updated readme for 2.1.7
Browse files Browse the repository at this point in the history
Updated readme for 2.1.7
  • Loading branch information
cp6 committed Oct 13, 2022
1 parent ea8c15d commit 0ad542a
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Despite what the name infers this self hosted web app isn't just for storing idl
a [YABs](https://github.com/masonr/yet-another-bench-script) output you can get disk & network speed values along with
GeekBench 5 scores to do easier comparing and sorting.

[![Generic badge](https://img.shields.io/badge/version-2.1.6-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Laravel-9.0-red.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/PHP-8.1-purple.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Bootstrap-5.1-pink.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/version-2.1.7-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Laravel-9.0-red.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/PHP-8.1-purple.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Bootstrap-5.1-pink.svg)](https://shields.io/)

<img src="https://raw.githubusercontent.com/cp6/my-idlers/main/public/My%20Idlers%20logo.jpg" width="128" height="128" />

Expand All @@ -20,7 +20,7 @@ GeekBench 5 scores to do easier comparing and sorting.

[Cloud Five Limited](https://cloud-v.net/) for providing the hosting for demo installation.

## 2.1.6 changes (22th September 2022):
## 2.1.7 changes (13th October 2022):

#### You can no longer use the form to submit YABS results
yabs.sh now has JSON formatted response and can POST the output directly from calling the script.
Expand All @@ -36,24 +36,26 @@ Example yabs.sh call to POST the result
#### Please run the following if updating from existing install:

```shell
composer install
php artisan migrate
php artisan route:cache
php artisan cache:clear
```

* Added doctrine/dbal
* Removed old method and functions for adding a YABS result
* Fixed YABS JSON parser disk being the ram value
* Fixed YABS JSON parser disk conversion (MB & GB)
* Fixed YABS JSON parser RAM conversion (MB & GB)
* Fixed OS icons for server index page (showing wrongly)
* Added custom HTTP error pages
* Updated yabs table for gb5 values to be nullable
* Updated error alert component
* Updated posting YABS now clears relevant caches
* Updated models and controllers to use first()
* Update yabs compare view blade for nullable values
* Added default order by (Change this in settings)
* Added dual success & error response alert component
* Added new response alert component into views
* Added input parameters for `compareYabs()`
* Updated and fixed server_type and virt mix-ups
* Updated views title `@section` layout
* Updated cache timeframes
* Updated `RouteServiceProvider::HOME` for `'/'`
* Updated the server choose compare method
* Fixed update server ssh port
* Fixed server due in X days being null
* Removed unused with 'labels.label' in queries
* Removed unused welcome and dashboard views
* Removed dashboard redirect to / from routes file
* Removed now unused success & error alert components

## Requires

Expand Down

0 comments on commit 0ad542a

Please sign in to comment.