diff --git a/package.json b/package.json index f90053c..6596508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridscore", - "version": "1.15.0", + "version": "1.16.0", "private": false, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/mixin/index.js b/src/mixin/index.js index 7c36078..729704f 100644 --- a/src/mixin/index.js +++ b/src/mixin/index.js @@ -3,7 +3,7 @@ import { mapGetters } from 'vuex' export default { data: function () { return { - gridScoreVersion: '1.15.0', + gridScoreVersion: '1.16.0', multiTraitMethods: { // TODO: Handle dates! last: { diff --git a/src/plugins/changelog/de_DE.json b/src/plugins/changelog/de_DE.json index a2d98f8..32521a0 100644 --- a/src/plugins/changelog/de_DE.json +++ b/src/plugins/changelog/de_DE.json @@ -101,5 +101,27 @@ "text": "Für Mehrfachmessungen ist es jetzt möglich sich alle aufgezeichneten Werte über die Zeit in Form einer Heatmap anzeigen zu lassen. Um dies zu erreichen haben wir eine neue Darstellungsoption hinzugefügt die 'Zeitreihe' heißt. Diese aktiviert einen Zeit-Schieberegler um den dargestellten Zeitpunkt zu ändern und zu sehen wie die Mehrfachmessungen sich über die Zeit verhalten." } ] + }, + { + "version": "1.15.0", + "date": "2023-02-10", + "items": [ + { + "type": "new", + "title": "BrAPI-Export nach Germinate", + "text": "GridScore unterstützt jetzt den Export von Versuchsdaten nach Germinate via BrAPI. Um diese Funktionalität zu nutzen, gehe zum Export-Bereich und wähle den BrAPI Reiter aus. Ein gültiges Germinate-Token ist erforderlich zum Hochladen und man muss mindestens die 'Data curator'-Berechtigungen in Germinate haben." + } + ] + }, + { + "version": "1.16.0", + "date": "2023-07-26", + "items": [ + { + "type": "new", + "title": "GridScore NEXT release", + "text": "This marks the last regular release of this version of GridScore. A newer version named 'GridScore NEXT' has been released and will replace this one going forwards. Please follow the instructions on screen when loading GridScore to migrate to the new version." + } + ] } ] \ No newline at end of file diff --git a/src/plugins/changelog/en_GB.json b/src/plugins/changelog/en_GB.json index 9dd50ad..d54c1d4 100644 --- a/src/plugins/changelog/en_GB.json +++ b/src/plugins/changelog/en_GB.json @@ -112,5 +112,16 @@ "text": "GridScore now supports export of trials data to Germinate via BrAPI. To use this feature, go to the export section of a trial and then select the 'BrAPI' tab. You'll need to have a valid Germinate API token to upload data and you have to have at least 'Data Curator' permissions." } ] + }, + { + "version": "1.16.0", + "date": "2023-07-26", + "items": [ + { + "type": "new", + "title": "GridScore NEXT release", + "text": "This marks the last regular release of this version of GridScore. A newer version named 'GridScore NEXT' has been released and will replace this one going forwards. Please follow the instructions on screen when loading GridScore to migrate to the new version." + } + ] } ] \ No newline at end of file