Releases: KSP-CKAN/CKAN
Releases · KSP-CKAN/CKAN
Broglio
Changes since v1.25.0
Features
- [GUI] Replace empty max KSP version string with "any" (#2420 by: DasSkellet; reviewed: HebaruSan, politas)
Bugfixes
- [GUI] Splitter and tabstrip visual improvements (#2413 by: HebaruSan; reviewed: politas)
- [GUI] Fix "Collection was modified" exception for redundant optional dependencies (#2423 by: HebaruSan; reviewed: politas)
- [core] Treat installed DLC as compatible dependency (#2424 by: HebaruSan; reviewed: politas)
- [GUI] Ignore splitter exceptions (#2426 by: HebaruSan; reviewed: politas)
Internal
- [Build] Add more tests (#2410 by: HebaruSan, DasSkelett; reviewed: politas)
- [Updater] AutoUpdate: tokens and tests (#2411 by: HebaruSan; reviewed: politas)
Notes
- You don't need to download
AutoUpdate.exe
. This is used internally by CKAN when a new version is released. - Windows users must have .NET 4.5 installed. Simply download the ckan.exe file and either store it in your game directory or somewhere in your filesystem that you have non-admin write access. Never run the CKAN client as Administrator!
- The .dmg is for installation on systems running macOS.
- The .deb file is for automated installation on Debian-based Linux distributions - Use
dpkg-install/apt-get/apt
to install the.deb
file and you will then be able to run CKAN with justckan
. All required libraries should be pulled in as dependencies. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- This release of the CKAN has not been tested on Mono releases prior to 5.0.1. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of NASA
Wallops
Changes since v1.24.0
Features
- [Core] Detect DLC and allow as a dependency (#2326 by: dbent; reviewed: politas)
- [GUI] Install old mod versions by version list double-click (#2364 by: HebaruSan; reviewed: politas)
- [Core] Allow installations to the Missions folder (#2371 by: Olympic1; reviewed: politas)
- [GUI] Sort by "update"-column on clicking "add available updates"-button (#2392 by: DasSkellet; reviewed: politas)
Bugfixes
- [Multiple] Fix crash when trying to view empty auth token list (#2301 by: HebaruSan; reviewed: politas)
- [GUI] Handle mod not found in versions tab (#2303 by: HebaruSan; reviewed: politas)
- [GUI] Better resizing for Select KSP Install window (#2306 by: HebaruSan; reviewed: politas)
- [GUI] Fix GUI sort by size (#2311 by: HebaruSan; reviewed: politas)
- [Core] Don't crash if download_hash isn't set (#2313 by: HebaruSan; reviewed: politas)
- [GUI] Fix GUI instance name checking (#2316 by: HebaruSan; reviewed: politas)
- [Core] Fix ArgumentOutOfRangeException when removing files from game root (#2332 by: HebaruSan; reviewed: politas)
- [Core] Obey version properties of conflicts and depends relationships in sanity checks (#2339 by: HebaruSan; reviewed: politas)
- [Netkan] Invalidate stale cached files from GitHub in Netkan (#2337 by: HebaruSan; reviewed: politas)
- [Build] Allow building CKAN.app on macOS (#2356 by: phardy; reviewed: HebaruSan)
- [GUI] Always switch to progress tab when starting a [re/un]install (#2351 by: HebaruSan; reviewed: Olympic1)
- [Core] Support CC-BY-ND licences in code (#2369 by: HebaruSan; no review)
- [GUI] Improve response to checkbox changes (#2354 by: HebaruSan; reviewed: politas)
- [Core] Allow downloader to be used multiple times (#2365 by: HebaruSan; reviewed: politas)
- [GUI] Clean up URL Handler registration (#2366 by: HebaruSan; reviewed: politas)
- [Multiple] Deal with threading and download errors (#2374 by: HebaruSan; reviewed: politas)
- [GUI] More verbose and accurate version displays (#2382 by: HebaruSan; reviewed: politas)
- [Core] Encode spaces in URL output (#2386 by: HebaruSan; reviewed: politas)
- [Multiple] Clean-up and debuggability (#2399 by: HebaruSan; reviewed: politas)
- [Netkan] Don't double encode GitHub download URLs (#2402 by: HebaruSan; reviewed: politas)
- [Netkan] Option to override SpaceDock version with AVC version (#2406 by: HebaruSan; reviewed: politas)
- [GUI] Move AutoUpdate.CanUpdate check to resolve VisualStudio Designer Error (#2407 by: DasSkellet; reviewed: Olympic1, politas)
- [GUI] Better AutoUpdate.CanUpdate Error Message (#2408 by: DasSkellet; reviewed: politas)
Internal
- [Build] Improve CKAN.app launch script (#2329 by: HebaruSan; reviewed: politas)
- [Build] Fix building on macOS (#2341 by: phardy; reviewed: HebaruSan, politas)
- [Build] Fix autoupdater tests on TLS-fragile platforms (#2344 by: HebaruSan; reviewed: politas)
- [Build] Remove extra copies of various files (#2363 by: HebaruSan; reviewed: Olympic1)
Notes
- You don't need to download
AutoUpdate.exe
. This is used internally by CKAN when a new version is released. - Windows users must have .NET 4.5 installed. Simply download the ckan.exe file and either store it in your game directory or somewhere in your filesystem that you have non-admin write access. Never run the CKAN client as Administrator!
- The .dmg is for installation on systems running macOS.
- The .deb file is for automated installation on Debian-based Linux distributions - Use
dpkg-install/apt-get/apt
to install the.deb
file and you will then be able to run CKAN with justckan
. All required libraries should be pulled in as dependencies. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- This release of the CKAN has not been tested on Mono releases prior to 5.0.1. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of NASA/Wallops Flight Facility
Svetlana
Changes since v1.24.0-PRE1
Features
- [Multiple] Save timestamped .ckan files after we save the registry (#2239 by: HebaruSan; reviewed: politas)
- [GUI] Add status and progress bar at the bottom of the window (#2245 by: HebaruSan; reviewed: Olympic1)
- [GUI] Add import downloads menu item to GUI (#2246 by: HebaruSan; reviewed: politas)
- [Core] Accept header and infrastructure for auth tokens (#2263 by: HebaruSan; reviewed: dbent)
- [CLI] Add Cmdline import command (#2264 by: HebaruSan; reviewed: politas)
- [Multiple] User interfaces for auth tokens (#2266 by: HebaruSan; reviewed: politas)
- [CLI] Add a read-execute-print-loop prompt for Cmdline (#2273 by: HebaruSan; reviewed: politas)
- [Core] Fallback to archive.org URLs for failed downloads of FOSS packages (#2284 by: HebaruSan; reviewed: techman83, politas)
- [CLI] Show abstracts in available command (#2286 by: HebaruSan; reviewed: politas)
Bugfixes
- [GUI] Check provides for optional dependencies in GUI (#2240 by: HebaruSan; reviewed: politas)
- [GUI] Update registry at start of GUI if available_modules is empty (#2241 by: HebaruSan; reviewed: politas)
- [GUI] Allow uninstallation of mods while Incompatible filter is selected (#2242 by: HebaruSan; reviewed: politas)
- [Core] Validate downloaded files against metadata before adding to cache (#2243 by: HebaruSan; reviewed: politas)
- [Core] Fix missing filename in install -c log message (No PR, by: HebaruSan)
- [GUI] Leave out children already shown in ancestor node (#2258 by: HebaruSan; reviewed: politas)
- [GUI] Resolve provides for install-from-ckan-file (#2259 by: HebaruSan; reviewed: politas)
- [Build] Use arch=32 for OSX (#2270 by: HebaruSan; reviewed: techman83)
- [Multiple] Retry of failed downloads (#2277 by: HebaruSan; reviewed: politas)
- [CLI] Print fewer download updates in headless mode (#2256 by: HebaruSan; reviewed: politas)
- [Core] Point to wiki page about certs on cert errors (#2279 by: HebaruSan; reviewed: politas)
- [Multiple] Handle invalid installs better (#2283 by: HebaruSan; reviewed: politas)
- [Core] Capture error details from SharpZipLib for invalid ZIPs (#2287 by: HebaruSan; reviewed: politas)
- [Netkan] Check zip validity in netkan (#2288 by: HebaruSan; reviewed: politas)
- [Core] Replace colons with hyphens in archive URLs (#2290 by: HebaruSan; reviewed: techman83)
- [Core] Force-allow TLS 1.2 on .NET 4.5 (#2297 by: HebaruSan; reviewed: politas)
Changes since v1.22.6
Features
- [Core] Add spec/schema to implement mod tags (#2034 by: smattiso; reviewed: ayan4m1, dbent, politas)
- [Spec] Add CC-BY-ND licence options (#2160 by: MoreRobustThanYou; reviewed: Olympic1, politas)
- [GUI] Change icon on filter button to something filter-y (#2156 by: politas; reviewed: HebaruSan)
- [Core] Add include_only fields (#1577, #2170 by: Zane6888, Olympic1; reviewed: politas)
- [ConsoleUI] Create text UI inspired by Turbo Vision (#2177 by: HebaruSan; reviewed: dbent, Maxzhao, pjf, ProfFan, politas)
- [Build] Create and release CKAN.app for Mac OS X (#2225 by: HebaruSan; reviewed: politas)
- [Build] Debian package build system (#2187 by: HebaruSan; reviewed: politas)
- [Core] Prompt to reinstall on change to include_only (No PR by: HebaruSan; reviewed: politas)
- [GUI] Remember splitter positions and whether the window was maximized (#2234 by: politas; reviewed: HebaruSan)
- [GUI] Add right-click context menu (#2202 by: Olympic1; reviewed: HebaruSan, politas)
Bugfixes
- [Build] Add skip_deploy to GitHub release deploy provider (#2151 by: dbent; reviewed: politas)
- [Build] Fix build errors for UpdateCol (#2153 by: politas; reviewed: Olympic1)
- [Auto-updater] Move AskForAutoUpdates dialog to center of screen (#2165 by: politas; reviewed: Olympic1)
- [Core] Clean up registry lock file after parse failure (#2175 by: HebaruSan; reviewed: politas)
- [Core] Purge 6 MB of bloat from
registry.json
(#2179 by: HebaruSan; reviewed: politas) - [Build] Only check first three segments of version in ci (#2192, #2195 by: HebaruSan; reviewed: techman83, Olympic1)
- [GUI] Initialize checkboxes to desired value at creation (#2184 by: HebaruSan; reviewed: mwerle, politas)
- [GUI] Avoid crash with unavailable installed mod, improve error messages (#2188 by: HebaruSan; reviewed: politas)
- [CLI] Fix cmdline help text problems (#2197 by: HebaruSan; reviewed: politas)
- [CLI] Dispose registry managers before exit to prevent exceptions (#2203 by: HebaruSan; reviewed: politas)
- [GUI/CLI] Avoid NRE in install-from-ckan (#2205 by: HebaruSan; reviewed: politas)
- [GUI] Avoid NRE in TooManyModsProvide (#2209 by: HebaruSan; reviewed: politas)
- [Core] Install version from file when installing from file (#2211 by: HebaruSan; reviewed: politas, techman83)
- [GUI] Show mods with incompatible dependencies (#2216 by: HebaruSan; reviewed: politas)
- [GUI] Fix missing entries in dependency graphs (#2226 by: HebaruSan; reviewed: politas)
- [Multiple] Add depending mod to missing dependency exception (#2215 by: HebaruSan; reviewed: politas)
- [CLI] Check game version compatibility when installing specific version (#2228 by: HebaruSan; reviewed: techman83, politas)
- [CLI] Make Cmdline modules case insensitive (#2223 by: HebaruSan; reviewed: politas)
- [Build] Provide fresh auto updater in releases (#2212 by: HebaruSan; reviewed: politas)
- [CLI] Don't try to remove autodetected DLLs (#2232 by: HebaruSan; reviewed: politas)
- [Core] Use shared installer code in GUI (#2233 by: HebaruSan; reviewed: Olympic1)
- [Multiple] Include invalid instances in KSPManager (#2230 by: HebaruSan; reviewed: politas)
- [Build] Check version of PowerShell in build script (#2235 by: HebaruSan; reviewed: Olympic1)
- [Multiple] Add and change logging to make INFO readable (#2236 by: HebaruSan; reviewed: politas)
- [Multiple] Use shared installer code in GUI and fix reinstall problems (#2233 by: HebaruSan; reviewed: Olympic1, politas)
- [Multiple] Don't clear available modules till after the new list is ready (#2238 by: HebaruSan; reviewed: politas)
Internal
- [Build] Build Update (#2158 by: dbent; reviewed: Olympic1, politas)
- [Build] Establish a .gitattributes file (#2169 by: Olympic1; reviewed: politas)
- [Build] Remove unnecessary using directives (#2181 by: HebaruSan; reviewed: politas)
- [Build] Cleanup project (#2182 by: Olympic1; reviewed: HebaruSan, politas, dbent)
- [Core] Simplify IUser (#2163 by: HebaruSan; reviewed: politas)
- [NetKAN] Adapt Curse API to new widget (#2189 by: HebaruSan; reviewed: Olympic1)
- [Reporting] Improvement of issues template to help with bug reporting (#2201 by: HebaruSan; reviewed: Olympic1)
Notes
- The auto-update function in previous releases will fail trying to upgrade to this version. You will need to download CKAN manually and replace your previous copy.
- You don't need to download
AutoUpdate.exe
. This is used internally by CKAN when a new version is released. - Windows users must have .NET 4.5 installed. Simply download the ckan.exe file and either store it in your game directory or somewhere in your filesystem that you have non-admin write access. Never run the CKAN client as Administrator!
- The .dmg is for installation on systems running macOS.
- The .deb file is for automated installation on Debian-based Linux distributions - Use
dpkg-install/apt-get/apt
to install the.deb
file and you will then be able to run CKAN with justckan
. All required libraries should be pulled in as dependencies. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- This release of the CKAN has not been tested on Mono releases prior to 5.0.1. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of Нет данных:
McCandless
Changes since v1.22.6
Features
- [Core] Add spec/schema to implement mod tags (#2034 by: smattiso; reviewed: ayan4m1, dbent, politas)
- [Spec] Add CC-BY-ND licence options (#2160 by: MoreRobustThanYou; reviewed: Olympic1, politas)
- [GUI] Change icon on filter button to something filter-y (#2156 by: politas; reviewed: HebaruSan)
- [Core] Add include_only fields (#1577, #2170 by: Zane6888, Olympic1; reviewed: politas)
- [ConsoleUI] Create text UI inspired by Turbo Vision (#2177 by: HebaruSan; reviewed: dbent, Maxzhao, pjf, ProfFan, politas)
- [Build] Create and release CKAN.app for Mac OS X (#2225 by: HebaruSan; reviewed: politas)
- [Build] Debian package build system (#2187 by: HebaruSan; reviewed: politas)
- [Core] Prompt to reinstall on change to include_only (No PR by: HebaruSan; reviewed: politas)
- [GUI] Remember splitter positions and whether the window was maximized (#2234 by: politas; reviewed: HebaruSan)
- [GUI] Add right-click context menu (#2202 by: Olympic1; reviewed: HebaruSan, politas)
Bugfixes
- [Build] Add skip_deploy to GitHub release deploy provider (#2151 by: dbent; reviewed: politas)
- [Build] Fix build errors for UpdateCol (#2153 by: politas; reviewed: Olympic1)
- [Auto-updater] Move AskForAutoUpdates dialog to center of screen (#2165 by: politas; reviewed: Olympic1)
- [Core] Clean up registry lock file after parse failure (#2175 by: HebaruSan; reviewed: politas)
- [Core] Purge 6 MB of bloat from
registry.json
(#2179 by: HebaruSan; reviewed: politas) - [Build] Only check first three segments of version in ci (#2192, #2195 by: HebaruSan; reviewed: techman83, Olympic1)
- [GUI] Initialize checkboxes to desired value at creation (#2184 by: HebaruSan; reviewed: mwerle, politas)
- [GUI] Avoid crash with unavailable installed mod, improve error messages (#2188 by: HebaruSan; reviewed: politas)
- [CLI] Fix cmdline help text problems (#2197 by: HebaruSan; reviewed: politas)
- [CLI] Dispose registry managers before exit to prevent exceptions (#2203 by: HebaruSan; reviewed: politas)
- [GUI/CLI] Avoid NRE in install-from-ckan (#2205 by: HebaruSan; reviewed: politas)
- [GUI] Avoid NRE in TooManyModsProvide (#2209 by: HebaruSan; reviewed: politas)
- [Core] Install version from file when installing from file (#2211 by: HebaruSan; reviewed: politas, techman83)
- [GUI] Show mods with incompatible dependencies (#2216 by: HebaruSan; reviewed: politas)
- [GUI] Fix missing entries in dependency graphs (#2226 by: HebaruSan; reviewed: politas)
- [Multiple] Add depending mod to missing dependency exception (#2215 by: HebaruSan; reviewed: politas)
- [CLI] Check game version compatibility when installing specific version (#2228 by: HebaruSan; reviewed: techman83, politas)
- [CLI] Make Cmdline modules case insensitive (#2223 by: HebaruSan; reviewed: politas)
- [Build] Provide fresh auto updater in releases (#2212 by: HebaruSan; reviewed: politas)
- [CLI] Don't try to remove autodetected DLLs (#2232 by: HebaruSan; reviewed: politas)
- [Core] Use shared installer code in GUI (#2233 by: HebaruSan; reviewed: Olympic1)
- [Multiple] Include invalid instances in KSPManager (#2230 by: HebaruSan; reviewed: politas)
- [Build] Check version of PowerShell in build script (#2235 by: HebaruSan; reviewed: Olympic1)
- [Multiple] Add and change logging to make INFO readable (#2236 by: HebaruSan; reviewed: politas)
- [Multiple] Use shared installer code in GUI and fix reinstall problems (#2233 by: HebaruSan; reviewed: Olympic1, politas)
- [Multiple] Don't clear available modules till after the new list is ready (#2238 by: HebaruSan; reviewed: politas)
Internal
- [Build] Build Update (#2158 by: dbent; reviewed: Olympic1, politas)
- [Build] Establish a .gitattributes file (#2169 by: Olympic1; reviewed: politas)
- [Build] Remove unnecessary using directives (#2181 by: HebaruSan; reviewed: politas)
- [Build] Cleanup project (#2182 by: Olympic1; reviewed: HebaruSan, politas, dbent)
- [Core] Simplify IUser (#2163 by: HebaruSan; reviewed: politas)
- [NetKAN] Adapt Curse API to new widget (#2189 by: HebaruSan; reviewed: Olympic1)
- [Reporting] Improvement of issues template to help with bug reporting (#2201 by: HebaruSan; reviewed: Olympic1)
Notes
- This is a pre-release, so your client will not prompt you to automatically update to it.
- You don't need to download
AutoUpdate.exe
. This is used internally by CKAN when a new version is released. - Windows users must have .NET 4.5 installed. Simply download the ckan.exe file and either store it in your game directory or somewhere in your filesystem that you have non-admin write access. Never run the CKAN client as Administrator!
- The .dmg is for installation on systems running macOS.
- The .deb file is for automated installation on Debian-based Linux distributions - Use
dpkg-install/apt-get/apt
to install the.deb
file and you will then be able to run CKAN with justckan
. All required libraries should be pulled in as dependencies. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- This release of the CKAN has not been tested on Mono releases prior to 4.4.2. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of NASA
Guiana
Changes since v1.22.5
Bugfixes
- [GUI] Fix search box tab order (#2141 by: HebaruSan; reviewed: politas)
- [Core] Check for stale lock files (#2139 by: HebaruSan; reviewed: politas)
- [NetKAN] Improve error output (#2144 by: HebaruSan; reviewed: Olympic1)
- [GUI] REVERT #1929: Allow uninstall of incompatible mods in GUI (#2150 by: politas)
Notes
- Windows users must have .NET 4.5 installed.
- Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- Mac Users: There is now a MacOS CKAN App launcher available thanks to the wonderful Maxzhao1999.
- This release of the CKAN has not been tested on Mono releases prior to 4.0.5. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of NASA
Xichang (西昌)
Changes since v1.22.4
Bugfixes
- [GUI] Fix crash on startup (#2138 by HebaruSan; reviewed: Olympic1)
- [Core] Fix exception installing some mods (#2137 by HebaruSan; reviewed: Olympic1)
Notes
- Windows users must have .NET 4.5 installed.
- Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- Mac Users: There is now a MacOS CKAN App launcher available thanks to the wonderful Maxzhao1999.
- This release of the CKAN has not been tested on Mono releases prior to 4.0.5. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under CC-BY-SA 2.5, courtesy of CGWIC
Uchinoura
Changes since v1.22.3
Features
- [GUI] Quit on ctrl-q and alt-f,x (#2132 by: hebaruSan; reviewed: politas)
Bugfixes
- [GUI] Update Forum Thread link to new thread (#2079 by: politas; reviewed: linuxgurugamer)
- [Core] Move downloads outside of gui transaction (#2073 by: archer884; reviewed: politas)
- [CLI] Fix crash in "ckan available" with curly braces in mod name (#2111 by: HebaruSan; reviewed: politas)
- [Core] Check grandparent+ directories for find and find_regexp (#2120 by: HebaruSan; reviewed: politas)
- [Core] Add test to cover missing directory entries (#2125 by: HebaruSan; reviewed: politas)
- [Build] Fix build.ps1 script failing when spaces exist in source path (#2121 by: ayan4m1; reviewed: dbent)
- [Core] Perform directory root comparison in case-insensitive way (#2122 by: ayan4m1; reviewed: politas)
- [Build] Expand .gitignore to handle packages in subdirectories and build output (#2116 by: ayan4m1; reviewed: politas)
- [GUI] Allow uninstall of incompatible mods in GUI (#1929 by: ayan4m1; reviewed: politas)
- [Core] Loop to find max KSP version instead of assuming ordering (#2131 by: hebaruSan; reviewed: politas)
Notes
- Windows users must have .NET 4.5 installed.
- Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- Mac Users: There is now a MacOS CKAN App launcher available thanks to the wonderful Maxzhao1999.
- This release of the CKAN has not been tested on Mono releases prior to 4.0.5. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of NASA
Mahia (bugfix release)
Changes since v1.22.2
Bugfixes
Notes
- Windows users must have .NET 4.5 installed.
- Linux users, please
apt-get install libcurl4-openssl-dev
(Debian/Ubuntu/Mint) ordnf install libcurl-devel
(RedHat/Fedora) if you haven't done so. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- Mac Users: There is now a MacOS CKAN App launcher available thanks to the wonderful Maxzhao1999.
- This release of the CKAN has not been tested on Mono releases prior to 4.0.5. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under copyright, courtesy of Rocket Lab
Mahia
Changes since v1.22.1
Features
- [Build] Use Cake for build and overhaul/cleanup build (#1589 by: dbent; reviewed: techman83, politas)
- [Build] Docker updates to support cake! (#1988 by: mathuin; reviewed; reviewed: dbent)
- [Build] Update Build packages (#2028 by: dbent; reviewed: Olympic1)
- [Build] Update Build for Mono 5.0.0 (#2049 by: dbent; reviewed: politas)
- [Build] Update Update build (#2050 by: dbent; reviewed: politas)
- [Core] Update KSP builds (#2056 by: Olympic1; reviewed: linuxgurugamer)
- [NetKAN] Canonicalize non-raw GitHub URIs (#2054 by: dbent; reviewed: politas)
Bugfixes
- [CLI] Removed non-functioning code on available command (#1966 by: politas; reviewed: dbent)
- [Core] Switch Linux and MacOS to native C# downloads (#2023 by: politas; reviewed: pjf)
- [NetKAN] Convert spaces to %20 in Curse URLs (#2041 by: politas; reviewed: -)
Notes
- Windows users must have .NET 4.5 installed.
- Linux users, please
apt-get install libcurl4-openssl-dev
(Debian/Ubuntu/Mint) ordnf install libcurl-devel
(RedHat/Fedora) if you haven't done so. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- Mac Users: There is now a MacOS CKAN App launcher available thanks to the wonderful Maxzhao1999.
- This release of the CKAN has not been tested on Mono releases prior to 4.0.5. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under CC-BY-SA 2.0, courtesy of Rodney Allen
Georgy
Changes since v1.22.0
Bugfixes
- [GUI] Fix for black rows in GUI on conflicting mods. (#1968 by: Rohaq; reviewed: politas)
Notes
- Windows users must have .NET 4.5 installed.
- Linux users, please
apt-get install libcurl4-openssl-dev
(Debian/Ubuntu/Mint) ordnf install libcurl-devel
(RedHat/Fedora) if you haven't done so. - Mac/Linux/Mono users: please use the new cert-sync tool, to update mono's certificate store.
- This release of the CKAN has not been tested on Mono releases prior to 3.10.0. We highly recommend upgrading to the latest stable release of Mono from mono-project.com You will need the equivalent of the mono-complete package for your OS.
Released image under public domain, courtesy of USSR Post