Skip to content

Releases: DevCycleHQ/vscode-extension

v1.4.0

16 Oct 17:19
Compare
Choose a tag to compare

Features

  • feat: add fuzzy search to projects list dropdown by @L-Joli in #208

Bug Fixes

Other Changes

  • chore: add helper functions for fuzzy search dropdown by @L-Joli in #197
  • chore: sort variables by key for inspector dropdown by @nsalamad in #199
  • chore: add no usages message by @L-Joli in #201
  • chore: only update usages for the saved file by @jsalaber in #203
  • chore: sort projects and display projects name by @L-Joli in #205

Uncategorized

v1.3.1

26 Sep 22:00
Compare
Choose a tag to compare

Bug Fixes

  • fix: use first logged in folder for inspector view by @jsalaber in #189
  • fix: use key if no name defined in sortByName by @jsalaber in #193

Other Changes

  • chore: don't let feature text wrap in inspector by @nsalamad in #190
  • chore: add badge to readme for min vscode version by @jsalaber in #192

Uncategorized

v1.3.0

25 Sep 16:49
Compare
Choose a tag to compare

Features

  • feat: add fuzzy search to variables/features dropdown in inspector view by @L-Joli in #186

Bug Fixes

  • fix: fixed weird styling for feature link in inspector by @jsalaber in #187
  • fix: on login if headless login throws, go to login screen by @jsalaber in #188

Uncategorized

v1.2.0

22 Sep 15:22
Compare
Choose a tag to compare

Features

Bug Fixes

Other Changes

  • chore: replaced ID with Type if it exists, and formatted createdAt and updatedAt by @jsalaber in #180
  • chore: show name and key for feature dropdown. Also improve loading of feature config statuses by @jsalaber in #183
  • chore: update discord link by @nsalamad in #185

Uncategorized

  • Add marketplace link to docs.. by @VicV in #184

v1.1.2

14 Sep 19:03
Compare
Choose a tag to compare

Other Changes

  • chore: removed feature configurations from hover as it was not used by @jsalaber in #179

Uncategorized

v1.1.1

14 Sep 16:30
Compare
Choose a tag to compare

Bug Fixes

  • fix: made styling hovering buttons consistent with theme by @jsalaber in #176
  • fix: Don't open browser if logging in via auto-login by @laurawarr in #178

Uncategorized

v1.1.0

13 Sep 15:32
Compare
Choose a tag to compare

Features

  • feat: Don't require all folders to be logged in by @laurawarr in #170

Bug Fixes

  • fix: refresh usages on save setting by @nsalamad in #163
  • fix: json stringify possible values due to possible values possibly being JSON by @jsalaber in #161
  • fix: exception in homeView.ts by @nsalamad in #165
  • fix: Webview is disposed error on login by @nsalamad in #168
  • fix: project not set when two folders opened by @L-Joli in #169
  • fix: inspector button not working when no file is open by @nsalamad in #171

Other Changes

  • chore: remove and update event listeners for removing focus style by @L-Joli in #167
  • chore: add homeViewProvider to refreshProviders by @L-Joli in #173
  • chore: fix styling for light mode and dark mode hover states by @jsalaber in #174

Uncategorized

  • Move details from usages to inspector, keep Created Date and Updated date in usages by @elliotCamblor in #164
  • replace open in dashboard option with an inspector link in usages by @elliotCamblor in #166
  • fix inspector to work properly with multiple folders open in the workspace by @elliotCamblor in #172

v1.0.1

08 Sep 17:03
Compare
Choose a tag to compare

Features

  • feat: add environment statuses to feature by @L-Joli in #158

Bug Fixes

  • fix: open folder button not working in prod by @L-Joli in #155
  • fix: added clickable feature detail to switch to feature in inspector by @jsalaber in #157
  • fix: don't evaluate getFeatureEnvironmentStatusesHTML for variables by @laurawarr in #160

Other Changes

  • chore: skip integration tests on workflow by @L-Joli in #156
  • chore: add indent indicators to the inspector view by @nsalamad in #162

Uncategorized

v1.0.0

06 Sep 17:27
Compare
Choose a tag to compare

Features

Bug Fixes

  • fix: settings button shows only on home view by @L-Joli in #117
  • fix: copy codicon css to out folder by @L-Joli in #130
  • fix: colour of icon link on hover in Home View by @nsalamad in #137
  • fix: code usages loading with no variable data by @nsalamad in #138
  • fix: Fix flakey behaviour when opening test workspace folder by @laurawarr in #140

Other Changes

  • chore: move icons and logout button to same line by @nsalamad in #119
  • chore: make Home View styling consistent with tree views by @nsalamad in #124
  • chore: rename keys to sdk keys by @L-Joli in #131
  • chore: add truncated sdk keys to env section by @nsalamad in #132
  • chore: added unit test file for inspector by @jsalaber in #134
  • chore: move SEND_METRICS_PROMPTED to global state by @nsalamad in #135
  • chore: fix read our docs link by @nsalamad in #136
  • chore: make Home View dropdown fill sidebar width by @nsalamad in #139
  • chore: made styling colour for inspector consistent throughout extension by @jsalaber in #143
  • chore: create unit test file for environmentsCLIController by @jsalaber in #146
  • chore: add utm links to devcycle site by @jsalaber in #145
  • chore: update home link to vscode docs by @jsalaber in #148
  • chore: remove home and inspector flags by @jsalaber in #149

Uncategorized

v0.5.0

24 Aug 15:42
Compare
Choose a tag to compare

Features

Bug Fixes

  • fix: Use per-page param to fetch 1000 variables by @laurawarr in #104
  • fix: Prevent multiple CLI requests when initializing extension by @laurawarr in #110

Other Changes

  • chore: update changelog from prepare release step by @jsalaber in #105
  • chore: make auto login by default by @L-Joli in #108

Uncategorized