<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/lua/mason-registry, branch v1.x</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/lua/mason-registry?h=v1.x</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/lua/mason-registry?h=v1.x'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/'/>
<updated>2024-06-01T15:17:27Z</updated>
<entry>
<title>feat(pypi): improve resolving suitable python version (#1725)</title>
<updated>2024-06-01T15:17:27Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2024-06-01T15:17:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0950b15060067f752fde13a779a994f59516ce3d'/>
<id>urn:sha1:0950b15060067f752fde13a779a994f59516ce3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(registry): exhaust streaming parser when loading "file:" registries (#1708)</title>
<updated>2024-05-14T07:24:21Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2024-05-14T07:24:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=49ff59aded1047a773670651cfa40e76e63c6377'/>
<id>urn:sha1:49ff59aded1047a773670651cfa40e76e63c6377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(registry): clean up recent changes (#1704)</title>
<updated>2024-05-11T21:21:55Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2024-05-11T21:21:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e91ff44c0a97a76a004b5516db8e3085d1955fb6'/>
<id>urn:sha1:e91ff44c0a97a76a004b5516db8e3085d1955fb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf(registry): significantly improve the "file:" protocol performance (#1702)</title>
<updated>2024-05-11T18:59:50Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2024-05-11T18:59:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=098a56c385ca3a1a0d4682d129203dda35421b8e'/>
<id>urn:sha1:098a56c385ca3a1a0d4682d129203dda35421b8e</id>
<content type='text'>
Instead of spawning a separate yq process for each registry package, utilize multi-document parsing through a single
process.

This should have significant performance improvements on all platforms, but especially Windows, due to bottlenecks
caused by AV software.

IMPORTANT: Writing all package definitions as-is via stdin like this works because packages in the registry (at least
the core registry) must start with a document header (---), effectively acting as a document separator.</content>
</entry>
<entry>
<title>feat: add support for openvsx sources (#1589)</title>
<updated>2024-01-06T08:02:01Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2024-01-06T08:02:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=6c685476df4f202e371bdd3d726729d6f3f8b9f0'/>
<id>urn:sha1:6c685476df4f202e371bdd3d726729d6f3f8b9f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(registry): fix parsing registry identifiers that contain ":" (#1542)</title>
<updated>2023-10-31T14:55:27Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-10-31T14:55:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=87eb3ac2ab4fcbf5326d8bde6842b073a3be65a7'/>
<id>urn:sha1:87eb3ac2ab4fcbf5326d8bde6842b073a3be65a7</id>
<content type='text'>
This primarily fixes `file:` registry identifiers on Windows that may include a drive letter (e.g.
`file:C:\Users\user\AppData\Local\nvim`).</content>
</entry>
<entry>
<title>fix(registry): reset registries state when setting registries (#1474)</title>
<updated>2023-08-27T15:55:46Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-08-27T15:55:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=c811fbf09c7642eebb37d6694f1a016a043f6ed3'/>
<id>urn:sha1:c811fbf09c7642eebb37d6694f1a016a043f6ed3</id>
<content type='text'>
This should only be called once (during mason.nvim setup), but this fixes potential duplicate registry registration in
cases where it's called &gt; 1 times.</content>
</entry>
<entry>
<title>refactor(registry): colocate FileRegistrySource buffer management (#1473)</title>
<updated>2023-08-27T15:55:27Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-08-27T15:55:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=3569827f7b4651561eaafc60a3f3bc1bf382cebb'/>
<id>urn:sha1:3569827f7b4651561eaafc60a3f3bc1bf382cebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(registry): schedule vim.fn calls in FileRegistrySource (#1471)</title>
<updated>2023-08-27T15:53:27Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-08-27T15:53:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=1c77412d7ff73e453cdc5366c8d7cd98d2242802'/>
<id>urn:sha1:1c77412d7ff73e453cdc5366c8d7cd98d2242802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add file: source protocol (#1457)</title>
<updated>2023-08-25T22:03:13Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-08-25T22:03:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=85440397264a31208721e4501c93b23a4940b27e'/>
<id>urn:sha1:85440397264a31208721e4501c93b23a4940b27e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(sources): don't skip installation if fixed version is not currently installed (#1297)</title>
<updated>2023-05-11T23:55:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-05-11T23:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9c5edf13c2e6bd5223eebfeb4557ccc841acaa0e'/>
<id>urn:sha1:9c5edf13c2e6bd5223eebfeb4557ccc841acaa0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add .get_all_package_specs() (#1247)</title>
<updated>2023-04-22T17:20:52Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-22T17:20:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=579d4bd178f4aae76a4f4dc2ea34bf5e8fa6231b'/>
<id>urn:sha1:579d4bd178f4aae76a4f4dc2ea34bf5e8fa6231b</id>
<content type='text'>
This is a faster method than .get_all_packages() due to the fact that it only loads package specifications without
instantiating mason-core.package instances. Useful for situations where one only needs to read spec data.</content>
</entry>
<entry>
<title>chore: remove lua:mason-registry.index registry entry (#1243)</title>
<updated>2023-04-21T19:33:02Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-21T19:33:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=ac767592473104dd0cf11725c73470cd47b81b7e'/>
<id>urn:sha1:ac767592473104dd0cf11725c73470cd47b81b7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate verible (#1235)</title>
<updated>2023-04-18T20:34:44Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-18T20:34:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d3188d44efb0caf006492641f7b9189ae86e47be'/>
<id>urn:sha1:d3188d44efb0caf006492641f7b9189ae86e47be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate haskell-language-server (#1230)</title>
<updated>2023-04-18T09:07:41Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-18T09:07:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d'/>
<id>urn:sha1:83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate r-languageserver (#1222)</title>
<updated>2023-04-16T19:42:54Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-16T19:42:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0184cf4b6d009623d8610cae956c44471e68250d'/>
<id>urn:sha1:0184cf4b6d009623d8610cae956c44471e68250d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate julia-lsp (#1217)</title>
<updated>2023-04-15T21:32:10Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-15T21:32:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=390f1635b383d2cedd6ebe626c39ff9385885e78'/>
<id>urn:sha1:390f1635b383d2cedd6ebe626c39ff9385885e78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate packages (#1203)</title>
<updated>2023-04-11T01:12:52Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-11T01:12:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e5bb23fa9ee2a2047368b05f262de6b2152d7a27'/>
<id>urn:sha1:e5bb23fa9ee2a2047368b05f262de6b2152d7a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): pcall require Lua registry packages (#1200)</title>
<updated>2023-04-08T13:09:30Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-08T13:09:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=2311d9d883eb709ad9979a726a38c5ce1343b63c'/>
<id>urn:sha1:2311d9d883eb709ad9979a726a38c5ce1343b63c</id>
<content type='text'>
The index table may get out of date if a user updates the plugin version without restarting Neovim, causing the
`require()` call to error (note, restarting Neovim after plugin updates is always a good idea).</content>
</entry>
<entry>
<title>chore: migrate packages (#1198)</title>
<updated>2023-04-08T12:29:03Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-08T12:29:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=802ec71625dac8c6a9617b22abdda5e9bf3f6717'/>
<id>urn:sha1:802ec71625dac8c6a9617b22abdda5e9bf3f6717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(windows): download registry archive to file instead of piping data (#1189)</title>
<updated>2023-04-07T20:33:43Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-07T20:33:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=84af7a1fa1dbdb0f201849be7993d999a05d973b'/>
<id>urn:sha1:84af7a1fa1dbdb0f201849be7993d999a05d973b</id>
<content type='text'>
Accessing binary data from the stdout of pwsh.exe's iwr seems to be
causing data corruption leading to inability to unpack the archive.</content>
</entry>
<entry>
<title>chore: migrate packages (#1182)</title>
<updated>2023-04-05T22:09:09Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-05T22:09:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0b66d6c5fa3fb8a36c76e8d2621e282e978dd5f8'/>
<id>urn:sha1:0b66d6c5fa3fb8a36c76e8d2621e282e978dd5f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add ability to register package aliases (#1146)</title>
<updated>2023-04-05T19:42:17Z</updated>
<author>
<name>elky</name>
<email>kylelholzinger@gmail.com</email>
</author>
<published>2023-04-05T19:42:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4453caf0faa37f9a4b85a73d2c09d5b5bca2d3aa'/>
<id>urn:sha1:4453caf0faa37f9a4b85a73d2c09d5b5bca2d3aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(github): fall back to curl/wget if gh is not available (#1181)</title>
<updated>2023-04-05T17:50:43Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-05T17:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e57d9bd671adce24970480a194690d207e2a141d'/>
<id>urn:sha1:e57d9bd671adce24970480a194690d207e2a141d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: vendor zzlib for unzip (#1174)</title>
<updated>2023-04-02T23:43:37Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-02T23:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=46abd3ff86c74294fed9a530ec872ec7a4680bef'/>
<id>urn:sha1:46abd3ff86c74294fed9a530ec872ec7a4680bef</id>
<content type='text'>
Download data of the registry suggest that ~10-18% struggle to unpack the registry archive, with the drop-off occurring in the `unzip` step. Being able to unpack the registry is a very crucial component of mason.nvim, which warrants vendoring [zzlib](https://github.com/zerkman/zzlib) to allow unpacking it entirely in Lua.</content>
</entry>
<entry>
<title>chore: migrate packages (#1173)</title>
<updated>2023-04-02T22:47:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-02T22:47:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=cf84a1d710cbe1f2ab698cfc07de057046892bbb'/>
<id>urn:sha1:cf84a1d710cbe1f2ab698cfc07de057046892bbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: only schedule in a.scheduler() when in fast event (#1170)</title>
<updated>2023-04-02T22:33:48Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-02T22:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0114336145771ff7c528debba52c5ff21bf6f7a2'/>
<id>urn:sha1:0114336145771ff7c528debba52c5ff21bf6f7a2</id>
<content type='text'>
Explicitly schedule via `a.wait(vim.schedule)` instead.</content>
</entry>
<entry>
<title>fix(registry): use oneshot channel for updating registry (#1168)</title>
<updated>2023-04-01T22:15:48Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-01T22:15:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=2e35781f5ee020fac6182b4494fdf2f12f3a9bbf'/>
<id>urn:sha1:2e35781f5ee020fac6182b4494fdf2f12f3a9bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ui): display warning and error message if registry is not installed (#1164)</title>
<updated>2023-04-01T19:55:58Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-01T19:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=bdc5b36ee4124682e35bd59e0f162f0d0d09017f'/>
<id>urn:sha1:bdc5b36ee4124682e35bd59e0f162f0d0d09017f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate packages (#1163)</title>
<updated>2023-04-01T18:56:45Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-01T18:56:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9c3f731b53abc19c123d396da94edbaba80210ae'/>
<id>urn:sha1:9c3f731b53abc19c123d396da94edbaba80210ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate packages (#1161)</title>
<updated>2023-03-31T17:59:47Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-31T17:59:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=baee73f710fda10d3f946dc98f14b6923f38e3f1'/>
<id>urn:sha1:baee73f710fda10d3f946dc98f14b6923f38e3f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate packages (#1148)</title>
<updated>2023-03-29T06:46:37Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-29T06:46:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=28fe4925511cc679ae65046c1ecc3389249264d4'/>
<id>urn:sha1:28fe4925511cc679ae65046c1ecc3389249264d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate rust-analyzer (#1144)</title>
<updated>2023-03-27T10:57:57Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-27T10:57:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=8829f9539f501ac99d6a556309a672478ca78e98'/>
<id>urn:sha1:8829f9539f501ac99d6a556309a672478ca78e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: migrate packages (#1141)</title>
<updated>2023-03-26T13:47:31Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-26T13:47:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=1f8e3a51d6370304ad29ca4f22fcb374018840db'/>
<id>urn:sha1:1f8e3a51d6370304ad29ca4f22fcb374018840db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: download checksum after unzip (#1135)</title>
<updated>2023-03-25T15:06:59Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-25T15:06:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=698b2827fe491a21362ecd37705b0506758b6cea'/>
<id>urn:sha1:698b2827fe491a21362ecd37705b0506758b6cea</id>
<content type='text'>
* refactor: download checksum after unzip

* fixup

---------

Co-authored-by: williambotman[bot] &lt;william+bot@redwill.se&gt;</content>
</entry>
<entry>
<title>chore: migrate lua-language-server (#1127)</title>
<updated>2023-03-23T11:06:17Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T11:06:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=210865d77cce5546876aec63dee1c36526491513'/>
<id>urn:sha1:210865d77cce5546876aec63dee1c36526491513</id>
<content type='text'>
Closes #995.</content>
</entry>
<entry>
<title>chore: migrate solang (#1126)</title>
<updated>2023-03-23T11:04:41Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T11:04:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dafa10810560f0ec41db37cf379270542f3cdce7'/>
<id>urn:sha1:dafa10810560f0ec41db37cf379270542f3cdce7</id>
<content type='text'>
Closes #1025.</content>
</entry>
<entry>
<title>chore: migrate fourmolu (#1125)</title>
<updated>2023-03-23T11:00:01Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T11:00:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=8e6b6213e1716cb7aac5f23ab4c88dea2760cfd7'/>
<id>urn:sha1:8e6b6213e1716cb7aac5f23ab4c88dea2760cfd7</id>
<content type='text'>
Closes #1053.</content>
</entry>
<entry>
<title>chore: migrate js-debug-adapter (#1122)</title>
<updated>2023-03-23T10:41:19Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T10:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=30f832f219bea0574a1c2fe4900641bdd1112509'/>
<id>urn:sha1:30f832f219bea0574a1c2fe4900641bdd1112509</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(scripts): setup mason and init registries (#1124)</title>
<updated>2023-03-23T10:38:19Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T10:38:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=1fcb620a26e90071862a9d5469479cc6b04ee119'/>
<id>urn:sha1:1fcb620a26e90071862a9d5469479cc6b04ee119</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: mkdirp if stdpath("state" | "cache") doesn't exist (#1123)</title>
<updated>2023-03-23T10:22:45Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-23T10:22:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=c1f790c10a0ed0cf9cc0f9523ff7218c5ad5fa54'/>
<id>urn:sha1:c1f790c10a0ed0cf9cc0f9523ff7218c5ad5fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add openedge-language-server (#1108)</title>
<updated>2023-03-18T14:08:23Z</updated>
<author>
<name>Gilles Querret</name>
<email>g.querret@riverside-software.fr</email>
</author>
<published>2023-03-18T14:08:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9582bee51c8071981283c3428b30560590ad09b5'/>
<id>urn:sha1:9582bee51c8071981283c3428b30560590ad09b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add registry.refresh() method (#1096)</title>
<updated>2023-03-14T03:48:03Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-14T03:48:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=bf087883b05082a07ec2abe22e904b227b21f0d3'/>
<id>urn:sha1:bf087883b05082a07ec2abe22e904b227b21f0d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(sources): also set .desc property when updating spec (#1095)</title>
<updated>2023-03-13T23:59:56Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-13T23:59:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=63988d84311defc54a36d8befcb8df3646ac1cbc'/>
<id>urn:sha1:63988d84311defc54a36d8befcb8df3646ac1cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: enforce import order (#1092)</title>
<updated>2023-03-12T08:26:02Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-12T08:26:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=698cd0c4f10480991e665f31977650858d625af1'/>
<id>urn:sha1:698cd0c4f10480991e665f31977650858d625af1</id>
<content type='text'>
* chore(workflows): update dependencies

* style: enforce import order</content>
</entry>
<entry>
<title>feat: add github registry source capabilities (#1091)</title>
<updated>2023-03-12T07:21:15Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-12T07:21:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=a01d02ad7f680aec98a1e2ec35b04cedd307cfa8'/>
<id>urn:sha1:a01d02ad7f680aec98a1e2ec35b04cedd307cfa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(golangci-lint): support linux_arm64 (#1089)</title>
<updated>2023-03-10T20:18:14Z</updated>
<author>
<name>mmihira</name>
<email>mmihira.w@gmail.com</email>
</author>
<published>2023-03-10T20:18:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e52225531a8b622ff79c6e11ffd3df9acea8327b'/>
<id>urn:sha1:e52225531a8b622ff79c6e11ffd3df9acea8327b</id>
<content type='text'>
Closes #1084.</content>
</entry>
<entry>
<title>fix(js-debug-adapter): fix build script (#1088)</title>
<updated>2023-03-09T20:58:46Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-09T20:58:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=50ed86031979a930237c88fa4ce6a5dce9a5797c'/>
<id>urn:sha1:50ed86031979a930237c88fa4ce6a5dce9a5797c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add clj-kondo (#1082)</title>
<updated>2023-03-08T23:57:04Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-08T23:57:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e641657e02a6ce4404630c49facbc3c2cc64ca48'/>
<id>urn:sha1:e641657e02a6ce4404630c49facbc3c2cc64ca48</id>
<content type='text'>
Co-authored-by: Oliver Marshall &lt;olivershawmarshall@gmail.com&gt;</content>
</entry>
<entry>
<title>chore(php-cs-fixer): use new PHP-CS-Fixer/PHP-CS-Fixer repo (#1078)</title>
<updated>2023-03-08T23:06:25Z</updated>
<author>
<name>ueaner</name>
<email>ueaner@gmail.com</email>
</author>
<published>2023-03-08T23:06:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=73fb87a7e00cf80633cd9839bf2370ac85efc6c4'/>
<id>urn:sha1:73fb87a7e00cf80633cd9839bf2370ac85efc6c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add bslint (#1070)</title>
<updated>2023-03-08T01:08:01Z</updated>
<author>
<name>Cason Adams</name>
<email>casonadams@gmail.com</email>
</author>
<published>2023-03-08T01:08:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=bb307c339d14afaaefe624f784e3cf25451817e4'/>
<id>urn:sha1:bb307c339d14afaaefe624f784e3cf25451817e4</id>
<content type='text'>
* add bslint

* apply diff

---------

Co-authored-by: williambotman[bot] &lt;william+bot@redwill.se&gt;</content>
</entry>
<entry>
<title>chore(cmakelint): update languages (#1069)</title>
<updated>2023-03-05T19:15:16Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-05T19:15:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=8dbd5ca28c70f15814d1749717f86da9bfd1c8ba'/>
<id>urn:sha1:8dbd5ca28c70f15814d1749717f86da9bfd1c8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add pyflakes (#1052)</title>
<updated>2023-03-05T18:22:39Z</updated>
<author>
<name>Егор Мартынов</name>
<email>48406064+mrtnvgr@users.noreply.github.com</email>
</author>
<published>2023-03-05T18:22:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=418464ed78acb6d9ea7fd6dbd4238a6730496ada'/>
<id>urn:sha1:418464ed78acb6d9ea7fd6dbd4238a6730496ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: cmake-lint -&gt; cmakelint (#1067)</title>
<updated>2023-03-05T18:11:28Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-05T18:11:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dc32e77ac92cd31fa578b979cf7123828bb4e4f5'/>
<id>urn:sha1:dc32e77ac92cd31fa578b979cf7123828bb4e4f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add cmake-lint (#1050)</title>
<updated>2023-03-05T18:08:35Z</updated>
<author>
<name>Jay Patel</name>
<email>36803168+jay-babu@users.noreply.github.com</email>
</author>
<published>2023-03-05T18:08:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dd9ef3f311053c5ccc4541ebf5b83077f919ec41'/>
<id>urn:sha1:dd9ef3f311053c5ccc4541ebf5b83077f919ec41</id>
<content type='text'>
Closes #1006.</content>
</entry>
<entry>
<title>feat(registry): add snakefmt (#1048)</title>
<updated>2023-03-05T17:54:42Z</updated>
<author>
<name>Noah Biederbeck</name>
<email>noah.biederbeck@tu-dortmund.de</email>
</author>
<published>2023-03-05T17:54:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=712f137d42c09dad473c2afeb366e094222c6f49'/>
<id>urn:sha1:712f137d42c09dad473c2afeb366e094222c6f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ui): display registries in help window (#1062)</title>
<updated>2023-03-05T02:33:41Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-05T02:33:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=51228a60d1a5017030429ba38f018ff27a460c76'/>
<id>urn:sha1:51228a60d1a5017030429ba38f018ff27a460c76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pydocstyle): toml support (#1040)</title>
<updated>2023-02-28T18:50:48Z</updated>
<author>
<name>Gabriel B. Santos</name>
<email>9348147+gabrielbdsantos@users.noreply.github.com</email>
</author>
<published>2023-02-28T18:50:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=1c23135467af667c61aef72a7c08b9a032c50a52'/>
<id>urn:sha1:1c23135467af667c61aef72a7c08b9a032c50a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add LuaRegistrySource spec (#1027)</title>
<updated>2023-02-23T06:38:08Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-23T06:38:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=11e34da70dc531e5d917fd4303db2d81258f6ada'/>
<id>urn:sha1:11e34da70dc531e5d917fd4303db2d81258f6ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: load mason-registry.sources directly (#1021)</title>
<updated>2023-02-21T16:57:45Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-21T16:57:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=5969890b687e7d37395039bb32b644f2820f03bb'/>
<id>urn:sha1:5969890b687e7d37395039bb32b644f2820f03bb</id>
<content type='text'>
This further reduces the amount of modules loaded during setup.</content>
</entry>
<entry>
<title>feat(registry): add yls-yara (#1018)</title>
<updated>2023-02-21T11:23:29Z</updated>
<author>
<name>terib0l</name>
<email>64969840+terib0l@users.noreply.github.com</email>
</author>
<published>2023-02-21T11:23:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4b82b711cb58e7f2dae75963cc960f5bbddcad8b'/>
<id>urn:sha1:4b82b711cb58e7f2dae75963cc960f5bbddcad8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: configurable registries (#1016)</title>
<updated>2023-02-20T21:19:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-20T21:19:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b8a6632a0f2d263199d5d480ca85477fe0f414ab'/>
<id>urn:sha1:b8a6632a0f2d263199d5d480ca85477fe0f414ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add brighterscript-formatter (#1009)</title>
<updated>2023-02-19T21:58:26Z</updated>
<author>
<name>Cason Adams</name>
<email>casonadams@gmail.com</email>
</author>
<published>2023-02-19T21:58:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=838eedb4dbf59bf9eff6629f733ee71d26d1b31c'/>
<id>urn:sha1:838eedb4dbf59bf9eff6629f733ee71d26d1b31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(providers): add more endpoints (#1013)</title>
<updated>2023-02-19T21:54:29Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-19T21:54:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=3e5c8e1777e3ec4062306fcb1bb131e1bca2adfe'/>
<id>urn:sha1:3e5c8e1777e3ec4062306fcb1bb131e1bca2adfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(terraform-ls): use releases.hashicorp.com (#1002)</title>
<updated>2023-02-16T18:52:28Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-16T18:52:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=511457c94cc47e5edbc82cf35469dcd09d56856f'/>
<id>urn:sha1:511457c94cc47e5edbc82cf35469dcd09d56856f</id>
<content type='text'>
Closes #1001.</content>
</entry>
<entry>
<title>refactor(vacuum): use github source (#998)</title>
<updated>2023-02-15T23:25:25Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-15T23:25:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=fecabaff94c34bf8ed9c3b2a45d42a5906ea251c'/>
<id>urn:sha1:fecabaff94c34bf8ed9c3b2a45d42a5906ea251c</id>
<content type='text'>
The npm package is just a Node.js script that downloads these.</content>
</entry>
<entry>
<title>feat(registry): add vacuum (#996)</title>
<updated>2023-02-15T22:42:03Z</updated>
<author>
<name>Micah Halter</name>
<email>micah@mehalter.com</email>
</author>
<published>2023-02-15T22:42:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=28b27ad71c8aba165d81853981655b087794f4ce'/>
<id>urn:sha1:28b27ad71c8aba165d81853981655b087794f4ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: fix some typos</title>
<updated>2023-02-15T13:33:26Z</updated>
<author>
<name>Zhizhen He</name>
<email>hezhizhen.yi@gmail.com</email>
</author>
<published>2023-02-15T13:33:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7'/>
<id>urn:sha1:63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(docker-compose-language-service): upstream added a binary (#990)</title>
<updated>2023-02-14T14:45:45Z</updated>
<author>
<name>Marc Deop</name>
<email>marc@marcdeop.com</email>
</author>
<published>2023-02-14T14:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=eb6010ac97e9b510ddce8d28b6925ff6b046eab2'/>
<id>urn:sha1:eb6010ac97e9b510ddce8d28b6925ff6b046eab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add ansible-lint (#989)</title>
<updated>2023-02-13T21:16:58Z</updated>
<author>
<name>Can Güvendiren</name>
<email>can@glacion.com</email>
</author>
<published>2023-02-13T21:16:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=bd3b9918dc317b8772000949a0229156dbb004bb'/>
<id>urn:sha1:bd3b9918dc317b8772000949a0229156dbb004bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add docker-compose-language-service (#986)</title>
<updated>2023-02-13T18:05:13Z</updated>
<author>
<name>Marc Deop</name>
<email>marc@marcdeop.com</email>
</author>
<published>2023-02-13T18:05:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=a35f3c44381c8ce37faefd427b474ea5ef72d37d'/>
<id>urn:sha1:a35f3c44381c8ce37faefd427b474ea5ef72d37d</id>
<content type='text'>
Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>feat: add antlers-language-server (#985)</title>
<updated>2023-02-12T13:52:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-12T13:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f557094c77c4fa91c3613cfbd22cbcdbe0569793'/>
<id>urn:sha1:f557094c77c4fa91c3613cfbd22cbcdbe0569793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(api): %s,\v(api/)repo,\1github (#981)</title>
<updated>2023-02-11T18:53:27Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-02-11T18:53:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f17a4e473c4970af0e476d6ab4d41988a034c3bb'/>
<id>urn:sha1:f17a4e473c4970af0e476d6ab4d41988a034c3bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(lua-language-server): update source repo (#975)</title>
<updated>2023-02-09T15:54:27Z</updated>
<author>
<name>T727</name>
<email>74924917+T-727@users.noreply.github.com</email>
</author>
<published>2023-02-09T15:54:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=14ae1ca58440b158a0a35cf90773013caddf788a'/>
<id>urn:sha1:14ae1ca58440b158a0a35cf90773013caddf788a</id>
<content type='text'>
Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>feat(registry): add fennel-language-server (#971)</title>
<updated>2023-02-07T14:22:55Z</updated>
<author>
<name>Massolari</name>
<email>douglasmassolari@hotmail.com</email>
</author>
<published>2023-02-07T14:22:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=6f8f1ab3f4c5193578797b0d89afa7c497398bb1'/>
<id>urn:sha1:6f8f1ab3f4c5193578797b0d89afa7c497398bb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(golangci-lint): change installation method (#969)</title>
<updated>2023-02-06T16:53:00Z</updated>
<author>
<name>Michalis Fotiadis</name>
<email>47476275+FotiadisM@users.noreply.github.com</email>
</author>
<published>2023-02-06T16:53:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4772aecbf1729787f5679dabffc0a000f7cb9aae'/>
<id>urn:sha1:4772aecbf1729787f5679dabffc0a000f7cb9aae</id>
<content type='text'>
Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>feat(registry): add gospel (#961)</title>
<updated>2023-02-04T16:13:01Z</updated>
<author>
<name>Seth Daniel</name>
<email>github.com@sethdaniel.org</email>
</author>
<published>2023-02-04T16:13:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9ec92c1945b11ba7e7e6730fd60fd44525f24a25'/>
<id>urn:sha1:9ec92c1945b11ba7e7e6730fd60fd44525f24a25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add google-java-format (#958)</title>
<updated>2023-02-01T21:24:35Z</updated>
<author>
<name>Jay Patel</name>
<email>36803168+jay-babu@users.noreply.github.com</email>
</author>
<published>2023-02-01T21:24:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=07de1d12940a6580c125720d37e26abc318f778a'/>
<id>urn:sha1:07de1d12940a6580c125720d37e26abc318f778a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add latexindent formatter (#949)</title>
<updated>2023-01-27T13:39:31Z</updated>
<author>
<name>Jack Woodside</name>
<email>20267593+jackwoodside@users.noreply.github.com</email>
</author>
<published>2023-01-27T13:39:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dc48faeeb6fcd5834fd3f7a78d5e760f30ef6b00'/>
<id>urn:sha1:dc48faeeb6fcd5834fd3f7a78d5e760f30ef6b00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add veryl language server (#945)</title>
<updated>2023-01-26T15:01:02Z</updated>
<author>
<name>dalance</name>
<email>dalance@gmail.com</email>
</author>
<published>2023-01-26T15:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=621730a9911ff7544e6aab5570748c342ba8b1f7'/>
<id>urn:sha1:621730a9911ff7544e6aab5570748c342ba8b1f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(zls): fix Windows x64 target (#948)</title>
<updated>2023-01-26T14:45:32Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-26T14:45:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=37177458fbde33eca4cd0ee48312d93888ac6cf7'/>
<id>urn:sha1:37177458fbde33eca4cd0ee48312d93888ac6cf7</id>
<content type='text'>
Closes #947.</content>
</entry>
<entry>
<title>feat(pyre): add LSP category (#940)</title>
<updated>2023-01-23T19:41:15Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-23T19:41:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=22c8a1e67adb51179b26f0e37e87af24baf3fb89'/>
<id>urn:sha1:22c8a1e67adb51179b26f0e37e87af24baf3fb89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add blackd-client (#928)</title>
<updated>2023-01-22T21:24:29Z</updated>
<author>
<name>Dan Sully</name>
<email>dan+github@sully.org</email>
</author>
<published>2023-01-22T21:24:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b66333c224e59d7aec64c16cbda256ca2e1262d3'/>
<id>urn:sha1:b66333c224e59d7aec64c16cbda256ca2e1262d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add vtsls (#935)</title>
<updated>2023-01-21T19:10:33Z</updated>
<author>
<name>Bruno Mello</name>
<email>bruno.barros.mello@gmail.com</email>
</author>
<published>2023-01-21T19:10:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=71069da64d33a33afc169ca37d7ae66699cfe5ee'/>
<id>urn:sha1:71069da64d33a33afc169ca37d7ae66699cfe5ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(brighterscript): link correct executable (#931)</title>
<updated>2023-01-20T22:18:40Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-20T22:18:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9660a811b2e0bd959b63c7f7d41853b49546544d'/>
<id>urn:sha1:9660a811b2e0bd959b63c7f7d41853b49546544d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add erg (#921)</title>
<updated>2023-01-20T20:31:38Z</updated>
<author>
<name>takuto</name>
<email>pysan3@gmail.com</email>
</author>
<published>2023-01-20T20:31:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0f4d8e76736babb89d1a20d04fa37d0fc1b403d4'/>
<id>urn:sha1:0f4d8e76736babb89d1a20d04fa37d0fc1b403d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add brighterscript (#926)</title>
<updated>2023-01-20T20:28:12Z</updated>
<author>
<name>Cason Adams</name>
<email>casonadams@gmail.com</email>
</author>
<published>2023-01-20T20:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=62f55697e0a9e12f2f8392140352cf790eaac947'/>
<id>urn:sha1:62f55697e0a9e12f2f8392140352cf790eaac947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(drools-lsp): remove unused shell exec wrapper (#925)</title>
<updated>2023-01-19T21:56:04Z</updated>
<author>
<name>David Ward</name>
<email>errantepiphany@users.noreply.github.com</email>
</author>
<published>2023-01-19T21:56:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=db162f3f32e54f3a4ee2f03c1ea08a5253a0500a'/>
<id>urn:sha1:db162f3f32e54f3a4ee2f03c1ea08a5253a0500a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add gitui (#919)</title>
<updated>2023-01-18T10:14:52Z</updated>
<author>
<name>Dan Sully</name>
<email>dan+github@sully.org</email>
</author>
<published>2023-01-18T10:14:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d825d3d1612c31caaff60901e0a6600cab8624d3'/>
<id>urn:sha1:d825d3d1612c31caaff60901e0a6600cab8624d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(drools-lsp): link executable to jar file (#912)</title>
<updated>2023-01-16T10:20:05Z</updated>
<author>
<name>David Ward</name>
<email>errantepiphany@users.noreply.github.com</email>
</author>
<published>2023-01-16T10:20:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d4601bec6149347ba707a4f474b6b8133e310c0b'/>
<id>urn:sha1:d4601bec6149347ba707a4f474b6b8133e310c0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(vala-lanaguager-server): update meson build commands  (#896)</title>
<updated>2023-01-15T13:17:05Z</updated>
<author>
<name>Access</name>
<email>ShootingStarDragons@protonmail.com</email>
</author>
<published>2023-01-15T13:17:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b61d7f1af2678eb5b5859aebb628c6839ae82cf2'/>
<id>urn:sha1:b61d7f1af2678eb5b5859aebb628c6839ae82cf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(editorconfig-checker): update Windows assets (#904)</title>
<updated>2023-01-14T11:56:31Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-14T11:56:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=24e78fc945c460ab84abc3d5c596eea0738c5820'/>
<id>urn:sha1:24e78fc945c460ab84abc3d5c596eea0738c5820</id>
<content type='text'>
CI failed at https://github.com/mason-org/mason-registry/pull/310.</content>
</entry>
<entry>
<title>feat(registry): add drools-lsp (#898)</title>
<updated>2023-01-13T18:41:51Z</updated>
<author>
<name>David Ward</name>
<email>errantepiphany@users.noreply.github.com</email>
</author>
<published>2023-01-13T18:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dd61453c12c2334e9187f1180299a5ed2a1610a9'/>
<id>urn:sha1:dd61453c12c2334e9187f1180299a5ed2a1610a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(crystalline): update linux asset name (#901)</title>
<updated>2023-01-13T13:28:17Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-13T13:28:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=01cba2a5944b9d90bc430e0324786f68be42b433'/>
<id>urn:sha1:01cba2a5944b9d90bc430e0324786f68be42b433</id>
<content type='text'>
CI failed at https://github.com/mason-org/mason-registry/pull/305</content>
</entry>
<entry>
<title>feat(registry): add rustywind (#900)</title>
<updated>2023-01-13T13:19:22Z</updated>
<author>
<name>Celso Benedetti</name>
<email>celsobenedetti2@gmail.com</email>
</author>
<published>2023-01-13T13:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e562473a5af13814bdd5bd2bd032f80c70cfd1c9'/>
<id>urn:sha1:e562473a5af13814bdd5bd2bd032f80c70cfd1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: avoid calling API functions inside fast event (#892)</title>
<updated>2023-01-12T11:25:14Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-12T11:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4d734aee41efce4f1a4be7619ad040b53237042e'/>
<id>urn:sha1:4d734aee41efce4f1a4be7619ad040b53237042e</id>
<content type='text'>
This won't be a problem once https://github.com/mason-org/mason-registry
is integrated because package installations won't independently execute
code.

Fixes #891.</content>
</entry>
<entry>
<title>fix(lua-language-server): only install Linux assets on GNU systems (#890)</title>
<updated>2023-01-12T10:25:09Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-12T10:25:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=7344927f599feaf243fdc3621d4062609debba9c'/>
<id>urn:sha1:7344927f599feaf243fdc3621d4062609debba9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add unocss-language-server (#888)</title>
<updated>2023-01-12T09:57:43Z</updated>
<author>
<name>Tom Mi</name>
<email>tommi@niemi.lol</email>
</author>
<published>2023-01-12T09:57:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=8e61dbcbb71acbedf0e00f262ccd69123a9afca4'/>
<id>urn:sha1:8e61dbcbb71acbedf0e00f262ccd69123a9afca4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(registry): add glow (#886)</title>
<updated>2023-01-12T09:56:24Z</updated>
<author>
<name>Seth Daniel</name>
<email>seth@sethdaniel.org</email>
</author>
<published>2023-01-12T09:56:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=160bd7c2144285cb089bf11aab577e87d5cff6b2'/>
<id>urn:sha1:160bd7c2144285cb089bf11aab577e87d5cff6b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(openscad-lsp): fix bin definition (#876)</title>
<updated>2023-01-09T11:35:10Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-09T11:35:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=a4ebe1f14ba31242cd09f9e0709d5b1f9d2bcecb'/>
<id>urn:sha1:a4ebe1f14ba31242cd09f9e0709d5b1f9d2bcecb</id>
<content type='text'>
Closes #875.</content>
</entry>
</feed>
