Compare commits

..

No commits in common. "7e3077f026db677ebd07621f634d89808fd9f09f" and "fd05f37ca131a1e777385b9ba85784b5f802f100" have entirely different histories.

2 changed files with 20 additions and 12 deletions

31
.vscode/settings.json vendored
View File

@ -22,17 +22,26 @@
".vscode",
".vscode-insiders"
],
"cSpell.enabledFileTypes": {
"go": true,
"javascript": true,
"json": true,
"markdown": true,
"plaintext": true,
"text": true,
"typescript": true,
"yaml": true,
"yml": true
},
"cSpell.enabledLanguageIds": [
"c",
"cpp",
"csharp",
"go",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.language": "en-US,de-DE",
"cSpell.customDictionaries": {
"project-words": {

View File

@ -8,7 +8,6 @@
### Misc
- fix vscode settings [[#32](https://gitea.ocram85.com/plugins/gitea-package/pulls/32)]
- migrate to Woodpecker-CI 3 pipelines [[#28](https://gitea.ocram85.com/plugins/gitea-package/pulls/28)]
## [v0.3.1](https://gitea.ocram85.com/plugins/gitea-package/releases/tag/v0.3.1) - 2025-01-17