Compare commits

...

3 Commits

Author SHA1 Message Date
7e3077f026 🎉 Release 0.3.2
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful
2025-02-24 08:55:42 +00:00
dbadbd2169 Merge branch 'origin/main' into 'next-release/main' 2025-02-24 08:55:42 +00:00
401b59936b fix vscode settings (#32)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
### 📖 Summary

- fix cspell

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #32
2025-02-24 09:55:17 +01:00
2 changed files with 12 additions and 20 deletions

31
.vscode/settings.json vendored
View File

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

View File

@ -8,6 +8,7 @@
### 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