Skip to content

Releases: KnossosNET/Knossos.NET

v0.1.2

02 Sep 11:57
Compare
Choose a tag to compare

-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

30 Aug 00:35
Compare
Choose a tag to compare

-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

19 Aug 20:47
Compare
Choose a tag to compare

-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

24 Jul 22:18
Compare
Choose a tag to compare

-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

11 Jun 18:22
Compare
Choose a tag to compare

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

27 May 18:49
Compare
Choose a tag to compare

-Mod Compression support
-if getflags fails print fso output to log
-Bugfix: Duplicated installs and missing progress report
-BugFix: Fix crashing if a mod have a bad version string

v0.0.6

29 Apr 02:09
Compare
Choose a tag to compare

-Fixed random startup crashes that may happen on some systems
-Pass devmode packages ordered by name to -mod flag (to match old Knossos behaviour)

v0.0.5

15 Apr 18:39
Compare
Choose a tag to compare

-Added blacklist mirror
-Fixed chance that the download will get stuck after pressing restart
-Fixed broken log file for new installs that could cause additional problems
-Change background color for devmode fso builds and disable buttons

v0.0.4

01 Apr 22:02
Compare
Choose a tag to compare

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

26 Mar 18:08
Compare
Choose a tag to compare

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