Skip to content

Latest commit

 

History

History
123 lines (64 loc) · 2.14 KB

File metadata and controls

123 lines (64 loc) · 2.14 KB

Change Log

All notable changes to the "zoombar-vscode" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

1.4.4 - 2023-02-18

Removed

  • VSMarketplaceBadges in README.md. ( To avoid an issue where updates cannot be released to the marketplace due to a VSMarketplaceBadges server failure. )

1.4.3 - 2023-02-17

Added

  • zoombar.zoomUnitType setting item. #17

Security

  • npm audit fix

1.4.2 - 2022-07-22

Removed

  • Web platform support abolished. ( vscode.dev )

Fixed

  • Fixed an issue that the order of the items on the status bar was broken with VS Code v1.36 or later.

Security

  • npm audit fix

1.4.1 - 2022-07-20

Added

  • Supported Web platform. ( vscode.dev )
  • Also released on github.com
  • VSIX download link in README.md

Changed

  • activationEvents: * -> onStartupFinished

Fixed

  • Fixed description mistake in README.md ( #5 )

Security

  • npm audit fix

1.4.0 - 2020-11-08

Added

  • zoombar.configurationTarget setting item.

1.3.0 - 2020-11-04

Added

  • Preview support in Select Zoom and Input a zoom.
  • Input a zoom validater.

Changed

  • Increased the default preset values.

1.2.1 - 2019-07-14

Fixed

  • Fixed an issue that the order of the items on the status bar was broken with VS Code v1.36 or later.

1.2.0 - 2019-02-11

Added

  • Added Reset Font Zoom status bar items.

Changed

  • Changed octicon from $(telescope) to $(text-size) in display by showQuickPick().

1.1.0 - 2018-10-07

Added

  • Support Japanese.

Changed

  • Improved display by showQuickPick().

1.0.1 - 2018-09-28

Added

  • Set tooltip to status bar items.
  • Description of octicons for label text in README.md

Fixed

  • Fixed description mistake in README.md

1.0.0 - 2018-08-27

Added

  • Initial release of Zoom Bar.

[Unreleased]

0.0.0 - 2018-08-21

Added

  • Start this project.