mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 14:44:49 +02:00
🔖 Bumps to V 1.4.8 and updates changelog
This commit is contained in:
parent
25582531fd
commit
78ce2d3e34
11
.github/CHANGELOG.md
vendored
11
.github/CHANGELOG.md
vendored
@ -1,12 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## ♻️ - Refactor [PR #110](https://github.com/Lissy93/dashy/pull/110)
|
## ✨ 1.4.8 - Optional Crash Reports [PR #120](https://github.com/Lissy93/dashy/pull/112)
|
||||||
|
- Adds an optional, off by default method of getting crash reports
|
||||||
|
- This can be enabled in `appConfig.enableErrorReporting`, and will not be used at all unless explicitly activated by user
|
||||||
|
- This is needed for when a user raises a bug which is hard to fix
|
||||||
|
- Also improves robustness of config accumulator, don't throw error when config is missing
|
||||||
|
- Adds Privacy & Security docs
|
||||||
|
|
||||||
|
## ♻️ 1.4.7 - Refactor [PR #110](https://github.com/Lissy93/dashy/pull/110)
|
||||||
- Moves cloud sync dialog into the config menu, and removes icon on homepage
|
- Moves cloud sync dialog into the config menu, and removes icon on homepage
|
||||||
- Fixes typo in Default theme name, Re #106
|
- Fixes typo in Default theme name, Re #106
|
||||||
- Spell checks readme
|
- Spell checks readme
|
||||||
- Updates the contributor CI action, that generates list of contributors + sponsors
|
- Updates the contributor CI action, that generates list of contributors + sponsors
|
||||||
|
|
||||||
## 📝 - Documentation Updates [PR #108](https://github.com/Lissy93/dashy/pull/108)
|
## 📝 1.4.6 - Documentation Updates [PR #108](https://github.com/Lissy93/dashy/pull/108)
|
||||||
- Breaks many of the longer files into several more digestible articles
|
- Breaks many of the longer files into several more digestible articles
|
||||||
- Writes repo pages including, Security, Code of Conduct, Legal, Updates license
|
- Writes repo pages including, Security, Code of Conduct, Legal, Updates license
|
||||||
- Makes an automatically generated Credits page
|
- Makes an automatically generated Credits page
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.4.7",
|
"version": "1.4.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -91,4 +91,4 @@
|
|||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions"
|
"last 2 versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user