Skip to content

Commit

Permalink
updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarSand committed Jul 8, 2024
1 parent 3c848b4 commit 63d3c68
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v2.0.6
- Improved Italian translations (by [@gandbg](https://github.com/gandbg)).


## v2.0.5
- Fixed an issue where app icons were not being uploaded.
- Introduced a fallback icon when no app icon is available.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Privacy policy is located [here](https://github.com/techlore/Plexus-app/blob/mai


## Issues
If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/techlore/Plexus-app/issues). We encourage you to search for existing issues before opening a new one. Any duplicates will be closed immediately.
If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/techlore/Plexus-app/issues). We encourage you to search for existing issues before opening a new one. Any duplicates will be closed.


## Contributing
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "tech.techlore.plexus"
minSdk = 23
targetSdk = 34
versionCode = 205
versionName = "2.0.5"
versionCode = 206
versionName = "2.0.6"
setProperty("archivesBaseName", "Plexus_v$versionName")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Es wurde eine Bestätigungsoption hinzugefügt, um versehentliche Übertragungen zu verhindern.
- Das Notizfeld unterstützt nun Zeilenumbrüche.
- Die Standardfarben wurden an das Markensymbol angepasst.
- Umbenennung von "Bewertung abgeben" in "Installierte Apps".
- Umbenennung von "Bewertung abgeben" in "Installierte Apps".
- Verbesserte italienische Übersetzungen (von @gandbg).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Added a confirmation option to prevent accidental submissions.
- The notes field now supports line breaks.
- Default colors have been adjusted to align with the brand icon.
- Renamed "Submit rating" to "Installed apps".
- Renamed "Submit rating" to "Installed apps".
- Improved Italian translations (by @gandbg).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Se ha añadido una opción de confirmación para evitar envíos accidentales.
- El campo de notas ahora admite saltos de línea.
- Se han ajustado los colores por defecto para alinearlos con el icono de la marca.
- Se ha cambiado el nombre de "Enviar valoración" a "Aplicaciones instaladas".
- Se ha cambiado el nombre de "Enviar valoración" a "Aplicaciones instaladas".
- Mejora de las traducciones al italiano (por @gandbg).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Ajout d'une option de confirmation pour éviter les soumissions accidentelles.
- Le champ "notes" prend désormais en charge les sauts de ligne.
- Les couleurs par défaut ont été ajustées pour s'aligner sur l'icône de la marque.
- Renommé "Submit rating" en "Installed apps".
- Renommé "Submit rating" en "Installed apps".
- Amélioration des traductions en italien (par @gandbg).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Aggiunta un'opzione di conferma per evitare invii accidentali.
- Il campo note ora supporta le interruzioni di riga.
- I colori predefiniti sono stati adattati per allinearsi all'icona del marchio.
- Rinominato "Invia valutazione" in "App installate".
- Rinominato "Invia valutazione" in "App installate".
- Traduzioni italiane migliorate (da @gandbg).
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Een bevestigingsoptie toegevoegd om per ongeluk indienen te voorkomen.
- Het notitieveld ondersteunt nu regeleinden.
- Standaardkleuren zijn aangepast aan het merkicoon.
- Hernoemd "Beoordeling indienen" naar "Geïnstalleerde apps".
- Hernoemd "Beoordeling indienen" naar "Geïnstalleerde apps".
- Verbeterde Italiaanse vertalingen (door @gandbg)

0 comments on commit 63d3c68

Please sign in to comment.