diff --git a/docs/changelogs/v2_0_1.md b/docs/changelogs/v2_0_1.md new file mode 100644 index 0000000..27baf92 --- /dev/null +++ b/docs/changelogs/v2_0_1.md @@ -0,0 +1,28 @@ +# v2.0.1 + +## Grade exporting + +Now you can export your notes. With the statistics update, it will also be possible to export statistics. +The most common use case is exporting and then deleting the grades to start a new planning period. + +## Rounding + +You can now decide for yourself whether your grades should be rounded to none, one or two decimal places. + +To adjust the setting, you can simply go to the settings and adjust them to your preferences. + +## Class- and Grade-View merged + +We have merged the class and grade views because there was a lot of confusion because people were automatically switching between the two views without recognisable differences. + +The whole thing meant that many people no longer understood where to find which information. + +Now the class view and the grade view are combined under the class view icon and all functions have been merged. + +## Other changes + +- Registration is opened again +- Grade average calculation has been added again +- Note length has been increased to 25 characters +- Credits for the used OpenSource Software/Libraries have been used +- Every page now uses custom titles, so when used in browser they are easier to navigate diff --git a/docs/changelogs/v2_1_0.md b/docs/changelogs/v2_1_0.md new file mode 100644 index 0000000..48e74d6 --- /dev/null +++ b/docs/changelogs/v2_1_0.md @@ -0,0 +1,29 @@ +# v2.1.0 + +## Homework + +Noten-App now supports homework entries. When being in school you can enter your homework easily and check it when you are finished. + +## Sorting + +You can now choose in which way you want your classes sorted. + +You can choose wheter it sorts by average, alphabetically or when you added the last grade. Just go into the settings and change it. + +We did this so it is easier for you to organize your grades, look over them and get better in school. + +## Other changes + +- Fixed a bug, where the changelogs-link in the settings redirected wrong +- Fixed a bug, where when adding/editing a grade, it was saved but the User got an error +- Fixed a bug, where deleting a grade didn't work +- Fixed a bug, where the "Other" option when adding a grade was recognized as invalid +- Fixed a bug, where the "Add E-Mail-Adress"-Button did not redirect +- Fixed a bug, where the "register" button on the choose-between-login-and-registration-page did nothing +- All pages now have custom descriptions so people using accessibility-software can navigate easier +- Images are now served in a bandwith-saving smaller filesize so poeple with slower Internet have shorter load-times +- Remove unused libraries for shorter load-times +- Added Themes.js to the credits list +- Cleaned up the settings by removing feature UI for features not implemented yet +- When registering now, there is no e-mail needed, it should be added later +- The last action (e.g. adding a grade) of a class is now tracked so the classlist can be sorted by it diff --git a/docs/changelogs/v2_2_0.md b/docs/changelogs/v2_2_0.md new file mode 100644 index 0000000..f100393 --- /dev/null +++ b/docs/changelogs/v2_2_0.md @@ -0,0 +1,14 @@ +# v2.2.0 + +## New home page + +We now replaced the placeholder-startmenu with a real banger. + +You can see your next homework-tasks, your grades and important statistics at a glance! + +## Other changes + +- Increased max Homework length +- Removed fullcalendar +- Added some styling to browser version +- Unified some backend-stuff diff --git a/docs/changelogs/v2_3_0.md b/docs/changelogs/v2_3_0.md new file mode 100644 index 0000000..3b1538f --- /dev/null +++ b/docs/changelogs/v2_3_0.md @@ -0,0 +1,11 @@ +# v2.3.0 + +## German point system + +In german secondary school, the last two/three years before graduation use a system that uses 1-15 Points instead of Grades. + +This system is now supported by Noten-App! + +## Other changes + +- Removed fullcalendar from resources to make Noten-App faster