Skip to content

Releases: williamboman/mason.nvim

v1.10.0

29 Jan 06:30
c43eeb5
Compare
Choose a tag to compare

1.10.0 (2024-01-29)

Features

  • don't use vim.g.python3_host_prog as a candidate for python (#1606) (bce96d2)
  • pypi: attempt more python3 candidates (#1608) (dcd0ea3)

Bug Fixes

  • golang: fix fetching package versions for packages containing subpath specifier (#1607) (9c94168)
  • pypi: fix variable shadowing (#1610) (aa550fb)
  • ui: don't indent empty lines (#1597) (c7e6705)

v1.9.0

06 Jan 08:12
baf99d9
Compare
Choose a tag to compare

1.9.0 (2024-01-06)

Features

Bug Fixes

  • cargo: don't attempt to fetch versions when version targets commit SHA (#1585) (a09da6a)

v1.8.3

08 Nov 16:47
41e75af
Compare
Choose a tag to compare

1.8.3 (2023-11-08)

Bug Fixes

  • pypi: support MSYS2 virtual environments on Windows (#1547) (3e2432a)

v1.8.2

31 Oct 14:57
eabf6d3
Compare
Choose a tag to compare

1.8.2 (2023-10-31)

Bug Fixes

  • registry: fix parsing registry identifiers that contain ":" (#1542) (87eb3ac)

v1.8.1

10 Oct 12:05
cd7835b
Compare
Choose a tag to compare

1.8.1 (2023-10-10)

Bug Fixes

v1.8.0

10 Sep 22:02
d66c60e
Compare
Choose a tag to compare

1.8.0 (2023-09-04)

Features

Bug Fixes

  • registry: reset registries state when setting registries (#1474) (c811fbf)
  • registry: schedule vim.fn calls in FileRegistrySource (#1471) (1c77412)

v1.7.0

25 Aug 22:04
4a8deb6
Compare
Choose a tag to compare

1.7.0 (2023-08-25)

Features

  • cargo: support fetching versions for git crates hosted on github (#1459) (e9eb004)
  • registry: add file: source protocol (#1457) (8544039)

Bug Fixes

v1.6.2

09 Aug 07:48
74eac86
Compare
Choose a tag to compare

1.6.2 (2023-08-09)

Bug Fixes

  • ui: don't disable search mode if empty pattern and last-pattern is set (#1445) (be6f680)

v1.6.1

21 Jul 16:15
3f6b544
Compare
Choose a tag to compare

1.6.1 (2023-07-21)

Bug Fixes

  • installer: retain unmapped source fields (#1399) (0579574)

v1.6.0

04 Jul 10:31
5ad3e11
Compare
Choose a tag to compare

1.6.0 (2023-07-04)

Features

  • ui: display package deprecation message (#1391) (b728115)
  • ui: don't use diagnostic messages for displaying deprecated, uninstalled, packages (#1393) (c290d0e)