Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marcoieni/glimpse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: marcoieni/glimpse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 27, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8ea9597 View commit details
  2. Copy the full SHA
    1a5d7a2 View commit details
Showing with 10 additions and 3 deletions.
  1. +7 −0 CHANGELOG.md
  2. BIN icon.png
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@ All notable changes to the "glimpse" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.9.0](https://github.com/MarcoIeni/glimpse/compare/v0.8.0...v0.9.0) (2023-07-27)


### Features

* smaller extension icon ([8ea9597](https://github.com/MarcoIeni/glimpse/commit/8ea95977733f93931ae4fe32dd36d9589f546cd5))

## [0.8.0](https://github.com/MarcoIeni/glimpse/compare/v0.7.0...v0.8.0) (2023-07-27)


Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "glimpse",
"displayName": "Glimpse",
"description": "Mnemonic key bindings for VSCode commands",
"version": "0.8.0",
"version": "0.9.0",
"publisher": "ieni",
"license": "MIT",
"icon": "icon.png",