Skip to content

Commit

Permalink
updates and remove badge for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jun 15, 2023
1 parent 7211fe9 commit 7ddcb14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the "anki" extension will be documented in this file.

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

## [1.3.0]
## [1.3.1]

- **New Feature!** You can now update an Anki note if you've submitted it before. See [Update Cards (Beta)](./README.md#update-cards-beta)
- The title of the card is no longer a H2 element, but just a normal paragraph [#82](https://github.com/jasonwilliams/anki/pull/82)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Anki for VSCode

[![](https://vsmarketplacebadge.apphb.com/version/jasew.anki.svg)](https://marketplace.visualstudio.com/items?itemName=jasew.anki)

This is a VSCode extension for interacting and sending cards to Anki.
It uses AnkiConnect for communication so you will need this extension installed and running before installing the VSCode extension.

Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"name": "anki",
"displayName": "Anki for VSCode",
"description": "Sync notes with your locally running Anki",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "jasew",
"engines": {
"vscode": "^1.66.0"
Expand Down

0 comments on commit 7ddcb14

Please sign in to comment.