Skip to content

Commit

Permalink
Merge branch 'develop' into compose-weekview
Browse files Browse the repository at this point in the history
  • Loading branch information
SapuSeven committed Nov 15, 2023
2 parents 2993d0b + 6ea9eba commit 0aa0f43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Bug Report
description: Create a report to help improving the app
title: "[Bug Report] "
labels:
- bug
body:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature Request] "
labels:
- enhancement
body:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode generateVersionCode()
versionName "4.0.2"
versionName "4.0.3"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/4.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Neue Einstellung für App-Sprache
- Klickbare Links in Hausaufgaben
- Anpassen der Fehlzeit bei der Anwesenheitskontrolle (für Lehrer)
- Fehler beim Eingeben von ARGB-Werten in den Farbeinstellungen behoben
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Add in-app language setting
- Add clickable homework links
- Add ability to edit absence start- and end-time (teachers only)
- Fix being unable to use ARGB values for color preferences

0 comments on commit 0aa0f43

Please sign in to comment.