Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Elian Doran 2025-04-17 23:01:40 +03:00
commit 93841f7ea7
No known key found for this signature in database
4 changed files with 47 additions and 0 deletions

View File

@ -95,6 +95,11 @@ jobs:
steps:
- run: mkdir upload
- uses: actions/checkout@v4
with:
sparse-checkout: |
docs/Release Notes
- name: Download all artifacts
uses: actions/download-artifact@v4
with:

View File

@ -589,6 +589,24 @@
"format": "markdown",
"dataFileName": "v0.90.0-beta.md",
"attachments": []
},
{
"isClone": false,
"noteId": "wyurrlcDl416",
"notePath": [
"hD3V4hiu2VW4",
"wyurrlcDl416"
],
"title": "Release Template",
"notePosition": 290,
"prefix": null,
"isExpanded": false,
"type": "text",
"mime": "text/html",
"attributes": [],
"format": "markdown",
"dataFileName": "Release Template.md",
"attachments": []
}
]
}

View File

@ -0,0 +1,18 @@
# Release Template
> [!IMPORTANT]
> If you enjoyed this release, consider showing a token of appreciation by:
>
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right).
> * 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).
## 💡 Key highlights
## 🐞 Bugfixes
## ✨ Improvements
## 📖 Documentation
## 🌍 Internationalization
## 🛠️ Technical updates

View File

@ -1,4 +1,10 @@
# v0.93.0
> [!IMPORTANT]
> If you enjoyed this release, consider showing a token of appreciation by:
>
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right).
> * 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).
## 🐞 Bugfixes
* Calendar does not hide when clicking on a note by @JYC333