Skip to content

Commit

Permalink
- added changelog 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Sep 19, 2020
1 parent 7bce8d0 commit a8663c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions overlay.babel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<babeledit_project be_version="2.7.1" version="1.2">
<babeledit_project version="1.2" be_version="2.7.1">
<!--

BabelEdit project file
Expand Down Expand Up @@ -130,7 +130,7 @@
</children>
</folder_node>
<folder_node>
<name>changelog-1-0-10</name>
<name>changelog-1-0-11</name>
<children>
<concept_node>
<name>message</name>
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.10",
"version": "1.0.11",
"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-10' },
{ id: 'changelog-1-0-11' },
];

@Injectable({
Expand Down
6 changes: 3 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-10": {
"message": "- added whois button to the trade window\n- added skip button at the tutorial (#765)\n- fixed an issue on lower resolution having invisible market prices (#811)",
"title": "What's new in 1.0.10?"
"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 behaviour 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?"
},
"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

0 comments on commit a8663c2

Please sign in to comment.