Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danvratil committed May 24, 2024
1 parent 6c48790 commit bf7da4b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log

All notable changes to the "vscode-extension-qch" extension will be documented in this file.
All notable changes to the "vscode-qtdoc" extension will be documented in this file.

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

## [Unreleased]

- Initial release

## 0.1.1 - 2024-05-24

### Fixed

- Fixed tests

### Changed

- Replaced 40MB GIF video in the repo with an MP4

## 0.1.0 - 2024-05-24

- Initial release
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.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
"icon": "docs/icon.png",
"publisher": "dvratil",
"description": "Display Qt documentation for types and functions in the editor",
"keywords": [ "qt", "documentation", "assistant", "qtdoc" ],
"version": "0.1.0",
"keywords": [
"qt",
"documentation",
"assistant",
"qtdoc"
],
"version": "0.1.1",
"engines": {
"vscode": "^1.80.0"
},
Expand Down

0 comments on commit bf7da4b

Please sign in to comment.