Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Oct 16, 2023
1 parent cdd926c commit 792a0c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
## Features

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

## 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
- fix: hover color to match theme by @L-Joli in #198
- fix: Use node version that is bundled with CLI by @laurawarr in #202

## 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
- 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

- Bump CLI to v5.10.2 by @laurawarr in #191

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devcycle-feature-flags",
"displayName": "DevCycle Feature Flags",
"description": "DevCycle is an intuitive extension for Visual Studio Code, built to manage and keep track of your feature flags from the comfort of your IDE.",
"version": "1.3.1",
"version": "1.4.0",
"publisher": "DevCycle",
"icon": "media/togglebot.png",
"engines": {
Expand Down

0 comments on commit 792a0c7

Please sign in to comment.