Skip to content

Latest commit

 

History

History
139 lines (108 loc) · 6.33 KB

CHANGELOG.md

File metadata and controls

139 lines (108 loc) · 6.33 KB

[4.5.0] - 2023-07-27

Added

  • Localization (l10n) support (issue #90)

Changed

  • Avoid What's New when using Gitpod (issue #100)
  • Avoid What's New when installing lower versions (issue #100)

Fixed

  • Typo (PR #89 - kudos to @md2perpe)

Internal

  • Update badges in README (issue #102)
  • Security Alert: word-wrap (dependabot PR #101)
  • Security Alert: webpack (dependabot PR #99)
  • Cleanup source (PR #97 - kudos to @md2perpe)
  • Support Implicit Activation Events API (issue #94)
  • Security Alert: minimatch (dependabot PR #92)
  • Security Alert: qs (dependabot PR #91)
  • Security Alert: terser (dependabot PR #85)
  • Package Cleanup (issue #84)

[4.4.1] - 2022-07-17

Internal

  • Add GitHub Sponsors support (PR #83)

[4.4.0] - 2022-03-30

Added

  • Support Remote Development (issue #41)
  • Support Workspace Trust (issue #66)
  • Support Virtual Workspaces (issue #67)
  • Support new Status Bar API (issue #68)

[4.3.0] - 2021-11-13

Internal

  • Add CONTRIBUTING documentation (issue #71)
  • Update dependencies (issue #73)
  • Security Alert: lodash (dependabot PR #65)
  • Security Alert: ssri (dependabot PR #64)
  • Security Alert: y18n (dependabot PR #63)
  • Security Alert: elliptic (dependabot PR #62)

[4.2.1] - 2020-09-05

Fixed

  • Open in Jenkins (Console Output) command with unnamed job (issue #56)

[4.2.0] - 2020-08-08

Internal

  • Use vscode-ext-codicons package (issue #52)
  • Shrink installation size/time (issue #51)

Fixed

  • Security Alert: elliptic (dependabot PR #54)
  • Security Alert: lodash (dependabot PR #53)

[4.1.0] - 2020-06-14

Added

  • Localization support (issue #30)

Internal

  • Support Extension View Context Menu (issue #50)
  • Migrate from TSLint to ESLint (issue #47)

[4.0.0] - 2020-02-22

Added

  • Multiple Jobs and in-progress status support (Thanks to @eramitmittal PR #17)
  • Auto-detect changes in .jenkins file

Changed

  • Status Bar tooltip

Fixed

  • Skip authentication when no username is provided (Thanks to @leeopop PR #35)

[3.1.2] - 2019-05-28

Fixed

  • Security Alert: tar

[3.1.1] - 2019-03-14

Fixed

  • What's New page broken in VS Code 1.32 due to CSS API changes
  • Updated .jenkins example in README (Thanks to @kimitaka PR #31)

[3.1.0] - 2019-01-18

Added

  • Status Bar improvements (Thanks to @LinuxSuRen PR #29)

[3.0.0] - 2018-12-02

Added

  • What's New

[2.2.0] - 2018-04-16

Added

  • Patreon button

[0.6.1 - 2.1.1] - 2018-04-13

Fixed

  • Incorrect value in strictTls sample

[0.6.0 - 2.1.0] - 2018-04-13

Added

  • HTTPS Support using NODE_TLS_REJECT_UNAUTHORIZED environment variable (PR #23 - kudos to @grzegorzjudas)

[0.5.1 - 2.0.1] - 2017-11-13

Fixed

  • Error while opening single-root workspace with no active file

[0.5.0 - 2.0.0] - 2017-10-28

Added

  • Multi-root support (issue #18)

[0.4.1 - 1.3.1] - 2017-10-27

Fixed

  • Fix tooltip for failed builds (PR #15 - kudos to @pzelnip)

[0.4.0 - 1.3.0] - 2017-06-10

Added

  • Support Authentication (PR #10 - kudos to @mikepatrick and @umens)

[0.3.0 - 1.2.0] - 2017-01-03

Added

  • New Command Open in Jenkins (Console Output)

[0.2.0 - 1.1.0] - 2016-12-29

Added

  • Polling for automatic status update (issue #1)

[0.1.2 - 1.0.1] -2016-12-26

Fixed

  • Support for larger JSON responses (PR #7 - kudos to @vojtechhabarta)

[0.1.1 - 1.0.0] - 2016-08-29

Fixed

  • No StatusBar added when some connection error occurs (issue #5)
  • Error running commands for non Jenkins project (issue #6)

[0.1.0 - 0.9.0] - 2016-08-28

  • Initial release