Change git hash (#3)
* chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore * chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore --------- Co-authored-by: depilzma <marco.pilz@ifm.com>
This commit is contained in:
parent
c456ec61bd
commit
e3d60b7d92
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1 +1 @@
|
||||
ko_fi: tbnobody
|
||||
ko_fi: funghi999
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: OpenDTU Build
|
||||
name: OpenDTU DUO-Fusion Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ platformio-device-monitor*.log
|
||||
logs/device-monitor*.log
|
||||
platformio_override.ini
|
||||
.DS_Store
|
||||
.vscode/extensions.json
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
"ProjectOriginBody3": "Die Software wurde nach bestem Wissen und Gewissen entwickelt. Dennoch kann keine Haftung für eine Fehlfunktion oder einen Garantieverlust des Wechselrichters übernommen werden.",
|
||||
"ProjectOriginBody4": "OpenDTU ist frei verfügbar. Wenn Sie Geld für die Software bezahlt haben, wurden Sie wahrscheinlich abgezockt.",
|
||||
"NewsUpdates": "Neuigkeiten und Updates",
|
||||
"NewsUpdatesBody": "Neue Updates sind auf Github zu finden: <a href=\"https://github.com/tbnobody/OpenDTU\" target=\"_blank\">https://github.com/tbnobody/OpenDTU</a>",
|
||||
"NewsUpdatesBody": "Neue Updates sind auf Github zu finden: <a href=\"https://github.com/funghi999/OpenDTU-DUO-Fusion\" target=\"_blank\">https://github.com/funghi999/OpenDTU-DUO-Fusion</a>",
|
||||
"ErrorReporting": "Fehlerberichte",
|
||||
"ErrorReportingBody": "Bitte melden Sie Probleme über die Ticketverwaltung von <a href=\"https://github.com/tbnobody/OpenDTU/issues\" target=\"_blank\">Github</a>.",
|
||||
"Discussion": "Diskussion",
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
"ProjectOriginBody3": "The software was developed to the best of our knowledge and belief. Nevertheless, no liability can be accepted for a malfunction or guarantee loss of the inverter.",
|
||||
"ProjectOriginBody4": "OpenDTU is freely available. If you paid money for the software, you probably got ripped off.",
|
||||
"NewsUpdates": "News & Updates",
|
||||
"NewsUpdatesBody": "New updates can be found on Github: <a href=\"https://github.com/tbnobody/OpenDTU\" target=\"_blank\">https://github.com/tbnobody/OpenDTU</a>",
|
||||
"NewsUpdatesBody": "New updates can be found on Github: <a href=\"https://github.com/funghi999/OpenDTU-DUO-Fusion\" target=\"_blank\">https://github.com/funghi999/OpenDTU-DUO-Fusion</a>",
|
||||
"ErrorReporting": "Error Reporting",
|
||||
"ErrorReportingBody": "Please report issues using the feature provided by <a href=\"https://github.com/tbnobody/OpenDTU/issues\" target=\"_blank\">Github</a>",
|
||||
"Discussion": "Discussion",
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
"ProjectOriginBody3": "Le logiciel a été développé au mieux de nos connaissances et de nos convictions. Néanmoins, aucune responsabilité ne peut être acceptée en cas de dysfonctionnement ou de perte de garantie de l'onduleur.",
|
||||
"ProjectOriginBody4": "OpenDTU est disponible gratuitement. Si vous avez payé pour le logiciel, vous avez probablement été arnaqué.",
|
||||
"NewsUpdates": "Actualités et mises à jour",
|
||||
"NewsUpdatesBody": "Les nouvelles mises à jour peuvent être trouvées sur <a href=\"https://github.com/tbnobody/OpenDTU\" target=\"_blank\">https://github.com/tbnobody/OpenDTU</a>",
|
||||
"NewsUpdatesBody": "Les nouvelles mises à jour peuvent être trouvées sur <a href=\"https://github.com/funghi999/OpenDTU-DUO-Fusion\" target=\"_blank\">https://github.com/funghi999/OpenDTU-DUO-Fusion</a>",
|
||||
"ErrorReporting": "Rapport d'erreurs",
|
||||
"ErrorReportingBody": "Veuillez signaler les problèmes en utilisant la fonction fournie par <a href=\"https://github.com/tbnobody/OpenDTU/issues\" target=\"_blank\">Github</a>.",
|
||||
"Discussion": "Discussion",
|
||||
|
||||
@ -78,8 +78,12 @@ export default defineComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.allowVersionInfo) {
|
||||
return;
|
||||
}
|
||||
|
||||
const fetchUrl =
|
||||
'https://api.github.com/repos/tbnobody/OpenDTU/compare/' + this.systemDataList.git_hash + '...HEAD';
|
||||
'https://api.github.com/repos/funghi999/openDTU-DUO-Fusion/compare/' + this.systemDataList.git_hash + '...HEAD';
|
||||
|
||||
fetch(fetchUrl)
|
||||
.then((response) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user