Back In Time 1.5.0 💾

Back In Time is a simple backup solution for Linux Desktops. It is based on rsync and uses hard-links to reduce space used for unchanged files. It comes with a Qt5 GUI which will run on both Gnome and KDE based Desktops. Back In Time is written in Python3 and is licensed under GPL2. Backups are stored in plain text. They can be browsed with a normal file-browser or in Terminal which makes it possible to restore files even without Back in Time. Files ownership, group and permissions are stored in a separate compressed plain text file (fileinfo.bz2). If the backup drive does not support permissions Back in Time will restore permissions from fileinfo.bz2. So if you restore files without Back in Time, permissions could get lost.

major bugfix: Dependency: Migration to PyQt6. Breaking Change: EncFS deprecation warning. Breaking Change: GUI started with --dedoes no longer add --deto the crontab for scheduled profiles. Use the new "enable logging for demessages" in the 'Schedule' section of the 'Manage profiles' GUI instead. Feature: Warn if Cron is not running. Feature: Profile and GUI allow to activate deoutput for scheduled jobs by adding '--de' to crontab entry. Feature: Support SSH proxy (jump) host. Feature: Support rsync '--one-file-system' in Expert Options. Feature: "*-dev" version strings contain last commit hash. : Global flock fallback to single-user mode if insufficient permissions. : Qt segmentation fault with uninstall ExtraMouseButtonEventFilter when closing main window. : Names of weekdays and months translated correct. : Global flock for multiple users. : "Backup folders" list does reflect the selected snapshot. : Validation of diff command settings in compare snapshots dialog. : Open symlinked folders in file view. : Respect dark mode using color roles. : "Highly recommended" exclusion pattern in "Manage Profile" dialog's "Exclude" tab show missing only. : `make install` ignored (DEST) in file migration part. Removed: Context menu in LogViewDialog. Removed: Field "filesystem_mount" and "snapshot_version" in "info" file. Refactor: Replace Config.user() with getpass.getuser(). Chore!: Remove "debian" folder. Build: Enable several PyLint rules. Build: Add AppStream meta data. Build: PyLint unit test is skipped if PyLint isn't installed, but will always run on TravisCI. Build: Git commit hash is presevered while "make install". Build: bash-completion symlink creation while installing adding --diagnostics. Build: TravisCI use PyQt (except arch "ppc64le").

GNU GPLv3 backup restore python

JackTrip 2.3.1 💾

JackTrip is a Linux, macOS, or Windows multi-machine audio system used for network music performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming. You can use it between any combination of machines e.g., one end using Linux can connect to another using macOS. Virtual Studio With JackTrip Virtual Studio, you may sing with your chorus, or jam with your band, online without leaving home. With built-in support for live broadcasting, you can share your sessions on JackTrip Radio. Additionally, Virtual Studio allows you to enhance your performances and bring your music to life utilizing Soundscapes digital signal processing. Musicians have creative control with dozens of audio effects with various reverbs, compression, attack and more, in real-time.

minor bugfix: Date: 2024-07-26 Description: - (updated) VS Mode stronger recommendations for audio devices. - (updated) Reverting OSX builds from Qt 6.2.8 back to 6.2.6. - Crash when JackTrip fails to connect using PLC. - Screen sharing on OSX freezes when window is hidden. - Sanity check for maximum UDP packet size.

Mixed audio music streaming server cpp qml

gradle 8.10 💾

Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.

major feature: The Gradle team is excited to announce Gradle 8.10. Gradle now supports running on Java 23. This release introduces performance and reporting improvements to the configuration cache, including a significant reduction in the cache file size and accelerated cache loading times. There are also updates to build authoring APIs.

Apache build-tool c c++ groovy java kotlin

BallroomDJ 4 4.11.5 💾

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.11.5 2024-8-19 * Bug Fixes: * Mobile Marquee: Fix a minor issue. Add completion message. * Fixed some minor display alignment issues. * New Features: * Windows: Added SMTC support (Media Overlay). * Internal: * Code cleanup.

Zlib audio music end-users linux macos windows player ballroom c gtk

Rust 1.80.0 💾

Rust is systems programming language, which is intended to be fast and memory-safe through stronger typing, and prevent race conditions. It's developed by Mozilla, multi-paradigm, supports concurrent execution, procedural, imperative, actor-based, object-oriented and pure-functional design schemes, with a syntax close to C++. The self-hosting compiler utilizes LLVM and its resulting binaries are comparable in performance to C++. It also features algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety, minimal runtime, and efficient C bindings.

minor feature: lt;p gt; lt;a id="user-content-1.80-Language" gt; lt;/a gt; lt;/p gt;. lt;h2 gt;Language lt;/h2 gt;. lt;ul gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/116675/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/116675/hovercard" gt;Document maximum allocation size lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117329/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117329/hovercard" gt;Allow zero-byte offsets and ZST read/writes on arbitrary pointers lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/124048/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/124048/hovercard" gt;Support C23's variadics without a named parameter lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/124459/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/124459/hovercard" gt;Stabilize lt;code gt;exclusive_range_pattern lt;/code gt; feature lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/124870" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/124870/hovercard" gt;Guarantee layout and ABI of lt;code gt;Result lt;/code gt; in some scenarios lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;p gt; lt;a id="user-content-1.80-Compiler" gt; lt;/a gt; lt;/p gt;. lt;h2 gt;Compiler lt;/h2 gt;. lt;ul gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/124892/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/124892/hovercard" gt;Update cc crate to v1.0.97 allowing additional spectre mitigations on MSVC targets lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/125360/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/125360/hovercard" gt;Allow field reordering on types marked lt;code gt;repr(packed(1)) lt;/code gt; lt;/a gt; lt;/

MITL rust programming-language compiler concurrent type-safe

Bokeh 3.4.3 💾

Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over large or streaming datasets. Bokeh can help anyone who would like to quickly and easily make interactive plots, dashboards, and data applications.

minor feature: performance regression related to inherited image data in Image -like glyphs ( pull request 13952 ).. spurious warning about unknown bokeh version in the documentation ( pull request 13949 ).. handling of certain classes of objects in HasProps internals ( pull request 13970 ).. Restored support for BOKEH_MINIFIED=no in resources ( pull request 13974 ).. Updated the location of *.d.ts files in package.json ( pull request 13975 ).. Improved type hints of gridplot() ( pull request 13914 ).. merging of plots in grid plots when only one plot is involved ( pull request 13978 ).. indexing of categories in CategoricalSlider widget ( pull request 13966 )

BSDL python javascript visualization data-science rendering science-research developers cross-platform python

Conda 24.7.1 💾

Conda is a cross-platform, language-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source. Conda is enhanced by organizations, tools, and repositories created and managed by the amazing members of the conda community.

minor feature: lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;Revert potential regression introduced in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2348986962" data-permission-text="Title is private" data-url="https://github.com/conda/conda//13975" data-hovercard-type="pull_request" data-hovercard-url="/conda/conda/pull/13975/hovercard" href="https://github.com/conda/conda/pull/13975" gt;#13975 lt;/a gt;. The previously forbidden characters ( lt;code gt; lt;/code gt;, lt;code gt; lt;/code gt;, lt;code gt;! lt;/code gt;, lt;code gt;= lt;/code gt;, lt;code gt;( lt;/code gt;, lt;code gt;) lt;/code gt;, lt;code gt; lt;/code gt;) are allowed again until the impact is assessed. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Contributors lt;/h3 gt;. lt;ul gt;. lt;li gt; lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaimerg/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaimerg" gt;@jaimerg lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Full Changelog lt;/strong gt;: lt;a class="commit-link" href="https://github.com/conda/conda/compare/24.7.0...24.7.1" gt; lt;tt gt;24.7.0...24.7.1 lt;/tt gt; lt;/a gt; lt;/p gt;.

BSDL-2 package-management binaries python

Linux kernel 6.10.1 💾

Linux is a mostly POSIX-compliant Unix-inspired operating system kernel, originally implemented by Linus Torvalds and now maintained as an international project. It's the base and common namegiver to a wide array of Linux distributions. The kernel provides all modern Unix-y features, like true process multitasking, virtual memory, virtual and clustered filesystem support, complex networking and extensive support for various hardware and machine platforms.

minor feature: Linux 6.10.1, thermal: core: Allow thermal zones to tell the core to ignore them, io_uring: error pbuf checking, ASoC: cs35l56: Limit Speaker Volume to +12dB maximum, ASoC: cs35l56: Use header defines for Speaker Volume control definition, tpm: Use auth only after NULL check in tpm_buf_check_hmac_response(), cifs: setting of zero_point after DIO write, cifs: server re-repick on subrequest retry, cifs: noisy message on copy_file_range, cifs: missing fscache invalidation, cifs: missing error code set, ext4: use memtostr_pad() for s_volume_name

GNU GPL c linux kernel operating-system

Osxiec 0.68 💾

Native Docker-like solution for macOS. It has it own containers. It leverages native macOS features to provide containerisation capabilities.

minor feature: Added a logging feature, better process control, a crafting feature which allows to craft a container from a input directory like in contain and an input bin file. Download for 86_64 architecture https://github.com/Okerew/osxiec/releases/download/v0.68/osxiec_cli_86_64.tar.gz

Other docker macos okerew c alternative apple osx native solution containers darwin darwin-core isolated image-container isolated-environments

gsequencer 6.16.16 💾

Advanced Gtk+ Sequencer Welcome to project website of Advanced Gtk+ Sequencer. Advanced Gtk+ Sequencer is a tree based audio processing engine released under the terms of the GNU GPLv3+. It uses extensively threads, supporting LADSPA, DSSI and Lv2 plugin format. Advanced Gtk+ Sequencer is capable of doing multi-channel editing, it contains an automation editor and you might want live export to audio files. There are sequencer machines as well a fully featured notation editor. Supporting copy & paste, resizing audio channels or align in-/output pads GSequencer does audio output on GNU/Linux by ALSA. Avoid additional layers on ALSA like arts, esd or pulseaudio. The output to the soundcard is usually done by AgsPanel sink. Sounds are created by sequencers like AgsDrum, AgsMatrix and alike. Such sources can be bundled by AgsMixer and finally write to hardware by AgsPlayChannelRun recall.

minor bugfix: Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) . SF2 MIDI locale loader worker thread thread safety.

GNU GPLv3 sound-synthesis mixers sequencer audio

Syncthing 1.27.11-rc.1 💾

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first. Syncthing should be: Safe From Data Loss Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files. Secure Against Attackers Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties. Easy to Use Syncthing should be approachable, understandable, and inclusive. Automatic User interaction should be required only when absolutely necessary. Universally Available Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual. For Individuals Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization. Everything Else There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.

minor feature: lt;p gt;Other : lt;/p gt;. lt;ul gt;. lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2448970103" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9629" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9629/hovercard" href="https://github.com/syncthing/syncthing//9629" gt;#9629 lt;/a gt;: Housekeeping: chmod -x non-executable files lt;/li gt;. lt;/ul gt;.

MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript

GitLab 17.2.1 💾

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 security: (2024-07-24). ### (1 change). PEP when SEC is available GitLab Enterprise Edition. ### Security (7 changes). Refactor import_export_upload to be user-based (merge request). for private txt artifacts being accessible through the artifacts/browse link (merge request). Attribute BulkImport::Export to a particular user (merge request). Don't include project-level analytics settings in DOM (merge request). for private dotenv artifacts not accessible to downstream jobs (merge request). Do not allow script execution on dependency responses (merge request). Remove prohibited tags after import (merge request).

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

Osxiec 0.66 💾

Native Docker-like solution for macOS. It has it own containers. It leverages native macOS features to provide containerisation capabilities.

minor feature: Added converting osxiec containers to oci containers, the container terminal now uses termios for managing special keys. Added a 64/86 version. To download for arm download the one without 64_86, to download for 64/86 architecture download the 64_86 one. https://github.com/Okerew/osxiec/releases/download/v0.66/osxiec_cli_64_86.tar.gz

Other docker macos okerew c alternative apple osx native solution containers darwin darwin-core isolated image-container isolated-environments

Artistic Style 3.6 💾

A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.

minor bugfix: * Add option --pad-include * improve combination of --align-pointer=type and --pad-oper * improve multiplication recognition with --align-pointer=type * update compiler options in build files * fix indent of assignments within macros

MITL formatting indentation

Highlight 4.13 💾

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 bugfix: - updated astyle lib to version 3.6 - added Gleam and V definitions - added Meson and CMake build files - improved LSP compatibility with bash-language-server and haskell-language-server

GNU GPLv3 documentation text-processing conversion utilities html latex lua cpp

curl and libcurl 8.9.0 💾

curl and libcurl is a tool for transferring files using URL syntax. It supports HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP, POP3, IMAP, SMTP, RTSP, RTMP, and FILE, as well as HTTP-post, HTTP-put, cookies, FTP upload, resumed transfers, passwords, port numbers, SSL certificates, Kerberos, and proxies. It is powered by libcurl, the client-side URL transfer library. There are bindings to libcurl for about 40 languages and environments.

major bugfix: 8.9.0 8.9.0 8.9.0 only . Changes: . curl: add --ip-tos (IP Type of Service / Traffic Class). curl: add --mptcp. curl: add --vlan-priority. curl: add -w apos; num_retries apos;. gnutls: support CA caching. mbedtls: support CURLOPT_CERTINFO. noproxy: patterns need to be comma separated. socket: support binding to interface *AND IP. tcpkeepalive: add CURLOPT_TCP_KEEPCNT and --keepalive-cnt. urlapi: add CURLU_NO_GUESS_SCHEME. wolfssl: support CA caching. . : . (lib)curl.rc: set deflag also for `CURLDE` and `UNITTESTS`. asyn-thread: avoid using GetAddrInfoExW with impersonation. aws-sigv4: url encode the canonical path. BINDINGS: update java link to one that exists. build: add De, TrackMemory, ECH to feature list. build: add more supported attributes to the IAR compiler. build: llvm 16 or older + Xcode 15 or newer, and gcc. build: llvm 17 and older + macOS SDK 14.4 and newer. build: sync warning options between autotools, cmake compilers. build: tidy up `__builtin_available` feature checks (Apple). build: untangle `CURLDE` and `DEBUILD` macros. build: use `#error` instead of invalid syntax. cd2nroff: convert two warnings to errors. cd2nroff: use an empty quot;## quot; to signal end of.IP sequence. cf-socket: improve SO_SNDBUF update for Winsock. cf-socket: optimize curlx_nonblock() and check its return error. cf-socket: remove obsolete recvbuf. cf-socket: remove two quot;useless quot; assignments. cfilters: make Curl_conn_connect always assign apos;done apos;. cmake: add CURL_USE_GSASL option with detection + CI test. cmake: allow `ENABLE_CURLDE=OFF` with `ENABLE_DE=ON`. cmake: allow SOVERSION override with `CURL_LIBCURL_SOVERSION`. cmake: alpha-sort feature list. cmake: always build unit tests with the `testdeps` target. cmake: bring `curl-config.cmake` r to `FindCURL`. cmake: create `configurehelp.pm` like autotools does. cmake: delete unused `HAVE_LIBSSH2`, `HAVE_LIBSOCKET` macros. cmake: detect `libidn2` also via

MITL internet web ftp software-development libraries networking curl

QMMP 2.1.9 💾

QMMP is an Qt-based audio-player. The user interface is similar to Winamp or XMMS, which compatible skins can be used of. It supports a plethora of audio formats, like MP3, Ogg Vorbis/Opus, FLAC, Musepack, WavePack, MOD files, AAC, Audio CDs, WMA and other ffmpeg-supported encodings, PCM, MIDI, SID, and Chiptune files. It provides DSP plugins, lyrics downloading, equalizers and visualizers, supports common audio APIs and sinks, and is cross-platform.

minor bugfix: fixed build with PipeWire version less than 0.3.33; fixed displaying bitrate in the wavpack plugin; disabled Qt 6.7 build warnings; disabled waveform seekbar for CD tracks in the simple user interface.

GNU GPL audio player qt6 mp3

BallroomDJ 4 4.11.4 💾

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.11.4 2024-8-11 * Bug Fixes: * Improve debug logging on MacOS so it is not so slow. * Translations: * Added Vietnamese (Tiếng Việt), Afrikaans, Serbian (српски). Machine translated and very poor quality. * New Features: * Linux: Added MPRIS support.

Zlib audio music end-users linux macos windows player ballroom c gtk

BashStyle-NG 10.9 💾

BashStyle-NG is a graphical tool and toolchain for changing the behaviour and look'n'feel of Bash, Readline, Vim, Nano and Git. Possibilities include Bash: 12 fancy pre-defined prompt styles, colors are customizable, random text color, random prompt style for each session possible, create your own prompt using UI, colored manpages (without using most), rembering last visited directory (and restore upon new session), customize bash history settings, lscd: customized variant of cd, showing content of directory after cd, can create directories that don't exist, passing of customized ls parameters, un/setting shopts (shell options), customizable completion blacklist, timeout, welcome message and more, GIT: set GIT user name, mail address, editor for commit messages, colored output Readline: un/set completion, case sensitivity, horizontal completion, mark filetypes and folders, include hidden files incompletion, customize almost 30 keybindings VIM: un/set remember last position, syntax highlighting, auto indention, case sensitive/incremental search, display line numbers, highlight current line/column, dark or bright background, line-wrap and tab-length Nano: un/set search history, syntax highlighting, auto indention, case sensitive search Extras: several extra functions for daily use (see $prefix/share/bashstyle-ng/rc/functions/ for all)

minor bugfix: support for new `grep` options, various code improvements, minor fixes.

GNU GPLv3 shell bash readline vim nano git gtk python

OBS Studio 30.2.2 💾

OBS Studio (also Open Broadcaster Software or OBS, for short) is a free and open-source app for screencasting and live streaming. Written in C/C++ and built with Qt, OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.[11] For video encoding, OBS Studio can use the x264 transcoder,[12] Intel Quick Sync Video, Nvidia NVENC and the AMD Video Coding Engine to encode video streams into the H.264/MPEG-4 AVC or H.265/HEVC formats.[13] It can encode multiple tracks of audio in the AAC format. More experienced users can choose any codecs and containers available in libavcodec and libavformat, or output the stream to a custom FFmpeg URL.[14] OBS Studio also supports plug-ins to extend its functionality.[15]

minor feature: lt;p gt;If you would like to support the OBS Project, please consider contributing to our lt;a href="https://patreon.com/obsproject" rel="nofollow" gt;Patreon lt;/a gt; or lt;a href="https://opencollective.com/obsproject" rel="nofollow" gt;Open Collective lt;/a gt;! lt;/p gt;. lt;div class="markdown-alert markdown-alert-note" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1.75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" gt; lt;/path gt; lt;/svg gt;Note lt;/p gt; lt;p gt;NVIDIA users may need to update their GPU drivers to 531.61 (Windows) / 530.41.03 (Linux) or newer. lt;/p gt;. lt;/div gt;. lt;div class="markdown-alert markdown-alert-important" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-report mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 1.75C0.784.784 0 1.75 0h12.5C15.216 0 16.784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0.138.112.25.25.25h2a.75.75 0 0 1.75.75v2.19l2.72-2.72a.749.749 0 0 1.53-.22h6.5a.25.25 0 0 0.25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" gt; lt;/path gt; lt;/svg gt;Important lt;/p gt; lt;p gt;The code signing certificate for OBS is being updated. This may impact game capture compatibility with some anti-cheat solutions starting with the next major OBS update. If you are a game or anti-cheat developer please see lt;a href="https://obsproject.com/kb/capture-hook-certificate-update" rel="nofollow" gt;https://obsproject.com/kb/capture-hook-certificate-update lt;

GNU GPLv3 audio video screencasting livestreaming c c

vera 1.3 💾

vera is an alternative init daemon supervisor (PID 1) that uses kernel control groups (lightweight containers). Containers allow reliable, foolproof shutdown and termination of started services. Optionally enabling cgroup v2 controllers allows setting various resource limits, like specifying the maximum number of processes, or maximum memory used by each container. vera was developed on Slackware 15.0. It is capable of booting and shutting down a stock installation of Slackware 15.

minor feature: Fixes a problem with converted inittab dependencies. This fixes erroneous rc.M stops when switching directly between different runlevels. Minor improvements: an improved refreshing logic for showing status of in-progress feedback when starting runlevels. Fixes a spurious "unknown command" after processing a compatibility "init X" command.

GNU GPLv3 init admin cgroups2 slackware

PowerShell Core 7.4.4 💾

PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

minor feature: 7.4.4 - 2024-07-23. Engine Updates and. Resolve paths correctly when importing files or files referenced in the module manifest (Internal 31780). Build and Packaging Improvements. lt;details gt;. lt;summary gt;. lt;p gt;Bump.NET to 8.0.303 lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;Enumerate over all signed zip packages in macos signing lt;/li gt;. lt;li gt;Update TPN for the v7.4.4 release (Internal 31793) lt;/li gt;. lt;li gt;Add update cgmanifest (Internal 31789) lt;/li gt;. lt;li gt;Add macos signing for package files lt;/li gt;. lt;li gt;Update.NET SDK to 8.0.303 lt;/li gt;. lt;/ul gt;. lt;/details gt;. 7.4.4 : v7.4.3...v7.4.4.

MITL powershell shell

akaunting 3.1.9 💾

Akaunting is an online accounting software designed for small businesses to manage their finances and stay on top of their cash flow. Invoicing, accepting online payments and keeping track of expenses couldn't be simpler. Free Bookkeeping Software for SMEs From invoicing to expense tracking to accounting, Akaunting has all the tools you need to manage your money online, for free. Bank Accounts: Create unlimited bank and cash accounts and track their opening and current balances. Multi Company: Manage the finances of multiple companies from one admin panel. Assign users to different companies. Powerful Reporting: Get detailed financial reports to help you better visualize all the information you need to improve your business. Client Portal: Share the transactions and invoices with your clients and accept bulk payments, online. Recur Everything: Automatically create invoices, revenues, bills, and payments for ongoing jobs. With just a click. Customer Summary: See the customer profile, address, list of transactions, and paid, open, and overdue totals at a glance. Akaunting is built with modern technologies such as Laravel, VueJS, Tailwind, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.

minor feature: lt;h3 gt;Added lt;/h3 gt;. lt;ul gt;. lt;li gt;Add Valet driver lt;/li gt;. lt;li gt;Added bulk action download lt;/li gt;. lt;li gt;Added new currency lt;/li gt;. lt;li gt;Added address format lt;/li gt;. lt;/ul gt;. lt;h3 gt;Changed lt;/h3 gt;. lt;ul gt;. lt;li gt;New Crowdin translations lt;/li gt;. lt;li gt;Invoices: Wrong formatting of customer address lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;delete button message text lt;/li gt;. lt;li gt;company list page sortable lt;/li gt;. lt;li gt;export pagination lt;/li gt;. lt;li gt;: Recurring Invoices: Sort by "Start Date" crashes with 500 lt;/li gt;. lt;li gt;default settings validation lt;/li gt;. lt;li gt;document show style lt;/li gt;. lt;li gt;split transaction duplicate lt;/li gt;. lt;li gt;In Safari browser, the password shortcut appears above the password show/hide icon lt;/li gt;. lt;/ul gt;.

Mixed accounting finance money bookkeeping server laravel php

OCRmyPDF 16.4.2 💾

OCRmyPDF adds an invisible text layer to PDF documents after passing it through the Tesseract OCR engine. The output will be PDF/A with a selectable but invisible text layer above scanned image-documents. This allows later searching and archiving.

minor bugfix: . . order of filenames passed to Ghostscript for PDF/A generation. #1359. Suppressed missing jbig2dec warning message. #1358. calculation of image size when soft mask dimensions don t match image. Dimension. #1351 Several to documentation. Thanks to users Iris and JoKalliauer. Who contributed these changes. error on processing PDFs that are missing certain image metadata. #1315. . . .

GNU GPLv3 pdf ocr scanning

FreeRDP 3.7.0 💾

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.

major bugfix: This release has accumulated quite a number of changes. Along for 3.6.3 it also contains a number of improvements for distributors: Support for FDK-AAC for sound and microphone redirection (activate with -DWITH_FDK_AAC=ON build option) This allows enabling the AAC compression that do not ship faad2 and/or faac. Support keyboard layouts as JSON resources (activate with -DWITH_KEYBOARD_LAYOUT_FROM_FILE=ON build option, also requires JSON support) This allows editing keyboard layouts for existing releases should the need arise. Support timezones as JSON resources (activate with -DWITH_TIMEZONE_FROM_FILE=ON -DWITH_TIMEZONE_COMPILED=OFF build options, also requires JSON support) Allows reading the mapping between IANA and windows timezones from a JSON file, allowing easier updates without recompile. Improve shadow server compatibility with windows 11 24H2 RDP client Windows 7 RFX and bitmap updates with multiple rectangles have been deactivated, so adjust shadow to not send such. Noteworthy changes: ActionScript paramter. Support keyboard layouts as JSON resource. Support timezones as JSON resource and command line argument. Deactivate AsyncUpdate. Compatibility for shadow with windows 11 24H2. SDL client autoreconnect. xfreerdp clipboard locking. Improve logging. Improve warnings and code checks. Support FDK-AAC. drive redirection state transitions. Support mth:// routing token. Ignore unsupported SetThreadPriority. reported documentation and code typos. For a complete and detailed change log since the last release run: git log 3.7.0...3.6.3

Apache rdp remote-desktop networking c

Rspamd 3.9.1 💾

Rspamd is an advanced spam filtering system featuring support for various internal and external filters such as regular expressions, suffix tries, RBLs, URL black lists, IP lists, SPF, DKIM, character maps, advanced statistics module (based on OSB-Bayes algorithm) and fuzzy hashes database that is generated based on honeypots traffic. Rspamd is designed to process hundreds of messages per second simultaneously without significant CPU load.

minor feature: 23 Jul 2024 Conf Spf: Add R_SPF_PLUSALL symbol with some score. Feature Spf: Treat SPF +all in a special way. Minor Ensure some safety when checking weights. Minor several with flag propagation. Minor Gpt: Improve prompt and add some conversion heursitics. Minor Gpt: Remove top_p reduce temperature to 0. Minor Gpt: Set response_format. Minor Gpt: Use gpt-4o-mini by default.

Apache email-filter antispam c lua

SolveSpace 3.1 💾

SOLVESPACE is a free (GPLv3) parametric 3d CAD tool. Applications include: modeling 3d parts, modeling 2d parts, 3d-printed parts, preparing CAM data, mechanism design, plane and solid geometry

minor feature:

GNU GPLv3 3d 3d-modeling stl 3d-printing

OSPRay 3.2.0 💾

Intel OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel Architecture CPUs. OSPRay is part of the Intel oneAPI Rendering Toolkit and is released under the permissive Apache 2.0 license. The purpose of OSPRay is to provide an open, powerful, and easy-to-use rendering library that allows one to easily build applications that use ray tracing based rendering for interactive applications (including both surface- and volume-based visualizations). OSPRay is completely CPU-based, and runs on anything from laptops, to workstations, to compute nodes in HPC systems. OSPRay internally builds on top of Intel Embree and ISPC (Intel SPMD Program Compiler), and fully exploits modern instruction sets like Intel SSE4, AVX, AVX2, and AVX-512 to achieve high rendering performance, thus a CPU with support for at least SSE4.1 is required to run OSPRay.

major feature: Sampling improvements: - Better performance (lower rendering time and faster convergence). - More pleasing blue noise enabled when the total number of frames to be accumulated is known in advance and set as the. `targetFrames` parameter at the framebuffer. - Note a maximum of 64k samples is supported. Improved `denoiser` image operation: - User-controlled quality levels via parameter `quality`. - Optionally denoise alpha channel as well, enabled via parameter `denoiseAlpha`. Support half-precision (16 bit float) texture formats. `OSP_TEXTURE_ RGBA16F RGB16F RA16F R16F ` and two-channel 32 bit float textures `OSP_TEXTURE_RA32F`. New parameter `limitIndirectLightSamples` for the `pathtracer` which limits the number of light samples after the first non-specular. (i.e., diffuse and glossy) bounce to at most one. Implement MIP Mapping for better texture filtering. If the additional memory per texture needed cannot be spared, applications can disable the generation of MIP maps with device parameter. `disableMipMapGeneration`. The backplate (background texture) is now always sampled at the pixel center and thus not blurred by the pixel filter anymore. Avoid color bleeding across eye-subimages when stereo rendering. Superbuild uses binary packages of Open VKL. Removed Intel ISPCRT dependency (ISPC compiler is still needed): - oneAPI Level Zero Loader is no longer necessary. - `zeContext` and `zeDevice`device parameters are no longer supported. - `ispcrtContext` and `ispcrtDevice`device parameters are no longer supported. Clarify the size of `OSP_BOOL` to be 1 byte. artifacts occasionally appearing with `gpu` device. The new minimum versions of dependencies: - Embree v4.3.3 (better error reporting). - Open Image Denoise v2.3 (better image quality with `HIGH` quality mode, added `FAST` quality mode). - rkcommon v1.14.0.

Apache renderer

Syncthing 1.27.10 💾

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first. Syncthing should be: Safe From Data Loss Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files. Secure Against Attackers Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties. Easy to Use Syncthing should be approachable, understandable, and inclusive. Automatic User interaction should be required only when absolutely necessary. Universally Available Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual. For Individuals Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization. Everything Else There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.

minor feature: lt;p gt;: lt;/p gt;. lt;ul gt;. lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2173853771" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9455" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9455/hovercard" href="https://github.com/syncthing/syncthing//9455" gt;#9455 lt;/a gt;: lib/api tests unreliable, failing 50 of the time on Fedora Linux lt;/li gt;. lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2228839225" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9499" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9499/hovercard" href="https://github.com/syncthing/syncthing//9499" gt;#9499 lt;/a gt;: Data race in fakeFS (testing) lt;/li gt;. lt;/ul gt;.

MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript

Conda 24.7.0 💾

Conda is a cross-platform, language-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source. Conda is enhanced by organizations, tools, and repositories created and managed by the amazing members of the conda community.

minor feature: lt;h3 gt;Enhancements lt;/h3 gt;. lt;ul gt;. lt;li gt;Add a new lt;code gt;reporters lt;/code gt; setting for configuring output. lt;/li gt;. lt;li gt;Report traceback of plugin loading errors with verbosity 2 or higher ( lt;code gt;-vv lt;/code gt; or more). lt;/li gt;. lt;li gt;Skip checking for lt;code gt;.pyc lt;/code gt; and lt;code gt;.pyo lt;/code gt; files in the lt;code gt;conda doctor lt;/code gt; "missing files" health check. lt;/li gt;. lt;li gt; lt;strong gt;Breaking change lt;/strong gt; lt;code gt;conda list --explicit lt;/code gt; will not print authentication details by default. A new flag lt;code gt;--auth lt;/code gt; has been added so folks can opt-in to this behaviour. lt;/li gt;. lt;li gt;Print transaction report for lt;code gt;@EXPLICIT lt;/code gt; lockfile installs too. lt;/li gt;. lt;li gt;Do not require lt;code gt;-n/--name lt;/code gt; or lt;code gt;-p/--pre lt;/code gt; if lt;code gt;conda create lt;/code gt; is invoked with lt;code gt;--dry-run lt;/code gt;. lt;/li gt;. lt;li gt;Add an lt;code gt;envvars_force_uppercase lt;/code gt; setting which defaults to lt;code gt;True lt;/code gt;, uppercasing all environment variables (thereby justifying lt;code gt;conda lt;/code gt;'s current behaviour); when lt;code gt;envvars_force_uppercase lt;/code gt; is set to lt;code gt;False lt;/code gt;, conda will only save preserved-case variable names. lt;/li gt;. lt;li gt;Alias lt;code gt;conda env list lt;/code gt; command to lt;code gt;conda info --envs lt;/code gt;. lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;Improve treatment of logger levels. lt;/li gt;. lt;li gt;Mask authentication details in lt;code gt;conda-meta/*.json lt;/code gt; metadata. lt;/li gt;. lt;li gt;Mask Anaconda.org tokens in verbose logs. lt;/li gt;. lt;li gt;parsing error when history file only contains a single commented line. lt;/li gt;. lt;li gt;Add missing lt;code gt;emscripten lt;/code gt; and lt;code gt;wasi lt;/cod

BSDL-2 package-management binaries python

OBS Studio 30.2.1 💾

OBS Studio (also Open Broadcaster Software or OBS, for short) is a free and open-source app for screencasting and live streaming. Written in C/C++ and built with Qt, OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.[11] For video encoding, OBS Studio can use the x264 transcoder,[12] Intel Quick Sync Video, Nvidia NVENC and the AMD Video Coding Engine to encode video streams into the H.264/MPEG-4 AVC or H.265/HEVC formats.[13] It can encode multiple tracks of audio in the AAC format. More experienced users can choose any codecs and containers available in libavcodec and libavformat, or output the stream to a custom FFmpeg URL.[14] OBS Studio also supports plug-ins to extend its functionality.[15]

minor feature: lt;p gt;If you would like to support the OBS Project, please consider contributing to our lt;a href="https://patreon.com/obsproject" rel="nofollow" gt;Patreon lt;/a gt; or lt;a href="https://opencollective.com/obsproject" rel="nofollow" gt;Open Collective lt;/a gt;! lt;/p gt;. lt;div class="markdown-alert markdown-alert-note" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1.75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" gt; lt;/path gt; lt;/svg gt;Note lt;/p gt; lt;p gt;NVIDIA users may need to update their GPU drivers to 531.61 (Windows) / 530.41.03 (Linux) or newer. lt;/p gt;. lt;/div gt;. lt;div class="markdown-alert markdown-alert-important" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-report mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 1.75C0.784.784 0 1.75 0h12.5C15.216 0 16.784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0.138.112.25.25.25h2a.75.75 0 0 1.75.75v2.19l2.72-2.72a.749.749 0 0 1.53-.22h6.5a.25.25 0 0 0.25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" gt; lt;/path gt; lt;/svg gt;Important lt;/p gt; lt;p gt;The code signing certificate for OBS is being updated. This may impact game capture compatibility with some anti-cheat solutions starting with the next major OBS update. If you are a game or anti-cheat developer please see lt;a href="https://obsproject.com/kb/capture-hook-certificate-update" rel="nofollow" gt;https://obsproject.com/kb/capture-hook-certificate-update lt;

GNU GPLv3 audio video screencasting livestreaming c c

Zabbix 7.0.1 💾

Zabbix is an enterprise-class distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, and other IT resources. It supports distributed and Web-based monitoring, auto-discovery, real-time monitoring, SLA assurance, trending, and more.

minor bugfix: 7.0.1rc2 was released as 7.0.1 without any changes Changes for 7.0.1rc2. : ........S. ZBX-24852 compression policy change (askolmeisters). ...G....S. ZBX-24719 Zabbix agent 2 crashing when executing global script (arimdjonoks). Changes for 7.0.1rc1. New features: ..F....... ZBXNEXT-9215 added option to specify widgets as data sources for items in Graph and Pie chart widgets (ashubin, averza). .........T ZBXNEXT-8657 updated Zabbix health templates with new items and visualization (atocko). ........S. ZBXNEXT-9143 added index on auditlog recordsetid (arimdjonoks). ...G...... ZBXNEXT-9194 extended proc.get in Zabbix agent 2 to get proportional set size (PSS) memory on Linux (dgoloscapov). ........S. ZBXNEXT-9260 updated soft minimal TimescaleDB version to 2.13 (mprihodko). ...G...... ZBXNEXT-9081 added Small Computer System Interface (SCSI) device type support to Zabbix agent 2 Smart plugin (rzvejs). .........T ZBXNEXT-6445 added recovery expression for fuzzytime triggers in Linux and Windows templates, removed fuzzytime triggers from active agent templates (drasikhov). .........T ZBXNEXT-8868 added discovery and template for Azure VM Scale Sets (abrosimovs). .......PS. ZBXNEXT-9201 updated max supported MySQL version to 8.4 (mprihodko). ........S. ZBXNEXT-9225 updated max supported TimescaleDB version to 2.15 (mprihodko). .......PS. ZBXNEXT-9226 updated max supported MariaDB version to 11.4 (mprihodko). .........T ZBXNEXT-9140 added support for custom compartments in Oracle Cloud by HTTP templates (knaglis). .........T ZBXNEXT-9034 added Jira Data Center by JMX template (atocko). .......PS. ZBXNEXT-9145 improved VMware event log retrieval (asestakovs, MVekslers). .......PS. ZBXNEXT-8990 extended VMware event log with username (asestakovs). : ........S. ZBX-24632 perf entry collection on Firefox in browser monitoring, added filtering of unserializable properties (wiper). .......PS. ZBX-24514 standalon

GNU GPL logging networking monitoring system-administration

Paperless-ngx 2.11.1 💾

Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Features: Organize and index your scanned documents with tags, correspondents, types, and more. Your data is stored locally on your server and is never transmitted or shared in any way. Performs OCR on your documents, adding searchable and selectable text, even to documents scanned with only images. Utilizes the open-source Tesseract engine to recognize more than 100 languages. Documents are saved as PDF/A format which is designed for long term storage, alongside the unaltered originals. Uses machine-learning to automatically add tags, correspondents and document types to your documents. Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)1 and more. Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents. Beautiful, modern web application that features: Customizable dashboard with statistics. Filtering by tags, correspondents, types, and more. Bulk editing of tags, correspondents, types and more. Drag-and-drop uploading of documents throughout the app. Customizable views can be saved and displayed on the dash

minor bugfix: Features: Enhancement: include owner username in post-consumption variables @Freddy-0. : : support multiple inbox tags from stats widget @shamoon. : Removes Turkish from the NLTK languages @stumpylog. : include trashed docs in existing doc check @shamoon. Dependencies: Chore(deps-dev): Bump the development group with 2 updates @dependabot. Chore(deps): Bump the small-changes group across 1 directory with 2 updates @dependabot. All App Changes: . 7 changes. : support multiple inbox tags from stats widget @shamoon. Chore(deps-dev): Bump the development group with 2 updates @dependabot. Chore(deps): Bump the small-changes group across 1 directory with 2 updates @dependabot. Enhancement: include owner username in post-consumption variables @Freddy-0. Chore: Squash older automatic migrations @stumpylog. : Removes Turkish from the NLTK languages @stumpylog. : include trashed docs in existing doc check @shamoon. .

GNU GPLv3 internet web dynamic content indexing search

drumlabooh 3.1.0 💾

LV2/VSTi drum machine for Linux and Windows. Drumkits format supported: Hydrogen, SFZ, Drumlabooh. Up to 36 instruments, 127 sample layers. Built-in mixer with pan, volume, mute, pan mode. Automatic open hihats mute on closed hihat.

major feature: Drumlabooh now supports (currently in Drumlabooh kit format only) Round Robin and Random Order options for the sample layers. Two new drumkit were added: Ludwig Sixties and Ludwig Basic.

GNU GPLv3 midi linux windows lv2 vst vsti drums drummachine