Skip to content

Releases: KSP-CKAN/CKAN

Politas

23 Dec 03:22

Choose a tag to compare

politas


Changes since v1.36.0

Features

Bugfixes

  • [Multiple] Fix ckan version command and update copyrights (#4347 by: @HebaruSan)
  • [GUI] Suppress exceptions on setting SplitterDistance (#4350 by: @HebaruSan)
  • [Multiple] Detect future registry versions (#4364 by: @HebaruSan)
  • [Multiple] Show download errors popup for downloads from Contents tab (#4366 by: @HebaruSan)
  • [Multiple] Propagate exceptions from downloader task (#4367 by: @HebaruSan)
  • [Multiple] Fix upgrading with conflicts between old and new dependencies (#4369, #4371, #4374, #4378 by: @HebaruSan)
  • [ConsoleUI] Recommendations of full changeset in ConsoleUI (#4416 by: @HebaruSan)
  • [GUI] Fix GUI exceptions for module not in available modules list (#4431 by: @HebaruSan)
  • [Core] Don't clone with symlinks on Linux (#4441 by: @HebaruSan)
  • [Core] Use temp dir in instance for mod file transactions (#4462 by: @HebaruSan)
  • [Core] Fix creating directories for Scenarios (#4471 by: @HebaruSan)
  • [Multiple] Independent caching for virtual dependency choices (#4472 by: @HebaruSan)

Internal

Notes

This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
Steam Deck Follow these user-contributed instructions
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image from @politas's GitHub profile.

Quasar

08 Apr 18:49

Choose a tag to compare

Quasar


Changes since v1.35.2

Features

Bugfixes

  • [GUI] Set focus better on Ctrl+F (#4230 by @HebaruSan)
  • [Multiple] Refactor relationship resolver to capture full resolved tree (#4232, #4264 by @HebaruSan)
  • [GUI] Fix skipping failed dependency downloads (#4235 by @HebaruSan)
  • [Core] Fix reporting of wrong download as failed (#4236 by @HebaruSan)
  • [Core] Exclude DLLs being upgraded to full modules (#4250 by @HebaruSan)
  • [Core] Ignore manually installed duplicates of installed modules (#4257 by @HebaruSan)
  • [Core] Exclude dependencies in the changeset from supported by list (#4261 by @HebaruSan)
  • [GUI] Optimize label searches and handle spaces in names (#4270 by @HebaruSan)
  • [Core] Small performance tweaks for DLL scanning (#4275 by @HebaruSan)
  • [GUI] Fix broken version label in About dialog (#4277 by @HebaruSan)
  • [Core] Handle missing indexes in Steam vdf file lists (#4279 by @HebaruSan)
  • [Core] Fix cloning instances with shared stock files on Windows (#4297 by @HebaruSan)
  • [Core] Handle paths without DriveInfo (#4300 by @HebaruSan)
  • [GUI] Make versions tab non-interactive inside install flow (#4302 by @HebaruSan)
  • [GUI] Guard rail for clicking refresh with refresh already in progress (#4303 by @HebaruSan)
  • [Core] Fix searching for Steam in .NET 8 by correcting path on macOS (#4322 by @doinkythederp; reviewed: HebaruSan)
  • [Multiple] Fix GUI layout issues with scaling (#4316, #4324 by @HebaruSan)
  • [Core] Allow adding already installed mod if metadata changed (#4337 by @HebaruSan)
  • [Core] Don't save registry.json at instance creation (#4346 by @HebaruSan)

Internal

  • [Netkan] Tests for Newtonsoft.Json's handling of octal literals in version files (#4227 by @HebaruSan)
  • [Netkan] Create netkan schema (#4254, #4258 by @HebaruSan, @Danny2462; reviewed: HebaruSan)
  • [Netkan] Handle raw GitHub URLs containing refs/heads/ (#4263 by @HebaruSan)
  • [Netkan] Restore default version support for SpaceDock (#4272 by @HebaruSan)
  • [Netkan] Don't raise inflation errors for single-hosted prereleases of multi-hosted mods (#4273 by @HebaruSan)
  • [Netkan] Stop trying to get remote version files from the forum (#4274 by @HebaruSan)
  • [Build] ci: Bumping Signing request tag (#4280 by @techman83; reviewed: HebaruSan)
  • [Netkan] Set unicode-aware locale in containers (#4289 by @HebaruSan)
  • [Netkan] Handle GitHub API rate limit errors appropriately, treat throttling as errors (#4299, #4301 by @HebaruSan)
  • [Netkan] Exclude release author bots from authors list (#4318, #4319 by @HebaruSan)
  • [Build] Support building on macOS (#4320 by @doinkythederp; reviewed: HebaruSan)
  • [Spec] Document the x_netkan_trust_version_file property (#4334 by @HebaruSan)
  • [Netkan] Make Netkan.Metadata a more standard JSON object, eliminate deep clones (#4339 by @HebaruSan)
  • [Netkan] More standard JSON parsing, don't run netkan validators after every transformer (#4342 by @HebaruSan)
  • [Spec] Spec: clarify some info about how version is populated (#4344 by @JonnyOThan; reviewed: HebaruSan)
  • [Core] Generate more plugins folders in fake KSP2 instances (#4345 by @HebaruSan)

Notes

This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
Steam Deck Follow these user-contributed instructions
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under CC-BY-4.0, courtesy of the European Southern Observatory

Penrose

06 Oct 18:40

Choose a tag to compare

Penrose Process


Changes since v1.35.0

Features

Bugfixes

  • [Core] Skip corrupted .acf files in Steam library (#4200 by @HebaruSan)
  • [GUI] Fix label color blending (#4203 by @HebaruSan)
  • [ConsoleUI] Label spacing and alignment, show zero download counts as blank in ConsoleUI (#4223 by @HebaruSan)

Internal

  • [Core] Use SHA256 for archive.org fallback if SHA1 absent (#4216 by @HebaruSan)
  • [Docs] Update rpm-repo.md (#4222 by @ratemisia; reviewed: HebaruSan)
  • [Netkan] Reconcile compatibility after internal .ckan merge (#4224 by @HebaruSan)

Notes

This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
Steam Deck Follow these user-contributed instructions
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under CC-BY-SA-4.0, courtesy of L3erdnik

Oberth

27 Sep 02:09

Choose a tag to compare

Oberth maneuver


Changes since v1.34.4

Features

Bugfixes

Internal

Notes

This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image cropped from a public domain paper at NASA

Niven

04 Jan 18:35

Choose a tag to compare

Niven ring


Changes since v1.34.2

Features

  • [CLI] Pause after administrator error message (#3966 by @HebaruSan; reviewed: techman83)
  • [Multiple] Put auto-installed mods in ignored modpack group by default (#3978 by @HebaruSan)
  • [GUI] Add links to hidden tags and labels below mod list (#3979, #3980 by @HebaruSan)
  • [Core] Detect and use Windows KSP2 executable on Linux (#3984 by @JackOfHertz; reviewed: HebaruSan)

Bugfixes

  • [Core] Oops, HttpClient actually sucks (#3960 by @HebaruSan; reviewed: techman83)
  • [Multiple] Usability improvements for adding game instance (#3964 by @HebaruSan; reviewed: JonnyOThan)
  • [Core] Fix NullReferenceException in csv/tsv export (#3967 by @HebaruSan)
  • [Core] Fix cache timestamp comparisons (#3974 by @HebaruSan)
  • [GUI] Fix compatible popup messing with max game version column (#3976 by @HebaruSan)
  • [Core] Fix Audit Recommendations option (#3988 by @HebaruSan)
  • [Multiple] Installation message usability improvements (#3989 by @HebaruSan)

Internal

  • [Netkan] Re-sort module properties after merging (#3957 by @HebaruSan)
  • [Netkan] Update and optimize meta tester and inflator images (#3958, #3968 by @HebaruSan; reviewed: techman83)
  • [Netkan] Generate schema compliant game versions from swinfo.json (#3969 by @HebaruSan)
  • [Core] Save and load game version for fake KSP2 instances (#3986 by @HebaruSan)
  • [Netkan] Resolve compatibility conflicts after multi-host merge (#3991 by @HebaruSan)

Notes

  • CKAN releases are built in clean-room conditions to protect against viruses. If your virus scanner reports a problem, it's almost certainly a false positive. Please report such problems to the company that produces your virus scanner so they can update their whitelisting.
  • This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under CC-BY-3.0, courtesy of Eric M. Jones

Minkowski²

15 Dec 15:57

Choose a tag to compare

Keep going long enough in a closed universe and you'll encounter Minkowski over and over again


Changes since v1.34.0

Bugfixes

  • [GUI] Protect upgradeable mods from being displayed as uninstalled (#3944 by @HebaruSan)
  • [GUI] Restore conflict highlights in changeset (#3948 by @HebaruSan)
  • [GUI] Conflict highlight for selected row (#3951 by @HebaruSan)
  • [Core] Fix uninstallation of manually deleted files and directories (#3955 by @HebaruSan)

Notes

  • CKAN releases are built in clean-room conditions to protect against viruses. If your virus scanner reports a problem, it's almost certainly a false positive. Please report such problems to the company that produces your virus scanner so they can update their whitelisting.
  • This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image cropped from public domain image by NASA

Minkowski

13 Dec 19:32

Choose a tag to compare

Minkowski


Changes since v1.33.2

Features

  • [Multiple] Support multiple download URLs per module (#3877 by @HebaruSan; reviewed: techman83)
  • [Multiple] French translation updates from Crowdin (#3879 by @vinix38; reviewed: HebaruSan)
  • [Multiple] Improve handling of unregistered files at uninstall (#3890, #3942 by @HebaruSan; reviewed: techman83)
  • [Multiple] Show recommendations of full changeset with opt-out (#3892 by @HebaruSan; reviewed: techman83)
  • [Multiple] Dutch translation and icon duplication guardrails (#3897 by @HebaruSan, @TundraMods; reviewed: techman83)
  • [GUI] Shorten toolbar button labels (#3903 by @HebaruSan; reviewed: techman83)
  • [Multiple] Refactor repository and available module handling (#3904, #3907, #3908, #3935, #3937 by @HebaruSan; reviewed: techman83)
  • [Multiple] Parallelize for performance, relationship resolver improvements (#3917 by @HebaruSan; reviewed: techman83)
  • [Multiple] Modernize administrator and Mono version checks (#3933 by @HebaruSan; reviewed: techman83)
  • [Multiple] Improve file deletion error while the game is running (#3938 by @HebaruSan; reviewed: techman83)
  • [GUI] New Crowdin updates (#3940 by @Olympic1; reviewed: HebaruSan)
  • [GUI] Search by supports relationship and other search improvements (#3939 by @HebaruSan)

Bugfixes

  • [GUI] Updated Chinese translation to reduce misunderstandings (#3864 by @Fierce-Cat; reviewed: HebaruSan)
  • [Multiple] Translation updates from Crowdin (#3866, #3868 by Nikita, Вячеслав Бучин, @vinix38, @WujekFoliarz; reviewed: HebaruSan)
  • [Multiple] Fix deletion of unmanaged files (#3865 by @HebaruSan; reviewed: techman83)
  • [Build] Add missing dependency to .deb package (#3872 by @HebaruSan; reviewed: erkinalp)
  • [Core] Add missing resource string for upgrading (#3873 by @HebaruSan; reviewed: techman83)
  • [Multiple] Repository management fixes (#3876 by @HebaruSan; reviewed: techman83)
  • [GUI] Restore window position without default instance (#3878 by @HebaruSan; reviewed: techman83)
  • [CLI] Correctly print cmdline errors with braces (#3880 by @HebaruSan; reviewed: techman83)
  • [Multiple] Caching and changeset fixes (#3881 by @HebaruSan; reviewed: techman83)
  • [GUI] Mod list fixes and improvements (#3883 by @HebaruSan; reviewed: techman83)
  • [Multiple] Multi-game labels (#3885 by @HebaruSan; reviewed: techman83)
  • [Multiple] Alternate mod dirs for validation and manual installs (#3891 by @HebaruSan; reviewed: techman83)
  • [Core] Fix archive.org fallback URLs for versions with spaces (#3899 by @HebaruSan)
  • [Multiple] Fix auto-remove during upgrade (#3913 by @HebaruSan; reviewed: techman83)
  • [Build] Clean up Linux .desktop files (#3927 by @irasponsible; reviewed: HebaruSan)
  • [GUI] Don't change language setting with scroll wheel (#3928 by @HebaruSan; reviewed: techman83)
  • [Core] Make where-CKAN-would-install logic consistent (#3931 by @HebaruSan; reviewed: techman83)
  • [Multiple] Improve provides prompt usability, with bugfixes (#3934 by @HebaruSan; reviewed: JonnyOThan)
  • [GUI] Fix two small typos in Resources.pt-BR.resx at line 182 (#3943 by @idrkwhattoput; reviewed: HebaruSan)
  • [Core] Handle backslashes in ZIP paths (#3893 by @HebaruSan; reviewed: techman83)

Internal

  • [Netkan] Fix Netkan swinfo transformer null list error (#3869 by @HebaruSan)
  • [Tooling] Deduce primary branch name in merge script (#3884 by @HebaruSan; reviewed: techman83)
  • [CLI] Parse quoted strings for ckan prompt (#3889 by @HebaruSan; reviewed: techman83)
  • [Build] Remove log4net, newtonsoft deps from deb package (#3900 by @HebaruSan; reviewed: techman83)
  • [GUI] Add test to check GUI thread safety (#3914 by @HebaruSan; reviewed: techman83)
  • [Multiple] VSCode clean-up and other minor fixes (#3920 by @HebaruSan)
  • [Build] Modernize build system and .NET platform targets (#3929 by @HebaruSan; reviewed: techman83)
  • [Spec] Add a note on policy on relationship metadata (#3930 by @JonnyOThan; reviewed: HebaruSan)
  • [Build] dotnet build with multi-targeting (#3932 by @HebaruSan; reviewed: techman83)

Notes

  • CKAN releases are built in clean-room conditions to protect against viruses. If your virus scanner reports a problem, it's almost certainly a false positive. Please report such problems to the company that produces your virus scanner so they can update their whitelisting.
  • This release of the CKAN has not been tested on Mono releases prior to 6.8. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.8 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under CC-BY-SA-3.0, courtesy of Stib

Laplace

21 Jul 21:31

Choose a tag to compare

Image omitted for hotfix release, and because Laplace's work wasn't very visual


Changes since v1.33.0

Bugfixes

  • [GUI] Fix exception at startup w/o default game inst (#3863 by @HebaruSan)

Notes

  • CKAN releases are built in clean-room conditions and do not contain viruses. If your virus scanner reports a problem, it's a false positive. Please report it to the company that produces your virus scanner, not us, since it's their software that's not working properly.
  • This release of the CKAN has not been tested on Mono releases prior to 6.6. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.5 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image omitted for hotfix release

Lagrange

21 Jul 16:33

Choose a tag to compare

Lagrange


Changes since v1.32.0

Features

  • [GUI] Allow GUI users to delete registry lockfiles (#3829, #3841 by @HebaruSan; reviewed: techman83)
  • [GUI] Show unmanaged files in game folder (#3833 by @HebaruSan; reviewed: techman83)
  • [GUI] Installation history tab (#3834 by @HebaruSan; reviewed: techman83)
  • [GUI] Hide fake instance creation in GUI (#3839 by @HebaruSan; reviewed: techman83)
  • [GUI] Tooltip for auto-installed checkboxes (#3842 by @HebaruSan; reviewed: techman83)
  • [Core] Default install_to to GameData/Mods for KSP2 (#3861 by @HebaruSan; reviewed: techman83)

Bugfixes

  • [GUI] Fix NRE on purging cache in GUI (#3810 by @HebaruSan; reviewed: techman83)
  • [GUI] Only update Versions tab when the mod changes (#3822 by @HebaruSan; reviewed: techman83)
  • [Multiple] Treat reinstalling a changed module as an update (#3828 by @HebaruSan; reviewed: techman83)
  • [Core] Scan for DLLs with or without primary mod dir (#3837 by @HebaruSan; reviewed: techman83)
  • [GUI] Show download errors for upgrades (#3840 by @HebaruSan; reviewed: techman83)
  • [Core] Stop trying to check free space on Mono (#3850 by @HebaruSan; reviewed: techman83)
  • [Core] Handle missing KSP2 exe (#3854 by @HebaruSan; reviewed: techman83)
  • [Core] Linux network fixes (#3859 by @HebaruSan; reviewed: techman83)
  • [Core] Include repo etags in transactions (#3860 by @HebaruSan; reviewed: techman83)

Internal

Notes

  • CKAN releases are built in clean-room conditions and do not contain viruses. If your virus scanner reports a problem, it's a false positive. Please report it to the company that produces your virus scanner, not us, since it's their software that's not working properly.
  • This release of the CKAN has not been tested on Mono releases prior to 6.6. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.5 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under CC-BY-3.0, courtesy of Xander89

Kepler

08 Apr 15:27

Choose a tag to compare

Kepler


Changes since v1.31.2

Features

Bugfixes

  • [GUI] Remove duplicate Install changes for upgrades (#3706 by @HebaruSan; reviewed: techman83)
  • [GUI] Fix GUI freeze with non-empty changeset at startup (#3708 by @HebaruSan; reviewed: techman83)
  • [GUI] Use changeset tab for reinstall (#3726, #3728, #3739 by @HebaruSan; reviewed: techman83)
  • [Core] Fix handling of empty builds.json file (#3733 by @HebaruSan; reviewed: DasSkelett)
  • [Core] Fix FIPS-mode exceptions on Windows for SHA256 (#3774 by @HebaruSan; reviewed: techman83)
  • [Core] Support cancellation of download checksums (#3778 by @HebaruSan; reviewed: techman83)
  • [Core] Skip duplicate repo URLs during update (#3786 by @HebaruSan; reviewed: techman83)
  • [Core] Mark new deps of upgrades as auto-installed (#3702 by @HebaruSan; reviewed: techman83)
  • [GUI] Fix index -1 exception in Manage Instances (#3800 by @HebaruSan; reviewed: techman83)
  • [Multiple] Cache path setting fixes (#3804 by @HebaruSan; reviewed: techman83)
  • [GUI] Make grid ampersand workaround platform specific (#3807 by @HebaruSan; reviewed: techman83)

Internal

  • [Tooling] Switch workflows from set-output to $GITHUB_OUTPUT (#3696 by @HebaruSan)
  • [Netkan] Fix Netkan check for Ships/Script spec_version (#3713 by @HebaruSan; reviewed: techman83)
  • [Netkan] Netkan warning when include_only doesn't match (#3805 by @HebaruSan; reviewed: techman83)

Notes

  • CKAN releases are built in clean-room conditions and do not contain viruses. If your virus scanner reports a problem, it's a false positive. Please report it to the company that produces your virus scanner, not us, since it's their software that's not working properly.
  • This release of the CKAN has not been tested on Mono releases prior to 5.20.0. We highly recommend that Mac and Linux users upgrade to the latest stable release of Mono from mono-project.com. You will need the equivalent of the mono-complete package for your OS.

How should I install?

OS Description
Windows Download ckan.exe and run it. Make sure you have .NET 4.5 or later installed.
macOS Get the .dmg, open it, copy CKAN.app somewhere and run it
Debian, Ubuntu, Linux Mint Install from our APT repo for automated updates, or get the .deb file and install it with dpkg-install/apt-get/apt
Fedora, openSUSE Install from our RPM repo for automated updates, or get the .rpm file and install it with rpm/yum/dnf/zypper
Arch, Manjaro CKAN is in the Arch User Repository. If Arch's MSBuild breaks again, get ckan.exe and run it with Mono.
Other Get ckan.exe and run it with Mono

Nobody needs to download AutoUpdate.exe.


Release image under public domain (created by NASA), courtesy of Wikipedia