Skip to content

Releases: GoldenGnu/jeveassets

jEveAssets 7.3.1

18 Sep 16:45
Compare
Choose a tag to compare

Bug Fixes:
-Fixed NPE in MyIndustryJob from MyBlueprint (Issue #342)

jEveAssets 7.3.0

18 Sep 15:40
Compare
Choose a tag to compare

New Features:
-Added filters to the Overview Tool (Issue #336)
-Added Janice as a price source (Issue #328)
-Price History (Issue #76)
-Added category column to stockpile table (contributed by Lazaren)
-Added various values to the industry slots tool statusbar (Issue #337)
-Added various values to the industry slots tool table popup menu (Issue #337)
-Added various values to the contracts tool statusbar (Issue #333)
-Added various values to the contracts tool table popup menu (Issue #132)
-You can now copy statusbar values by clicking on them
-Added tool tips explain you can click to copy to the info menu and statusbar
-Added Context Type and Context ID columns to the Journal tool
-Added ContractID and RecordID columns to the Contracts Tool
-Added Market Value and Market Price columns to the Contracts Tool
-Added ItemID/Runs/ME/TE columns to the Contracts Tool (only public contracts)
-The tracker tool now have prices for blueprints in public contracts
-Added placeholder examples for filter import (Issue #282)
-Improved market details character selection in the Stockpile tool (Issue #307)
-Added mnemonic to the main menu
-Added available label to stockpile separator row (Issue #341)

Bug Fixes:
-Ignore profiles with invalid names
-Include private structures in the contract appraisal settings reset on save
-Refining equipment option did not accept decimal values (Issue #340)

Changed:
-Made the business tool menu a bit nicer
-Added warning message when hitting the maximum of 25000 blueprints
-Better warning for orders in unknown locations on outbid update (Issue #327)
-Show warning when Nahimic Overlay is detected (Issue #313)

Code:
-Update eve-esi to 4.7.0
-Optimized table main menu to only be updated before showing
-Updates from setting changes now only update what is needed (Issue #334)
-Added info level to UpdateTask (Used by "NOT ALLOWED YET")
-Replaced OSXadapter with FlatDesktop from flatlaf (Issue #329)

jEveAssets 7.2.1

31 May 10:20
Compare
Choose a tag to compare

Bug Fixes:
-Stockpile did not work with BPCs and runs

jEveAssets 7.2.0

28 May 12:19
Compare
Choose a tag to compare

New Features:
-Added configurable colors to the industry jobs activity column
-Adding account automatically update existing account authorization (Issue #306)
-Separated ore and scrapmetal reprocessing calculations/settings (Issue #312)
-Added buttons to open the online manual (Stockpile/Table Filters/Settings)
-Added Eve Tycoon to the lookup menu

Bug Fixes:
-CLI -droptable -createtable -extended are always true (Issue #310)
-CLI tableName is always a empty string, DROP TABLE IF EXISTS `` (Issue #310)
-If sqlTableName is set in the GUI, It's not used for CLI export (Issue #310)
-Fixed issues with CLI updates for multiple profiles
-Fixed delay between starting update and the update window showing (Issue #319)
-Fixed public market orders update progress finishing at 80% progress
-Fixed Industry Jobs having the wrong default filters (was Transactions filters)
-Fixed CLI export logging
-Fixed the current filter never being displayed as empty
-Overview export using current view (should use all)
-Fixed an old bug where Settings dialog would resize after being shown
-Fixed painting outside the EDT in JMainTab/MarketOrdersTab/RoutingTab

Changed:
-Improved the reprocessing settings GUI
-Slightly better CLI help message
-The Stockpile dialog now better convey that selecting an include is required
-Show warning before updating outbid data with orders in unknown locations
-Made most toolbars more compressible and normalized icon buttons width
-Changed help menu to point to the wiki and wiki's feedback and help

Code:
-Optimized stockpile New/Clone/Delete/Import/Hide/Show
-Optimized subpile updates in the stockpile tool
-Upgraded maven plugins to make it work with Java 17 (contributed by Burberius)
-Updated all the wiki links to the new site: https://wiki.jeveassets.org
-Refactored ProfileManager/Profile/ProfileWriter/ProfileReader to be more OOP
-Added test to ensure dev build is always off (false)
-Ensure profile names are never duplicated
-Better error logging for ESI errors

jEveAssets 7.1.1

05 Mar 15:25
Compare
Choose a tag to compare

Bug Fixes:
-Unable to export default filters
-Can not reset columns
-Fixed number formatting for CSV and HTML export
-Exporting from the GUI did not use the filter and column options
-Fixed export and filtering for formula and jump columns
-Added option to exclude formula and jump columns from the CLI
-Force valid separator/column options when exporting from the GUI

jEveAssets 7.1.0

02 Mar 18:01
Compare
Choose a tag to compare

New Features:
-Added CLI for exporting table data (Issue #270)
-Tool tabs can now be rearranged by dragging the tabs (issue #298)
-Tool tabs can now be reopen with [ctrl|command] + [shift] + t (issue #298)
-Make a Add button in the Reprocessed tool (Issue #297 - contributed by Inoruuk)
-Added Output Name column to the industry jobs tool (Issue #294)
-Hide stockpile from stockpile menu (Issue #300)

Changed:
-Change character/corporation selection in the AccountImportDialog to a ComboBox
-Allow manually enabling the eve.nikr.net account import workaround

Code:
-Updated slf4j library to 1.7.36
-Updated logback library to 1.2.10
-Updated jfreechart library to 1.5.3
-Updated LGoodDatePicker library to 11.2.1
-Updated sqlite-jdbc library to 3.36.0.3
-Updated EvalEx library to 2.7

Bug Fixes:
-Updatable didn't check for skill updates
-ItemsWriter saved base price as double, ItemsReader expected long
-Made SingleInstance handle headless mode
-Possible fix for ClassCastException in StockpileItemDialog (BugId: 995)
-Possible fix for publicMarketOrders cache time being incorrect

jEveAssets 7.0.0

16 Dec 12:16
Compare
Choose a tag to compare

New Features:
-Added support for more multibuy formats (contributed by madetara)
-Added 'Added date' columns to Transactions/Journal tool (Issue #269)
-Highlight recent changes in the Market Orders tool (Issue #265)
-Highlight new items in Assets/Journal/Transactions tool (Issue #269)
-Save contract history (optional, on be default) (Issue #258)
-Table menu: Select ship in the Fitting Tool from Assets/Tree Tools (Issue #264)
-Allow renaming assets in the Tree tool
-Added Required and Owned options for the Stockpiles shopping list (Issue #235)
-Added placeholder examples for Stockpile imports (Issue #276)
-Added Type Name column to Assets/Tree tools (Hidden by default, issue #181)
-Added Item Name column to Assets/Tree tools (Hidden by default, issue #181)
-Made Market Details column's button clickable with the space key (Issue #137)
-Added Market Details column to the Stockpile tool (Issue #256)
-Added Average Transaction Price column to the Stockpile tool (Issue #256)
-Add Job Cost column to Industry Jobs (Issue #284, contributed by Kaylee Syntax)

Changed:
-Use AutoCompleteSupport Filter Mode Contains (Issue #274)
-Show critical error messages always on top

Code:
-Updated FlatLaf library to 1.6.4
-Updated eve-esi library to 4.6.1
-Fixed lgtm.com alerts (issue #275)

Bug Fixes:
-Fixed a case where the changed theme colors was not applied
-Fixed changing color settings triggering an eventList update when not needed
-Fixed wrong class types in TableFormats (BugId: 969, 971, 972, 979 and more)
-Fixed tree table sorting columns really slowly
-Fixed settings being saved while columns was being moved
-Fixed NPE in XPDefaultRenderer (JDK-6429812, BugId: 959, Issue #279)
-Fixed system look and feel being listed twice in the color settings
-CDE/Motif did not have windows Copy/Paste/Cut/Select All shortcuts
-Fixed Market Detail column's button rendering on various look and feels
-Fixed NPE in FlatTitlePane (BugId: 980, Issue #281)
-Journal is missing entries (Issue #218, Fixed in ESI by CCP! <3)
-Possible fix for CtD on when setting a new price (Issue #277)
-Fixed CtD before warning for "in zip file" and "library missing" was shown
-Fixed jEveAssets losing focus when loading/creating profiles
-Fixed meta and tech level for esi updated items
-Added missing read lock for FilterList when updating statusbar

jEveAssets 6.9.6

30 Oct 16:51
Compare
Choose a tag to compare

Bug Fixes:
-Possible fix for CtD (BugID: 973, 974, 975, 976, 977, 978)

Changed:
-Ships are now included in their own totals in the Tree Tool (Issue #271)

jEveAssets 6.9.5

26 Oct 22:12
Compare
Choose a tag to compare

Bug Fixes:
-Removed incorrect column tooltip for formula columns
-Formula columns did not work with infinity decimals (1.333) AGAIN! (Issue #268)
-Exporting table data used disabled filters resulting in incomplete output

Code:
-Updated eve-esi library to version 4.6.0 (fixing account update)

jEveAssets 6.9.4

16 Sep 12:43
Compare
Choose a tag to compare

Bug Fixes:
-Fixed tree tool totals (parent items, statusbar, table menu)
-Fixed Formula columns not working with results like 1.333...
-Fixed price update failing (now fail when 25% of all price are zero, was 10%)
-Table menu sum did not work correct for values between 0.0 and 1.0 (Ex: 0.14)

Code:
-Better handling of error throwables during update
-Optimized Tree tool collapse and expand all
-Hopefully fixed very slow sorting with many active filters in the Tree tool