Skip to content

Commit 865696f

Browse files
committed
Merge branch 'release/v1.5.1'
2 parents 5536844 + f3ddc2b commit 865696f

File tree

4 files changed

+148
-146
lines changed

4 files changed

+148
-146
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: node scripts/make-release-note.js
3434
- name: Install zip
3535
uses: montudor/action-zip@v1
36-
- run: zip -r dist.zip ./dist package.json
36+
- run: zip -r dist.zip ./dist package.json ./marketplace/icon.png
3737
- name: release
3838
uses: actions/create-release@v1
3939
id: create_release

changelog.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.1
4+
### Added
5+
- Added proper title and icon for settings (#19)
6+
37
## 1.5.0
48
### Added
59
- "Headings-only" mode will only list headings (#18)
@@ -9,20 +13,16 @@
913
- Setting for whether the first item should be selected when opening the palette or not (#12)
1014
- Setting for configuring the max. depth of the displayed items (#14)
1115

12-
1316
## 1.3.1
1417
### Added
1518
- Show notification when current page is not supported (e.g. `Journals`)
1619
- Ignore horizonal lines (`---`)
1720

18-
1921
## 1.3.0
2022
### Added
2123
- Toolbar button (#7, thanks to @YU000jp)
2224
- Setting to autmatically open the palette on opening a page (#7, thanks to @YU000jp)
2325

24-
2526
## 1.2.2
26-
2727
### Added
2828
- Changelog / release notes

0 commit comments

Comments
 (0)