-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**New Features** - Ephemeral Nodes are now supported - Can be Traded was split into Can be Traded and Can be placed on Market **Fixes** - Character rename restored
- Loading branch information
1 parent
ed7d040
commit fe492ce
Showing
1 changed file
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
[plugin] | ||
repository = "https://github.com/Critical-Impact/InventoryTools.git" | ||
commit = "67bb1eaee1798be2540872d5dbd85b770b01f946" | ||
commit = "16b6c27aa6a4ea813975092536e896ef3462916d" | ||
owners = [ | ||
"Critical-Impact", | ||
] | ||
project_path = "InventoryTools" | ||
version = "1.6.2.2" | ||
version = "1.6.2.3" | ||
changelog = """\ | ||
**New Features/Updates** | ||
- Add "Is Dropped By Mob" column/filter | ||
- Add "Can be Equipped" column/filter | ||
- Orphaned inventories will be removed on plugin load | ||
- Character management section has been updated | ||
- New IPC methods, GetSearchFilters & GetRetrievalItems - thanks pikajude | ||
- Gamer Escape/Console Games Wiki shorcuts in the item window and right click menus | ||
**New Features** | ||
- Ephemeral Nodes are now supported | ||
- Can be Traded was split into Can be Traded and Can be placed on Market | ||
**Fixes** | ||
- Fix certain costs for rewards at special shops not listing properly | ||
- Fix "Is Timed Node" filter | ||
- Fix craft lists not refreshing after an item is added/removed via IPC | ||
- Fix an issue where history columns were not exporting any data to CSV | ||
- Item level filter no longer restricts to equipment, if you want to replicate this filter, use the new "Can be Equipped" filter in combination with the existing filter | ||
- Character rename restored | ||
""" |