Skip to content

Commit

Permalink
Merge pull request #796 from Kyusung4698/develop
Browse files Browse the repository at this point in the history
1.0.6 - 1.0.8
  • Loading branch information
Kyusung4698 authored Jul 9, 2020
2 parents 5461d45 + 0924006 commit 0d70e0b
Show file tree
Hide file tree
Showing 151 changed files with 4,024 additions and 745 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ speed-measure-plugin*.json
!.vscode/extensions.json
.history/*

# IDE - VS
*.vs/
**/obj/
**/bin/

# release
/release

Expand Down
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## 1.0.8 (2020-07-09)

- added support for the new cluster jewels stats
- added a new hotkey (default on F10) to manually capture replays
- added a toggle to disable the leaving of a party via kick using the trade finished action (#774)
- added a audio button at the trade settings to customize the notification sound (#786)
- added a lower opacity for market results once they have been requested (#780)
- added the seller name for items and bulk exchanges at the market (#773)
- fixed an issue at the market type filter resulting in a unknown category error (#793)

## 1.0.7 (2020-07-01)

- added the version number at the evaluate, inspect and settings window
- update trade action still interested to be always shown for incoming requests
- update the market history to only show unique requests
- fixed an focus issue occurring when using the trade whisper button
- fixed an issue accessing the clipboard
- fixed an issue querying the map tier

## 1.0.6 (2020-06-25)

- added a history for the market search
- added a received timer at the trade message
- added the player name at the trade message
- added a new action to go to the hideout for outgoing trades
- added support for the new harvest seeds
- update the height of the trade window to be configurable
- fixed an issue parsing unicode item data
- fixed an issue at the market which resulted in crashing the app

## 1.0.5 (2020-06-23)

- added support page with discord and GitHub issues
- added colors for life, mana and energy shield pseudo stats
- added trade filter setting (Incoming & Outgoing, Incoming)
- added trade layout setting (Top To Bottom, Bottom To Top)
- added trade window to be transparent if no active trades and the window is pinned
- update trade action finished to be always shown even if no trade have been initialized
- fixed an focus issue occurring when using the trade whisper button
- fixed an sorting issue at the market result list
- fixed an issue at the inspect frame not showing dps

## 1.0.4 (2020-06-19)

- added 3.11 data
- added `Character Name` setting as fallback

## 1.0.3 (2020-06-18)

- fixed a unhandled error if no event data is available

## 1.0.2 (2020-06-16)

- added misc module
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ The complete guide with pictures can be found [here](INSTALLING.md).
| Market | Search History | 🚧 |
| Market | Save Queries | 📚 |
| Market | Sort Results | 📚 |
| Stash | Highlight Item | 📚 |
| Stash | Filter Category | 📚 |
| Stash | Navigation | ⚡ | Waiting 🐺
| Trade | Parsing Offers | ⚡ | Waiting 🐺
| Commands | @latest_whisper | ⚡ | Waiting 🐺

🚧 In Progress 📚 Backlog ⚡ Blocked 🐺 Overwolf
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/assets/images",
"src/assets/audio"
"src/assets/images"
],
"styles": [
"src/styles.scss",
Expand Down
30 changes: 23 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"meta": {
"name": "PoE Overlay",
"author": "Kyusung4698",
"version": "1.0.2",
"version": "1.0.8",
"minimum-overwolf-version": "0.147.0",
"description": "Search the market and send trade offers. Get current market values for your item. View insights for maps and items.",
"dock_button_title": "PoE Overlay",
Expand Down Expand Up @@ -38,11 +38,11 @@
"transparent": true,
"show_in_taskbar": false,
"size": {
"width": 1212,
"width": 1242,
"height": 699
},
"min_size": {
"width": 1212,
"width": 1242,
"height": 699
}
},
Expand Down Expand Up @@ -146,9 +146,10 @@
"disable_rightclick": true,
"transparent": true,
"resizable": true,
"ignore_keyboard_events": true,
"size": {
"width": 1212,
"height": 699
"width": 310,
"height": 400
}
},
"tradehighlight": {
Expand All @@ -159,6 +160,7 @@
"disable_rightclick": true,
"transparent": true,
"resizable": true,
"ignore_keyboard_events": true,
"size": {
"width": 1212,
"height": 699
Expand All @@ -180,8 +182,11 @@
"event_data": {
"game_ids": [
7212
]
],
"wait_for_stable_framerate": 30
},
"tracked": false,
"include_launchers": false,
"start_minimized": false
}
],
Expand Down Expand Up @@ -265,9 +270,14 @@
"action-type": "custom"
},
"misc-stash-highlight": {
"title": "Highlight Item in Stash",
"title": "Highlight a item in stash",
"action-type": "custom",
"default": "Alt+F"
},
"replay-manually": {
"title": "Capture a replay manually",
"action-type": "custom",
"default": "F10"
}
},
"externally_connectable": {
Expand All @@ -287,6 +297,12 @@
"enable_auto_refresh": true,
"reload_delay": 1000,
"filter": "dist/*.*"
},
"extra-objects": {
"clipboard-plugin": {
"file": "plugins/dist/clipboard.dll",
"class": "overwolf.plugins.clipboard"
}
}
}
}
Loading

0 comments on commit 0d70e0b

Please sign in to comment.