Skip to content

Releases: metalbear-co/mirrord-vscode

3.64.0

19 Dec 13:07
8ceb6e8
Compare
Choose a tag to compare

3.64.0 - 2024-12-19

Added

  • Added an option to control mirrord status bar button visibility.
    #157

Fixed

  • Added debugger port detection type for node's --inspect, --inspect-wait
    and --inspect-brk flags.

3.63.0

20 Nov 15:09
cb34aa7
Compare
Choose a tag to compare

3.63.0 - 2024-11-20

Added

  • Setting MIRRORD_ACTIVE=0 environment variable will explicitly disable
    mirrord for the run configuration.

3.62.1

02 Oct 08:52
442afd7
Compare
Choose a tag to compare

3.62.1 - 2024-10-02

Internal

  • Pinned worker to ubuntu-24.04, changed towncrier check to run inside uv,
    fixed E2E test suite.

3.62.0

16 Sep 13:05
6c4a249
Compare
Choose a tag to compare

Changed

  • Do not sort targets when showing them to the user, they come pre-sorted from
    mirrord ls. #147

3.61.0

16 Aug 08:11
cc8e8f1
Compare
Choose a tag to compare

3.61.0 - 2024-08-16

Added

  • Add the option for mirrord to be enabled by default on startup by setting
    mirrord.enabledByDefault
    #131

Fixed

  • Fixed an issue where mirrord.autoUpdate set to an empty string prevented
    the extension from downloading mirrord binary. Improved notifications related
    to auto update.
    #144

3.60.2

12 Aug 13:46
61ddb97
Compare
Choose a tag to compare

3.60.2 - 2024-08-12

Changed

  • Updated CI actions to v4.

3.60.1

31 Jul 17:08
b75e753
Compare
Choose a tag to compare

3.60.1 - 2024-07-31

Fixed

  • Accept config type debugpy for detecting debugger port
    #137

3.60.0

05 Jul 19:04
ed38041
Compare
Choose a tag to compare

3.60.0 - 2024-07-05

Added

  • Users will be invited to join the Discord server after 10 usages
    #114
  • Support for debugpy current file debugging on macOS.
    #132

Fixed

  • When the plugin detects operator usage it stops proposing mirrord for Teams
    to the user.
    #120

3.59.0

16 May 14:43
bcd4aed
Compare
Choose a tag to compare

3.59.0 - 2024-05-16

Added

  • Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment
    variable to explicitly enable mirrord regardless of the button status
    #122

3.58.0

01 Apr 19:35
d892311
Compare
Choose a tag to compare

Added

  • Handle new mirrord -> IDE message type IdeMessage. Add env to be backward
    compatible. #100
  • Notify user on license validity.
    #382
  • support unset env feature part of
    metalbear-co/mirrord#2260