Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JHubi1 committed Jun 5, 2024
1 parent 1471cd2 commit e9e7e81
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed framerate issues on some devices
- Added update dialog
- Extended sidebar drag space
- Added updater
66 changes: 66 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,72 @@
"description": "Text displayed when chats are imported successfully",
"context": "Visible in the settings view"
},
"settingsUpdateCheck": "Nach Updates suchen",
"@settingsUpdateCheck": {
"description": "Text displayed as description for check for updates button",
"context": "Visible in the settings view"
},
"settingsUpdateChecking": "Suchen nach Updates ...",
"@settingsUpdateChecking": {
"description": "Text displayed while looking for updates",
"context": "Visible in the settings view"
},
"settingsUpdateLatest": "Du verwendest die neueste Version",
"@settingsUpdateLatest": {
"description": "Text displayed when the app is up to date",
"context": "Visible in the settings view"
},
"settingsUpdateAvailable": "Update verfügbar (v{version})",
"@settingsUpdateAvailable": {
"description": "Text displayed when an update is available",
"context": "Visible in the settings view",
"placeholders": {
"version": {
"type": "String",
"description": "Version number of the available update"
}
}
},
"settingsUpdateRateLimit": "Kann nicht überprüfen, API-Anforderungslimit",
"@settingsUpdateRateLimit": {
"description": "Text displayed when the API rate limit is exceeded",
"context": "Visible in the settings view"
},
"settingsUpdateIssue": "Ein Problem ist aufgetreten",
"@settingsUpdateIssue": {
"description": "Text displayed when an issue occurs while checking for updates",
"context": "Visible in the settings view"
},
"settingsUpdateDialogTitle": "Neue Version verfügbar",
"@settingsUpdateDialogTitle": {
"description": "Title of the update dialog",
"context": "Visible in the settings view"
},
"settingsUpdateDialogDescription": "Eine neue Version von Ollama ist verfügbar. Möchtest du sie jetzt herunterladen und installieren?",
"@settingsUpdateDialogDescription": {
"description": "Description of the update dialog",
"context": "Visible in the settings view"
},
"settingsUpdateChangeLog": "Versionshinweise",
"@settingsUpdateChangeLog": {
"description": "Text displayed as description for change log button",
"context": "Visible in the settings view"
},
"settingsUpdateDialogUpdate": "Aktualisieren",
"@settingsUpdateDialogUpdate": {
"description": "Text displayed for update button, should be capitalized",
"context": "Visible in the settings view"
},
"settingsUpdateDialogCancel": "Abbrechen",
"@settingsUpdateDialogCancel": {
"description": "Text displayed for cancel button, should be capitalized",
"context": "Visible in the settings view"
},
"settingsCheckForUpdates": "Beim Einstellungs-Öffnen Updates suchen",
"@settingsCheckForUpdates": {
"description": "Text displayed as description for check for updates toggle",
"context": "Visible in the settings view"
},
"settingsGithub": "GitHub",
"@settingsGithub": {
"description": "Text displayed as description for GitHub button",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ollama_app
description: "A modern and easy-to-use client for Ollama"
publish_to: 'none'
version: 1.0.2+5
version: 1.0.3+6

environment:
sdk: '>=3.3.4 <4.0.0'
Expand Down

0 comments on commit e9e7e81

Please sign in to comment.