Releases: mistenkt/resize-raccoon
Releases · mistenkt/resize-raccoon
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
- After applying profiles, the system now keeps an eye on the process for a short while to make sure the size/position is not being changed agian by the process it self. If it detects a change between the applied profile and the window, it will reapply it self.
- If a process does not have an active window when applying the profile (like during load when the process hasnt had time to create its active window yet), we ill wait for 5 seconds and check to see if an active window has been created. There is a max of 2 retries for this.
- As a result of the two fixes above automatic resizing can now be enabled without any delays
v1.2.2
Fixed
- Fixed problem where the wrong child window of a process was selected for resizing. (should fix issues with WRC and ACC not always resizing. Process watcher is still a bit buggy so recommend manually triggering for now, or setting a delay long enough where you know you have had time get passed the intro and have activated the main window)
v1.2.1
v1.2.0 - IPC support
Added
- Apply profiles from scripts or external programs using IPC.
As long as the application is running you can trigger profiles from a .bat file or just from cmd directly usingecho apply-profile {profileName} > \\.pipe\resize-raccoon
. If your profile name contains spaces please wrap it in quitesecho apply-profile "my profile" > \\.pipe\resize-raccoon
v1.1.0
Added
- Error toasts
- Base for internationalization
- Process poll rate setting
Fixed
- Bug where applying a profile for an application that has multiple processes might not always select the process that has a window.
- Position of some tooltips
- Bunch of other misc improvements, refactors.