Date: 2026-03-06 13:55 | Last update:



Sandisk Dashboard (WD Dashboard) 5.2.2.3 released

Published by Xaren Lysander Valtor 0

SanDisk Dashboard, previously known as Western Digital Dashboard, has released version 5.2.2.3. This software is designed to help users maintain optimal performance for their Western Digital SSD drives. For those utilizing older SSD models, version 3.7.2.5 is also available.

Paragon Backup and Recovery 18.5 Free released

Published by Zhrak Tib Kaex 0

Paragon Backup and Recovery 18.5 Free has been released, providing users with essential tools for creating backups of entire hard disks and partitions to safeguard against data loss from hardware failures, unexpected system errors, and malware attacks. This software is crucial for preserving not just system files but also personal documents, such as family photos and important tax forms.

Avast Ransomware Decryption Tools 1.0.0.823 released

Published by Thokk Veen Rahl 0

Avast has released version 1.0.0.823 of its Ransomware Decryption Tools, which now includes 37 different ransomware decryptors. These tools are designed to help users unlock (decrypt) their computers that have been compromised by various ransomware strains. MajorGeeks has compiled and updated these tools, making it easier for IT professionals and technicians to access the latest decryption solutions in a single download. Despite some other websites replicating this effort, MajorGeeks prides itself on being the original source for this comprehensive package.

Bazzite Linux 43.20260303: Latest Features and Upgrade Instructions

Published by Xaren Lysander Valtor 0

Bazzite Linux has launched version 43.20260303, featuring a new kernel and updated Mesa drivers to enhance gaming performance. The update addresses stuttering issues in Fortnite and improves input latency in Gamescope, while also refining desktop environments like GNOME and KDE by fixing bugs and removing outdated packages. Current users can upgrade easily by using the bazzite-rollback-helper script to rebase their systems to the new image or by downloading the installation images. The release aims to provide a smoother gaming experience across various devices, including desktop computers and handheld consoles

Logi Options+ 2.0.840907 released

Published by Thokk Veen Rahl 0

Logi Options+ version 2.0.840907 has been released, introducing an advanced application designed for managing and customizing supported Logitech mice and keyboards. This new iteration merges the best features of the previous Logitech Options software with a more intuitive user interface, making it easier for users to enhance their daily workflows.


Stremio 5.0.16 Beta / 4.4.181 released

Published by Zhrak Tib Kaex 0

Stremio has recently released version 5.0.16 Beta along with 4.4.181, further enhancing its capabilities as a user-friendly platform for streaming a variety of media, including movies, videos, TV channels, and series with minimal buffering. One of the standout features of Stremio is the ability to create a personalized library that can be synced across multiple devices, ensuring that users can access their favorite content anytime, anywhere.

WebStorm 2025.3.3 released

Published by Kalyx Tib Veenor 0

WebStorm, JetBrains' dedicated IDE for JavaScript and web development, has been updated to version 2025.3.3. This IDE is designed to streamline the coding process, making it easier for developers rather than complicating their workflow. If you're familiar with IntelliJ IDEA or PyCharm, you'll feel right at home with WebStorm, as it shares the same core engine, ensuring a responsive interface coupled with advanced functionalities tailored specifically for web development.

Drupal 11.3.5 released

Published by Kalyx Tib Veenor 0

Drupal 11.3.5 has been released, continuing its legacy as a powerful Open-Source content management framework developed in PHP. This platform is utilized by around 2.3% of all websites globally, catering to a diverse range of needs from personal blogs to large commercial sites. As a versatile content management tool, Drupal enables businesses and technological leaders to craft innovative solutions that align with their content management strategies.

ProgDVB 7.70.4 released

Published by Xaren Lysander Valtor 0

ProgDVB has recently released version 7.70.4 of its universal multimedia application, which allows users to watch digital television and listen to a variety of radio channels. This program is designed to enhance the viewing experience, ensuring that users can stay current with their favorite shows and avoid the frustration of missing episodes. The application offers the flexibility to stream content over local networks or the internet and supports viewing on multiple monitors and TV sets.

Print Friendly and PDF for Chrome, Firefox, Edge, and Safari 6.9.5 released

Published by Zhrak Tib Kaex 0

The latest release of Print Friendly & PDF, version 6.9.5, is now available for Chrome, Firefox, Edge, and Safari. This extension enhances the printing experience by cleaning and formatting web pages, effectively removing ads, navigation elements, and other unnecessary content. This not only simplifies the printed output but also helps users save paper and ink.

Tech Roundup: GAMEMAX N90 WH ARGB, SAMA B850 PSU, Glorious GMMK PRO 3 HE Keyboard, and More

Published by Xaren Lysander Valtor 0

Recent tech reviews have highlighted various products, including the GAMEMAX N90 WH ARGB PC case, which features a dual chamber design and impressive cooling performance. The Antec 900 2026 Edition Full-Tower PC Case was praised for its airflow-centric design, while the Glorious GMMK PRO 3 HE keyboard stood out for its magnetic precision and customization options. Additionally, power supply units like the SAMA B850 and MONTECH BETA 2 received attention for their performance in modern PC builds. Reviews also covered storage solutions such as the Asustor Drivestor 2 Gen2 NAS and the Orico IG740-Pro 1TB SSD, both noted for their affordability and efficiency

GNOME 50 Release Candidate: Fresh Module Updates, Bug Fixes and Accessibility Improvements

Published by Xaren Lysander Valtor 0

The release candidate for GNOME 50 has been launched, featuring updates to core modules like adwaita‑fonts and gdm, as well as enhancements to remote-desktop functionalities. Key improvements include bug fixes for Epiphany's bookmarking system and Gnome-shell's cursor issues, which enhance overall user experience. Accessibility features have also been upgraded, providing better support for visually impaired users through new API hooks and improved screen-reader functionality. Users can test the installer image in a virtual machine, and while some modules remain outdated, ongoing translation updates will address under-represented languages in future releases

Postfix 3.11.0: How to Migrate BerkeleyDB Tables Before They Vanish

Published by Xaren Lysander Valtor 0

Postfix 3.11.0 is phasing out support for BerkeleyDB, a feature still used by many mail administrators for hash and btree lookup tables, and provides guidance on migrating to LMDB or CDB to minimize downtime. The update also includes changes to TLS settings that enhance security for SMTP and LMTP connections while introducing stricter requirements for encrypted transport, which may lead to delivery issues if not properly configured. Additionally, the release introduces new features like support for the REQUIRETLS verb and JSON output options, which may benefit developers but might be excessive for average administrators. Other practical changes include improved error handling for milters, which helps manage resource consumption on mail systems dealing with high volumes of spam

Rust 1.94: Faster Slice Iteration with array_windows() and Cleaner Cargo Configuration

Published by Xaren Lysander Valtor 0

Rust 1.94 introduces significant improvements, including the new `array_windows()` function for faster and safer slice iteration, and an `include` key in Cargo that allows teams to centralize shared configuration files across projects. The update simplifies coding by replacing the `.windows(4)` pattern with `.array_windows()`, eliminating unnecessary bounds checks and improving performance. Additionally, Cargo now supports the TOML 1.1 parser, enabling modern syntax features while ensuring compatibility with older manifests through automatic rewriting during publication. Other stabilized APIs and helpers enhance the compiler's capabilities without disrupting existing code, making Rust 1.94 a powerful update for developers

KDE Gear 25.12.3 Fixes Crashes, Updates Translations

Published by Xaren Lysander Valtor 0

KDE Gear 25.12.3 has been released, addressing over 180 programs with various bug fixes, including UI glitches in KDE Connect and crash issues in Umbrello. The update also improves translation accuracy and enhances RTF handling in Calligra, alongside compatibility updates for essential libraries like poppler. Users of KDE applications like Kdenlive will benefit from fixes that enhance stability and performance, such as preventing crashes and correcting audio scrubbing issues. Overall, this release aims to provide a smoother, more reliable experience for everyday users through a unified update process

Windows Package Manager 1.29.30‑preview Sharpens List Output and Modernizes the API

Published by Xaren Lysander Valtor 0

The preview build of Windows Package Manager version 1.29.30 enhances the list output format for greater consistency, making it easier to parse and compare results. A change from an optional boolean flag to an IReference type aligns the API with modern Windows standards while simplifying development for third-party wrappers. Additionally, a localization patch has resolved issues with garbled language strings in non-English environments, leading to clearer prompts and error messages. Overall, these updates aim to improve the user experience by ensuring more predictable output and reducing confusion regarding command verbosity

Windows Terminal Preview 1.25.622.0: How to Quickly Find Settings and Fix Common Key‑Binding Glitches

Published by Xaren Lysander Valtor 0

Windows Terminal Preview 1.25.622.0 introduces a new search interface in the Settings, a fully featured editor for actions and key bindings, and support for Kitty's keyboard protocol, enhancing user experience and performance. The update improves session restoration reliability between elevated and non-elevated windows and implements clipboard hijacking protection that only allows clipboard writes when the window is focused. Additional features include a layout-only persistence setting, ambiguous width configuration for mixed character scripts, and new color schemes that mimic Visual Studio Code's appearance. Performance tweaks yield a 10-25% increase in output throughput, and various bug fixes have been implemented to enhance overall functionality

Windows Terminal 1.24.10621.0 Fixes Icon Leakage, Boosts Performance, and Simplifies Extensions

Published by Xaren Lysander Valtor 0

Windows Terminal 1.24.10621.0 introduces several enhancements, including a bilingual Command Palette search, a new Extensions settings page for easier management, and improved performance with a 10-25% boost. The update removes support for icons fetched from the web to prevent data leaks, requiring users to host images locally or use relative paths. The settings UI has been refined with lighter color pickers and various bug fixes addressing issues such as lingering palette entries and application launch failures. Users can manually update to the new version from the GitHub releases page, while those on Insider channels will receive the update automatically

DirPrintOK 7.53 released

Published by Thokk Veen Rahl 0

DirPrintOK version 7.53 has been released, providing users with a quick and efficient freeware tool for printing the contents of specific directories. This portable application simplifies the process of printing directory contents by allowing users to select a target directory and filter file details, such as including or excluding MP3 ID3 tags, before hitting the print button.

QOwnNotes 26.3.4 released

Published by Thokk Veen Rahl 0

QOwnNotes version 26.3.4 has been released, offering users a powerful portable Open Source application designed for note-taking. This app enables efficient organization, sorting, printing, and exporting of notes, which are stored as plain text files. Users can synchronize their notes using ownCloud or Nextcloud, and also have the option to utilize alternatives such as Syncthing or Dropbox for enhanced flexibility.

SDelete 2.06 released

Published by Zhrak Tib Kaex 0

SDelete 2.06 is a command-line utility designed for securely deleting files, directories, and cleansing free space on hard drives. A graphical user interface (GUI) version is also available for ease of use. One of the key features of SDelete is its ability to comply with Windows C2-security standards, which includes object reuse protection. This means that when file space or virtual memory is allocated by an application, it cannot access previously stored data, as Windows NT ensures that memory is zero-filled and disk sectors are cleared before they are allocated to applications.

Permanent Clipboard 3.2.0 released

Published by Kalyx Tib Veenor 0

The newly released Permanent Clipboard 3.2.0 is an innovative Chrome extension designed to enhance your clipboard management by allowing users to save and organize text and image snippets effortlessly. This lightweight tool facilitates the easy capture of essential information, streamlining access and retrieval for students, professionals, and anyone who frequently utilizes the clipboard.

Logi Options+ 2.0.840907 released

Published by Thokk Veen Rahl 0

Logi Options+ version 2.0.840907 has been released, introducing an advanced application designed for managing and customizing supported Logitech mice and keyboards. This new iteration merges the best features of the previous Logitech Options software with a more intuitive user interface, making it easier for users to enhance their daily workflows.

Q-Dir 12.51 released

Published by Thokk Veen Rahl 0

Q-Dir 12.51 has been released, enhancing the experience of managing files and folders across various storage devices, including hard disks, USB drives, and network folders. Unlike the standard Windows File Explorer, which suffices for basic tasks, Q-Dir—also known as The Quad Explorer—offers a superior file management experience with its unique four-pane interface. This design allows users to navigate and manage up to four folders concurrently, streamlining processes like copying, moving, and organizing files.

System Monitor (Sysmon) 1.5.1 / 15.15 released

Published by Thokk Veen Rahl 0

System Monitor (Sysmon) version 1.5.1 / 15.15 has been released, providing enhanced capabilities for monitoring and logging system activity on Windows operating systems. As a persistent system service and device driver, Sysmon remains active even after system reboots, ensuring continuous oversight of various system events. It captures detailed data on critical activities such as process creations, network connections, and changes in file creation times.

Dark Space Theme released

Published by Thokk Veen Rahl 0

The recently released Dark Space Theme features an impressive array of 18 high-definition wallpapers that capture the captivating essence of the cosmos. This collection allows users to delve into the mysterious allure of outer space, which is filled with a variety of celestial entities such as distant stars, planets, and nebulae, all framed by the infinite expanse of the universe. The theme not only celebrates the vastness of space but also highlights its complex three-dimensional structure, where celestial objects interact through gravitational forces and intricate trajectories of comets and asteroids.

Folder Guard 26.3 released

Published by Thokk Veen Rahl 0

Folder Guard 26.3 has been released, enhancing its status as a robust software application focused on advanced computer security. This program offers users extensive control over access to files, folders, and various Windows resources, ensuring that confidential data remains protected from unauthorized access or modifications.

RustDesk 1.4.6 released

Published by Zhrak Tib Kaex 0

RustDesk 1.4.6 has been released, enhancing its position as a leading open-source remote desktop application that supports self-hosting. This allows users to have a viable alternative to well-known services such as TeamViewer and AnyDesk. The primary advantage of RustDesk is its self-hosted model, which enables users to take control of their data and security, circumventing the risks typically associated with cloud-based Software as a Service (SaaS) platforms.

Linux Kernel 6.12.76, 6.6.129 and 6.1.166 Updates: Fixes, Reverts and Download Links

Published by Xaren Lysander Valtor 0

The latest stable Linux kernel updates, versions 6.12.76, 6.6.129, and 6.1.166, were released on March 5th, featuring various fixes for both regular users and developers who compile their own kernels. A significant change in this release is the rollback of a patch that introduced an IMA sanity check for kexec, which was causing implicit function declaration errors across multiple stable streams. This rollback is particularly important for those building the kernel from source, such as hobbyists working with custom boot loaders or embedded devices. Download links for the full source, patches, and PGP signatures for each version have been provided for users to access

Liquorix Kernel 6.19-1 released: The Smoother Gaming and AV Experience

Published by Xaren Lysander Valtor 0

Liquorix Kernel 6.19-1 has been released, enhancing gaming and audio-visual experiences by optimizing scheduler parameters and removing performance-hindering features. Users of the previous version noted reduced "jitter" in video editing and improved frame rates in competitive gaming, with the new update addressing bugs from earlier versions. The kernel can be easily installed on Debian, Ubuntu, or Arch using a single-line installer that pulls the package from the Liquorix repository, requiring superuser privileges. The installer also manages the removal of outdated kernels to prevent issues related to an overloaded /boot directory

Node.js 22.22.1 LTS and 20.20.1 LTS Released: Key Updates and What You Need to Know

Published by Xaren Lysander Valtor 0

Node.js has released two long-term support versions, 22.22.1 LTS and 20.20.1 LTS, featuring critical fixes and performance enhancements. A notable update includes the integration of newer root certificates (NSS 3.119), which helps prevent TLS connection failures on services like GitHub and AWS. Additionally, the Buffer.of method now allocates memory on the heap rather than the stack, reducing the risk of accidental overflows. Other improvements include a stable flag for debugging memory leaks and better handling of mixed-type Sets and Maps in assertions, enhancing overall performance and reliability for developers

Stylish for Chrome and Firefox 3.4.13 released

Published by Thokk Veen Rahl 0

Stylish for Chrome and Firefox has released version 3.4.13, enhancing the user experience by allowing easy installation of themes and skins for various popular websites. This extension, which lets users customize their browsing experience, enables the alteration of website appearances through user styles. With Stylish, users can remove irrelevant content, modify color schemes, or even completely redesign a site to fit their preferences.

UPX (Ultimate Packer for eXecutables) 5.1.1 released

Published by Thokk Veen Rahl 0

UPX (Ultimate Packer for eXecutables) version 5.1.1 has been released, providing users with a powerful command-line utility for compressing and decompressing executable files across various formats. This tool stands out for its impressive compression ratios, enabling significant reductions in file sizes suitable for distribution, while also ensuring rapid decompression times. Notably, UPX's in-place decompression means there is minimal memory overhead during usage.

SoundVolumeView 2.51 released

Published by Thokk Veen Rahl 0

SoundVolumeView version 2.51 has been released, providing users with a quick and efficient way to view their PC's audio information. This tool displays the current volume levels for all active sound components, making it easy to monitor and adjust audio settings. Additionally, SoundVolumeView allows users to save their audio profiles, which include the current volume levels and the mute/unmute status of all sound components, along with the default sound devices. Users can later load these saved profiles to restore their previous settings effortlessly.

Bitwarden 2026.2.1 released

Published by Zhrak Tib Kaex 0

Bitwarden has released version 2026.2.1, a robust cross-platform password management solution compatible with popular browsers like Chrome, Firefox, Edge, Opera, and the Android operating system. Designed with user-friendliness in mind, Bitwarden offers a secure method for storing and managing passwords while ensuring synchronization across all devices. In an era where data breaches are prevalent, it’s critical to adopt best practices for password security. Utilizing the same password across multiple sites increases vulnerability, making it easier for cybercriminals to infiltrate accounts.

Move Mouse 4.19.3 released

Published by Zhrak Tib Kaex 0

Move Mouse version 4.19.3 has just been released, providing users with a simple yet effective mouse movement simulator designed to prevent their computers from going idle. This tool is particularly useful for those who need to step away from their desks during long meetings or while conducting remote work, ensuring that their systems remain active during crucial tasks.

Sokoban (YASC) 1.686 released

Published by Thokk Veen Rahl 0

The Sokoban (YASC) 1.686 has been released, offering an advanced and feature-rich version of the classic Sokoban puzzle game. This implementation includes two variations that support larger game boards and extended gameplay experiences. The download package consists of the base game, a special edition, and the latest readme.txt for users.

Ollama 0.17.7 Pre-Release / 0.17.6 released

Published by Thokk Veen Rahl 0

Ollama is a local-first platform designed for running large language models (LLMs) directly on your desktop, offering a range of customization options without the need for cloud services or user accounts. The latest pre-release version is 0.17.7, building on the features of version 0.17.6. Ollama allows users to leverage powerful models like LLaMA 3.3, Phi-4, Mistral, and DeepSeek entirely offline, which appeals to developers, privacy advocates, and tech enthusiasts alike.

ParkControl 5.5.2.8 released

Published by Kalyx Tib Veenor 0

ParkControl version 5.5.2.8 has been released, providing a simple freeware tool that allows users to adjust core parking and CPU frequency scaling settings within Windows power plans. Unlike many applications, ParkControl does not require installation, as it operates directly from an executable file.

KDE Connect 25.12.3 released

Published by Kalyx Tib Veenor 0

KDE Connect has released version 25.12.3, enhancing the integration between mobile phones and desktop computers. This innovative tool provides numerous functionalities such as file sharing, notification synchronization, clipboard sharing, and the ability to use your phone as a remote control or trackpad. Users can execute commands remotely and access their phone notifications directly from their computer, streamlining their workflow and productivity.

Print Conductor 11.0.2603 released

Published by Kalyx Tib Veenor 0

Print Conductor 11.0.2603 has been released, enhancing its functionality as an efficient batch printing utility. This tool simplifies the process of opening and printing multiple files, making it ideal for users who frequently handle large volumes of documents. With Print Conductor, users can quickly create a list of files for printing, significantly streamlining their workflow. The software supports a diverse range of popular file formats, including Microsoft Office documents, Adobe PDFs, Autodesk AutoCAD files, and HTML, among others.

WYSIWYG Web Builder 21.0.0 released

Published by Kalyx Tib Veenor 0

WYSIWYG Web Builder 21.0.0 has been released, offering an intuitive platform for users to create their own web pages without the need to learn HTML. The What-You-See-Is-What-You-Get (WYSIWYG) interface allows users to design their pages visually, ensuring that the final product matches their design intent. The program operates by generating HTML tags automatically as users drag and drop elements onto the page. Once the design is complete, users can easily publish their work to a web server using the built-in publishing tool.

PlayOn 5.0.335 released

Published by Kalyx Tib Veenor 0

PlayOn 5.0.335 has been released, allowing users to effortlessly access a wide variety of internet content on their televisions through their computer or Android devices. This versatile platform supports popular streaming services such as Hulu, Netflix, YouTube, Amazon Video on Demand, Comedy Central, among others. Additionally, users can stream personal videos, photos, and music directly from their PCs to their home entertainment systems.

OneTab for Chrome and Firefox 2.10 released

Published by Kalyx Tib Veenor 0

OneTab has just rolled out version 2.10 for both Chrome and Firefox, aimed at alleviating the problem of tab clutter by transforming open tabs into a streamlined, easy-to-read list. When users find themselves overwhelmed with numerous tabs, they can simply click the OneTab icon, which will instantly consolidate all open tabs into a single, organized list. This feature not only helps in decluttering the browser interface but also conserves memory, enhancing overall browsing performance. Users can restore tabs individually or all at once as needed, ensuring that important information remains easily accessible.

Daily for Chrome and Edge 3.42.8 released

Published by Xaren Lysander Valtor 0

The latest version 3.42.8 of Daily, also known as Daily.dev, has been released for Chrome and Edge. This free browser extension is designed specifically for developers, providing an effortless way to stay informed about the latest news and trends in the developer community. By setting Daily as your default tab, you gain instant access to a wealth of tailored content without the need for any sign-up.

Nginx CGI Tutorial: How to Install and Configure Version 0.15 0
pgAdmin 4 Version 9.13: AI Features, ERD Fixes, and More 0
PrivacyRoot Prevent Restore 119 released 0
Sandisk Dashboard (WD Dashboard) 5.2.2.3 released 0
DocuFreezer 7.0 (Build 2026-03-02) released 0
NxFilter 4.7.4.5 released 0
SmartVision 5.7 released 0
CrawlRhino SEO Monitor 1.0.12.0 released 0
Discord 1.0.9227 released 0
KoboldCPP 1.109.2 released 0
ClamAV 1.5.2 released 0
G Pro X2 Superstrike Review and More: From Pixel Phones to Home Theater Systems 0
NVIDIA GeForce Hotfix Display Driver 595.76: Fix Bugs, Boost Performance 0
Visual Studio Code 1.110: Unlocking AI-Powered Productivity with Agents and Browser Automation 0
FEX‑2603 Fixes Steam Crashes, Masks Big.LITTLE CPUs, and Shrinks Memory Footprint 0
OBS Studio 32.1.0 RC3 Update Fixes Source Update Bug via WebSocket Interface 0
Liquorix Kernel 6.18-19 Release: Improved Performance and Efficiency for Linux Users 0
Upgrade to XanMod Kernels: Boost Linux Performance with Optimized 6.19.6 and 6.18.16 LTS Releases 0
Wireless Network Watcher 2.44 released 0
Cyber Prot 4.11.53 released 0
WinPaletter 1.0.9.8 Beta / 1.0.9.7 released 0
JPEXS Free Flash Decompiler 25.1.3 released 0
Nuclear Music Player 1.15.0 released 0
G App Launcher for Chrome and Firefox 31.1.0 released 0
Black Menu for Google Chrome, Firefox, and Opera 31.1.0 released 0
Sparkle 2.14.2 Beta released 0
Untapped.gg Companion 3.3.0 released 0
GoofCord 2.1.0 released 0
ML4W 2.11.1 Update: Fresh Look, Easier Setup, and Enhanced Features 0
Disconnect for Chrome and Firefox 21.1.0 released 0
Linux Kernel Updates: 6.18.16, 6.6.128, 6.12.75, 6.1.165, 5.15.202, and 5.10.252 LTS 0
XYplorer 28.20.0400 / 27.20.1006 released 0
Vivaldi 7.8.3925.76 released 0
Linux Kernel 6.19.6 Update: Key Features and Benefits for Improved Stability 0
KeePass Password Safe 2.61 Professional / 1.43 Classic Edition released 0
XnView Standard 2.52.5 released 0
XnView Full 2.52.5 released 0
Ghidra 12.0.4 released 0
Total Commander 11.57 Beta 2 / 11.56 released 0
CalcPad 7.6.2 released 0
Argente Startup Manager 4.0.5.0 released 0
Paragon Backup and Recovery 18.5 Free released 0
SyncBreeze 17.8.26 released 0
Lunar Client 3.5.23 released 0
GOG Galaxy 2.0.95.66 Beta / 2.0.83.4 released 0
Easy System Utility 1.1.55.0 released 0
WizTree 4.29 released 0
Geekom X14 Pro, Biwin Black Opal X570 Pro and Netac ZX20 II reviewed 0
Bazzite Linux 43.20260303: Latest Features and Upgrade Instructions 0
Godot 4.7 Development Snapshot 2: Features and Updates Revealed 0
WinUAE 6.0.3 released 0
MultiClipBoardSlots 3.56 released 0
OpenLoco 26.02 released 0
PPSSPP 1.20.1 released 0
MusicPod 2.14.0 released 0
Autorun Organizer 6.31 released 0
NTLite 2026.03.10852 released 0
LibreCAD 2.2.1.4 released 0
Files Inspector 4.45 released 0
GDevelop 5.6.260 released 0

[ Archive ]