|
| 1 | +<p>Updated to Vim 9.1.1000</p> |
| 2 | + |
| 3 | +<p>This is a pre-release version of MacVim. To use the latest stable release, see <a href="https://github.com/macvim-dev/macvim/releases/latest">https://github.com/macvim-dev/macvim/releases/latest</a></p> |
| 4 | + |
| 5 | +<details> |
| 6 | + <summary>What’s Changed</summary> |
| 7 | + |
| 8 | + <!-- Release notes generated using configuration in .github/release.yml at prerelease-180.1 --> |
| 9 | + |
| 10 | + <h2 id="whats-changed">What’s Changed</h2> |
| 11 | + <ul> |
| 12 | + <li>Use getregion() for showing definition of selected texts by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1508">#1508</a></li> |
| 13 | + <li>Expose setting to only open untitled window only on reactivation by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1509">#1509</a></li> |
| 14 | + <li>Add setting for whether to show document icon at title bar by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1510">#1510</a></li> |
| 15 | + <li>Dark mode improve docs for v:os_appearance and add tests by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1511">#1511</a></li> |
| 16 | + <li>Add support for macos-15 for CI by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1514">#1514</a></li> |
| 17 | + <li>Fix non-native fullscreen quit to black screen bug by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1516">#1516</a></li> |
| 18 | + <li>Fix resizing MacVim window occasionally result in a stale wrong Vim size by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1518">#1518</a></li> |
| 19 | + <li>Fix non-native full screen misc crash, background color, and transparency issues by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1521">#1521</a></li> |
| 20 | + <li>Fix menu item “MacVim Website” to go to correct URL by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1524">#1524</a></li> |
| 21 | + <li>Fix full screen window restore / multi-screen / misc issues by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1525">#1525</a></li> |
| 22 | + <li>New defaults: Smoothly resize window, guioptions+=k by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1528">#1528</a></li> |
| 23 | + </ul> |
| 24 | + |
| 25 | + <h2 id="new-contributors">New Contributors</h2> |
| 26 | + <ul> |
| 27 | + <li>@ilyagr made their first contribution in <a href="https://github.com/macvim-dev/macvim/pull/1520">#1520</a></li> |
| 28 | + </ul> |
| 29 | + |
| 30 | + <p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-180…prerelease-180.1</p> |
| 31 | + |
| 32 | +</details> |
0 commit comments