Skip to content

Commit

Permalink
- updated changelog + annotation 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Nov 8, 2020
1 parent 45f2104 commit 6ce0f78
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.12 (2020-11-08)

- added stash folder layout support
- update items, stats & mods to patch 3.12.4d
- fixed an issue at the evaluate dialog input not focusable

## 1.0.11 (2020-09-20)

- added heist item data & stats
Expand Down
57 changes: 55 additions & 2 deletions overlay.babel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<babeledit_project version="1.2" be_version="2.7.1">
<babeledit_project be_version="2.7.1" version="1.2">
<!--

BabelEdit project file
Expand Down Expand Up @@ -130,7 +130,7 @@
</children>
</folder_node>
<folder_node>
<name>changelog-1-0-11</name>
<name>changelog-1-0-12</name>
<children>
<concept_node>
<name>message</name>
Expand Down Expand Up @@ -16686,6 +16686,59 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>stash-folder</name>
<definition_loaded>false</definition_loaded>
<description></description>
<comment></comment>
<default_text></default_text>
<translations>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-ES</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
<translation>
<language>pl-PL</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-BR</language>
<approved>false</approved>
</translation>
<translation>
<language>ru-RU</language>
<approved>false</approved>
</translation>
<translation>
<language>th-TH</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CHS</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CHT</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>stash-size</name>
<definition_loaded>false</definition_loaded>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poe-overlay-overwolf",
"version": "1.0.11",
"version": "1.0.12",
"scripts": {
"watch": "ng build --watch",
"watch:prod": "ng build --watch --prod",
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/annotation/annotation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ANNOTATIONS: Annotation[] = [
hotkey: Hotkey.SettingsToggle
},
{ id: 'thanks' },
{ id: 'changelog-1-0-11' },
{ id: 'changelog-1-0-12' },
];

@Injectable({
Expand Down
7 changes: 4 additions & 3 deletions src/assets/i18n/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"message": "Opens a webpage on hotkey press in the in-game browser.\n\nTry the hotkey below to open poe.ninja.",
"title": "Bookmarks"
},
"changelog-1-0-11": {
"message": "- added heist item data & stats\n- added heist item properties at the evaluate dialog\n- added heist item types at the market\n- added heist filter group at the market\n- updated the external link behavior to skip in game notification\n- fixed an issue causing values at the evaluate dialog to be cut off (#827, #829)\n- fixed an issue freezing the launcher (#826)\n- fixed an issue with too long stats at the market window (#814)\n- fixed an issue using the slider at the settings window (#815)",
"title": "What's new in 1.0.11?"
"changelog-1-0-12": {
"message": "- added stash folder layout support\n- update items, stats & mods to patch 3.12.4d\n- fixed an issue at the evaluate dialog input not focusable",
"title": "What's new in 1.0.12?"
},
"commands": {
"message": "All game commands can be bound to hotkeys.\n\nThere are also placeholders like @char available which will be replaced before executing the command.\n\nTry the hotkey below to teleport into your hideout.",
Expand Down Expand Up @@ -486,6 +486,7 @@
"volume": "Volume"
},
"stale": "Filter has been changed. Fetching again ... - Now?",
"stash-folder": "Toggle Folder Layout",
"stash-size": "Change Stash Size (Normal, Quad)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/french.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "Le volume"
},
"stale": "Le filtre a été changé. Aller chercher à nouveau ... - Maintenant?",
"stash-folder": "Basculer la disposition des dossiers",
"stash-size": "Modifier la taille de la réserve (normale, quadruple)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/german.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "Volumen"
},
"stale": "Filter wurde geändert. Wieder holen ... - Jetzt?",
"stash-folder": "Ordnerlayout umschalten",
"stash-size": "Stash-Größe ändern (Normal, Quad)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/korean.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "음량"
},
"stale": "필터가 변경되었습니다. 다시 가져 오는 중 ...-지금?",
"stash-folder": "폴더 레이아웃 전환",
"stash-size": "숨김 크기 변경 (일반, 쿼드)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/polish.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "Tom"
},
"stale": "Filtr został zmieniony. Ponowne pobranie ... - Teraz?",
"stash-folder": "Przełącz układ folderów",
"stash-size": "Zmień rozmiar skrytki (normalny, poczwórny)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/portuguese.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "Volume"
},
"stale": "O filtro foi alterado. Buscando de novo ... - Agora?",
"stash-folder": "Alternar layout de pasta",
"stash-size": "Alterar tamanho do esconderijo (Normal, Quad)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "объем"
},
"stale": "Фильтр был изменен. Повтор загрузки... - Сейчас?",
"stash-folder": "Переключить макет папки",
"stash-size": "Изменить размер тайника (обычный, четырехместный)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/simplified-chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "体积"
},
"stale": "过滤器已更改。再次获取...-现在?",
"stash-folder": "切换文件夹布局",
"stash-size": "更改隐藏大小(正常,四边形)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "Volumen"
},
"stale": "El filtro ha sido cambiado. Buscando de nuevo ... - ¿Ahora?",
"stash-folder": "Alternar diseño de carpeta",
"stash-size": "Cambiar tamaño de alijo (Normal, Cuádruple)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/thai.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "ปริมาณ"
},
"stale": "ตัวกรองมีการเปลี่ยนแปลง กำลังเรียกอีกครั้ง ... - ตอนนี้เหรอ?",
"stash-folder": "สลับเค้าโครงโฟลเดอร์",
"stash-size": "เปลี่ยนขนาด Stash (ปกติ, Quad)"
}
}
1 change: 1 addition & 0 deletions src/assets/i18n/traditional-chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"volume": "體積"
},
"stale": "過濾器已更改。再次獲取中...-現在?",
"stash-folder": "切換文件夾佈局",
"stash-size": "更改隱藏大小(正常,四邊形)"
}
}

0 comments on commit 6ce0f78

Please sign in to comment.