Skip to content

Commit

Permalink
2.2.0 - Replace animated demos with
Browse files Browse the repository at this point in the history
higher quality versions
  • Loading branch information
robole committed Dec 13, 2023
1 parent 2a14334 commit 01aad0e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/-0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2023-12-13

### Changed

- Replace animated demos with higher quality versions. There was some ghosting artifacts.

## [2.1.0] - 2023-12-13

### Changed
Expand Down
Binary file modified img/screencast/delete-active-file.webp
Binary file not shown.
Binary file modified img/screencast/move-active-file.webp
Binary file not shown.
Binary file modified img/screencast/open-folder.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "Perform file actions quickly with keyboard-driven file selection. 🐰⌨️",
"icon": "img/logo.png",
"version": "2.1.0",
"version": "2.2.0",
"engines": {
"vscode": "^1.84.0",
"node": ">=12"
Expand Down
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
## Further ideas

1. `File Bunny: Copy Active File as Encoded Data URI` : Similar to https://yoksel.github.io/url-encoder/ . Copy the content of the file as an encoded [data URI](https://en.wikipedia.org/wiki/Data_URI_scheme). This is helpful when you want to use a SVG in CSS. See [StackOverflow Q](https://stackoverflow.com/questions/19255296/is-there-a-way-to-use-svg-as-content-in-a-pseudo-element-before-or-after).
1. Open link, similar to:
https://marketplace.visualstudio.com/items?itemName=Fr43nk.seito-openfile ?
1. Use different fuzzy search algo?
1. broot-like commands available on files. Could use `Terminal.sendText`? See <https://code.visualstudio.com/api/references/vscode-api#Terminal>
1. Navigate to your home folder by typing ~ into the search box, or step up to the parent folder by typing ..
Expand Down

0 comments on commit 01aad0e

Please sign in to comment.