-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kumalg/0.7v-beta
0.7v
- Loading branch information
Showing
21 changed files
with
647 additions
and
494 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "testownik-electron", | ||
"productName": "Testownik", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"author": "Kamil Golec <[email protected]>", | ||
"description": "An electron-vue project", | ||
"license": null, | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export const versions = { | ||
'0.7.0': [ | ||
'Klasyczny motyw', | ||
'Wsparcie dla klawiatury numerycznej', | ||
'Okienko potwierdzające chęć zakończenia quizu i ewentualny zapis stanu', | ||
'Domyślne przyciski na pasku tytulu po lewej stronie dla Linuxa i OSX', | ||
'Drobne poprawki UI', | ||
'Poprawione błędy z niewłasciwym wyświetlaniem zdjęć', | ||
'Naprawiony błąd umożliwiający wpisanie ujemnych wartości w ustawienich' | ||
] | ||
} |
Oops, something went wrong.