🚀 Patch v0.3.1

Patch v0.3.1
This commit is contained in:
Thomas Camlong
2022-05-16 23:31:20 +02:00
committed by ajnart
19 changed files with 214 additions and 289 deletions

View File

@@ -1,12 +1,26 @@
{
"name": "config",
"services": [],
"services": [
{
"type": "Other",
"name": "YouTube",
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png",
"url": "https://youtube.com/"
},
{
"type": "Other",
"name": "YouTube ",
"icon": "https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/youtube.png",
"url": "https://youtube.com/"
}
],
"settings": {
"searchBar": true,
"searchUrl": "https://duckduckgo.com/?q=",
"searchUrl": "Custom",
"enabledModules": [
"Date",
"Calendar"
"Calendar",
"Weather"
]
}
}

View File

@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.3.0';
export const CURRENT_VERSION = 'v0.3.1';