Version 1.2 Changelog
New functions
CHARACTER_ATTRIBUTES
-outputs a card with attributes and remap information about a character
CHARACTER_STANDINGS
-outputs a card containing an array for faction/npc_corp standings of the character
CHARACTER_SKILL_QUEUE
-Displays the characters skill queue
MARKET_STRUCTURE_ORDERS/MARKET_STRUCTURE_ORDERS_STREAMING
-input to formula: structure_id, type_id, [sell_buy_only_boolean], [character_id_or_entity]
-returns orders in a structure you have access too for the given type_id, with optional parameter for filtering only sell or buy, and which character to use for the information fetch, if no character is specified it uses the first logged in character.
-the structure needs to have it’s market module online in addition to the ACL requirements.
Parameter changes
-Changed the search string filter on character/corp assets to also accept type_id numbers as the input for a more strict filtering based on the type_id, if a string is entered it does a substring filter based on the type name of the item.
-Added a strict parameter to CHARACTER_SKILLS when using the built-in search_string parameter. Default FALSE
-Added a strict parameter to corporation/character_BLUEPRINTS when using the built-in search_string parameter. Default FALSE
-Added a strict parameter to SEARCHSOLARSYSTEM when using the built-in searchstring parameter. Default FALSE.
-Added a strict parameter to SEARCHREGION when using the built-in searchstring parameter. Default FALSE
-Added a title_filter (string, substring match), status_filter (string, exact match), include_deleted(default FALSE) to character/corporation_contracts.
-Added an optional page parameter to CHARACTER/CORPORATION_WALLET_TRANSACTIONS for web compatiblity improvements.
Misc changes.
Added market_history to the preview panel in the add-in
Added the new functions to the preview panel with try it out examples where possible.
Added an override for .BLUEPRINT(16672) to display the Tungsten Carbide blueprint instead of the test blueprint.
Contracts for character and corporation now display up to 500 contracts without item information.
Contracts now display the title of the contract in the initial data.
Changed how the add-in resolves what corporation a character is in via the affiliate endpoint instead of the 7 day cached character endpoint data.
Minor parameter help text improvements
Note: For existing users to get the update might require a CTRL+F5 in the sidepanel to get the JS files and/or a restart clearing the cache to load the new functions in.
Utilizing the standings function will require the character to re-login to have the scope updated for that function. Otherwise it’ll return an error.
The #VALUE issue for 2021 Excel is still being investigated with Microsoft.