Skip to content

Commit

Permalink
Merge branch 'release/v1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
freder committed Apr 25, 2023
2 parents 5536844 + f3ddc2b commit 865696f
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: node scripts/make-release-note.js
- name: Install zip
uses: montudor/action-zip@v1
- run: zip -r dist.zip ./dist package.json
- run: zip -r dist.zip ./dist package.json ./marketplace/icon.png
- name: release
uses: actions/create-release@v1
id: create_release
Expand Down
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.1
### Added
- Added proper title and icon for settings (#19)

## 1.5.0
### Added
- "Headings-only" mode will only list headings (#18)
Expand All @@ -9,20 +13,16 @@
- Setting for whether the first item should be selected when opening the palette or not (#12)
- Setting for configuring the max. depth of the displayed items (#14)


## 1.3.1
### Added
- Show notification when current page is not supported (e.g. `Journals`)
- Ignore horizonal lines (`---`)


## 1.3.0
### Added
- Toolbar button (#7, thanks to @YU000jp)
- Setting to autmatically open the palette on opening a page (#7, thanks to @YU000jp)


## 1.2.2

### Added
- Changelog / release notes
Loading

0 comments on commit 865696f

Please sign in to comment.