Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
satosystems committed Nov 26, 2020
2 parents b42de29 + aa18989 commit 7d897b7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = off

[.editorconfig]
trim_trailing_whitespace = true
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Add tests

## [1.2.0] - 2020-11-26

### Changed

- Replace icon

## [1.1.0] - 2020-11-25

### Changed
Expand All @@ -20,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Initial release

[Unreleased]: https://github.com/satosystems/searchrep/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/satosystems/searchrep/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/satosystems/searchrep/releases/tag/v1.2.0
[1.1.0]: https://github.com/satosystems/searchrep/releases/tag/v1.1.0
[1.0.0]: https://github.com/satosystems/searchrep/releases/tag/v1.0.0
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This extension replaces any files in the search results with any contents in bul

![screencast](https://media.githubusercontent.com/media/satosystems/searchrep/main/images/demo.gif)

- YouTube: <https://youtu.be/bZKkUyePc68>
- [YouTube](https://youtu.be/bZKkUyePc68)
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=satosystems.searchrep)

### How to use

Expand All @@ -24,7 +25,3 @@ This extension replaces any files in the search results with any contents in bul
## Known Issues

This extension replaces files assuming file encoding is UTF-8.

### Acknowledgement

- Icon: [SnipIcons Regular, 100 free Icons by Snip Master](https://icon-icons.com/en/pack/SnipIcons-Regular/1523)
4 changes: 2 additions & 2 deletions images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"icon": "images/icon.png",
"displayName": "SearchRep",
"description": "Search and replace via search result editor",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"vscode": "^1.49.0"
},
Expand Down

0 comments on commit 7d897b7

Please sign in to comment.