diff --git a/README.md b/README.md index 924e472..ebda5ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OdinTools Collection of utilities for the AYN Odin 2. -Latest release: **[1.0.1](https://github.com/langerhans/OdinTools/releases/latest)** +Latest release: **[1.1.0](https://github.com/langerhans/OdinTools/releases/latest)** ### Features - Quick settings tile for switching the controller style with user selectable option for which styles to cycle through @@ -9,12 +9,13 @@ Latest release: **[1.0.1](https://github.com/langerhans/OdinTools/releases/lates - Single press home button setting to allow going to the home screen by a single press of the home button - Display saturation setting. This is set immediately and will be applied after a reboot as well. Note that it takes a few seconds after you first unlock the device to apply. - Per-app overrides for both controller style and L2/R2 style settings. These will be applied and reverted automatically based on the current foreground app +- Per-app overrides for performance and fan modes. They function just like controller style overrides. ### Contact If you have any questions, feel free to find me on the AYN Discord at https://discord.com/invite/pWCpvEUTdR ### Compatibility -This app has been tested with the Odin 2 firmware version **1.0.0.253**. It's possible that AYN breaks the methods used by this app in a future update. The app will warn you accordingly if that's the case. +This app has been tested with the Odin 2 firmware version **1.0.0.266**. It's possible that AYN breaks the methods used by this app in a future update. The app will warn you accordingly if that's the case. ### Screenshots #### Main menu @@ -23,3 +24,4 @@ This app has been tested with the Odin 2 firmware version **1.0.0.253**. It's po ![image](docs/qs_tiles.png) #### App overrides ![image](docs/app_overrides.png) +![image](docs/override_config.png) diff --git a/docs/app_overrides.png b/docs/app_overrides.png index 2a7c28b..b5873ff 100644 Binary files a/docs/app_overrides.png and b/docs/app_overrides.png differ diff --git a/docs/main.png b/docs/main.png index c4a0fea..4534731 100644 Binary files a/docs/main.png and b/docs/main.png differ diff --git a/docs/override_config.png b/docs/override_config.png new file mode 100644 index 0000000..032b3ba Binary files /dev/null and b/docs/override_config.png differ