Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] Allagan Market 1.0.0.2 #4553

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions testing/live/AllaganMarket/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
[plugin]
repository = "https://github.com/Critical-Impact/AllaganMarket.git"
commit = "26dbdf7a8b530e5dc0671ee72103a6c7bb2a60e8"
commit = "040b67822cb5c7af7adefb2d48bde72b7bde2dc7"
owners = [
"Critical-Impact",
]
project_path = "AllaganMarket"
version = "1.0.0.1"
version = "1.0.0.2"
changelog = """\
**Fixes:**
- Collapsing and expanding worlds in the main interface should work now
- The retainers shown in the overlay will now only show ones owned by the currently logged in character
**New Features**
- The latest market prices are cached so that undercuts can be calculated on the fly even if you change settings
- Undercut/undercut on login/sale notifications can be disabled/enabled and have their chat type configured
- Undercut messages can be configured to be grouped
- The undercut recommended price can be configured
- The NQ/HQ comparison used when determining if an item has been undercut can be configured on a global/item level
- Added a /amarket alias(PR from TheOddball)

**Fixes**
- The UI should eat less FPS
- Column sorting in the list view is fixed
- Added some additional checks in case the sale items CSV gets into a bad state
- Fixed an exception related to the marketboard item request hook
- "Item Update" renamed to "Stale Pricing" to hopefully make it clearer
- Hopefully fixed the scaling issues on the overlay windows
"""
Loading