Releases: KnossosNET/Knossos.NET
v0.1.2
-Display repo updates after download
-Copy hud profiles during fs2 retail installation #3
-Fixed nebula stays in the loop waiting for repo.json file access if download is cancelled and file does not exist
-Fixed a rare random crash while installing mods
-Made some adjustments to the task view text size
v0.1.1
-Better resolve multiple repeated mod dependencies across several packages to better match old knossos behaviour
-Add missing cmdline support to mod.ini
-Add compress mod during install checkbox for compression mode manual
-Disable auto TTS reading of mod descriptions and re enabled tts mod description by default
-Enable FS2 retail gog installers in arm64 linux and mac
-Upload log to nebula feature
-Reporting mods (this does not really works until nebula login is added)
-Re-estructure the assets folder so we are not embedding unnecessary external utils in incompatible platforms
-Updated Avalonia packages
v0.1.0
-Avalonia V11 Migration
-Add auto-update feature
-PXO tab changes and standalone server creator
-Fully implemented Mod Details
-Added Quick Launch Cmd
-Add mod.ini support
-repo.json url changed to fsnebula.org*
*The repo.json change will have a severe negative effect over the download speed of the repo.json. But the older URL is going to stop working soon. A follow up update will be released once this issue is resolved.
v0.0.9
-Some fixes and changes for FSO build selection, specially for ARM Windows, now x86 and x64 fso builds are show as compatible while running the arm64 version.
-Fixed a crash due to invalid semantic version string in mod dependency or mod version.
This is the last release with Avalonia v10, the project will be migrated to Avalonia v11 for v0.1.0.
v0.0.8
Small bugfix release.
-fix arm64 typo
-Allow the FSO dep to be missing if user selects anything else than "mod select" as build
-fix crashing when selecting a direct fso build exec that has the wrong name format
-Correctly determine exec folder for direct exec build selection needed for getflags
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.4
-update Avalonia to version 0.10.19
-fix do chmod to fso build executables in mac os
-add download bandwidth limit setting
-add number of concurrent subtasks setting
-change: on download file restart always select a diferent mirror, if avalible
-Add force sse2 build and improve fsofile selection by cpu arch
-Add pause button to download file tasks
-Fix incorrect properties tag of ARM and AVX2 user added builds
-fix not be able to run x86 builds on a x64 cpu.
-optimization: Dont reparse and cache the entire repo json if the mod in question dont have missing dependencies
-Fix mod modify not working if version was deleted
-Reworked TTS system to use KSapi in windows
-Fixed chmod failing in Linux if the library path had a space on it
-Fixed FsoBuilds in dev mode showing as incompatible
-Fix typos in tool top for repo.json
-text adjustments for quick setup guide
-fix multi TTS bug
-Fix some typos in part of Help Text
v0.0.3
Changes from v0.0.2 to v0.0.3:
-Added mouse and joystick sensitivity settings
-Added mod verify function
-Added FS2 Retail installer
-Add a search box to modlistview
-Add a restart button for ongoing downloads
-Implemented some UI changes based on recomendations
-Red borders for mods with problems
-Mods are ordered by name now
-Save mod setting build filters
-Improved get flags so it will start with the newerest version now
-Reworked the settings saving system to make it compatible with SCPUI
-Fixed being unable to load flag data if the fs2_open.ini dosent exist on Windows. This may need futher improvements.
-Fixed fso builds install generating a mod.json with a enviroment string that could not be parsed by legacy knossos
-Fixed legacy Knossos unable to parse mod.jsons generated by KnossosNET
-Fixed the task display would not disappear even if there are no running tasks in it
-Removed useless "log file is in use" console messages
-Several minor fixes and tweaks