]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/history - autorandr.py
New upstream version 1.14
[deb_pkgs/autorandr.git] / autorandr.py
2023-11-18 Don ArmstrongNew upstream version 1.14 master upstream/1.14
2023-06-22 Phillip BerndtBump version to 1.14 1.14
2023-06-22 EpakaiDirect --match-edid renaming of output messages to...
2023-05-05 Thiago Kenji OkadaAdd Wayland awareness
2023-04-28 Don ArmstrongNew upstream version 1.13.3 upstream/1.13.3
2023-02-24 Kian-Meng AngFix typos
2023-01-24 Phillip BerndtRelease 1.13.3 1.13.3
2023-01-23 Phillip BerndtRelease bug fixes as 1.13.2 1.13.2
2023-01-23 Phillip BerndtDo a final xrandr call to reset the fb size
2023-01-23 Phillip BerndtFix matching EDIDs with wildcards
2023-01-16 Phillip BerndtRelease 1.13.1 1.13.1
2023-01-16 Phillip BerndtAdd missing comparisons on version
2023-01-16 Markus LehtonenAdd ge method to custom Version type
2023-01-15 Phillip BerndtRelease 1.13 1.13
2023-01-15 Phillip BerndtUse custom Version class
2023-01-15 Olli RaulaPrint error when user script fails
2023-01-15 Magksfixing horizontal-reverse profile which was doing the...
2023-01-15 Max Alexander VillaAdd reverse versions of horizontal/vertical virtual...
2022-12-01 Franz Bergerexecute scripts in directories in a fixed order (by...
2022-12-01 Phillip BerndtQuote arguments in failed command output
2022-12-01 Phillip BerndtConsider skip-options in post-apply-check
2022-12-01 Phillip BerndtSupport to skip properties using --skip-option set
2022-12-01 Sam CoulterAdd check for EDID_UNAVAILABLE in EDID hex parsing
2022-11-22 Tim Schulze-HartungAdd profile name to error message when EDID is missing
2022-07-31 Phillip BerndtDo not pass --fb when disabling scaling
2022-07-31 Phillip BerndtRound up framebuffer size
2022-07-31 Franz BergerAdd support for transformation filter (--filter)
2022-06-29 Phillip BerndtMerge pull request #293 from flipreverse/master
2022-06-28 Alexander LochmannExtended --match-edid to respect a device's serial
2022-06-14 Phillip BerndtMerge pull request #291 from mikelward/ignorelid
2022-06-01 Mikel WardAdd --ignore-lid to usage message
2022-05-09 Phillip BerndtMerge pull request #288 from utf8please/uid-min
2022-05-09 utf8pleaseAllow overriding min UID with AUTORANDR_UID_MIN env...
2022-04-22 Don ArmstrongNew upstream version 1.12.1 upstream/1.12.1
2022-01-09 Phillip BerndtMerge pull request #278 from aviau/aviau/manpage-improv...
2022-01-09 Phillip BerndtMerge pull request #279 from aviau/aviau/ignore-lid
2022-01-09 aviaucreate `--ignore-lid` flag
2021-12-22 Phillip BerndtFix modified dictionary iteration as 1.12.1 1.12.1
2021-12-16 Phillip BerndtUpdate versions to 1.12 everywhere 1.12
2021-12-16 Phillip BerndtPrefix custom properties with x- and ignore unknown...
2021-12-16 Phillip BerndtImprove dry-run output for arguments with whitespace...
2021-12-16 Phillip BerndtMerge broadcast_rgb feature (#204)
2021-12-16 Phillip BerndtMerge pull request #248 from spiriou/master
2021-12-16 Phillip BerndtMerge branch 'master' into master
2021-12-16 Phillip BerndtFix mtime updating for --cycle
2021-12-16 Phillip BerndtMerge --cycle option (needs work)
2021-12-16 Phillip BerndtFix Typo: ModuleNotFound → ModuleNotFoundError
2021-12-16 Phillip BerndtSwitch default Python interpreter to Python 3
2021-12-16 Johannes Lange--list option: list configuration
2021-11-12 Peter KotvanReplace deprecated distutils with packaging.
2021-07-01 Luke ArmsMatch whitespace explicitly in property name
2021-06-30 Luke ArmsImprove readability
2021-06-30 Luke ArmsSave and restore dynamic properties
2021-05-17 Simon PiriouAdd an option to match profiles based on edid
2021-03-09 Mikel WardRefactor: merge --change and --cycle handling
2021-03-09 Mikel WardAdd --cycle, cycles between detected profiles
2020-11-25 Don ArmstrongNew upstream version 1.11 upstream/1.11
2020-11-15 Phillip BerndtRelease 1.11 1.11
2020-10-09 Phillip BerndtMake setgroups() behaviour Python 2 compatible
2020-10-09 Anthony EadiciccoIn batch mode, set groups to group membership of target...
2020-08-24 Thomas de Queiroz... Change os.exit to sys.exit
2020-08-24 Don ArmstrongNew upstream version 1.10.1 upstream/1.10.1
2020-06-26 Julian Grinblatsys.executable can be None too
2020-06-26 Julian GrinblatHandle empty sys.executable
2020-05-04 Phillip BerndtPoint release 1.10.1 1.10.1
2020-04-25 Don ArmstrongNew upstream version 1.10 upstream/1.10
2020-04-25 Phillip BerndtBump version to 1.10 1.10
2020-04-23 Phillip BerndtSearch profile directory first for hook scripts
2020-04-13 Phillip BerndtFix unnassigned variable issue if one profile is detected
2020-04-11 Phillip BerndtHandle negative gamma values
2020-04-11 Phillip BerndtSort approximate matches in detected profiles by qualit...
2020-01-31 Vincent BernatHandle non-ASCII environment variable values
2020-01-16 Vincent BernatFork and exec using the current Python interpreter
2019-12-31 Jordan EphronDon't fail if xrandr reports negative gamma value
2019-12-31 Mathis Raguinedit: rename var to found_top_left_monitor
2019-12-31 Mathis Raguinfix: rework to match phillipberndt algorithm
2019-12-31 Mathis Raguinfix: move all output at once as they are enabled
2019-12-31 Mathis Raguinfix: output position if xrandr offsetted them
2019-12-19 Phillip BerndtVersion bump: 1.9 1.9
2019-11-10 Phillip BerndtMerge pull request #169 from chmduquesne/closed_lid_tre...
2019-11-10 Christophe-Marie... Only count a closed lid as disconnected if there are...
2019-10-31 Christophe-Marie... Treating a closed lid as disconnected
2019-10-24 Patrick KleinRemoved isinstance check and redundant path calculation.
2019-10-24 Patrick KleinDo not overwrite exiting config files unless --force...
2019-08-16 Phillip BerndtDon't fail hard in get_fb_dimensions if a mode isn...
2019-05-22 Maciej SitarzMerge remote-tracking branch 'upstream/master'
2019-05-04 Phillip BerndtMerge pull request #145 from theperfidious/master
2019-03-24 Phillip BerndtMerge pull request #146 from Ma27/fix-bashcomp-with-zsh
2019-03-24 Phillip BerndtRefuse to save profiles that don't make sense (See...
2019-03-24 Phillip BerndtMake mode parsing more robust for broken cases
2019-03-24 Phillip BerndtRevert disconnected/no-mode change #139
2019-03-21 theperfidiousAdd crtc value in the config file
2019-03-18 Phillip BerndtVersion bump: 1.8.1 1.8.1
2019-03-16 Phillip BerndtVersion bump: autorandr-1.8 1.8
2019-03-10 Phillip BerndtImprove error message if a profile configures an output...
2019-02-17 Phillip BerndtFollow up fixes for #139/#128
2019-02-17 Phillip BerndtMerge branch 'master' into manpage
2019-02-17 Phillip BerndtMerge pull request #138 from jschwab/fix-panning-bug
2019-02-17 Phillip BerndtMerge pull request #139 from joseph-jones/master
2019-02-09 Josiah SchwabFix case in which x and y are not specified in panning
next