|
| 1 | +--- |
| 2 | +title: "Pulsar 1.124.0: Happy Year-End Festivities!" |
| 3 | +author: DeeDeeG |
| 4 | +date: 2024-12-16 |
| 5 | +category: |
| 6 | + - dev |
| 7 | +tag: |
| 8 | + - release |
| 9 | +--- |
| 10 | + |
| 11 | +Pulsar [1.124.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.124.0) is available now! |
| 12 | + |
| 13 | +<!-- more --> |
| 14 | + |
| 15 | +## Pulsar v1.124.0: Happy Year-End Festivities! |
| 16 | + |
| 17 | +We hope you're having a relaxing and wholesome holiday season! We've been kicking back a bit ourselves, but that doesn't mean we don't have any new updates to share with you! |
| 18 | + |
| 19 | +Whether you're celebrating end-of-year holidays in the cold of Winter, or the heat of Summer (depending on what hemisphere you live in!) Pulsar is here to warm your heart with another Regular release. |
| 20 | + |
| 21 | +We've made it possible for spellcheck to activate in more fine-grained scopes, and turned it on for code comments by default. _(Now with fewer typos in comments!)_ If you'd like to disable spell checking in comments, navigate to `Settings > spell-check > grammars` and remove `source comment`, or delete `source comment` from `spell-check.grammars` in your config file. |
| 22 | + |
| 23 | +We've tweaked and refined some aspects of our Tree-sitter usage, as usual. With a fix for C++, and another under-the-hood fix as well. |
| 24 | + |
| 25 | +We've ensured that keybinds should show for every package in `settings-view`, fixing a bug that prevented any keybinds from showing when keybinds were available for OSes/platforms other than the one currently in use. |
| 26 | + |
| 27 | +We've cleaned up an outdated error message that you might see when moving items to the trash on Linux. |
| 28 | + |
| 29 | +And we've engaged in a bit of maintenance around our CI operations as usual, and made building Pulsar a bit faster by skipping generation of blockmap files that we currently don't make use of. |
| 30 | + |
| 31 | +As always, a huge thank you to our community, contributors, and donations. |
| 32 | +Happy coding, and see you amongst the stars. |
| 33 | +\- The Pulsar Team |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +- Enhanced spellcheck to allow spellchecking on sections of a buffer. Making it possible to spellcheck comments within code, which has been enabled by default. |
| 38 | +- Tree-sitter fixes and enhancements for `language-c`. |
| 39 | +- Updated error message received when deleting a file in Linux to be more accurate. |
| 40 | +- Fixed error that could cause some keymaps to not appear under a package in `settings-view`. |
| 41 | + |
| 42 | +### Pulsar |
| 43 | + |
| 44 | +- CI: Add build dependencies for Linux 'test bins' job [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1165) |
| 45 | +- Tree-sitter rolling fixes, 1.124 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1148) |
| 46 | +- Fix Linux trash error message [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/1151) |
| 47 | +- electron-builder: Don't create differential update blockmaps [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1139) |
| 48 | +- CI: Update Cirrus Rolling release upload token [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1141) |
| 49 | + |
| 50 | +#### spell-check |
| 51 | + |
| 52 | +- [spell-check] Allow the user to whitelist sections of a buffer for spellchecking on a per-language basis. [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1147) |
| 53 | + |
| 54 | +#### settings-view |
| 55 | + |
| 56 | +- [settings-view] Fix Package keymap compatibility check [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/1161) |
0 commit comments