Skip to content

Latest commit

 

History

History
185 lines (88 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

185 lines (88 loc) · 11.4 KB

Changelog

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)

1.9.0 (2024-01-06)

Features

Bug Fixes

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

1.8.3 (2023-11-08)

Bug Fixes

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

1.8.2 (2023-10-31)

Bug Fixes

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

1.8.1 (2023-10-10)

Bug Fixes

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)

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

1.6.2 (2023-08-09)

Bug Fixes

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

1.6.1 (2023-07-21)

Bug Fixes

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

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)

1.5.1 (2023-06-28)

Bug Fixes

  • linker: ensure exec wrapper target is executable (#1380) (10da1a3)
  • purl: percent-encoding is case insensitive (#1382) (b68d3be)

1.5.0 (2023-06-28)

Features

  • command: add completion for option flags for :MasonInstall (#1379) (e507af7)
  • installer: write more installation output to stdout (#1376) (758ac5b)

Bug Fixes

  • installer: timeout schema download after 5s (#1374) (d114376)

1.4.0 (2023-06-21)

Features

  • fetch: add explicit default timeout to requests (#1364) (82cae55)
  • fetch: include mason.nvim version in User-Agent (#1362) (e706d30)

1.3.0 (2023-06-18)

Features

  • health: add advice for Debian/Ubuntu regarding python3 venv (#1358) (6f3853e)

1.2.1 (2023-06-13)

Bug Fixes

  • providers: fix some client providers and add some more (#1354) (6f44955)

1.2.0 (2023-06-13)

Features

  • command: improve completion for :MasonInstall (#1353) (13e26c8)

Bug Fixes

  • async: always check channel state (#1351) (f503346)
  • command: run :MasonUpdate synchronously in headless mode (#1347) (0276793)
  • functional: strip_prefix and strip_suffix should not use patterns (#1352) (f99b702)

1.1.1 (2023-05-29)

Bug Fixes

  • ui: improve search mode UI and remove redundant whitespaces (#1332) (a18c031)

1.1.0 (2023-05-18)

Features

Bug Fixes

  • sources: don't skip installation if fixed version is not currently installed (#1297) (9c5edf1)
  • ui: use vim.cmd("") for nvim-0.7.0 compatibility (#1307) (e60b855)

1.0.1 (2023-04-26)

Bug Fixes

  • pypi: also provide install_extra_args to pypi.install (#1263) (646ef07)