Skip to content

Commit

Permalink
v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizzelbee committed Aug 17, 2023
1 parent 5c42f6d commit 2062fa9
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 52 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Basically there are three ways to execute the command:
## Changelog
### **WORK IN PROGRESS**

### 1.5.10 (2023-08-17)
* (grizzelbee) Fix: Adapter doesn't crash anymore when user or device name is missing in config.

### 1.5.9 (2023-08-12)
* (grizzelbee) Fix: First device of any user was missing in users viewing
* (grizzelbee) New: Added an icon to peers, users, peer and user
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "wireguard",
"version": "1.5.9",
"version": "1.5.10",
"news": {
"1.5.10": {
"en": "Adapter doesn't crash anymore when user or device name is missing in config.",
"de": "Der Adapter stürzt nicht mehr ab, wenn der Benutzer- oder Gerätename in der Konfiguration fehlt.",
"ru": "Адаптер больше не падает, когда имя пользователя или устройства отсутствует в конфигурации.",
"pt": "O adaptador não trava mais quando o nome do usuário ou do dispositivo está ausente na configuração.",
"nl": "Adapter crasht niet meer wanneer gebruikersnaam of apparaatnaam ontbreekt in configuratie.",
"fr": "L'adaptateur ne plante plus lorsque le nom de l'utilisateur ou de l'appareil est manquant dans la configuration.",
"it": "L'adattatore non si arresta più in modo anomalo quando il nome dell'utente o del dispositivo non è presente nella configurazione.",
"es": "El adaptador ya no falla cuando falta el nombre del usuario o del dispositivo en la configuración.",
"pl": "Adapter nie ulega już awariom, gdy w konfiguracji brakuje nazwy użytkownika lub urządzenia.",
"uk": "Адаптер більше не аварійно завершує роботу, якщо в конфігурації відсутнє ім’я користувача або пристрою.",
"zh-cn": "当配置中缺少用户或设备名称时,适配器不会再崩溃。"
},
"1.5.9": {
"en": "First device of any user was missing in users viewing\nAdded an icon to peers, users, peer and user",
"de": "Das erste Gerät eines Benutzers fehlte in der Benutzeransicht.\nEin Symbol für Peers, Benutzer, Peer und Benutzer wurde hinzugefügt",
Expand Down
Loading

0 comments on commit 2062fa9

Please sign in to comment.