Skip to content

Commit

Permalink
Fix for YunoHost 11.1 and some other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganMLGman committed Feb 15, 2023
1 parent 52a03ab commit bb8ca51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Docker is very powerful tool to host many applications on one machine. One of **
- App can crash when YunoHost server URL is not valid.

## Changelog
### [v1.1.0](https://github.com/MorganMLGman/ServerCommander/releases/tag/v1.1.0)
App is now compatible with new YunoHost 11.1 API. Some other small fixes.

### [v1.0.3](https://github.com/MorganMLGman/ServerCommander/releases/tag/v1.0.3)
Fixed app crashing when running on VPS and temperature sensors are not available.
Expand Down
10 changes: 6 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| v20221220.143412 ||
| v20221213.202445 | :white_check_mark: |
| Version | Supported |
|------------------| ------------------ |
| v1.1.0 ||
| v1.0.3 ||
| v20221220.143412 ||
| v20221213.202445 ||

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.doyouhost.servercommander"
minSdk 30
targetSdk 33
versionCode 5
versionName "1.0.3"
versionCode 6
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit bb8ca51

Please sign in to comment.