Releases: IllusionMods/KKManager
KKManager v0.22.0.1
Download
What's Changed
- Fixed P2P updater losing files after they finish downloading (dependency issue)
KKManager v0.22.0
Download
What's Changed
- 10a0c86 @ManlyMarco Add "View Log" and "Minimize" buttons to update progress window
- 9a28c74 @ManlyMarco Hide main KKManager window while update is in progress
- cb1211c @ManlyMarco Flash the updater window in taskbar after mod search/update finishes
- 8ca005a @ManlyMarco Clarify descriptions of colors in update select window
- 38d4f1c @ManlyMarco Fix showing 123MB download size in update select window if no updates are selected by default
- d97063c @ManlyMarco Extract some localizable strings into Resources
- Add Russian Translation (Remaster) by @ilyabelka in #115
- 0311cb2 @ManlyMarco Merge Chinese translation by Kaldeqca
New Contributors
- @ilyabelka made their first contribution in #115
Full Changelog: v0.21.4...v0.22.0
KKManager v0.21.4 - Mostly stable P2P updater
Download
What's Changed
- 6d703df @ManlyMarco Speed up update search
- 4bebdf0 @ManlyMarco Move completed p2p files right away not on window close (fixes hang on clicking OK)
- 3ac13a6 @ManlyMarco Fixed disabled plugins and zipmods being seen as missing by mod updater in some cases
- a39af6e @ManlyMarco Fixed p2p being stuck at 0bps for a while after resuming from sleep
- 54dbb0d @ManlyMarco Fixed seeding status text flashing when being updated
- 384ea55 @ManlyMarco Fixed some updater/p2p issues from v0.21.3 and recent commits
Full Changelog: v0.21.3...v0.21.4
KKManager v0.21.3 P2P UPDATER BETA
Download
What's Changed
- 2e920a9 @ManlyMarco Added new optional columns to card viewer (hidden by default)
- e49dacf @ManlyMarco Fixed list of files to download showing already downloaded files and not always marking new files with green color when using p2p
Full Changelog: v0.21.2...v0.21.3
KKManager v0.21.2 P2P UPDATER BETA
Download
What's Changed
- 81f49c5 @ManlyMarco Improved the "Searching for updates" progress bar granularity
- a3012ca @ManlyMarco Fixed StandaloneUpdater losing downloaded parts of updates
- 12a9a61 @ManlyMarco Fixed update selection window not appearing centered on update progress window
Full Changelog: v0.21.1...v0.21.2
KKManager v0.21.1 P2P UPDATER BETA
Download
What's Changed
- 2f219e6 @ManlyMarco Added a rough progress bar to the "Searching for updates" step
- 615ce68 c1e7a33 @ManlyMarco Improvements to P2P update system and to the update window interface
- 681450b @ManlyMarco Reduced memory usage of card window
Full Changelog: v0.21.0...v0.21.1
KKManager v0.21.0 - P2P UPDATER BETA
Download
What's Changed
P2P Updates
This version adds P2P support to the mod updater - it allows clients to send parts of the update between each other so that the download speed stays high even if there are many people updating at the same time.
P2P transfers can be turned on/off in the Mod updater > P2P setttings
menu (KKManager will ask if P2P should be enabled first time an update is started).
Warning: This feature is still in beta and can have issues. If your update gets stuck on 0 B/s or otherwise fails to download, try turning P2P off.
Translations
It is now possible to translate all KKManager windows to any language. If you'd like to help trasnslate KKManager to your language, check the contributing section of the readme. If you have any questions or issues, feel free to ask ManlyMarco on Discord or post an issue.
All changes
- 1e9d36f @ManlyMarco Added P2P support to mod downloader (#108)
- d9ba59d @ManlyMarco Added menu button for opening mod download website
- c70d683 @ManlyMarco Added "Relative Filename" column to card window
- dd24b78 @ManlyMarco Added "Include subdirectories" toggle to card window
- 2f57056 @ManlyMarco Added Card Window > Tools > Export a list of missing mods
- daf7274 @ManlyMarco Added MissingZipmods and MissingPlugins properties to character cards
- 5df71f4 @ManlyMarco Mark cards with missing mods on the card list with pink background instead of logging them in console
- 9ccd05d @ManlyMarco Reorganized menu bar items
- e46a3f7 @ManlyMarco Improved displaying mod update errors
- 0be9125 @ManlyMarco Improved stack traces in some error messages
- 5aa8cfa @ManlyMarco Cleaned up log spam when cancelling an update
- 2d9ee56 @ManlyMarco Increased some update discovery timeouts
- ca3df2f @ManlyMarco Modpack tool updates
- cbd2445 @ManlyMarco Reduced RAM usage
- 19a394e @ManlyMarco Improved plugin and zipmod load speed
- 37c4993 @ManlyMarco Turned off FtpTrace for better debugging performance
- 06ec25b @ManlyMarco Optimized processing updates from FTP sources
- 2ec4a23 @ManlyMarco Optimized sorting update items
- 2ad64e2 @ManlyMarco Fixed broken properties panel in default configuration
- 1a2ea7b @ManlyMarco Fixed zipmods with missing manifest.xml breaking zipmod load
- 3b936de @ManlyMarco Added a contributing section to readme
- 7070932 @ManlyMarco Made all UI localizable (check readme for instructions on how to translate)
- 01282c9 @ManlyMarco Updated packages
- Fixed typo in TimeSpanUtils.cs by @eltociear in #107
New Contributors
- @eltociear made their first contribution in #107
Full Changelog: v0.20.2...v0.21.0
KKManager v0.20.2
Download
What's Changed
- 10fd2f7 @ManlyMarco Added more columns to the card window
- f4c1291 @ManlyMarco Added more data to character cards and make it more uniform between all games
- 9daa35f @ManlyMarco Added support for BepInEx6 preloader patchers (relevant for RG)
Full Changelog: v0.20.1...v0.20.2
KKManager v0.20.1
Download
What's Changed
- b602512 @ManlyMarco Tweak concurrent code querying update sources
- d3527d1 @ManlyMarco Better handle zipmods with invalid entry names
- a309bec @ManlyMarco Fixed wrong update count in status messages of update window
- c194596 @ManlyMarco Fixed FTP updater having issues with case insensitivity the on servers
- ee1b4a3 @ManlyMarco Tweak updater retry logic
- 0ce9604 @ManlyMarco Revert FluentFTP to v35.0.5
- 49f3105 @ManlyMarco Better update log messages
- 2481fc4 @ManlyMarco Fixed potential issue in new KKManager version check
Full Changelog: v0.20.0...v0.20.1
KKManager v0.20.0
Download
What's Changed
- ce7c6df @bytemask Add Initial Room Girl Support (#93)
- 8cf4938 @ManlyMarco Add UseProxy setting, disabled by default
- 6d1b764 @ManlyMarco Add Sideloader Modpack ingest tool; Minor fixes and improvements (#102)
- b5bed9b @ManlyMarco Add support for patcher plugins (listed alongside normal plugins)
- 912e8b4 @ManlyMarco Lazy load zipmod preview thumbnails (major load time reduction)
- 09969e7 @ManlyMarco Fix saved window size and location getting corrupted if window is closed while minimized
- 626bfe5 @ManlyMarco Fix main window not showing on screen if saved position is out of bounds
- c486262 @ManlyMarco Fix sideloader version comparer incorrectly sorting mixed digit+letter versions
- 7fea005 @ManlyMarco Minor fixes and imrpovements; Code cleanup, fix compiler warnings
- aca0970 @ManlyMarco Update to latest DockPanelSuite; Change to a new theme
- 06ac912 @ManlyMarco Update SharpCompress to 0.32.2
- 2e9452c @ManlyMarco Update codeql action to v2 (#103)
- 08a360e @ManlyMarco Update packages to latest versions and fix related code issues; Move to .Net 4.7.2 (#104)
- Update to SB3UGS_v22.4.1
New Contributors
Full Changelog: v0.19.0...v0.20.0