Skip to content

Commit

Permalink
- CHG: Version bump before last regular release.
Browse files Browse the repository at this point in the history
- ADD: Added changelog information for new release.
  • Loading branch information
sebastian-raubach committed Jul 26, 2023
1 parent 4cfb86c commit 7b9807a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridscore",
"version": "1.15.0",
"version": "1.16.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/mixin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
22 changes: 22 additions & 0 deletions src/plugins/changelog/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
]
11 changes: 11 additions & 0 deletions src/plugins/changelog/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
]

0 comments on commit 7b9807a

Please sign in to comment.