aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore(main): release 2.3.1 (#2099)HEADv2.3.1stablemainwilliambotman[bot]2 days3-3/+11
* ci: update actions (#2104)William Boman2 days5-8/+8
* ci: add nvim v0.12.2, v0.12.3 to test matrix (#2103)William Boman2 days1-0/+2
* chore(ui): remove link to non-existent link (#2091)gumballriggy2 days1-4/+0
* fix(nuget): also support .cmd shims on Windows (#2102)William Boman2026-05-302-2/+8
* refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fst...William Boman2026-05-304-48/+49
* refactor(fs): implement mkdirp natively via libuv (#2100)William Boman2026-05-306-15/+32
* fix(fs): implement rmrf natively via libuv (#2098)William Boman2026-05-303-8/+62
* chore(main): release 2.3.0 (#2072)v2.3.0williambotman[bot]2026-05-223-4/+22
* feat: add support for socket.dev firewall client (#2088)William Boman2026-05-2222-16/+434
* feat(registry): add registry_cache setting for controlling cache behaviour (#...William Boman2026-05-183-8/+75
* feat: add the infrastructure to support "system" packages (#2085)William Boman2026-05-1419-124/+287
* fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)Aaron U'Ren2026-05-072-6/+52
* fix(spawn): handle cases where PATH env on Windows is not set (#2080)William Boman2026-04-272-3/+22
* fix(powershell): conform to single quotes (#1740)Thomas Tan2026-04-213-5/+6
* chore(ci): update stylua, selene, neovim (#2078)William Boman2026-04-215-5/+15
* feat(npm): add `install_args` setting (#1581)Amit Tamari2026-04-217-4/+72
* fix: actually emit the receipt in uninstall event payloads (#2071)William Boman2026-04-062-1/+33
* chore(main): release 2.2.1 (#2055)v2.2.1williambotman[bot]2026-01-073-3/+10
* fix(registry): exclude synthesized registry when updating/installing registri...William Boman2026-01-073-4/+6
* chore(main): release 2.2.0 (#2032)v2.2.0williambotman[bot]2026-01-073-3/+16
* chore(health): remove sh healthcheck (#2053)William Boman2026-01-071-1/+0
* feat: add support for removal of packages from a registry (#2052)William Boman2026-01-0710-16/+164
* fix(installer): update cwd after uv_fs_rename() was successful (#2033)William Boman2025-11-141-8/+8
* fix(installer): attempt to recover from known fs error while finalizing insta...Sam-Briney2025-11-142-1/+14
* chore(main): release 2.1.0 (#1996)v2.1.0williambotman[bot]2025-10-013-4/+19
* fix(spawn): always expand executable path on Windows (#2021)William Boman2025-09-302-12/+46
* ci: fix shellharden download url (#2022)William Boman2025-09-271-1/+1
* feat(compiler): make `supported_platforms` a universal source field (#2002)William Boman2025-08-079-83/+45
* fix(pypi): add support for "compatible release" (~=) PEP440 expressions (#2000)William Boman2025-08-012-6/+26
* fix(ui): only set border to none if `'winborder'` doesn't exist (#1984)Sebastian Lyng Johansen2025-07-281-6/+2
* fix(process): close check handles (#1995)Mirek Długosz2025-07-282-0/+2
* chore(main): release 2.0.1 (#1921)v2.0.1williambotman[bot]2025-07-253-3/+14
* fix(spawn): fix locating exepath on Windows systems using a Unix `'shell'` (#...William Boman2025-07-251-1/+16
* fix(fetch): add busybox wget support (#1829)Fredrik Foss-Indrehus2025-05-243-21/+75
* docs: rework Installation & Setup sections, and other minor adjustments (#1951)William Boman2025-05-202-69/+71
* fix(pypi): pass --no-user flag (#1958)William Boman2025-05-192-0/+5
* fix(registry): ensure there's no duplicate registry entries (#1957)William Boman2025-05-196-4/+88
* fix(spawn): fix calling vim.fn when inside fast event loop on Windows (#1950)William Boman2025-05-151-0/+1
* docs: update references to mason-org/mason.nvim (#1925)William Boman2025-05-0620-97/+37
* tests: fix flaky test (#1924)William Boman2025-05-061-0/+4
* ci: add nvim v0.11 to test matrix (#1923)William Boman2025-05-061-0/+2
* ci: don't cbfmt check CHANGELOG.md (#1922)William Boman2025-05-061-1/+1
* v2.0.0v2.0.0William Boman2025-05-063-2/+203
* feat: associate package instances with registry source and record it in receiptWilliam Boman2025-05-0612-19/+102
* refactor(registry): change lua registries to not instantiate Package themselvesWilliam Boman2025-05-0212-72/+62
* feat(ui): display purl informationWilliam Boman2025-04-224-0/+26
* feat(ui): support 'winborder'William Boman2025-04-215-5/+19
* feat(ui): display current version in headerWilliam Boman2025-04-212-2/+5
* fix(ui): fix setting outdated package stateWilliam Boman2025-03-281-4/+2