Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 93841f7

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 03e3863 + bf4e1b3 commit 93841f7

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
steps:
9696
- run: mkdir upload
9797

98+
- uses: actions/checkout@v4
99+
with:
100+
sparse-checkout: |
101+
docs/Release Notes
102+
98103
- name: Download all artifacts
99104
uses: actions/download-artifact@v4
100105
with:

docs/Release Notes/!!!meta.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,24 @@
589589
"format": "markdown",
590590
"dataFileName": "v0.90.0-beta.md",
591591
"attachments": []
592+
},
593+
{
594+
"isClone": false,
595+
"noteId": "wyurrlcDl416",
596+
"notePath": [
597+
"hD3V4hiu2VW4",
598+
"wyurrlcDl416"
599+
],
600+
"title": "Release Template",
601+
"notePosition": 290,
602+
"prefix": null,
603+
"isExpanded": false,
604+
"type": "text",
605+
"mime": "text/html",
606+
"attributes": [],
607+
"format": "markdown",
608+
"dataFileName": "Release Template.md",
609+
"attachments": []
592610
}
593611
]
594612
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release Template
2+
> [!IMPORTANT]
3+
> If you enjoyed this release, consider showing a token of appreciation by:
4+
>
5+
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right).
6+
> * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran).
7+
8+
## 💡 Key highlights
9+
10+
## 🐞 Bugfixes
11+
12+
## ✨ Improvements
13+
14+
## 📖 Documentation
15+
16+
## 🌍 Internationalization
17+
18+
## 🛠️ Technical updates

docs/Release Notes/Release Notes/v0.93.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# v0.93.0
2+
> [!IMPORTANT]
3+
> If you enjoyed this release, consider showing a token of appreciation by:
4+
>
5+
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right).
6+
> * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran).
7+
28
## 🐞 Bugfixes
39

410
* Calendar does not hide when clicking on a note by @JYC333

0 commit comments

Comments
 (0)