diff --git a/CHANGELOG.md b/CHANGELOG.md index e720ec5..bfed57d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/img/screencast/delete-active-file.webp b/img/screencast/delete-active-file.webp index a6cec43..ee5bdb6 100644 Binary files a/img/screencast/delete-active-file.webp and b/img/screencast/delete-active-file.webp differ diff --git a/img/screencast/move-active-file.webp b/img/screencast/move-active-file.webp index 4195416..996a78c 100644 Binary files a/img/screencast/move-active-file.webp and b/img/screencast/move-active-file.webp differ diff --git a/img/screencast/open-folder.webp b/img/screencast/open-folder.webp index 9b0f759..4e8802a 100644 Binary files a/img/screencast/open-folder.webp and b/img/screencast/open-folder.webp differ diff --git a/package.json b/package.json index 21caddb..5ceab81 100755 --- a/package.json +++ b/package.json @@ -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" diff --git a/todo.md b/todo.md index b75b45b..04c5ae0 100644 --- a/todo.md +++ b/todo.md @@ -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 1. Navigate to your home folder by typing ~ into the search box, or step up to the parent folder by typing ..