-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏷️ Version 1.0.2 #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Es wird jetzt deutlicher gemacht., was genau gerade passiert. Vorher wurde nur mitgeteilt, das etwas fehlt. Jetzt wird jeder Abschnitt gezeigt (Überprüfung). Zudem wurde log zu echo ersetzt und es wurden einige Farb- und Sonderzeichenformatierungen hinzugefügt, damit es nicht so langweilig aussieht.
Der Prozess wurde von der Sicht des Nutzers komplett überarbeitet. Man bekommt jetzt mehr Feedback, was genau gerade passiert. Einige Sonderzeichen (Unicodes) wurden hinzugefügt und die Hinweise wurden überarbeitet.
Die Screenshots wurden erneuert und einige wurden hinzugefügt: Passwortseite und Up- und Downspeed-Empfehlungsdialog. Außerdem werden hier nun die Wikis zu dem jeweiligen OS verlinkt, welches erklärt wie es installiert wird.
Erneuerung der Screenshots von Version 1.0.1
Formatierung der Infos bei der Installation und besseres Feedback beim Fortschritt
…ou have an 0 ping)
Beim Start der Installation wird nochmals gezeigt, das es das Script für die Dev-Version ist.
Beta-Kennzeichen hinzugefügt
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📣 Was ist neu? Die großen Änderungen
📣 Was ist neu? Die kleinen Änderungen
❗ Manuelles Update der Tabellen notwendig
Durch die neue Version wird nun vorausgesetzt, dass Sekunden, Fehler und Zeit in der Tabelle gespeichert werden können. Da diese Spalten in der alten Version nicht existieren, müssen diese manuell hinzugefügt werden.
Starte danach deine MySpeed-Instanz neu:
systemctl restart myspeed
Hierbei hast du 2 Wege:
data
-Ordner aus deiner MySpeed-Instanz entfernenrm -rf /opt/myspeed/data
node -e "const db = require('better-sqlite3')('data/storage.db'); db.exec('ALTER TABLE speedtests ADD error VARCHAR(255)'); db.exec('ALTER TABLE speedtests ADD type VARCHAR(255)'); db.exec('ALTER TABLE speedtests ADD time double');"
node -e "db = require('better-sqlite3')('data/storage.db'); db.prepare('INSERT INTO config (key, value) VALUES (?, ?)').run('timeLevel', 3)"