diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e1cdc..7947775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2023-11-10 + +### Changed + +- Increase resolution of *logo.webp* to 256x256. It was appearing slightly blurry in some instances. +- Reduce resolution of *add-commmand.webp* to 704x756 to optimize reading experience of README. + ## [1.3.1] - 2023-11-08 ### Fixed diff --git a/img/logo.webp b/img/logo.webp index 31f5520..44c0261 100644 Binary files a/img/logo.webp and b/img/logo.webp differ diff --git a/img/screenshots/add-command.jpg b/img/screenshots/add-command.jpg new file mode 100644 index 0000000..8d500ee Binary files /dev/null and b/img/screenshots/add-command.jpg differ diff --git a/img/screenshots/add-command.webp b/img/screenshots/add-command.webp index fbe03ad..b36827f 100644 Binary files a/img/screenshots/add-command.webp and b/img/screenshots/add-command.webp differ diff --git a/package.json b/package.json index 6483287..a2d90a7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "View and edit all your snippets in one purty place. Yee-haw!", "icon": "img/logo.webp", - "version": "1.3.1", + "version": "1.4.0", "engines": { "vscode": "^1.4.0", "node": ">=12.0.0" diff --git a/todo.md b/todo.md index bb5074c..a0340f1 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,6 @@ # To Do +1. Redo creating webp of logo. Quality is a bit too low. 1. TOC entry for an extension leds to view with first row of the first file table being slightly obscured. ## Changes to consider