µBlock Origin 1.49.3rc1 💾

µBlock Origin is an efficient and general-purpose web filter plugin for browsers. It's primarily used for ad blocking of course. Runs in Firefox, Chrome, Opera Blink, Safari, Fennec, and other Chromium-based browsers. It automatically uses EasyList, EasyPrivacy and Malware Domain filter lists, but also supports hpHosts, MVPS HOSTS, Spam404 and many other curated block lists. µBlock is speedier and more memory conservative than other ad blockers, and is completely open source, does not undermine filtering like ADPs sponsored ads.

minor feature: UBlockOrigin/uBlock-Use document.append() only when there are no elements in The DOM, as a document instance can't have more than one. Direct child.

GNU GPLv3 javascript browser ad-blocker filter privacy

Vim 9.0.1575 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1575: "file N of M" message is not translated Problem: "file N of M" message is not translated. Solution: Make argument count message translatable.

Other text-editor ide vi vim

Mozilla Firefox 113.0.2 💾

Firefox is a widely used web browser. It's based on Mozillas Gecko HTML rendering and IonMonkey JavaScript engine. It supports HTML5, XML, XHTML, SVG 1.1, MathML, XSLT, CSS3, Web fonts, APNG, SSL/TLS, sandboxed JavaScript 1.8.5 with many newer DOM and WHATWG extensions. It's highly extensible and themeable, provides tabbed browsing, security and privacy features, traditional and live/smart bookmarks.

minor feature: an which caused Picture-in-Picture windows to not be snappable on Windows 11 or on systems with the FancyZones PowerToy installed ( ), a video playback crash on some Windows systems with Intel graphics ( ), a which could cause Firefox to freeze on some pages when loading them with the Developer Tools Web Console open ( ), a which would cause the bookmarks and history sidebars to not properly react to the browser window being vertically resized ( ), Reference link to 113.0.1 release notes.

MPL c++ web-browser html5 javascript mozilla

Highlight 4.6 💾

Highlight converts sourcecode to HTML, RTF, LaTeX, TeX, SVG, Pango, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable Lua scripts. It provides a plug-in interface to tweak syntax parsing and coloring. LSP servers can be used to add semantic highlighting.

minor feature: - added `--service-mode` option to run highlight as long running process - added extras/highlight-service.py as an example for the service mode - updated astyle lib to version 3.3 - W32: added `--disable-echo` option - W32: fixed output of ANSI sequences

GNU GPLv3 documentation text-processing html latex

wxMEdit 3.1.0.90 💾

wxMEdit is a cross-platform text and hex editor, derived from MadEdit. It adds automatic updates, bookmarks, selecting lines with a tripple click, a FreeBASIC syntax file, more supported encodings (L1, CP850, CP437 etc, KOI8, UTF-x), better Max OS X and Windows support, nicer dialogs based on Code::Blocks wxSmith, more localizations, is a bit more stable and comes with an improved build system.

minor bugfix: 1. added new feature: show file size in human readable format. 2. added a option that always use certain encoding to open files. 3. added GTK+ 3 and Wayland support. 4. added High DPI supoport under Windows. 5. redisigned the icons by jerome KASPER . 6. updated Unicode block descriptions for Unicode 15.0 (require ICU 72 or higher). 7. crash in text mode when a line exceed the limit of line length. 8. crash when pressing OK button in "About wxMEdit" window. 9. not responding when warping by window with text containing some tab characters. 10. broken triple click behavior in wxMEdit 3.1. 11. that the height of Information Window in MadEdit/wxMEdit (built with wxMSW-2.8) always reduce by 4. 12. fonts and encodings not restored after restart. 13. that cannot type characters via AltGr key. 14. cursor and selection rendering under Linux. 15. that IME candidate window doesn't follow the caret under Windows 10. 16. added French translation by jerome KASPER . 17. updated Simplified Chinese translation. 18. other minor changes and.

GNU GPLv3 c++ editor hexeditor wxwindows

FINAL CUT 0.9.0 💾

FINAL CUT is a C++ class library and widget toolkit that enables developers to create text-based user interfaces. FINAL CUT is a standalone library that interacts directly with the terminal without relying on external libraries such as ncurses or termbox. FINAL CUT provides full mouse support, UTF-8 character encoding, full-width character support, and the ability to display combined Unicode characters. The library helps the programmer to create a text console application. It allows handling multiple text windows on the screen. The design of the C++ class structure of FINAL CUT was inspired by the Qt framework. It provides a variety of common controls, including dialog boxes, push buttons, check boxes, radio buttons, input lines, list boxes, and status bars. With FINAL CUT, developers can create text-based user interfaces that are both functional and visually appealing.

minor feature: - Switched to the C++14 language standard - Strict use of trailing return type - Virtual window management has been completely rewritten and is now much faster - The way a widget gets the focus has been changed. Sending focus events is no longer a separate step - Reduced number of cycles to save CPU time - Speed up parsing of UTF-8 input - Added a ring buffer to hold unprocessed keyboard and mouse input. Advantages: pre-allocated memory and no expensive data copying or clearing - The output buffer queue has also been replaced with a ring buffer to improve performance - Key sequences are now identified using a hash map to speed up escape sequence searches - Faster drawing of shadows and boxes - Text highlighting (color and style) for the FTextView widget - FDialogListMenu is now automatically enabled and disabled depending on the number of dialogs - FFileDialog now shows the file filter in the title bar - Virtual windows can now also be moved up from the virtual terminal area - The FLineEdit and FTextView widgets now have additional public methods for more control - FLineEdit can set the alignment (left, center, or right) for the content of the entry - Individual columns can now be shown and hidden in FListView - Widget flags are now grouped in a hierarchical structure - New methods removeColumn() and removeAllColumns() for the FListView to remove columns - The terminal output class (derived from FOutput) can now be changed using the constructor of the FVTerm class - A new example demonstrating parallax scrolling with multi-layered stars - A new example for displaying X PixMap (XPM) images in a terminal - FObject now supports reverse iterators - The application is now notified when the focus in the terminal window changes through the new onTermFocusIn() and onTermFocusOut() event methods - FDialog size and position changes are now performed immediately before terminal output to redraw mouse-based changes just before output

GNU LGPLv3 development libraries c++ console tui widget toolkit terminal framework termcap

nmap 7.94 💾

Nmap ("Network Mapper") is a network utility for service discovery, monitoring and security auditing. Nmap utilizes raw IP packets for host discovery, port scanning, OS fingerprinting, firewall probing, and generating various statistics. It permits inspecting large network ranges but also works for single server checks. It's cross-platform compatible and also provides a X11 reporting GUI with Zenmap, and Ncat for data transfer and debugging, Ndiff for result comparison, and Nping for response analysis.

minor bugfix: o Zenmap and Ndiff now use Python 3! Thanks to the many contributors who made This effort possible: Zenmap Updated Zenmap to Python 3 and PyGObject. Jakub Kulík . + Ndiff Updated Ndiff to Python 3. Brian Quigley . + Additional Python 3 update by Sam James, Daniel Miller. Special thanks to those who opened Python 3-related and pull requests: Eli Schwartz, Romain Leonard, Varunram Ganesh, Pavel Zhukov, Carey Balboa, Hasan Aliyev, and others. o Windows Upgraded Npcap (our Windows raw packet capturing and. Transmission driver) from version 1.71 to the latest version 1.75. It Includes dozens of performance improvements, and feature Enhancements described at https://npcap.com/changelog. o Nmap now prints vendor names based on MAC address for MA-S (24-bit), MA-M. (28-bit), and MA-L (36-bit) registrations instead of the byte MAC. Preused previously for lookups. o Added partial silent-install support to the Nmap Windows. Installer. It previously didn't offer silent mode (/S) because the Free/demo version of Npcap Windoes packet capturing driver that it Needs and ships with doesn't include a silent installer. Now with The /S option, Nmap checks whether Npcap is already installed (either the free version or OEM) and will silently install itself if so. This is similar to how the Wireshark installer works and is. Particularly helpful for organizations that want to fully automate Their Nmap (and Npcap) deployments. See Https://nmap.org/nmap-silent-install for more details. o Lots of profile-guided memory and processing improvements for Nmap, including OS fingerprint matching, probe matching and retransmission lookups for large. Hostgroups, and service name lookups. Overhauled Nmap's string interning and Several other startup-related procedures to speed up start times, especially For scans using OS detection. Daniel Miller o Integrated many of the most-submitted IPv4 OS fingerprints for recent. Versions of Windows, iOS, macOS, Linux, and BSD. Added 22 fing

GNU GPL c network-scanner nmap monitoring networking

FLoM 1.6.1 💾

FLoM is a tool for synchronizing shell commands and avoiding complex workarounds. It manages process serialization not unlike "nice" handles their prioritization. It allows shell commands to be serialized and synchronized within a single system or a network. It requires little configuration to easily handle common settings.

minor bugfix: to disable all the test cases and to remove the need for a network Interface at build time

GNU GPL c console terminal command-line shells distributed-computing cron

Inadyn 2.11.0 💾

Inadyn is a small and simple DDNS client with HTTPS support, both GnuTLS and OpenSSL are supported. Inadyn is commonly available in many GNU/Linux distributions, used in off-the-shelf routers and Internet gateways to automate the task of keeping your DNS record up to date with any IP address changes from your ISP. It can also be used in installations with redundant (backup) connections to the Internet.

minor feature: Update changelog and bump version for v2.11.0 release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

GNU GPL ddns dns monitoring c console daemon windows linux unix

BallroomDJ 4 4.3.2.3 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

minor bugfix: 4.3.2.3 2023-5-20 * Bug Fixes: * Edit Song Lists: Enforce a maximum of 900 songs in a song list. * Filters: Fixed search to also search composer and conductor. * Player, et.al.: Fix re-read of database when song was just written. * Song Editor: Fix incorrect BPM range display when not set.

Zlib end-users linux macos windows player ballroom c gtk

LimeSurvey 6.0.7 (build 230515) 💾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: No proper error when entering ComfortUpdate key and server cannot be reached (Carsten Schmitz). Answers are not populated correct in array dual scale after clicking "Back" (Gabriel Jenik). Updated translation: Slovak by jelen1. Updated translation: Norwegian (Bokmål) by pmonstad. Updated translation: Finnish by Jmantysalo. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

SIPp 3.7.1 💾

SIPp is a free Open Source test tool / traffic generator for the SIP protocol. It includes a few basic SipStone user agent scenarios (UAC and UAS) and establishes and releases multiple calls with the INVITE and BYE methods. It can also reads custom XML scenario files describing from very simple to complex call flows. It features the dynamic display of statistics about running tests (call rate, round trip delay, and message statistics), periodic CSV statistics dumps, TCP and UDP over multiple sockets or multiplexed with retransmission management and dynamically adjustable call rates.

minor feature: Allow build to proceed if gtest is missing Allow build to proceed if gtest is missing. Commit changes file.

GNU GPL telephony

spectmorph 0.6.0 💾

SpectMorph is a free software project which allows to analyze samples of musical instruments, and to combine them (morphing). It can be used to construct hybrid sounds, for instance a sound between a trumpet and a flute; or smooth transitions, for instance a sound that starts as a trumpet and then gradually changes to a flute.

major feature: SpectMorph now provides a CLAP Plugin which supports per-voice modulation. A new, more flexible modulation system was added and visual feedback for the modulation is now displayed. A filter with different filter modes is now available. For macOS, there are now signed .pkg installers (Intel and ARM). LV2 is now supported for all platforms. Many smaller improvements and fixes are also included in this release.

GNU LGPL sound-synthesis midi analysis audio lv2 vst beast

Homebank 5.6.4 💾

HomeBank helps managing your personal accounting. It's designed for ease of use, and quickly analyzing and tracking your personal finances in detail, has filtering tools and pretty graphing. It can import from Quicken, MS Money, bank statements as OFX, QIF, CSV and QFX. HomeBank also detects duplicate transactions, auto-numbers cheques, handles bank, cash, asset, credit and liability account types, can schedule transactions, internel transfers, and so forth.

minor bugfix: Statistics Report using Balance Mode by time shows odd "total" column. One transaction Imported from QFX file no longer matches. Posting both sides of a scheduled internal transfer posts 2 occurrence. Rate calculation on total report values. Balance sometimes displays -0.00. Tags edit/import faultly enable space and may cause report crash. Balance report allow max min date (crash) and ignore input with All dates range set. 2023-03-20 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money

Kamailio SIP Server 5.7.0 💾

Kamailio (formerly OpenSER) is a high-performance SIP (RFC3261) server with a flexible architecture and many extensions. The server implements proxy, registrar, redirect, and location SIP/VoIP services. It has support for UDP, TCP, TLS, and SCTP transport layers, DNSsec, ENUM, AAA via database, RADIUS, DIAMETER, gateways to SMS and XMPP, least cost routing, load balancing, NAT traversal, and call processing language. Kamailio implements SIMPLE presence and instant messaging extensions, and includes an embedded XCAP server and MSRP relay, IMS/VoLTE extensions. It can be also used as a routing SIP sever for WebRTC via WebSocket.

minor feature: Version 5.7.0 Kamailio v5.7.0 is out it comes with 4 new modules and a large. Set of improvements touching again more than 60 existing modules. You can read a bit more detailed release notes at: Https://www.kamailio.org/w/kamailio-v5-7-0-release-notes/.

GNU GPL sip voip webrtc volte ims telephony messaging

wxMaxima 23.05.0 💾

wxMaxima is a document based interface for the computer algebra system Maxima. wxMaxima provides menus and dialogs for many common maxima commands, autocompletion, inline plots and simple animations.

minor feature: and performance improvements Got rid of some compiler and cppcheck warnings. Big performance improvements. A "maxima versus typical programming languages" tutorial. Table of contents: Jump to the chapter the cursor is in. Resolved another crash in the config dialogue. Updated the unicode character list. Resolved more potential event ID clashes. Use an external file as wxMathML.lisp is now selected using. a command line option, not configured in the GUI. This is mostly needed for developers, no need to expose it. to the end user. Better handling of paths to maxima when starting new. wxMaxima processes. new wxMaxima processes now get more of the command-line args. of the parent process. wxMaxima no more tries to install its own fonts.

GNU GPL mathematics cas maxima

HumHub 1.14.1 💾

HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. It's lightweight, powerful and comes with an user-friendly interface. With HumHub you can create your own customized social network, social intranet or huge social enterprise application that really fits your needs. Boost your business, support your customers, teach your students or organize your football club. It's on you.

minor feature: Fix #6251: Emulate execution on readable() content Enh #6252: Implement new method to handle changing of content active record state Enh #6255: Updated activities to same state as parent record Enh #6248: If admins can view all contents, users allowed to manage spaces or users cannot view all content (they should be able) Fix #6264: Fix date format for columns created_at and updated_at Fix #6265: Broken HMTL in Visibility and Hidden Checkbox Enh #6242: Submit button hidden when editing a comment having a long "code" line Fix #6282: Hard delete content records on integrity check Fix #6257: Fix error after publishing of a draft content Fix #6258: Send notification to mentioned user only after publishing of a content Fix #6273: Fix automatically login user after registration Fix #6292: Messages: Notification Indicator Problem Fix #6296: Update style variable background-color-secondary Fix #6228: Administrators allowed to manage users cannot invite by email or by link if disabled in the settings Fix #6293: Delete content from DB completely on purge content by cron job Fix #6316: Dashboard Activity Sidebar Loading Speed Fix #6262: Fix visibility of deleted content

Affero GPLv3 php yii mysql social-network groupware

dos2unix 7.5.0 💾

dos2unix is a classic command line tool to convert between the different linebreak types of CRLF on DOS/Windows, plain LF on Unix systems, and CR on Mac systems.

minor feature: New option -e, --add-eol to add a line break to the last line if there isn't one. New option -O, --to-stdout to write to standard output.

BSDL c text text-conversion system compatibility

ReMove to Waste 0.9.1 💾

rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command line. It can move and restore files to and from directories specified in a configuration file, and can also be integrated with your regular desktop trash folder (if your desktop environment uses the FreeDesktop.org Trash specification). One of the unique features of rmw is the ability to purge items from your waste (or trash) directories after x number of days.

minor bugfix: * bugfix: In some cases, trashinfo file doesn't get removed (#400) * tests: build or rebuild binary before running script-based tests (fix for script-based test failures when 'meson test' is run in a clean build directory) - on MacOS and *bsd, specifying the PKG_CONFIG_PATH is no longer needed to find the ncurses menu library * fix build on Alpine Linux (check for and link to musl-fts) Thanks to @eli-schwartz and Hello71 from #musl on Libera IRC.

GNU GPLv3 terminal c end-users curses file-manager

GitLab 15.11.4 💾

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

minor bugfix: (2023-05-16). ### (2 changes). Do not autofocus the description field (gitlab-org/gitlab@978ae42ee723d5bc5235115b8ebfd7c67c8d858b) ( merge request (gitlab-org/gitlab!120306)). group blobs search permission when migration is not complete (gitlab-org/gitlab@c718fc80bf2ae389d63760db0c4aa95ec6c67f7e) ( merge request (gitlab-org/gitlab!120159)) GitLab Enterprise Edition. ### Changed (1 change). Use correct migration finalisation method (gitlab-org/gitlab@db7999c368aa41a155f717206b5b8340c91927f7) ( merge request (gitlab-org/gitlab!120683)).

MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control

Episoder 0.10.1 💾

Episoder is a tool to tell you about new episodes of your favourite TV shows. It does so by parsing online TV episode guides.

minor bugfix: * tvdb: Fix a crash on shows with an empty 'data' field * epguides: Fix parsing of cancelled/ended shows

GNU GPLv3 tv episodes tvdb tv-series tv-shows

dMagnetic 0.37 💾

dMagnetic is an interpreter for classic text adventure games by Magnetic Scrolls, such as "The Pawn" or "The Guild Of Thieves". The full list of supported games is: - "The Pawn" - "The Guild Of Thieves" - "Jinxter" - "Corruption" - "Fish!" - "Wonderland" - "Myth"

cleanup: This version saw a little bit action on the help screens. Plus, the WEIRD WEIRD graphics mode of the Apple II ate a lot of memory, which, if you do it properly, is no longer wasted.

BSDL-2 game interpreter vm adventure emulator ansi-art commodore amstrad cpc archimedes atarixl atari800 interactive fiction magneticscrolls

Vim 9.0.1561 💾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1561: display wrong when moving cursor to above the top line Problem: Display wrong when moving cursor to above the top line and. 'smoothscroll' is set. Solution: Call adjust_skipcol() in more places and make it work better. .

Other text-editor ide vi vim

Finit 4.4 💾

Finit is a SysV init replacement that starts services in parallel for a fast init. It comes with process supervision similar to that of daemontools and runit. Although the focus is on small and embedded GNU/Linux systems, it's fully functional on standard server and desktop installations. Cookies included.

minor feature: Update ChangeLog and bump version for v4.4 release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

MITL init monitoring linux c

BallroomDJ 4 4.3.2.2 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

minor bugfix: 4.3.2.2 2023-5-15 * Bug Fixes: * Configuration: Music Queues: Remove gtk insensitive settings for active and display switches as they don't work. * Export for BDJ4: Fix issues with exporting secondary music folders. * Export for BDJ4: Fix window position. * Export for BDJ4: Preserve secondary music folder structure. * Export for/Import from BDJ4: Fix path display on windows. * Import for BDJ4: Fix folder structure creation. * Marquee: Fix display issues when a music queue is set for playback. * Player: Fix gap changes not being processed correctly (redux). * Player: Fix issues with display when queues are switched. * Song Editor: increase allowed entry length to 250 characters. * Update Database: Add validation for music folder entry. * Update Database: Fix bugs processing secondary music folders. * Update Database: Fix path display on windows. * Windows: Fix status messages that have positional arguments. * Changes: * Update Database: Add compact function. * Internal: * Windows: clean up distributed libraries. * Code cleanup (db).

Zlib end-users linux macos windows player ballroom c gtk

LV2 drum machine based on DrMr 1.1.1 💾

The LV2 drum machine compatible with Hydrogen drumkits (including the modern format). It is based on DrMr plugin, with the goal to make the plugin compatible with modern Hydrogen kits. Other additions/changes: sorted presets order, some code is rewritten in C++.

minor feature: + better resampler mode at sample load (SRC_SINC_BEST_QUALITY from libsamplerate)

GNU GPLv3 audio midi gtk c c

LV2 drum machine based on DrMr 1.1.0 💾

The LV2 drum machine compatible with Hydrogen drumkits (including the modern format). It is based on DrMr plugin, with the goal to make the plugin compatible with modern Hydrogen kits. Other additions/changes: sorted presets order, some code is rewritten in C++.

major feature: //1.1.0 This release features the "Panning mode" option, where you can select one of the tapers: 1. linear panner, law: -6 dB //default 2. linear panner, law: 0 dB 3. square root panner, law: -3 dB 4. sin/cos panner, law: -3 dB This option affects to all instrument panners. Also, in 1.1.0, the Gain knob is more precise - the original DrMr step was 1 dB, the current one os 0.1 dB

GNU GPLv3 audio midi gtk c c

Tornado 6.3.2 💾

Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. It's comprised of a web framework, a HTTP client and server implementation based on an asynchronous networking core, and it coroutine library. As whole it can supplant WSGI setups, but the web framework itself may be run with traditional servers.

minor feature: What's new in Tornado 6.3.2 May 13, 2023. Security improvements. an open redirect vulnerability in StaticFileHandler under certain. configurations.

Apache python web-framework http-server

Mozilla Firefox 113.0.1 💾

Firefox is a widely used web browser. It's based on Mozillas Gecko HTML rendering and IonMonkey JavaScript engine. It supports HTML5, XML, XHTML, SVG 1.1, MathML, XSLT, CSS3, Web fonts, APNG, SSL/TLS, sandboxed JavaScript 1.8.5 with many newer DOM and WHATWG extensions. It's highly extensible and themeable, provides tabbed browsing, security and privacy features, traditional and live/smart bookmarks.

minor feature: Incorrect colors for Windows users with installed monitor/display color profiles, particularly on wide gamut displays ( ), borders being visible around fullscreen windows for some configurations ( ), an which may cause users in some configurations to experience tearing when watching videos in fullscreen mode ( ), Reference link to 113.0 release notes.

MPL c++ web-browser html5 javascript mozilla

Wine 8.8 💾

Wine is an implementation of the Windows API on top of X and Unix. It does not require Microsoft Windows, but can use native Windows DLLs if they are available. It provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes.

minor feature: More work towards full PE support in the PostScript driver. Initial support for loading ARM64EC modules. More work on IME restructuration. Various. #33945 Wine build warnings with gcc, #35254 Freemake Video Converter 4.1 installer complains about running Freemake processes (builtin #039;findstr #039; stub app always returns quot;match quot;), #48596 Multiple applications need tasklist.exe to support printing process list in CSV format #039;/fo CSV /nh #039; (Net64+ Client 2.x, Playstation Now 11.x, MathType), #49964 32-bit dxdiag doesn #039;t support #039;/64bit #039; command line switch (launch 64-bit dxdiag), #50576 ACAT Phrase, part of Intel Assistive Context-Aware Toolkit (ACAT) v1.00.0 (.NET 4.5 app) crashes on unimplemented function #039;uiautomationcore.dll.UiaNodeFromFocus #039; #51107 rise of nation extended: cannot do multiplayer when having more than one network interface, #52269 Captvty can #039;t find its own tools/cefsharp folder, #53073 mfplat: unimplemented function while loading Devil May Cry 1, #53826 Attempting to install / update battle.net fails with Qt error, #54250 winedbg loads wrong desymbols for builtin dlls, #54367 Wow64 wineboot fails to generate 32Bit slice of winepre, #54596 Wavelab 6.1 has problems minimising window, #54733 Notepad3 crashes on unimplemented function SHLWAPI.dll.StrFormatByteSizeEx, #54760 imm32:imm32 - test_ImmActivateLayout() fails on Windows, #54864 imm32:imm32 - test_ImmSetOpenStatus() fails on Windows in the Korean locale, #54879 RtlValidSecurityDescriptor should return TRUE if the given descriptor is valid. #54904 RtlInitializeSid should return NTSTATUS, #54918 compiling nvcuda fails with threadpoolapiset.h:36:55: error: expected declaration specifiers before __WINE_DEALLOC

GNU LGPL c x86 windows win32 emulator compatibility library desktop operating-system

Embree 4.1.0 💾

Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel. The target users of Intel® Embree are graphics application engineers who want to improve the performance of their photo-realistic rendering application by leveraging Embree's performance-optimized ray tracing kernels. The kernels are optimized for the latest Intel® processors with support for SSE, AVX, AVX2, and AVX-512 instructions. Intel® Embree supports runtime code selection to choose the traversal and build algorithms that best matches the instruction set of your CPU. We recommend using Intel® Embree through its API to get the highest benefit from future improvements. Intel® Embree is released as Open Source under the Apache 2.0 license.

minor feature: Do/release Nightly windows STORAGE_PATH env variable. Release.yml binary/antivirus scan artifact name.

Apache redenderer

SURF CFEngine Library (SCL) 1.5.0 💾

The SCL distribution consists of a library and services part. The services are build with the SCL building blocks. The goal is to setup a library were we can easily install/configure/maintain services. There are many services included and these are used at SURF for our HPC clusters and Office Automation. We hope that this is also useful for others and that will grow as the standard repo for CFengine services. In Ansible they call it playbooks and in Salt terms formula

minor feature: SCL Enhancementsand Bug fixes. Services updates for slurm, jupyterhub, munge and ssh

GNU GPLv3 cfengine shell mustache json

ALT RISC-V: Simply Linux RV 202304 💾

ALT is a set of Linux distributions based on Sisyphus, an APT-enabled RPM package repository that aims to achieve feature completeness, usability, and security in a sensible and manageable mixture.

minor bugfix: The release of the experimental build of Simply Linux RV for the riscv64 architecture. The main update is support for StarFive VisionFive 2 single-board computer. Application versions updated. Two images have been prepared based on the Sisyphus riscv64 repository: for HiFive Unmatched, HiFive Unleashed, StarFive VisionFive and QEMU; and for StarFive VisionFive 2.

GNU GPL operating-system starterkit installation end-users developers livecd rescue desktop server security bbs communication communication commu

LV2 drum machine based on DrMr 1.0.1 💾

The LV2 drum machine compatible with Hydrogen drumkits (including the modern format). It is based on DrMr plugin, with the goal to make the plugin compatible with modern Hydrogen kits. Other additions/changes: sorted presets order, some code is rewritten in C++.

minor feature: plugin window now has 6 columns instead of 4 - fits to screen better when many samples

GNU GPLv3 audio midi gtk c c