]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
Document #321 in README
[deb_pkgs/autorandr.git] / README.md
index c2308b0c97ffc5cc01a340e2ffa9ee737e5dd4ce..c666a428863e986b11f19850c0419cbff2f637b1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -189,6 +189,8 @@ where they will only be executed on changes regarding that specific profile.
 
 Instead (or in addition) to these scripts, you can also place as many executable
 files as you like in subdirectories called `script_name.d` (e.g. `postswitch.d`).
+The order of execution of scripts in these directories is by file name, you can
+force a certain ordering by naming them `10-wallpaper`, `20-restart-wm`, etc.
 
 If a script with the same name occurs multiple times, user configuration
 takes precedence over system configuration (as specified by the
@@ -255,7 +257,18 @@ options nvidia_drm modeset=1
 
 ## Changelog
 
-**autorandr 1.13 (dev)**
+**autorandr 1.13.2 (dev)**
+* *2023-01-23* Match add/remove rather than change in udev rule (see #321)
+* *2023-01-23* Fix wildcard use in EDIDs (see #322)
+* *2023-01-23* Do a final xrandr call to set the frame buffer size (see #319)
+
+**autorandr 1.13.1**
+* *2023-01-16* Fix bug with Version comparison
+
+**autorandr 1.13**
+* *2023-01-15* Add reversed horizontal/vertical profiles
+* *2023-01-15* Fix distutils deprecation warning
+* *2023-01-15* Print error when user script fails
 * *2022-12-01* Support `--skip-options set` to skip setting properties
 
 **autorandr 1.12.1**