#net80 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #net80, aggregated by home.social.
-
Dew Drop – April 15, 2026 (#4647)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/04/15/dew-drop-april-15-2026-4647/
-
Dew Drop – February 11, 2026 (#4602)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/02/11/dew-drop-february-11-2026-4602/
-
Dew Drop – January 14, 2026 (#4582)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/01/14/dew-drop-january-14-2026-4582/
-
Mouse improvements in Terminaux 8.1
Since Terminaux 4.0, mouse support was added to make C# console applications more interactive. This was done by abstracting the implementations of both the Windows API for detecting mouse clicks in the terminal using the combination of PeekConsoleInput() and MOUSE_INPUT_RECORD, and the Linux method for mouse clicks using the SGR/X10 VT sequences that we have to parse ourselves. The end result is a single function that handles mouse and keyboard input on a ReadPointerOrKey() function, further branched to a non-blocking version.
As a result, we’ve integrated mouse support to all kinds of interactive user interfaces within Terminaux, which resulted in both the library and Nitrocid handling all mouse input, as well as Terminaux programs having mouse support built-in without re-implementing support. However, there was room for improvements when it comes to the selection-based user interfaces.
Terminaux 8.1, which will be released two weeks from now, will feature improvements to mouse support when it comes to the choice selection style TUIs, as well as the interactive selector TUIs. Starting from this version:
- In the selector TUI, double-clicking on an item in either the first pane or the second pane will trigger the “submit” action, which, by default, is defined to an action bound to the Enter key. For example, in Nitrocid 0.2.0, if you double-click on an SMultivar settings entry in the second pane, the child settings entries underneath this entry will be revealed.
- In both the selection style and the infobox selection input TUIs, double-clicking on an item in the list of choices will confirm the selection. This allows you to confirm your selection without accidentally selecting a wrong item, since those TUIs always show a list of choices.
This is a behavioral change to the three affected Terminaux input components, which will land to Nitrocid 0.2.0 and 0.1.0 Service Pack 6 next month.
Photo by Rainer Eli on Unsplash
#Net #Net100 #Net80 #C #Console #ConsoleApp #ConsoleApplication #csharp #dotnet #Mouse #MousePointer #news #Pointer #Tech #Technology #terminal #terminaux #Terminaux8 #Terminaux81 #update
-
Mouse improvements in Terminaux 8.1
Since Terminaux 4.0, mouse support was added to make C# console applications more interactive. This was done by abstracting the implementations of both the Windows API for detecting mouse clicks in the terminal using the combination of PeekConsoleInput() and MOUSE_INPUT_RECORD, and the Linux method for mouse clicks using the SGR/X10 VT sequences that we have to parse ourselves. The end result is a single function that handles mouse and keyboard input on a ReadPointerOrKey() function, further branched to a non-blocking version.
As a result, we’ve integrated mouse support to all kinds of interactive user interfaces within Terminaux, which resulted in both the library and Nitrocid handling all mouse input, as well as Terminaux programs having mouse support built-in without re-implementing support. However, there was room for improvements when it comes to the selection-based user interfaces.
Terminaux 8.1, which will be released two weeks from now, will feature improvements to mouse support when it comes to the choice selection style TUIs, as well as the interactive selector TUIs. Starting from this version:
- In the selector TUI, double-clicking on an item in either the first pane or the second pane will trigger the “submit” action, which, by default, is defined to an action bound to the Enter key. For example, in Nitrocid 0.2.0, if you double-click on an SMultivar settings entry in the second pane, the child settings entries underneath this entry will be revealed.
- In both the selection style and the infobox selection input TUIs, double-clicking on an item in the list of choices will confirm the selection. This allows you to confirm your selection without accidentally selecting a wrong item, since those TUIs always show a list of choices.
This is a behavioral change to the three affected Terminaux input components, which will land to Nitrocid 0.2.0 and 0.1.0 Service Pack 6 next month.
Photo by Rainer Eli on Unsplash
#Net #Net100 #Net80 #C #Console #ConsoleApp #ConsoleApplication #csharp #dotnet #Mouse #MousePointer #news #Pointer #Tech #Technology #terminal #terminaux #Terminaux8 #Terminaux81 #update
-
Mouse improvements in Terminaux 8.1
Since Terminaux 4.0, mouse support was added to make C# console applications more interactive. This was done by abstracting the implementations of both the Windows API for detecting mouse clicks in the terminal using the combination of PeekConsoleInput() and MOUSE_INPUT_RECORD, and the Linux method for mouse clicks using the SGR/X10 VT sequences that we have to parse ourselves. The end result is a single function that handles mouse and keyboard input on a ReadPointerOrKey() function, further branched to a non-blocking version.
As a result, we’ve integrated mouse support to all kinds of interactive user interfaces within Terminaux, which resulted in both the library and Nitrocid handling all mouse input, as well as Terminaux programs having mouse support built-in without re-implementing support. However, there was room for improvements when it comes to the selection-based user interfaces.
Terminaux 8.1, which will be released two weeks from now, will feature improvements to mouse support when it comes to the choice selection style TUIs, as well as the interactive selector TUIs. Starting from this version:
- In the selector TUI, double-clicking on an item in either the first pane or the second pane will trigger the “submit” action, which, by default, is defined to an action bound to the Enter key. For example, in Nitrocid 0.2.0, if you double-click on an SMultivar settings entry in the second pane, the child settings entries underneath this entry will be revealed.
- In both the selection style and the infobox selection input TUIs, double-clicking on an item in the list of choices will confirm the selection. This allows you to confirm your selection without accidentally selecting a wrong item, since those TUIs always show a list of choices.
This is a behavioral change to the three affected Terminaux input components, which will land to Nitrocid 0.2.0 and 0.1.0 Service Pack 6 next month.
Photo by Rainer Eli on Unsplash
#Net #Net100 #Net80 #C #Console #ConsoleApp #ConsoleApplication #csharp #dotnet #Mouse #MousePointer #news #Pointer #Tech #Technology #terminal #terminaux #Terminaux8 #Terminaux81 #update
-
Mouse improvements in Terminaux 8.1
Since Terminaux 4.0, mouse support was added to make C# console applications more interactive. This was done by abstracting the implementations of both the Windows API for detecting mouse clicks in the terminal using the combination of PeekConsoleInput() and MOUSE_INPUT_RECORD, and the Linux method for mouse clicks using the SGR/X10 VT sequences that we have to parse ourselves. The end result is a single function that handles mouse and keyboard input on a ReadPointerOrKey() function, further branched to a non-blocking version.
As a result, we’ve integrated mouse support to all kinds of interactive user interfaces within Terminaux, which resulted in both the library and Nitrocid handling all mouse input, as well as Terminaux programs having mouse support built-in without re-implementing support. However, there was room for improvements when it comes to the selection-based user interfaces.
Terminaux 8.1, which will be released two weeks from now, will feature improvements to mouse support when it comes to the choice selection style TUIs, as well as the interactive selector TUIs. Starting from this version:
- In the selector TUI, double-clicking on an item in either the first pane or the second pane will trigger the “submit” action, which, by default, is defined to an action bound to the Enter key. For example, in Nitrocid 0.2.0, if you double-click on an SMultivar settings entry in the second pane, the child settings entries underneath this entry will be revealed.
- In both the selection style and the infobox selection input TUIs, double-clicking on an item in the list of choices will confirm the selection. This allows you to confirm your selection without accidentally selecting a wrong item, since those TUIs always show a list of choices.
This is a behavioral change to the three affected Terminaux input components, which will land to Nitrocid 0.2.0 and 0.1.0 Service Pack 6 next month.
Photo by Rainer Eli on Unsplash
#Net #Net100 #Net80 #C #Console #ConsoleApp #ConsoleApplication #csharp #dotnet #Mouse #MousePointer #news #Pointer #Tech #Technology #terminal #terminaux #Terminaux8 #Terminaux81 #update
-
Mouse improvements in Terminaux 8.1
Since Terminaux 4.0, mouse support was added to make C# console applications more interactive. This was done by abstracting the implementations of both the Windows API for detecting mouse clicks in the terminal using the combination of PeekConsoleInput() and MOUSE_INPUT_RECORD, and the Linux method for mouse clicks using the SGR/X10 VT sequences that we have to parse ourselves. The end result is a single function that handles mouse and keyboard input on a ReadPointerOrKey() function, further branched to a non-blocking version.
As a result, we’ve integrated mouse support to all kinds of interactive user interfaces within Terminaux, which resulted in both the library and Nitrocid handling all mouse input, as well as Terminaux programs having mouse support built-in without re-implementing support. However, there was room for improvements when it comes to the selection-based user interfaces.
Terminaux 8.1, which will be released two weeks from now, will feature improvements to mouse support when it comes to the choice selection style TUIs, as well as the interactive selector TUIs. Starting from this version:
- In the selector TUI, double-clicking on an item in either the first pane or the second pane will trigger the “submit” action, which, by default, is defined to an action bound to the Enter key. For example, in Nitrocid 0.2.0, if you double-click on an SMultivar settings entry in the second pane, the child settings entries underneath this entry will be revealed.
- In both the selection style and the infobox selection input TUIs, double-clicking on an item in the list of choices will confirm the selection. This allows you to confirm your selection without accidentally selecting a wrong item, since those TUIs always show a list of choices.
This is a behavioral change to the three affected Terminaux input components, which will land to Nitrocid 0.2.0 and 0.1.0 Service Pack 6 next month.
Photo by Rainer Eli on Unsplash
#Net #Net100 #Net80 #C #Console #ConsoleApp #ConsoleApplication #csharp #dotnet #Mouse #MousePointer #news #Pointer #Tech #Technology #terminal #terminaux #Terminaux8 #Terminaux81 #update
-
.NET 8.0 LTS is not installable on Ubuntu 26.04 LTS Resolute Raccoon
During development of Ubuntu 26.04 LTS Resolute Raccoon, which is expected to come with .NET 10.0 LTS that was released last week, there was a proposal to remove .NET 8.0 from the list of installable software in both the runtime and the SDK forms. This was made in accordance with the comment in a 2023 .NET 6.0 bug that stated:
- We will ship the latest .NET LTS (e.g. .NET 6, 8, 10) to the latest Ubuntu LTS and backport to the -1 Ubuntu LTS and Interim releases.- We will ship .NET STS releases (.NET 7, 9, 11) only to Ubuntu Interim releases.e.g.- .NET 8 LTS will be on 22.04 LTS, 23.10 and 24.04 LTS- .NET 9 STS will be on 24.10, 25.04, 25.10- .NET 10 LTS will be on 24.04 LTS, 25.04, 25.10 and 26.04 LTSAs .NET 10.0 is a long-term release that will make its way to Ubuntu 26.04 Resolute Raccoon, it has been backported to Ubuntu 24.04 LTS, which is the current LTS version that is supported as of the time of writing. Meanwhile, .NET 8.0 has already been backported to Ubuntu 22.04 LTS Jammy Jellyfish, and there is no mention of forward-porting the version to the next Ubuntu LTS version.
To satisfy this condition, all packages that are related to .NET 8.0 have been removed from Ubuntu 26.04 LTS Resolute Raccoon. You can take a look at this bug’s logs here.
Check out the bug reportStarting from today, you’ll no longer be able to install .NET 8.0 from your development system from official Ubuntu repositories if you’re running the development branch of Resolute Raccoon. You’ll either have to upgrade your applications to .NET 10.0, or you’ll have to manually install .NET 8.0.
Meanwhile, the team is running into issues with packaging the final version of .NET 10.0 for the same version of Ubuntu, but those issues should be fixed soon so that developers can finally have access to the latest .NET version.
Check out the SRU bugAs a consequence, we had to remove all Nitrocid and BassBoom packages for Ubuntu 26.04 LTS Resolute Raccoon until all packages that are related to .NET 10.0 have landed.
#Net #Net8 #Net80 #2604 #2604LTS #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update
-
.NET 8.0 LTS is not installable on Ubuntu 26.04 LTS Resolute Raccoon
During development of Ubuntu 26.04 LTS Resolute Raccoon, which is expected to come with .NET 10.0 LTS that was released last week, there was a proposal to remove .NET 8.0 from the list of installable software in both the runtime and the SDK forms. This was made in accordance with the comment in a 2023 .NET 6.0 bug that stated:
- We will ship the latest .NET LTS (e.g. .NET 6, 8, 10) to the latest Ubuntu LTS and backport to the -1 Ubuntu LTS and Interim releases.- We will ship .NET STS releases (.NET 7, 9, 11) only to Ubuntu Interim releases.e.g.- .NET 8 LTS will be on 22.04 LTS, 23.10 and 24.04 LTS- .NET 9 STS will be on 24.10, 25.04, 25.10- .NET 10 LTS will be on 24.04 LTS, 25.04, 25.10 and 26.04 LTSAs .NET 10.0 is a long-term release that will make its way to Ubuntu 26.04 Resolute Raccoon, it has been backported to Ubuntu 24.04 LTS, which is the current LTS version that is supported as of the time of writing. Meanwhile, .NET 8.0 has already been backported to Ubuntu 22.04 LTS Jammy Jellyfish, and there is no mention of forward-porting the version to the next Ubuntu LTS version.
To satisfy this condition, all packages that are related to .NET 8.0 have been removed from Ubuntu 26.04 LTS Resolute Raccoon. You can take a look at this bug’s logs here.
Check out the bug reportStarting from today, you’ll no longer be able to install .NET 8.0 from your development system from official Ubuntu repositories if you’re running the development branch of Resolute Raccoon. You’ll either have to upgrade your applications to .NET 10.0, or you’ll have to manually install .NET 8.0.
Meanwhile, the team is running into issues with packaging the final version of .NET 10.0 for the same version of Ubuntu, but those issues should be fixed soon so that developers can finally have access to the latest .NET version.
Check out the SRU bugAs a consequence, we had to remove all Nitrocid and BassBoom packages for Ubuntu 26.04 LTS Resolute Raccoon until all packages that are related to .NET 10.0 have landed.
#Net #Net8 #Net80 #2604 #2604LTS #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update
-
.NET 8.0 LTS is not installable on Ubuntu 26.04 LTS Resolute Raccoon
During development of Ubuntu 26.04 LTS Resolute Raccoon, which is expected to come with .NET 10.0 LTS that was released last week, there was a proposal to remove .NET 8.0 from the list of installable software in both the runtime and the SDK forms. This was made in accordance with the comment in a 2023 .NET 6.0 bug that stated:
- We will ship the latest .NET LTS (e.g. .NET 6, 8, 10) to the latest Ubuntu LTS and backport to the -1 Ubuntu LTS and Interim releases.- We will ship .NET STS releases (.NET 7, 9, 11) only to Ubuntu Interim releases.e.g.- .NET 8 LTS will be on 22.04 LTS, 23.10 and 24.04 LTS- .NET 9 STS will be on 24.10, 25.04, 25.10- .NET 10 LTS will be on 24.04 LTS, 25.04, 25.10 and 26.04 LTSAs .NET 10.0 is a long-term release that will make its way to Ubuntu 26.04 Resolute Raccoon, it has been backported to Ubuntu 24.04 LTS, which is the current LTS version that is supported as of the time of writing. Meanwhile, .NET 8.0 has already been backported to Ubuntu 22.04 LTS Jammy Jellyfish, and there is no mention of forward-porting the version to the next Ubuntu LTS version.
To satisfy this condition, all packages that are related to .NET 8.0 have been removed from Ubuntu 26.04 LTS Resolute Raccoon. You can take a look at this bug’s logs here.
Check out the bug reportStarting from today, you’ll no longer be able to install .NET 8.0 from your development system from official Ubuntu repositories if you’re running the development branch of Resolute Raccoon. You’ll either have to upgrade your applications to .NET 10.0, or you’ll have to manually install .NET 8.0.
Meanwhile, the team is running into issues with packaging the final version of .NET 10.0 for the same version of Ubuntu, but those issues should be fixed soon so that developers can finally have access to the latest .NET version.
Check out the SRU bugAs a consequence, we had to remove all Nitrocid and BassBoom packages for Ubuntu 26.04 LTS Resolute Raccoon until all packages that are related to .NET 10.0 have landed.
#Net #Net8 #Net80 #2604 #2604LTS #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update
-
.NET 8.0 LTS is not installable on Ubuntu 26.04 LTS Resolute Raccoon
During development of Ubuntu 26.04 LTS Resolute Raccoon, which is expected to come with .NET 10.0 LTS that was released last week, there was a proposal to remove .NET 8.0 from the list of installable software in both the runtime and the SDK forms. This was made in accordance with the comment in a 2023 .NET 6.0 bug that stated:
- We will ship the latest .NET LTS (e.g. .NET 6, 8, 10) to the latest Ubuntu LTS and backport to the -1 Ubuntu LTS and Interim releases.- We will ship .NET STS releases (.NET 7, 9, 11) only to Ubuntu Interim releases.e.g.- .NET 8 LTS will be on 22.04 LTS, 23.10 and 24.04 LTS- .NET 9 STS will be on 24.10, 25.04, 25.10- .NET 10 LTS will be on 24.04 LTS, 25.04, 25.10 and 26.04 LTSAs .NET 10.0 is a long-term release that will make its way to Ubuntu 26.04 Resolute Raccoon, it has been backported to Ubuntu 24.04 LTS, which is the current LTS version that is supported as of the time of writing. Meanwhile, .NET 8.0 has already been backported to Ubuntu 22.04 LTS Jammy Jellyfish, and there is no mention of forward-porting the version to the next Ubuntu LTS version.
To satisfy this condition, all packages that are related to .NET 8.0 have been removed from Ubuntu 26.04 LTS Resolute Raccoon. You can take a look at this bug’s logs here.
Check out the bug reportStarting from today, you’ll no longer be able to install .NET 8.0 from your development system from official Ubuntu repositories if you’re running the development branch of Resolute Raccoon. You’ll either have to upgrade your applications to .NET 10.0, or you’ll have to manually install .NET 8.0.
Meanwhile, the team is running into issues with packaging the final version of .NET 10.0 for the same version of Ubuntu, but those issues should be fixed soon so that developers can finally have access to the latest .NET version.
Check out the SRU bugAs a consequence, we had to remove all Nitrocid and BassBoom packages for Ubuntu 26.04 LTS Resolute Raccoon until all packages that are related to .NET 10.0 have landed.
#Net #Net8 #Net80 #2604 #2604LTS #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update
-
.NET 8.0 LTS is not installable on Ubuntu 26.04 LTS Resolute Raccoon
During development of Ubuntu 26.04 LTS Resolute Raccoon, which is expected to come with .NET 10.0 LTS that was released last week, there was a proposal to remove .NET 8.0 from the list of installable software in both the runtime and the SDK forms. This was made in accordance with the comment in a 2023 .NET 6.0 bug that stated:
- We will ship the latest .NET LTS (e.g. .NET 6, 8, 10) to the latest Ubuntu LTS and backport to the -1 Ubuntu LTS and Interim releases.- We will ship .NET STS releases (.NET 7, 9, 11) only to Ubuntu Interim releases.e.g.- .NET 8 LTS will be on 22.04 LTS, 23.10 and 24.04 LTS- .NET 9 STS will be on 24.10, 25.04, 25.10- .NET 10 LTS will be on 24.04 LTS, 25.04, 25.10 and 26.04 LTSAs .NET 10.0 is a long-term release that will make its way to Ubuntu 26.04 Resolute Raccoon, it has been backported to Ubuntu 24.04 LTS, which is the current LTS version that is supported as of the time of writing. Meanwhile, .NET 8.0 has already been backported to Ubuntu 22.04 LTS Jammy Jellyfish, and there is no mention of forward-porting the version to the next Ubuntu LTS version.
To satisfy this condition, all packages that are related to .NET 8.0 have been removed from Ubuntu 26.04 LTS Resolute Raccoon. You can take a look at this bug’s logs here.
Check out the bug reportStarting from today, you’ll no longer be able to install .NET 8.0 from your development system from official Ubuntu repositories if you’re running the development branch of Resolute Raccoon. You’ll either have to upgrade your applications to .NET 10.0, or you’ll have to manually install .NET 8.0.
Meanwhile, the team is running into issues with packaging the final version of .NET 10.0 for the same version of Ubuntu, but those issues should be fixed soon so that developers can finally have access to the latest .NET version.
Check out the SRU bugAs a consequence, we had to remove all Nitrocid and BassBoom packages for Ubuntu 26.04 LTS Resolute Raccoon until all packages that are related to .NET 10.0 have landed.
#Net #Net8 #Net80 #2604 #2604LTS #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update
-
Our NuGet total downloads reached 2M!
We have finally reached 2 million downloads across all our NuGet packages, which consist of both the current and the past libraries that have been downloaded over the lifetime of our NuGet feed existence that started on August 2019. Thanks to everyone who have tried out our packages and used them in their applications!
This is a minor milestone, but we are aiming for major ones, such as 5 million downloads across all packages. To celebrate this milestone, we’re introducing brand new versions of libraries. This is to add new features and to improve existing ones.
Nitrocid 0.1.3 is going to have a major arrangement overhaul when it comes to the API, so we’re going to mark this by increasing the API version to v4.0 from v3.1 as it’s a huge breaking change. This will make sure that the Nitrocid application acts like a “launcher” for the core Nitrocid kernel, which, in turn, depends on the base kernel library. This is vaguely similar to how v0.0.20 was developed.
Textify will be updated to improve the RTL reverse performance by getting rid of the libicu library in favor of the more efficient method after this experiment proves successful. As always, we are aiming to change how we make experiments to make sure that they don’t hinder the final production code, but, sometimes, we’d release a version that includes such experiments to gather feedback.
We are going to try reducing the distribution size of Terminaux starting from v7.0, and Beta 3 will include this improvement to ensure that we reduce the download size, especially for future Nitrocid versions. We have already updated Terminaux 6.1.x to include this improvement, and docs have been already updated to reflect this change.
Finally, we are going to introduce some subtle changes to the CI system across all projects, as well as some more build system improvements that we’ve promised, to improve build times and to increase reliability. This applies to developers only.
Enjoy!
#Net #Net6 #Net60 #NET7 #NET70 #Net8 #Net80 #Net9 #Net90 #NetCore #NetCore31 #NetFramework #NetStandard #C_ #csharp #NuGet #NuGetPackageManager #NuGetOrg #Package #PackageManager #Packages #Packaging #VBNET
-
Nitrocid 0.1.2 will be available soon
As we are getting closer to the release of Nitrocid KS 0.1.2, we are excited to announce that this version has reached a stage where it’s almost stable. However, we’ll need to run some tests on it to ensure that Nitrocid 0.1.2 gets released with the highest quality possible.
This version of Nitrocid brings some of the most exciting features, including new interactive TUIs, sound cues, and settings entry organization. New interactive TUIs allow you to use different features in an interactive way, such as FTP and SFTP, while sound cues allow you to emit sounds for every event, including startup and shutdown sounds.
We’ve also organized the settings entries to make settings easier to use. With the return of SMultivar, which got deleted on 0.0.16.0, you can now organize the settings entries to allow you to find entries more easily. You can even nest the settings groups together for your mod settings to further categorize those entries. A lot more is coming once we release this version of Nitrocid.
We are aiming to release Nitrocid 0.1.2 on February 27th, 2025 at 6:00 PM GMT. Mark your calendars so that you don’t miss the release time!
#Net #Net8 #Net80 #csharp #dotnet #KernelSimulator #news #nitrocid #NitrocidKernel #NitrocidKernelSimulator #nitrocidKs #NitrocidKS #Tech #technology #update
-
Nitrocid 0.1.2 will be available soon
As we are getting closer to the release of Nitrocid KS 0.1.2, we are excited to announce that this version has reached a stage where it’s almost stable. However, we’ll need to run some tests on it to ensure that Nitrocid 0.1.2 gets released with the highest quality possible.
This version of Nitrocid brings some of the most exciting features, including new interactive TUIs, sound cues, and settings entry organization. New interactive TUIs allow you to use different features in an interactive way, such as FTP and SFTP, while sound cues allow you to emit sounds for every event, including startup and shutdown sounds.
We’ve also organized the settings entries to make settings easier to use. With the return of SMultivar, which got deleted on 0.0.16.0, you can now organize the settings entries to allow you to find entries more easily. You can even nest the settings groups together for your mod settings to further categorize those entries. A lot more is coming once we release this version of Nitrocid.
We are aiming to release Nitrocid 0.1.2 on February 27th, 2025 at 6:00 PM GMT. Mark your calendars so that you don’t miss the release time!
#Net #Net8 #Net80 #csharp #dotnet #KernelSimulator #news #nitrocid #NitrocidKernel #NitrocidKernelSimulator #nitrocidKs #NitrocidKS #Tech #technology #update
-
Nitrocid 0.1.2 will be available soon
As we are getting closer to the release of Nitrocid KS 0.1.2, we are excited to announce that this version has reached a stage where it’s almost stable. However, we’ll need to run some tests on it to ensure that Nitrocid 0.1.2 gets released with the highest quality possible.
This version of Nitrocid brings some of the most exciting features, including new interactive TUIs, sound cues, and settings entry organization. New interactive TUIs allow you to use different features in an interactive way, such as FTP and SFTP, while sound cues allow you to emit sounds for every event, including startup and shutdown sounds.
We’ve also organized the settings entries to make settings easier to use. With the return of SMultivar, which got deleted on 0.0.16.0, you can now organize the settings entries to allow you to find entries more easily. You can even nest the settings groups together for your mod settings to further categorize those entries. A lot more is coming once we release this version of Nitrocid.
We are aiming to release Nitrocid 0.1.2 on February 27th, 2025 at 6:00 PM GMT. Mark your calendars so that you don’t miss the release time!
#Net #Net8 #Net80 #csharp #dotnet #KernelSimulator #news #nitrocid #NitrocidKernel #NitrocidKernelSimulator #nitrocidKs #NitrocidKS #Tech #technology #update