Skip to content

Commit

Permalink
v1.3.0 - Improve README images
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Nov 8, 2023
1 parent cbe6d40 commit 21efcaa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.3.0] - 2023-11-08

### Changed

- Change `:focus` outline color to pink in *styles.css*.
- Redo *action-highlight.webp* to be more apparent with transparent background.
- Redo *add-command.webp* to be shorter and more compact to improve readability in README.

## [1.2.0] - 2023-11-08

### Changed
Expand Down
Binary file added img/screenshots/action-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/action-highlight.webp
Binary file not shown.
Binary file modified img/screenshots/add-command.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": "View and edit all your snippets in one purty place. Yee-haw!",
"icon": "img/logo.webp",
"version": "1.2.0",
"version": "1.3.0",
"engines": {
"vscode": "^1.4.0",
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/view/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

:focus-visible {
outline: orange dotted 0.25rem;
outline: hsl(333, 100%, 60%) solid 0.25rem;
}

body {
Expand Down

0 comments on commit 21efcaa

Please sign in to comment.