Releases: SilverGreen93/CDPExplorer
Releases · SilverGreen93/CDPExplorer
v4.1
v4.0
Major release
What's new?
- Added multi-file support: You can now open multiple CDP files in the same CDP Explorer window by drag and dropping them or using Ctrl+O. You can still open separate CDP Explorer windows with only one file present.
- Added a new column in the grid view to keep track of the asset's original file.
- Resized the Era and Description columns to keep them smaller even if the contained text exceeds the window size.
- Added the ability to customize more the output filename format for exported CDPs by choosing the KUID, build, username order as you please.
v3.7
v3.6
Fix kuid comparisons that overflow as Integer but do fit in an Unsigned Integer.
v3.5
Fix parsing of trainz-build stored as int.
v3.4
This release fixes the following:
- Always show trainz-build with 1 decimal place (i.e. 2.0 instead of 2)
- Correctly display and extract kuid2 without version number
v3.3
New in this version:
- Add settings window
- Add export filename options
- Add overwrite policy
- Store settings and retrive them on application restart
- Fix Trainz build format localization in main gridview
- Show modal dialogs centered on main window
- Bump copyright to 2020
v3.2
v3.1
v3.0
This a major release fixing lots of bugs and improving overall performance. Includes a GUI redesign and the most awaited ability to open files over 2GB.
What's new:
- Support for more than 2GB CDP files.
- Fixed kuids missing in the grid view for certain assets.
- Fixed asset names missing in the grid view for certain assets.
- Fixed kuid conversions on overflow
- Separate thread to extract CDP contents.
- Main window is now resizable.
- New options to copy kuids, save as CSV.
- Show asset descriptions.
- New menu bar, context right-click menu and status bar.
- Misc bug fixes and code cleanup.