VCV Rack 2.4.0 💾

VCV is a virtual Eurorack DAW. VCV Rack is the engine powering VCV modules. Add modules, connect cables, edit parameters, and save/load patches. Create generative patches with your mouse, perform with your MIDI keyboard controller, or connect it to your favorite DAW using the Rack Bridge VST/AU plugin (coming soon). In Rack, control voltages and audio signals are equivalent, so you can modulate parameters with sonic-range VCOs to create customizable FM synths or chaotic wave-shaping oscillators. If you already own a modular synthesizer, you can enhance your setup with an audio interface supporting CV signals or a CV-MIDI-CV interface module with Rack's CV Interface (coming soon).

major feature: - Add "View Use dark panels if available" menu item. - Show module ID in module's Info menu. - Fix order of input MIDI messages having the same frame timestamp. This fixes *VCV MIDI to CV* from sometimes duplicating clock pulses when transport starts. - Move plugins folder to `/plugins--`. - Core - Add dark panels. - Rack Pro - Add CLAP FX and Generator plugin adapters in addition to existing Instrument plugin. - Fix file dialogs from sometimes loading/saving the wrong Rack plugin instance when multiple instances are running. - Fix crash when using Mac VST3 and AU plugins simultaneously in a DAW. - Fix crash when removing one of multiple running plugin instances in Studio One. - Fix CLAP plugin discarding output MIDI messages. - API - Add `ThemedSvgPanel` and `ThemedSvgScrew` classes which automatically switch SVGs when dark panels are toggled. - Add `"minRackVersion"` property to plugin manifest, which prevents Rack from downloading plugin if version is not compatible. - Fix `ContextCreateEvent` and `ContextDestroyEvent` not defining `vg` NanoVG context.

BSDL artistic-software multimedia audio mixers daw

LilyPond 2.24.2 💾

LilyPonds slogan is "Music notation for everyone". A music engraving program, devoted to producing the highest-quality sheet music possible. It brings the aesthetics of traditionally engraved music to computer printouts.

minor feature:

GNU GPL music notation scheme guile

GitLab 16.2.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-08-11). ### (2 changes). Replace vscode-cdn.net with web-ide.gitlab-static.net (gitlab-org/gitlab@b19d3d6412b4e349b932775d0736c8727d98b1b2) ( merge request (gitlab-org/gitlab!128950)). Revert "Remove log_response_length feature flag" (gitlab-org/gitlab@03a2a38a822da8c303a3ccefd9a4b8de818c2ca2) ( merge request (gitlab-org/gitlab!128778)).

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

Vim 9.0.1695 💾

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.1695: Crash with overlong textprop above Problem: Crash with overlong textprop above. Solution: Consider only positive padding. Signed-off-by: Christian Brabandt lt;cb@256bit.org gt;.

Other text-editor ide vi vim

Tornado 6.3.3 💾

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.3 Aug 11, 2023. Security improvements. The `Content-Length` header and `chunked` `Transfer-Encoding` sizes are now parsed. more strictly (according to the relevant RFCs) to avoid potential request-smuggling. vulnerabilities when deployed behind certain proxies.

Apache python web-framework http-server

exiftool 12.65 💾

ExifTool is a Perl library and command-line tool for reading and updating common meta data information in various file formats. Foremost it works on image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3. It can also edit maker notes of digital (RAW) camera files from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.

minor feature: Added a new QuickTime Keys tag. - Added a new CanonModelID. - Added a new Canon LensType. - Added number in brackets to converted Samsung MCCData value. - Decode a number of new Sony tags. - Decode a few new FlashPix tags. - Improved decoding of Nikon Z9 firmware 4.0 tags. - Improved parsing of PDF:Keywords to support semicolon-separated lists. - Enhanced -api option to show list of available options if no argument is provided. - Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence. - Changed QuickTime tag names for atID (AlbumTitleID to ArtistID) and plID. (PlayListID to AlbumID) (github ), and added cmID (ComposerID). - Changed Apple:MediaGroupUUID tag name back to ContentIdentifier. - Patched the -d option to handle the s format code internally when writing. (avoids problems due to inconsistent behaviour of this format code in the strptime function on different systems). - Patched patch of version 12.32 to restore ability to read from named pipes. - which could cause a hang when processing a corrupt BigTIFF image. - document number for auxiliary image metadata in HEIC files. - misspelt Apple tag name. - API Changes: - Added AvailableOptions method.

Artistic perl exif meta-data

OpenSSH 9.4 💾

OpenSSH is a BSD/Linux implementation of SSH1 and SSH2 for encrypted terminal connections, tunneling and file transfers. It includes the sshd server, scp and sftp, and various utility tools such as ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen, and the sftp-server.

minor feature: This release a number of and adds some small features. Potentially incompatible changes. This release removes support for older versions of libcrypto. OpenSSH now requires LibreSSL = 3.1.0 or OpenSSL = 1.1.1. Note that these versions are already deprecated by their upstream. Vendors. Ssh-agent(1): PKCS#11 modules must now be specified by their full. Paths. Previously dlopen(3) could search for them in system Library directories. New features. Ssh(1): allow forwarding Unix Domain sockets via ssh -W. Ssh(1): add support for configuration tags to ssh(1). This adds a ssh_config(5) "Tag" directive and corresponding. Match tag" predicate that may be used to select blocks of. Configuration similar to the pf.conf(5) keywords of the same Name. Ssh(1): add a "match localnetwork" predicate. This allows matching on the addresses of available network interfaces and may be used to. Vary the effective client configuration based on network location. Ssh(1), sshd(8), ssh-keygen(1): infrastructure support for KRL. Extensions. This defines wire formats for optional KRL extensions And implements parsing of the new submessages. No actual extensions Are supported at this point. Sshd(8): AuthorizedPrincipalsCommand and AuthorizedKeysCommand now. Accept two additional -expansion sequences: D which expands to The routing domain of the connected session and C which expands to the addresses and port numbers for the source and destination of the connection. Ssh-keygen(1): increase the default work factor (rounds) for the. Bcrypt KDF used to derive symmetric encryption keys for passphrase Protected key files by 50 . Ssh-agent(1): improve isolation between loaded PKCS#11 modules by running separate ssh-pkcs11-helpers for each loaded provider. Ssh(1): make -f (fork after authentication) work correctly with. Multiplexed connections, including ControlPersist. bz3589 bz3589 Ssh(1): make ConnectTimeout apply to multiplexing sockets and not. Just to network connections. Ssh-agent(1), ssh(1): impr

BSDL c ssh security cryptography utilities sftp scp openbsd linux

Parole (XFCE4) 4.18.0 💾

Parole is the video and media player for the XFCE4 desktop. It has a simple and unobtrusive interface, utilizes GStreamer for maximum audio/video format coverage, and requires few resources. It provides a couple of plugins however, such as notifications and systray integration or remote control support.

major feature:

GNU GPL x gtk video-player media gio gstreamer xfce

Mozilla Firefox 116.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 that was causing keystrokes to be scrambled for users using ZoneAlarm anti-keylogger. ( ), Reference link to 116.0 release notes

MPL c++ web-browser html5 javascript mozilla

ugrep 3.12.6 💾

Ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.

minor feature: Released 3.12.6 New option -S (--dereference-files) to follow symbolic lines only to files, not to directories, when using -r for recursive search; updated default recursive search to strictly perform -r.

BSDL utilities system-administrators developers

ConsoleKit2 1.2.6 💾

ConsoleKit2 is a continuation fork of ConsoleKit for managing user sessions, logins, and tracking seats. It's an alternative to systemd-logind, and intended for XFCE as compatibility layer to run on the various BSD systems. It integrates many patches since ConsoleKit was unmaintained, utilizes recent dbus, glib, X11, libkvm, PAM, udev, inotify and pm-utils bindings.

minor feature: Stable release of ConsoleKit2 Changes since 1.2.4. New Features: Use 0 as a starting point for the seat serial and lowercase the seat name as well to imitate systemd/logind. Enable VT support for __aarch64__. : Do not call g_() on invalid file descriptors. Properly handle PROP_KIND in ck_seat_get_property(). Misc Changes: Simplify ck_system_can_suspend on OpenBSD.

GNU GPL c session login-manager pam linux bsd

Jailer 15.1.6 💾

Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.

minor feature: The desktop overview view has been improved.

Apache database pl-sql java java swing command-line front-ends software-testing qa-automation

BallroomDJ 4 4.3.3.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.3.2 2023-8-8 * Bug Fixes: * Alternate Installer: Many fixes and updates. * Audio Tags: Fallback to mutagen interface if the bdj4-internal interface cannot be loaded. * Automatic Dance Selection: Fix some bugs processing prior selections. * Export as MP3: Save audio tags to output file. * Installer: Fallback to mutagen interface if bdj4-internal can't be loaded. * Installer: Linux: No longer crashes if the libraries for the bdj4-internal audio tag interface are not present. * Installer: Linux: Fix mutagen installation. * Installer: MacOS: Fixed an issue which used extra disk space. * Installer: Various fixes and updates. * Internal: Make sure message processing is finalized on exit. * Linux: Properly support XDG_CONFIG_HOME. * Music Queue: Fix music queue display counter. * Player: Windows: Fix clock display to use the windows configuration. * Starter: Fix support links. * Changes: * Alternate Installer: Add music folder to dialog. * Automatic Dance Selection: Added another variable to spread out fast dances better. * Internal: * Code cleanup (list, data conversion, installer, alternate installer). * More automated tests.

Zlib end-users linux macos windows player ballroom c gtk

Babel 7.22.10 💾

Babel is a code translator, which compiles next-gen EcmaScript 6 syntax into browser-consumable ES5/JavaScript. It adds a few proposed ES7 constructs even, and works with React, Node.js, Rails, etc. It provides for: array comprehensions, arrow functions, async functions, async generator functions, classes, class properties, computed property names, constants, decorators, default parameters, destructuring, exponentiation operator, for-of, generators, generator comprehensions, let scoping, modules, module export extensions, object rest/spread, property method assignment, property name shorthand, rest parameters, react, spread, tail call optimisation, template literals, type annotations, unicode regex support.

minor bugfix: (2023-08-07). #### :: `babel-plugin-transform-typescript`. ts Strip type-only namespaces (@nicolo-ribaudo). ts compiling extended exported nested namespace (@nicolo-ribaudo). `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-private-methods`, `babel-preset-env`. Memoize class binding when compiling private methods and static elements (@JLHwung). #### :nail_care: Polish. `babel-cli`. Add `meta` object to `@babel/eslint-plugin` (@JLHwung). `babel-traverse`, `babel-types`. Improve the type definition of `path.isX` (@liuxingbaoyu). `babel-generator`, `babel-types`. improve SourceLocation typing (@JLHwung). #### :house: Internal. Other. build: generate flow typings in prepublish job (@JLHwung). chore: bump dev dependencies and remove.eslintignore (@JLHwung). `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-react-jsx`, `babel-preset-env`, `babel-standalone`. Enable `@typescript-eslint/no-redundant-type-constituents` rule (@JLHwung). `babel-helper-compilation-targets`. Remove `@babel/core` peerDep from `helper-compilation-targets` (@nicolo-ribaudo). `babel-parser`. Use const enum in babel-parser (@JLHwung). `babel-plugin-transform-runtime`, `babel-traverse`, `babel-types`. chore: Use `typescript-eslint@v6` with reworked configs (@JoshuaKGoldberg). #### :microscope: Output optimization. `babel-plugin-transform-block-scoping`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`. Reduce `transform-block-scoping` loops output size (@liuxingbaoyu).

MITL javascript ecmascript nodejs compiler conversion es6 es7 developers

LimeSurvey 6.2.0 (build 230732) 💾

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: New feature: Update the style of the admin file manager (jack-han-115). New feature: Combine question list, group list, and reorder into one page (jack-han-115). New feature #18742: Allow "User Admins" to see Users' Roles (Valerio Bozzolan). show no survey menu when no survey options are available (twilligls). removed potential PHP notices for printanswers view (twilligls). image-select checkbox design was broken (twilligls). group description spacing wrong in mobile view (twilligls). changed 766px breakpoint to valid 767px (twilligls). captcha cols and button icon alignment (twilligls). Typo in vanilla save form (twilligls). CR-999: 5pointquestion on mobile devices (twilligls). CR-1283: Ensure surveyActivated is passed to views/admin/survey/organizeGroupsAndQuestions_view (tiborpacalat). CR-1211: Language switcher renders differently in firefox (Tim Willig). CR-1156: error and save pages were loading twig files of wrong su (Tim Willig). security Stored XSS via user's Full Name (Denis Chenu). CR-1287: invalid options string throwing errors when exporting a survey (Patrick Teichmann). CR-1266: Remove exclamation icon from instructions for em_tip text (Patrick Teichmann). CR-1210: sizing and spacing of navbar, top-container, body (Patrick Teichmann). CR-1181: Bootstrap is loaded twice in ls6_surveytheme (Patrick Teichmann). CR-1049: footer positioned incorrectly and not at the end of visible page (jack-han-115). security User can import User Roles having permission (Denis Chenu). security User can add malicious content in User Roles (Denis Chenu). On PHP 8.2 new DateTime() can not be invoked with null (Johannes Weberhofer). User count in group is not OK after deleting a user (Gabriel Jenik). Plugin expose full path when an error is reported in the plugin list (Gabriel Jenik). Out-of-memory problem in statistics export (Gabriel Jenik). Reorder questions/question groups can break survey (tests) (Gabriel Jenik). Invalid HTML for list radio questions

GNU GPL survey php mysql mssql postgres

opentrack 2023.1.0 💾

opentrack is an application dedicated to tracking user's head movements and relaying the information to games and flight simulation software. opentrack allows for output shaping, filtering, and operating with many input and output devices and protocols; the codebase runs Microsoft Windows, macOS, and GNU/Linux.

major feature: Compatibility This release build is only available as a 64-bit executable. This is because the SDK for the new tracker tracker/beam is temporarily only available as an amd64 binary. Only CPUs supporting AVX will be able to run it. Please provide feedback on compatibility and performance compared to older releases. Changes tracker/beam: new tracker for the by @eyedav (Davide Mameli) for the Eyeware Beam. tracker/neuralnet: tracking quality improved by @DaWelter (see 08f1fca for details). tracker/neuralnet: Russian translation by @Perlovka. video/ps3eye: experimentally enable retry of bulk data transfers for flaky USB controllers. tracker/realsense: downgrade to SDK 2016 R2. tracker/pt, tracker/aruco: fix tracking failing to start by not being able to select a camera when only one is available. proto/wine: improvements to Linux head tracking #1620 by @Priton-CE and #1616 by @fsimuser9430.

Mixed

Mozilla Firefox 116.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: an which caused chart elements to render incorrectly for Windows users. ( ), Reference link to 116.0 release notes

MPL c++ web-browser html5 javascript mozilla

Evolution 3.49.2 💾

Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.

minor feature: : I#17 - Sorting Contacts in the 'Address cards' view I#130 - itip-formatter: Send meeting invitations as multipart/alternative I#203 - Improve handling of suspiciously signed/encrypted emails (multiparts) I#375 - Support Autocrypt I#609 - Calendar: Use user-configured date format in the editor I#662 - Option to get Delivery Status Notification (DSN) I#848 - Allow to save forwarded mails in the original message folder I#883 - ETimezoneEntry: Enable completion by timezone location I#967 - Add save e-mails individually as eml format I#1081 - Mail: Allow to import PGP keys I#1180 - Calendar: Disallow change of target client for existing components I#1750 - Composer: Offer to send without encryption when key is missing I#2347 - CompEditor: Open map from Location field I#2364 - Mail: Add option to group messages into flat threads I#2398 - CompEditor: Allow unset recurrence for uneditable recurrences I#2399 - alarm-notify: Detect format change in settings I#2407 - Contacts: Add columns for mailing address fields I#2412 - Composer: Format change can discard message text I#2413 - Ability to update / overwrite a template when saving it I#2415 - "Archive " direct action should not have ellipsis dots at the end I#2416 - The "Select Address Book" dialog has disabled OK button after open I#2417 - Calendar: Use meeting's timezone in the comp editor Schedule tab I#2423 - Re-enable contact maps feature I#2430 - Calendar: Disallow save for all instances on a detached instance I#2433 - Calendar does not remember selected weeks when scrolling via button I#2443 - Calendar: Missing events in Month view print out M!120 - Correct wording of mail composer's external attachments warning infobar (Jeff Fortin Tam) M!121 - Composer: Change Max Line Length to RFC 2822 Limits (Cameron) eds-I#59 - CalDAV: Allow to disable schedule reply on remove eds-I#180 - Add option to reduce book/cal data usage when on a metered connection eds-I#483 - Calendar: Add option to (not) delete "Declined" meeting.

GNU GPL email calendar office task organization

Calibre 6.24 💾

Calibre is an e-book library management application, viewer and editor. It's also commonly used for e-book file format conversion and syncing to reader devices. Calibre also simplifies downloading news from the web and converting them into e-book form, and can act as content server for online access to your book collection.

minor feature: Release: 6.24 04 Aug, 2023 New features Easily manage the extra data files associated with a book by right clicking the edit metadata button and choose "Manage data files" Content server: Full text search: Allow searching a restricted subset of books E-book viewer: Allow clicking on calibre:// URLs Support fuzzier searching in the Tag browser find allowing unaccented characters to match accented ones DOCX conversion: Preserve underline style and color incorrect sorting of device view after some operations. visit content server in browser not working when the content server is configured to listen on an IPv6 interface one hour offset in some timezones on Windows for dates before 1970 Windows: HTML Input: error when trying to add HTML files with links to other files that are invalid pathnames Get books: Update various Polish language book stores for website changes. New news sources. The New Republic Magazine by ping. Inc42 by unkn0w7n Improved news sources. Epoch Times. Business Standard. Tagesspiegel. Bloomberg Business Week. MIT Technology Review. Live Mint. Private Eye.

GNU GPLv3 python c++ ebook-reader e-book conversion

FFTW 3.3.10 💾

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.

minor feature: Fix bug that would cause 2-way SIMD (notably SSE2 in double precision) to attempt unaligned accesses in certain obscure cases, causing segfaults. The following test triggers the bug (SSE2, double precision): ./tests/bench -oexhaustive r4*2:5:3 This test computes a pair of length-4 real- complex transforms where the second input is 5 real numbers away from the first input. That is, there is a gap of one real number between the first and second input array. The -oexhaustive level allow FFTW to attempt to compute this transform by reducing it to a pair of complex transforms of length 2, but now the second input is not aligned to a complex-number boundary. The fact that 5 is odd is the problem. The bug cannot occur in complex- complex transforms because the complex interface accepts strides in units of complex numbers, so strides are aligned by construction. This bug has been around at least since fftw-3.1.2 (July 2006), and probably since fftw-3.0 (2003).

GNU GPLv3 c fourier-transform

HarfBuzz 8.1.1 💾

HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple Advanced Typography. HarfBuzz is used in Android, Chrome, ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places.

minor bugfix: Wednesday, August 2, 2023 Shaping of contextual rules at the end of string, introduced in 8.1.0. Stack-overflow in repacker with malicious fonts. 30 speed up loading Noto Duployan font.

Mixed c++ c fonts text-shaping

Homebank 5.6.6 💾

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: When ordering the transaction list by category, split ones are not ordered. Anonymise does not deal with account notes, start balance, overdraft and automatic assignment notes. Anonymise feature doesn't fully anonymise accounts name. Changing currency account with xfer faulty change target account currency. Statistics report doesn't always show total for parent category. Statistics faulty hide items with data when result is 0.0. Filter Status always show section should always be visible. Status column included in export detail txn from report break re-import. 2023-06-21 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money

inkstitch 3.0.1 💾

nk/Stitch aims to be a full-fledged, cross-platform embroidery digitizing platform based entirely on free, open-source software. Our goal is to be approachable for hobbyists while also providing the power needed by professional digitizers.

minor bugfix: Bugfix Release First of all a big thank you to everyone who reported bugs and helped us to fix them Fix Lettering on Linux Systems (#2323) Fix Lettering on some Windows systems (#2345) Fix everything on some macOS systems (#2325) Fix everython on some Windows systems (#2338) Fix "skip last stitch in each row" (#2332) Make select elements template horizontal (#2343) Specify pdf as output format in print pdf (#2340) Fix needle points in params simulator on Windows systems (#2339) Fix KeyError in Autoroute Running Stitch (#2335) Lettering: Ignore selection without lettering (#2334) Fix no elements error on Windows Systems when calling the params dialog for the first time in a new document (#2347) Namskout font: remove unwanted jump stitches from o and u (#2359) Lettering: ignore broken commands in font files (#2364) Fix command recognition when command was duplicated in the defs section of the svg file (#2381) Ignore too tiny satins in autoroute satin (#2387) Fix ZeroDivisionError for satin columns (#2382) Fix fill to stroke when original has stroke and fill (#2391)

GNU GPLv3 embroidery

Courier Mail Server 1.3.3 💾

Courier is a mail transfer agent (MTA) and groupware server. It implements IMAP, ESMTP, POP3, LDAP, SSL, HTTP, iCal. It also provides mailing list management, filtering, maildirs storage, and a webmail interface with calendaring and scheduling.

minor feature: Recognize newer EC-based public key algorithms when displaying, available PGP keys. maildrop: compilation error caused by non-default configure, script options. logic that unnecessarily rewrites MIME headers, in some, cases.

GNU GPL c e-mail smtp imap mail-server groupware calendaring

Jailer 15.1.4 💾

Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.

minor feature: The desktop overview view has been improved.

Apache database pl-sql java java swing command-line front-ends software-testing qa-automation

Rspamd 3.6 💾

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 bugfix: 03 Aug 2023 Conf Add `one_shot` to some specific multimap rules. Conf Add language detection configuration. Conf Add missing attributes for the language detection configuration. Conf Remove outdated composite rules. Feature Add `sentinel_password` option. Feature Add ability to deny specific fuzzy flags by default. Feature Add controller endpoint to get fuzzy hashes from messages. Feature Add extra symbol when URL redirector reaches nested limit. Feature Add function to transliterate utf8 to ascii with some normalisation. Feature Add html parsing limit. Feature Add order to urls structure. Feature Add some missing functions to `lua_rsa` library. Feature Allow fuzzy workers to exchange blocked information. Feature Allow to have weak flags in fuzzy storage. Feature Allow to read options from maps in the multimap plugin. Feature Allow to use other methods when fasttext detection is enabled. Feature Count stats per key per flag. Feature Finish all features of dkim_keygen in Lua. Feature Khash: Allow static initialisation. Feature Maps: Add on_load support. Feature Preliminary implementation of dynamic composites. Feature Process HTML parts before text ones. Feature Reorganise struct rspamd_url to be 64 bytes size. Feature Save fuzzy ratelimit buckets. Feature Use in-place deflation for strings. Feature external_relay: add ip_map strategy. Avoid race between config new/free by using a counter. Do not use `rspamadm.dkim_keygen`. Feed fasttext language model with the pre-tokenized words. `rspamd_has_only_html_part`. an old with order of destruction race between redis pool and lua. format string usage. parsing due to old revealed. parsing of the mask values that are invalid. Ignore non-unique stop words. Include the last character when parsing the last header with no value. More to fuzzystat. Set proper counter. Try harder to clean pending bucket. Try harder to remove bad hyperscan files. Upda

Apache email-filter antispam c lua

Surge 1.2.1 💾

A sound designer's dream. A friendly, open community. Featuring many synthesis techniques, a great selection of filters, a flexible modulation engine, a smorgasbord of effects, and modern features like MPE and microtuning.

minor bugfix: 1.2.2, and 1.2.3. . We released Surge XT 1.2.1 on April 30, 2023, and 1.2.2 ing a small error on May 1. And 1.2.3 ing a single menu item crash on May 4. It a few small irritations from the previous version And adds a couple of features which we had ready for the next release. . Headline Changes. . In 1.2.0 we have corrected a problem with audio input for irregular block sizes, but we warned about this. Situation too loudly and way too often - the warning is now moved to the audio input oscillator Screen (in 1.2.2; in 1.2.1 it is on every oscillator screen), but the feature is kep Renaming a patch could cause a race condition in our patch database - especially on Linux systems -. Causing a simple rename to show a large number of database lock errors - this is now . . Tuning. . Pitch slider set to 0 in Absolute mode now tunes correctly with Scala tuning files loaded. . . Modulation. . pitch bend becoming stuck when toggling MPE mode during held bent note. Made sure Portamento set to 0 is strictly 0 in all modes. . . UI/UX. . Clearing FX slot or chains will now disable bypass if a slot or slots were bypassed. Dragging a node in MSEG shows a value tooltip. font difference after typein for VKB Tempo field. a problem where Oscilloscope improperly grabbed keyboard focus. Allowed envelope retrigger options for Latch play mode. a problem whereby the Tempo field in standalone didn t work in some cases. . . Content. . Added CC0 license to the Init Square template patch. . . Infrastructure. . 1.2.3 contains our last binary distribution of the LV2 format. Going forward. Users needing an LV2 will need to self build. (1.2.1 is missing an LV2). . . . . .

GNU GPLv3 audio synthesizer c c

NetCDF 4.9.2 💾

NetCDF (Network Common Data Form) is a set of interfaces for array-oriented data access and a freely distributed collection of data access libraries for C, Fortran, C++, Java, and other languages. The netCDF libraries support a machine-independent format for representing scientific data. Together, the interfaces, libraries, and format support the creation, access, and sharing of scientific data. See the netCDF package overview

minor bugfix: This is the maintenance release which adds support for HDF5 version 1.14.0, in addition to a handful of other changes and. Update `nc-config` to remove inclusion from automatically-detected `nf-config` and `ncxx-config` files, as the wrong files could be included in the output. This is in support of GitHub #2274. Update H5FDhttp. ch to work with HDF5 version 1.13.2 and later. See Github #2635. Update DAP code to enable CURLOPT_ACCEPT_ENCODING by default. See Github #2630. byterange failures for certain URLs. See Github #2649. 'make distcheck' error in run_interop.sh. See Github #2631. Enhancement Update `nc-config` to remove inclusion from automatically-detected `nf-config` and `ncxx-config` files, as the wrong files could be included in the output. This is in support of GitHub #2274. Enhancement Update H5FDhttp. ch to work with HDF5 version 1.14.0. See Github #2615.

BSDL

giada 0.25.1 💾

Giada is a loop machine. Build your performance in real time by layering audio tracks or MIDI events, driven by the main sequencer. Giada is a sample player. Load samples from your crates and play them with a computer keyboard or a MIDI controller. Giada is a song editor. Write songs from scratch or edit existing live recordings with the powerful Action Editor, for a fine-tuned control. Giada is a live recorder. Record sounds from the real world and MIDI events coming from external devices or other apps. Giada is an FX processor. Process samples or audio/MIDI input signals with VST instruments from your plug-ins collection. Giada is a MIDI controller. Control other software or synchronize physical MIDI devices by using Giada as a MIDI master sequencer. Lightweight and powerful. Designed for live performances. Powerful multi-threaded audio engine. Super sleek interface, no exotic stuff. VST3, LV2 and MIDI I/O support. Tons of tools and modes to craft your songs. 100% open-source GPL. For Linux, Windows, macOS and FreeBSD.

major bugfix: Enabled realtime scheduling in audio callback. Input audio meter is now affected by the current input volume value. Improved file name validation when saving projects and samples. compilation with format-security compiler flags. Disable metronome when recording in free-loop-length mode. Improved robustness of audio channel selection when changing audio devices in the configuration panel. Upgrade libsndfile library to version 1.2.0. Upgrade nlohmann-json library to version 3.11.2. Upgrade fmt library to version 10.0.0. Lots of code refactoring and internal cleanup.

GNU GPLv3 audio music recording editors midi mixers

Jailer 15.1.3 💾

Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.

minor feature: Selection of a single row in the data browser was made possible.

Apache database pl-sql java java swing command-line front-ends software-testing qa-automation

Verbiste 0.1.48 💾

Verbiste is a French conjugation system. It contains a C++ library, two programs that can be run from the command line or from another program, and a GNOME application. This application shows a text field in the GNOME Panel where the user can enter a conjugated verb and obtain its complete conjugation. The knowledge base is represented in XML and contains over 7000 French verbs. A TRS-80 Color Computer version is also available.

minor bugfix: This version fixes a bug with the graphical interface's link to Wiktionnaire. The GNOME application is not built anymore by default. Verb floquer has been added.

GNU GPL gnome linguistic education end-users

FreeCAD 0.21 💾

FreeCAD is a general purpose parametric 3D CAD modeler based on the OpenCASCADE geometry kernel. It's written in Python and its GUI utilizes Qt. It provides a modular plugin architecture and extensibility via macros and scripts, but already comes with a wide range of 2D and 3D property editing tools and transformation filters, simulation and rendering backends. Various export formats include STEP, IGES, OBJ, STL, DXF, SVG, STL, DAE, IFC or OFF, NASTRAN, VRML, DWG, and the native FCSTD files.

major feature: https://www.freecad.org/wiki/Release_notes_0.21

GNU LGPL cad python qt pyside

Poppler 23.08.0 💾

Poppler is librarified PDF rendering toolkit derived from the Xpdf 3.0 code base. It can utilize X11-independent rendering backends like Cairo, Splash, or Qt4 Arthur. It's not designed for platform-agnosticy, but proper BSD/Linux integration; is used by various PDF applications (Evince, Okular, TeXStudio, pdftotext, Zathura, Xournal, Inkscape), and comes with a set of command-line tools of its own.

major bugfix: : Core: GWG 19.2 - DeviceN Overprint (White). Splash: avoid bogus memory allocation size in doTilingPatternFill. Use-of-uninitialized-value in XRef. Float-cast-overflow error in Catalog. Cleanup gpgme backend code. Version symbols in poppler core. Glib: Improve poppler_get_available_signing_certificates. Add new members to PopplerCertificateInfo. Utils: Pdftotext: small improvement to man page.

GNU GPL c++ pdf rendering library developers

MuPDF 1.23.0 💾

MuPDF is a slim PDF and XPS viewer. It renders both in high-quality with anti-aliased fornts, accurate metrics and spacing. It fully understands PDF 1.7 with hyperlinks, annotations, transparency, forms, transitions, javascript and encryption. And supports both XPS and OpenXPS formats.

major feature: New features: New WASM library with same API as mutool run and Java, for both browser and Node environments. Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers. PhotoShop PSD image support. mupdf-gl: Custom ICC display profile support. mutool poster: Option to split in RTL direction. Miscellaneous improvements and notable : EPUB: table cell height calculations. EPUB: Inherit table cell background color from table row. EPUB: Support files with partial encryption (only read unencrypted parts). EPUB: Support files with incorrect directory pre. TIFF: Stability improvements. MOBI: Stability improvements. PDF: Support old style border dash patterns. PDF: Support GoToR links to remote PDF documents. PDF: Improve link parsing and creation. ZIP: Improve unicode file name handling. Fall back to unhinted fonts if hints are broken. Recognize document types by sniffing contents (don't need to rely on mimetype or file extension). New APIs: More PDF document permission flags. Tweaked exception error logging. pdf_minimize_document to squeeze amount of memory used by an open document. Incompatible API changes: pdf_field_name renamed to pdf_load_field_name. mutool run -- changed many methods to match Java and new WASM library. New and improved documentation.

GNU GPL c pdf xps ghostscript viewer

GitLab 16.2.2 💾

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: (2023-08-01). ### Added (1 change). Add MR reviewers to BitBucketServer import to 16-2 (gitlab-org/security/gitlab@aeb33292029aae649352dea089d9e86933e01a80). ### (2 changes). Disable IAT verification by default (gitlab-org/security/gitlab@b3a0c02721101596c644443d412ca13e8f4ce000). Enable descendant_security_scans by default (gitlab-org/security/gitlab@66eaaabed118b3b4b75fca17ef13e56b64e4eb4b) GitLab Enterprise Edition. ### Security (17 changes). undefined method licenses for nil:NilClass (gitlab-org/security/gitlab@aa4c4dc26a239e7799f9e9aa14d893c7a696d112) ( merge request (gitlab-org/security/gitlab!3471)). undefined method page error in list dependencies (gitlab-org/security/gitlab@08acd6aa91d34de2403e1d2a28b437c58af107c1) ( merge request (gitlab-org/security/gitlab!3470)). Add pagination for license scanning (gitlab-org/security/gitlab@b58ed3a7c40dd08ab0fe48c0cc4386e1cb7fa48a) ( merge request (gitlab-org/security/gitlab!3467)). Prevent leaking emails of newly created users (gitlab-org/security/gitlab@25d75bb2494dffb7e2b55f3b9d190a7302461fe1) ( merge request (gitlab-org/security/gitlab!3449)). Added redirect to filtered params (gitlab-org/security/gitlab@a72a1d48e871716ebeae3a4082078d4626cab8a0) ( merge request (gitlab-org/security/gitlab!3441)). Relocate PlantUML config and disable SVG support (gitlab-org/security/gitlab@6aac3a3e7223cbb85a62d6e95cf096e8a582cfcf) ( merge request (gitlab-org/security/gitlab!3438)). Sanitize multiple hardlinks from import archives (gitlab-org/security/gitlab@286c5b4e79f1a94554ee20b2535376d7c1c329a8) ( merge request (gitlab-org/security/gitlab!3435)). Validates project path availability (gitlab-org/security/gitlab@d970c230a0dc1113de469e4636bac020fa7cdeac) ( merge request (gitlab-org/security/gitlab!3426)). policy project assign (gitlab-org/security/gitlab@5564547ac37f5f80c58f444778bdaf3e3a491ff7) ( merge request (gitlab-org/security/gitlab!3423)). where comments on files with incorrect sha breaks UI

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

Mozilla Firefox 116.0 💾

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: Sidebar switcher allows users to access Bookmarks, History and Synced Tabs panels easily, quickly switch between them, move the sidebar to another side of the browser window, or the sidebar. Now, keyboard users would be able to do it all with ease too, with or without any assistive technology running, without needing to memorize keyboard shortcuts to access these panels. When an update is available in English locales, users will now have access to the release notes in the update notification prompt in the form of a "Learn More" link. It is now possible to copy any file from your operating system and paste it into Firefox. You asked, and we listened! The volume slider is now available in Picture-in-Picture. We added the possibility to edit existing text annotations. The upload performance of HTTP/2 has been significantly improved starting with Firefox 115.0, particularly on those with a higher bandwidth delay product (i.e. networks characterized by both high bandwidth and high latency). Various security. The keyboard shortcut to reopen tabs (command + shift + t) now reopens last tab or last window, in the order items were. If there aren't any tabs or windows to reopen, this command restores the previous session. This change is in anticipation of upcoming changes to recently tabs. You can find information about policy updates and enterprise specific in the Firefox for Enterprise 116 Release Notes. Added support for the dirname attribute to pass text directionality information about input and textarea elements to the server. ( learn more ), Firefox now supports CSP3 external hashes. The Audio Output Devices API now enables sites to redirect audio from media elements to permitted output devices (speakers) other than the system default for the user-agent. For example, WebRTC conferencing sites can now redirect audio either to the speakers in a headset or to external speakers. With custom formatters, websites can now define how to display specific JavaScript object

MPL c++ web-browser html5 javascript mozilla

Embree 4.2.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 Release test package build. Embree version for windows integration tests. Cmake presets trailing comma. Test for windows integration tests. Embree docs run tests. Update docs. Added sign file back to windows packages.

Apache redenderer

Apache Guacamole 1.5.3 💾

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client software are required. Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.

minor feature: release addressing miscellaneous from 1.5.2 and earlier, and updating dependencies to their latest compatible versions.

Apache c java javascript html5 remote-desktop vnc rdp ssh daemon servlet