Skip to content

Commit

Permalink
Preps v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 18, 2019
1 parent 9c710d3 commit 9f75b78
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,85 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.7.0] - 2019-10-18

### Fixed

- Fixes [#11](https://github.com/eamodio/vscode-toggle-excluded-files/issues/11) - Doesn't re-hide anything
- Fixes [#8](https://github.com/eamodio/vscode-toggle-excluded-files/issues/8) - Extension does not work when Workspace has multiple folders

## [1.6.0]

### Removed

- Removes hack now that [vscode #25508](https://github.com/Microsoft/vscode/issues/25508) as been resolved

## [1.5.1]

### Fixed

- Fixes marketplace badge layout

## [1.5.0]

### Added

- Adds current toggle state (`Show` vs `Restore`) to the status bar button
- Adds folder (workspace) detection to disable of Toggle Exclude Files if a folder (workspace) is not loaded

### Changed

- Changes status bar button to only appear if `files.exclude` is in use (either in user or workspace settings)
- Changes shortcut key for the `Toggle Excluded Files` command to only work when the file explorer is focused
- Renames `toggleexcludedfiles.advanced.debug` setting to `toggleexcludedfiles.debug`
- Renames `toggleexcludedfiles.output.level` setting to `toggleexcludedfiles.outputLevel`

### Fixed

- Fixes intermittent issue where restoring existing exclude rules failed

## [1.1.3]

### Fixed

- Fixes issue with output channel logging

## [1.1.2]

### Fixed

- Fixes intermittent issue with restoring the previous exclude rules

## [1.1.1]

### Fixed

- Fixes logging to clean up on extension deactivate

## [1.1.0]

### Changed

- Completely refactored to save & restore existing exclude rules, even if they change while the toggle is active

### Fixed

- Fixes [#1](https://github.com/eamodio/vscode-toggle-excluded-files/issues/1) - Doesn't restore the original rules

## [1.0.1]

### Changed

- Updates the README and some dependencies

## [1.0.0]

### Changed

- No longer preview since vscode 1.8 has been released

## [0.0.1]

### Added

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggle-excluded-files",
"version": "1.6.0",
"version": "1.7.0",
"author": {
"name": "Eric Amodio",
"email": "[email protected]"
Expand Down

0 comments on commit 9f75b78

Please sign in to comment.