VSCodium 1.110.1 drops a tidy set of fixes that straighten out icon sizing in the status bar, tighten up tab spacing, and correct the pixel‑perfect look of the minimap’s bottom pane. The update also gives users a quick toggle to turn off Copilot’s inline suggestions, which can be a real nuisance after an extension hiccup. A simple JSON tweak disables those pop‑in hints while preserving the rest of the editor’s AI features. After a restart, the UI should feel smoother and the Copilot pop‑ups will no longer interrupt typing flow.
AM 9.9.5 introduces experimental checksum support that marks installed AppImages with a green checkmark whenever the binary’s digest matches an online .zsync or .DIGEST file, instantly indicating the app’s integrity. The feature runs on every install and upgrade, so a missing or mismatched checksum will be flagged right after the download completes, though failure does not automatically mean malware—it merely signals that the AppImage lacks a compliant checksum file. Enabling it is as simple as updating with am -u and then listing apps; verified packages will show the tick next to their version number.
OBS Studio’s newest 32.1.0 patch introduces a clearer audio mixer, WebRTC simulcast for multi‑resolution streaming, and a fully functional undo/redo system that now covers scale filtering, blending mode, and deinterlacing settings. The update also tightens security on local browser sources and adds a convenient toggle to enable or disable missing plugins in the manager, cutting down on panel clutter with dock animation disabled and transition preview repositioned for easier access. On the bug‑fix side, crashes that previously occurred when switching profiles on Linux or shutting down macOS with active YouTube docks have been addressed, along with several other stability improvements such as eliminating null‑source crashes, correcting black thumbnails in recordings, and refining video scaling for multi‑video encoders.
A new VSCodium build now includes VS Code core 1.110.1, fixing a padding issue that left unwanted space around characters when fonts specify zero margins or padding. The update makes the editor honor explicit zero values instead of defaulting to an eight‑pixel buffer. After a quick check‑for‑updates and restart, code lines will align more tightly—especially with minimalist themes or custom font settings that rely on minimal spacing. This single tweak removes a visual glitch without any extra configuration work, giving editors a cleaner, more professional look.
Wine Staging 11.4 brings the latest vkd3d patchset from Wine’s development branch, offering faster bug fixes for DirectX 12 games. Because it sits outside the main tree, experimental code can improve performance quickly but may still be flaky for some users. Installing the build is simple: grab “wine‑staging‑11.4‑x86_64.exe” from WineHQ, run it, and confirm with wine --version. After that, enabling DXVK in a Wine prefix usually delivers smoother gameplay with Vulkan translation.
Wine 11.4 introduces a reimplemented SAX reader in native MSXML, speeding up large‑document parsing for office suites and scripts that expect Windows‑style streams. DirectSound’s resampling has been streamlined by dropping double‑precision math, swapping divisions with modulus operations, which keeps audio apps from hogging CPU during sample‑rate conversions. The release also starts a CFGMGR32 implementation to give applications a more realistic view of hardware devices and corrects Unix time‑zone matching to avoid one‑hour drift in date displays.
The latest update for the Budgie desktop, version 10.10.2, brings several improvements and fixes to the table, including smoother Wayland integration and better window matching in the taskbar. The LabWC bridge has been rewritten to preserve users' keyboard layouts and settings, while the Icon Tasklist's matching logic has been upgraded for improved app recognition. Other notable changes include fixes for menu scaling issues, show desktop behavior, screenshot paths, dialog focus, Crystal Dock background support, and several bugs across the board. Overall, Budgie 10.10.2 is considered a tidy patch that resolves many of the quirks users have been dealing with for months.
Krita 5.3 beta 3 is out, fixing eight of the 63 reported bugs and bringing the total number of resolved issues to 22, while the manual gets an updated dark theme that keeps the UI pleasant during long sessions. The release notes highlight a few fixes that stop sudden crashes when painting in Wayland or on fresh Windows installs, ensuring brush settings stay intact after accidental closes. Krita 6.0 beta 3 remains experimental with more Linux‑Wayland problems, so it is best avoided for serious work; 5.3 stays the recommended stable version. Download links are available for AppImage (Linux), installer or portable zip (Windows), and a signed dmg (macOS); keep testing and report any new glitches to help tighten the code.
VSCodium 1.110.01571 introduces per‑area font settings—font family and size for the sidebar, status bar, editor tabs, bottom panel, and activity bar—that let users fine‑tune each visible element without touching the global workbench font. A user who upgraded to a dark theme on a 4K monitor saw blurred sidebar text; bumping workbench.sideBar.experimental.fontSize to 15 px restored clarity while leaving editor text at its default size. The update also patches a lingering Visual Studio Code rendering bug that caused glitches after theme switches, ensuring smoother font display across Linux desktops. These lightweight tweaks can save time for power users juggling multiple monitors or custom themes and add no noticeable bloat to the editor.
Postfix 3.11.0 drops BerkeleyDB support, a legacy feature still relied on by many mail administrators for hash: and btree: lookup tables. The update explains how to migrate to LMDB or CDB before the support disappears, reducing downtime during future upgrades. It also highlights TLS changes that tighten security for SMTP and LMTP connections while noting practical workarounds for compatibility with MTA‑STS policies.
Rust 1.94 brings two practical improvements: array_windows for safe, faster slice iteration, and Cargo’s include key that lets teams centralise shared configuration files across projects. Adopting it is as simple as swapping .windows(4) for .array_windows() where you currently destructure windowed slices, or adding an optional include entry to your ~/.cargo/config.toml if you want a tidy way to share dev‑only settings. The new TOML 1.1 parser lets manifests use modern syntax—multiline inline tables, trailing commas, and \xHH escapes—while Cargo automatically rewrites older manifests on publish so that crates keep their MSRV low for downstream users. With array_windows now stable in const contexts and a host of other helpers (LazyCell, LazyLock, SIMD intrinsics, Euler’s constant) stabilized, the compiler feels a bit more powerful without breaking existing code.
Node.js has released two long-term support versions: 22.22.1 LTS and 20.20.1 LTS, both of which bring important fixes and performance tweaks to the JavaScript runtime environment. One key change is that Node now uses a newer set of root certificates, known as NSS 3.119, which replaces old CA files and helps prevent TLS connections from failing on services like GitHub or AWS. Another significant update is that Buffer.of no longer allocates memory on the stack, but instead uses the heap, which can help prevent accidental overflows and improve memory usage patterns. Additionally, other tweaks include a new stable flag for debugging memory leaks and improved handling of mixed-type Sets and Maps in assertions.
A new version of the Nginx CGI module, version 0.15, can be easily installed on recent Debian or Ubuntu releases by adding the GetPageSpeed repository keyring and then installing the nginx and nginx-module-cgi packages. To use the module, you need to add a load statement to your configuration file if Nginx was compiled manually or stores modules in a custom location, and enable CGI for specific URI prefixes with the cgi on directive. A minimal shell script that prints a greeting can be created by placing a bash file in the document root's cgi-bin directory and ensuring it has execute permission. After configuring the module, you can test the setup by reloading Nginx and accessing the script through its URL, checking for any errors in the log files if necessary.
A new version of pgAdmin 4, version 9.13, is out with several notable updates and fixes. This release includes a rewritten core infrastructure for language models, allowing users to integrate their own AI providers or run them locally, which provides features like instant security report scans and schema summaries. Additionally, the ERD tool has been improved by restoring foreign key relationships when copying diagrams and making the drag-and-drop interface more intuitive. Other changes include an enhanced index creation dialog with auto-filled options and fixes for various smaller bugs that were causing issues.
The FEX‑2603 release finally resolves the Steam crash issue, hides hybrid CPU names to dodge anti‑tamper checks, and replaces JEMalloc with a leaner RPMalloc, cutting memory usage by several hundred megabytes. CPUID masking now prevents dozens of anti‑tamper games from misreading core types, while the switch to dc zva for AVX zeroing lifts FPS in demanding titles such as Death Stranding. Updated build scripts support LLVM 22 and the latest mingw toolchain, allowing clean Wine DLL builds without downgrading compilers. A series of JIT fixes—improved VEX compares, streamlined x87 conversions, added ARPL handling, and a faster unordered_dense cache—tightens performance for high‑load workloads.
A new pre-release of OBS Studio, version 32.1.0 RC3, has been issued to fix a bug affecting the popular WebSocket interface. The issue, which had been causing problems for streamers trying to automate scene changes, involved certain inputs not being refreshed via the API. The latest patch restores reliable source updates and smooths out remote-control workflows that rely on obs-websocket. This change is the result of community testing, where an issue with some sources stopping responses to SetSourceSettings calls was identified and fixed.
The latest release of ML4W, version 2.11.1, brings a fresh new look and feel to the desktop with its updated icon theme and cursor combo. The default kora-pgrey icon set and return to Bibata cursor theme provide a cleaner and more polished interface that works well on both dark and light backgrounds. Additionally, the release introduces Hyprsunset as a replacement for Hyprshade, offering more flexible color overlays and smoother transitions between light and dark modes. Users can now easily switch between themes with a single keystroke using Super+Shift+M and access Neovim configuration through its own dedicated repository.
The second development snapshot of Godot 4.7 has arrived with several polished features that cater to community requests. A key improvement is the ability to copy and paste entire sections or categories in the editor, saving developers time on tedious tasks such as duplicating property data between nodes. The user interface has also been enhanced with monospaced fonts for code names, improving readability and reducing debugging time. Additionally, animation track editor now allows users to collapse groups of keyframes and tracks, making it easier to navigate complex animations, while Apple platforms have gained full HDR support.
Node.js 25.8.0 has been released, bringing a range of updates to documentation tooling, SQLite integration, diagnostic channels, and permission auditing. The new release introduces an enhanced API doc workflow, adds a limits property to DatabaseSync, brings C++ support for diagnostics, and adds a --permission‑audit flag to the command line interface. Numerous commits refine performance and security, such as optimizing buffer.concat, adding null pointer checks in crypto routines, validating ClientRequest paths, and bumping dependencies like undici, minimatch, npm, and simdjson. Additional fixes touch build scripts, test runners (exposing worker IDs and avoiding flaky debugger waits), documentation clarifications, TLS socket options, and tooling configurations, ensuring a more robust and well‑documented Node.js release.
Goverlay 1.7.5 has been released with several new features and improvements. The update includes a brand-new Protontricks interface that allows users to swap Windows versions in a Wine prefix without opening a terminal. Additionally, the update adds an NVIDIA DLSS downloader and FSR4 support upgrades for OptiScaler, as well as UI modernization and dynamic theming features. Overall, the latest Goverlay update aims to make tweaking game overlays feel less like wrestling with a broken widget, and includes bug fixes that actually resolve issues rather than just masking them.