# Rectangle changelog > Move and resize windows with keyboard shortcuts on macOS. - Vendor: Ryan Hanson - Category: Productivity - Platforms: macOS - Official site: https://rectangleapp.com - Tracked by: What's New (https://whatsnew.fyi/product/rectangle) - Harvested from: GitHub (rxhanson/Rectangle) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v0.98 - Date: 2026-07-15 - Version: v0.98 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.98 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.98 - Labels: Platforms: macOS - **fixed** — Side split ratios for side actions now start at 1/2 as they did prior to v0.97 * Fixes a regression where side split ratios for side actions didn't start at 1/2 like they did prior to v0.97 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.97...v0.98 ### v0.97 - Date: 2026-07-14 - Version: v0.97 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.97 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.97 - Labels: Platforms: macOS - **added** — Add an ordering adjustment for the screensOrderedByX Terminal command setting to use midX - **added** — Add a defaults toggle for disabling unsnap restore of smaller/larger commands - **added** — Add a Skip gap on top screen edge checkbox in Settings - **added** — Add feature override green button - **added** — Add Cooperative Window Resizer Feature - **changed** — Apply Half-Split ratio to corner actions and snap areas - **changed** — Align clamped windows to snap edges by default - **fixed** — Fix a performance issue where loading the Snap Area tab was taking a long time - **fixed** — Anchor clamped windows to the snap edge instead of leaving a gap - **fixed** — Execute window actions when the window id is unavailable ##### What's Changed * Adds an ordering adjustment for the screensOrderedByX Terminal command setting to use midX * Adds a defaults toggle for disabling unsnap restore of smaller/larger commands * Fixes a performance issue where loading the Snap Area tab was taking a long time * Adds a "Skip gap on top screen edge" checkbox in Settings by @GVonB in https://github.com/rxhanson/Rectangle/pull/1773 * Apply Half-Split ratio to corner actions and snap areas by @epicdistraction in https://github.com/rxhanson/Rectangle/pull/1776 * add feature override green button by @f7urry in https://github.com/rxhanson/Rectangle/pull/1777 * Anchor clamped windows to the snap edge instead of leaving a gap by @LoriTira in https://github.com/rxhanson/Rectangle/pull/1778 * Cooperative Window Resizer Feature by @epicdistraction in https://github.com/rxhanson/Rectangle/pull/1780 * Execute window actions when the window id is unavailable by @johncarmack1984 in https://github.com/rxhanson/Rectangle/pull/1788 * Align clamped windows to snap edges by default by @culpen90 in https://github.com/rxhanson/Rectangle/pull/1789 ##### New Contributors * @GVonB made their first contribution in https://github.com/rxhanson/Rectangle/pull/1773 * @epicdistraction made their first contribution in https://github.com/rxhanson/Rectangle/pull/1776 * @f7urry made their first contribution in https://github.com/rxhanson/Rectangle/pull/1777 * @LoriTira made their first contribution in https://github.com/rxhanson/Rectangle/pull/1778 * @johncarmack1984 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1788 * @culpen90 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1789 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.96...v0.97 ### v0.96 - Date: 2026-05-31 - Version: v0.96 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.96 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.96 - Labels: Platforms: macOS - **added** — For fixed size windows, actions that result in a corner can be configured to go to that corner instead of centered in the proposed area - **added** — Add overlap offset for grid position cycling - **added** — Add Combined Display Mode - **added** — Add duplicate shortcut cycling - **changed** — Update Korean translation - **changed** — Add more Vietnamese localization - **fixed** — Add missing SF Symbol icons to menu items - **fixed** — Fix false positive overlap detection for half/third actions - **fixed** — Restore snap after session has ended from log out/sleep - **security** — Pin MASShortcut, confirm URL tasks, and harden config auto-load ##### What's Changed * For fixed size windows, actions that result in a corner can be configured to go to that corner instead of centered in the proposed area * Update Korean translation by @justcontributor in https://github.com/rxhanson/Rectangle/pull/1747 * fix: add missing SF Symbol icons to menu items by @Project-A-E-G-I-S in https://github.com/rxhanson/Rectangle/pull/1754 * Add overlap offset for grid position cycling by @MyronKoch in https://github.com/rxhanson/Rectangle/pull/1762 * Fix false positive overlap detection for half/third actions by @MyronKoch in https://github.com/rxhanson/Rectangle/pull/1766 * Security audit: pin MASShortcut, confirm URL tasks, harden config auto-load by @JakubAnderwald in https://github.com/rxhanson/Rectangle/pull/1765 * fix: restore snap after session has ended from log out/sleep by @tjagithub in https://github.com/rxhanson/Rectangle/pull/1768 * feat(lang): add more Vietnamese localize by @anhkhoakz in https://github.com/rxhanson/Rectangle/pull/1770 * feat: add Combined Display Mode by @dooyeoung in https://github.com/rxhanson/Rectangle/pull/1763 * feat(shortcuts): add duplicate shortcut cycling by @tmsdnl in https://github.com/rxhanson/Rectangle/pull/1759 ##### New Contributors * @Project-A-E-G-I-S made their first contribution in https://github.com/rxhanson/Rectangle/pull/1754 * @JakubAnderwald made their first contribution in https://github.com/rxhanson/Rectangle/pull/1765 * @tjagithub made their first contribution in https://github.com/rxhanson/Rectangle/pull/1768 * @dooyeoung made their first contribution in https://github.com/rxhanson/Rectangle/pull/1763 * @tmsdnl made their first contribution in https://github.com/rxhanson/Rectangle/pull/1759 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.95...v0.96 ### v0.95 - Date: 2026-04-02 - Version: v0.95 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.95 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.95 - Labels: Platforms: macOS - **fixed** — Fixed a bug where drag to screen edge snapping didn't work when Notifications are present - **added** — Add ninths (3x3) twelfths (3x4) and sixteenths (4x4) grid positions, with cycling mode - **added** — Add move window to specific display by number ##### What's Changed * Fixed a bug where drag to screen edge snapping didn't work when Notifications are present * Add ninths (3x3) twelfths (3x4) and sixteenths (4x4) grid positions, with cycling mode by @MyronKoch in https://github.com/rxhanson/Rectangle/pull/1720 * Add move window to specific display by number by @LucasZdv in https://github.com/rxhanson/Rectangle/pull/1735 ##### New Contributors * @MyronKoch made their first contribution in https://github.com/rxhanson/Rectangle/pull/1720 * @LucasZdv made their first contribution in https://github.com/rxhanson/Rectangle/pull/1735 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.94...v0.95 ### v0.94 - Date: 2026-02-25 - Version: v0.94 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.94 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.94 - Labels: Platforms: macOS - **fixed** — Exclude desktop widgets from tile-all and cascade-all - **added** — Add drag-to-snap areas for eighths - **added** — Configurable split ratio for half window actions ##### What's Changed * docs: Improve troubleshooting order - easier steps first by @William-Laverty in https://github.com/rxhanson/Rectangle/pull/1697 * fix: Exclude desktop widgets from tile-all and cascade-all by @claudeaceae in https://github.com/rxhanson/Rectangle/pull/1707 * Add drag-to-snap areas for eighths by @devindudeman in https://github.com/rxhanson/Rectangle/pull/1708 * Configurable split ratio for half window actions by @ispivak in https://github.com/rxhanson/Rectangle/pull/1712 ##### New Contributors * @William-Laverty made their first contribution in https://github.com/rxhanson/Rectangle/pull/1697 * @claudeaceae made their first contribution in https://github.com/rxhanson/Rectangle/pull/1707 * @devindudeman made their first contribution in https://github.com/rxhanson/Rectangle/pull/1708 * @ispivak made their first contribution in https://github.com/rxhanson/Rectangle/pull/1712 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.93...v0.94 ### v0.93 - Date: 2026-01-04 - Version: v0.93 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.93 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.93 - Labels: Platforms: macOS - **fixed** — Popup notifications could be shown at undesirable times during updates - **fixed** — Broken animations in the General tab of the Settings window - **added** — New snap-area for dedicated portrait top/bottom applied to left and right sides - **added** — Turkish translations - **added** — Vietnamese translation - **added** — tileActiveApp action to tile windows of the active application - **added** — Thirds and two thirds shortcuts - **changed** — Updated Russian localization ##### What's Changed * Sometimes update popup notifications could be shown at undesirable times. This is fixed for future updates. * Fixed broken animations in the General tab of the Settings window. * Update ru localization. by @woblerr in https://github.com/rxhanson/Rectangle/pull/1662 * Added new snap-area for dedicated portrait top/bottom applied to left and right sides. by @Da2MinuteNoodle in https://github.com/rxhanson/Rectangle/pull/1675 * Turkish translations are added by @samimkel in https://github.com/rxhanson/Rectangle/pull/1677 * add and review Vietnamese translation by @anhkhoakz in https://github.com/rxhanson/Rectangle/pull/1683 * Add tileActiveApp action to tile windows of the active application by @hi2gage in https://github.com/rxhanson/Rectangle/pull/1684 * feat add thirds and two thirds shortcuts by @khaledosama999 in https://github.com/rxhanson/Rectangle/pull/1678 ##### New Contributors * @Da2MinuteNoodle made their first contribution in https://github.com/rxhanson/Rectangle/pull/1675 * @samimkel made their first contribution in https://github.com/rxhanson/Rectangle/pull/1677 * @hi2gage made their first contribution in https://github.com/rxhanson/Rectangle/pull/1684 * @khaledosama999 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1678 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.92...v0.93 ### v0.92 - Date: 2025-11-02 - Version: v0.92 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.92 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.92 - Labels: Platforms: macOS ##### What's Changed * Discussion #1599, increase/decrease width/height shortcut by @thenickygee in https://github.com/rxhanson/Rectangle/pull/1652 * Liquid Glass App Icon for macOS 26 Tahoe by @alexkaessner in https://github.com/rxhanson/Rectangle/pull/1659 * Update French translations in Main.xcstrings by @jonathan-sousa in https://github.com/rxhanson/Rectangle/pull/1660 ##### New Contributors * @thenickygee made their first contribution in https://github.com/rxhanson/Rectangle/pull/1652 * @alexkaessner made their first contribution in https://github.com/rxhanson/Rectangle/pull/1659 * @jonathan-sousa made their first contribution in https://github.com/rxhanson/Rectangle/pull/1660 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.91...v0.92 ### v0.91 - Date: 2025-09-29 - Version: v0.91 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.91 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.91 - Labels: Platforms: macOS ##### What's Changed * Fixed a bug with the smaller height hidden action not working when a window is max height * Update Korean Translation by @justcontributor in https://github.com/rxhanson/Rectangle/pull/1639 * Set all settings views to the same width (in a nice looking way) by @strategiconquest in https://github.com/rxhanson/Rectangle/pull/1649 * Add option to move resized window to the display under cursor (this is currently only enabled by Terminal command). by @fnando in https://github.com/rxhanson/Rectangle/pull/1644 ##### New Contributors * @fnando made their first contribution in https://github.com/rxhanson/Rectangle/pull/1644 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.90...v0.91 ### v0.90 - Date: 2025-08-27 - Version: v0.90 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.90 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.90 - Labels: Platforms: macOS ##### What's Changed * Add “Center Three Fourths” action by @tgt in https://github.com/rxhanson/Rectangle/pull/1621 * Update Korean Translation by @zooxop in https://github.com/rxhanson/Rectangle/pull/1628 * Fix bug preventing Chinese localization ##### New Contributors * @tgt made their first contribution in https://github.com/rxhanson/Rectangle/pull/1621 * @zooxop made their first contribution in https://github.com/rxhanson/Rectangle/pull/1628 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.89...v0.90 ### v0.89 - Date: 2025-07-22 - Version: v0.89 - Original notes: https://github.com/rxhanson/Rectangle/releases/tag/v0.89 - Permalink: https://whatsnew.fyi/product/rectangle/releases/v0.89 - Labels: Platforms: macOS ##### What's Changed * Fix terminal command for ordering by x coordinate by @nikwen in https://github.com/rxhanson/Rectangle/pull/1612 * Add percentage width to Todo Mode by @tomdaly in https://github.com/rxhanson/Rectangle/pull/1616 * Add "Center Two Thirds" action by @savin000 in https://github.com/rxhanson/Rectangle/pull/1617 * Fixes a bug where repeating larger/smaller commands would cycle displays when repeated commands cycle displays is selected. ##### New Contributors * @nikwen made their first contribution in https://github.com/rxhanson/Rectangle/pull/1612 * @tomdaly made their first contribution in https://github.com/rxhanson/Rectangle/pull/1616 * @savin000 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1617 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.88...v0.89 ##### What's Changed * Fix terminal command for ordering by x coordinate by @nikwen in https://github.com/rxhanson/Rectangle/pull/1612 * Add percentage width to Todo Mode by @tomdaly in https://github.com/rxhanson/Rectangle/pull/1616 * Add "Center Two Thirds" action by @savin000 in https://github.com/rxhanson/Rectangle/pull/1617 ##### New Contributors * @nikwen made their first contribution in https://github.com/rxhanson/Rectangle/pull/1612 * @tomdaly made their first contribution in https://github.com/rxhanson/Rectangle/pull/1616 * @savin000 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1617 **Full Changelog**: https://github.com/rxhanson/Rectangle/compare/v0.88...v0.89