From a98b8b05aac36a4b1b55d746c3f60e86d0d4f6fe Mon Sep 17 00:00:00 2001 From: Rob O'Leary <3703647+robole@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:15:59 +0300 Subject: [PATCH] Fix typo in README --- CHANGELOG.md | 6 ++++++ README.md | 5 ++--- package.json | 2 +- todo.md | 3 +-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01272a..ab2271c 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). +## [1.10.1] - 2023-12-12 + +## Fixed + +- Fixed typo in README in commands section. Accidentally deleted `File Bunny: Open File` title from list! Doh! + ## [1.10.0] - 2023-12-12 ### Changed diff --git a/README.md b/README.md index c1fdd1a..65d7af2 100755 --- a/README.md +++ b/README.md @@ -83,9 +83,8 @@ The following commands can be run from the Command Palette (`Ctrl+Shift+P`). The ### File actions -1. -: Choose a file to open from the current workspace. -1. `File Bunny: Open File to the Right`: Choose a file to open from the current workspace, and split it to the right of the active editor. +1.`File Bunny: Open File`: Choose a file to open from the current workspace. +1.`File Bunny: Open File to the Right`: Choose a file to open from the current workspace, and split it to the right of the active editor. 1. `File Bunny: Open File to the Left`: Choose a file to open from the current workspace, and split it to the left of the active editor. 1. `File Bunny: Open File Above`: Choose a file to open from the current workspace, and split it above the active editor. 1. `File Bunny: Open File Below`: Choose a file to open from the current workspace, and split it below the active editor. diff --git a/package.json b/package.json index 8609c17..465abd7 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": "1.10.0", + "version": "1.10.1", "engines": { "vscode": "^1.46.0", "node": ">=12" diff --git a/todo.md b/todo.md index aa01566..9c2e121 100644 --- a/todo.md +++ b/todo.md @@ -2,7 +2,6 @@ ## Tasks -1. Add command name to title for `Open Folder`? 1. Have a git files (`git ls-files`) version of `File Bunny: Open File`. See branch *open-gitfiles*. 1. Add recent items to top of file list for `File Bunny: Open Folder`. 1. Add more tests (refactor). @@ -22,7 +21,7 @@ 1. Use brace expansion ? 1. `File Bunny: Copy Active File as Base64` -## Performance +## Performance improvements - Only async methods are used for IO operations. These are [2.3X faster than their sync counterparts](https://jinoantony.com/blog/async-vs-sync-nodejs-a-simple-benchmark). ✅ - Use caching for calls for Browser's reading of folder.