Carla 2.5.5 💾

Carla is an audio plugin host, with support for many audio drivers and plugin formats. It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus SF2 and SFZ file support. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio. There are 4 types of engine processing: Single-client: (JACK driver only) Same as Multi-client, except that all JACK ports belong to a single master client. This is needed when a setup doesn't support multi-client JACK apps, such as LADISH. Multi-client: (JACK driver only) Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed. Rack: Plugins are processed in order, from top to bottom. Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones. Patchbay: Modular patchbay mode, just like in JACK Multi-client and many other modular applications. Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.

minor feature: Allow IPC during plugin discovery (controlled by external tools) Expose a few extra APIs in carla-utils library Install extra carla-utils related headers during make install Fix invalid/empty LV2 paths for compatibility with lilv Fix LV2 plugin state for plugin bridges Fix showing engine device settings on systems without JACK Fix usage with LMMS on Windows Remove use of REAL_BUILD macro, no longer needed Tweaks for integration in OBS Other minor fixes and cleanup

GNU LGPLv3 c++ midi mixers sound-synthesis audio

Eagle Mode 0.96.1 💾

Eagle Mode is a C++ GUI toolkit and provides a zoomable user interface (ZUI) usable as desktop shell even. It functions as filesystem browser and manager, and seamlessly runs integrated applications. Images, text files and office documents can be zoomed in, audio and video files engaged as well. Built-in widgets like an archiver, chess and 3D minesweeper games, a clock, fractal imaging examples integrate likewise.

minor feature: Added select and copy functions to the plain text viewer.. Added select and copy functions to the PDF viewer.

GNU GPLv3 c++ desktop file-manager gui toolkit zoomable interface shell cross-platform

PowerShell Core 7.4.0-preview.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.0-preview.4 - 2023-06-29. Breaking Changes. `Test-Json`: Use `JsonSchema.Net` (`System.Text.Json`) instead of `NJsonSchema` (`Newtonsoft.Json`). `Test-Connection`: Increase output detail when performing a TCP test. Engine Updates and. native executables not redirecting to file. Add a new experimental feature to control native argument passing style on Windows. `TabExpansion2` variable leak when completing variables. Enable completion of variables across ScriptBlock scopes. completion of the `foreach` statement variable. variable type inference precedence. member completion for PowerShell Enum class. parsing for array literals in index expressions in method calls. incorrect string to type conversion. slow execution when many breakpoints are used. Add a public API for getting locations of `PSModulePath` elements. Add WDAC Audit logging. Improve path completion. an indexing out of bound error in `CompleteInput` for empty script input. Improve variable completion performance. Allow partial culture matching in `Update-Help`. the check when reading input in `NativeCommandProcessor`. Add support of respecting ` PSStyle.OutputRendering` on the remote host. Support byte stream piping between native commands and file redirection. General Cmdlet Updates and. Disallow negative values for `Get-Content` cmdlet parameters `-Head` and `-Tail`. Make `Update-Help` throw proper error when current culture is not associated with a language. Do not require activity when creating a completed progress record. WebCmdlets: Add alias for `-TimeoutSec` to `-ConnectionTimeoutSeconds` and add `-OperationTimeoutSeconds`. Avoid checking screen scraping on non-Windows platforms before launching native app. Add reference to PSResourceGet. Add `FileNameStar` to `MultipartFileContent` in WebCmdlets. Add `ParameterSetName` for the `-Detailed` parameter of `Test-Connection`. Remove the property disabling optimization. Filter complet

MITL powershell shell

Tellico 3.5 💾

Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data. Check out the screenshots. Tellico keeps things simple, so no database server is needed. The data is saved in XML format, which makes for easy parsing, portability, and styling. It will run on any platform which KDE supports, most commonly Linux. Tellico is licensed under the GNU General Public License, giving you the freedom to modify and distribute the source code. If you download Tellico and like it, do let me know. I'm happy to try to accommodate any suggestions. If you have translation updates, please pass them along to the KDE translation teams. I do have to say that Tellico is a hobby for me, and it is released without any guarantees or warranties. It may crash a lot for you, it may not do anything that you find useful.

minor feature:

GNU GPLv3 collection manager kde

Calibre 6.22 💾

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.22 30 Jun, 2023 New features Kobo driver: Add support for newest firmware. Trash bin: Allow setting removed books to be permanently deleted on library Windows: Nicer error message when file/folder is locked in another program. PDF Output: regression that caused large slowdowns when converting books with lots of internal HTML files to PDF. CHM Input: ToC entries that use fragments not supported E-book viewer: searching for text next to hidden text not scrolling to the match. E-book viewer: selection popup not showing for some books on some platforms when the selection is in the top line DOCX Output: multiple SVG images in the input document causing all the SVG images in the output to be just one of the input images MOBI Input: Ignore another form of corruption in trailing bytes New news sources. Radio Canada by quatorze. Deutschland Funk by Armin Geller Improved news sources. Foreign Affairs. Nature. Bloomberg. LiveMint. Hindu and Hindu Business Line. Deautsche Welle. Horizons. Indian Express. Psych. Harper's Magazine.

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

LimeSurvey 6.1.5 (build 230626) 💾

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: SQL error on import if quota member code is too long (Carsten Schmitz). Disable system information in demo mode (Carsten Schmitz). security #18868: No CRSF control for action of label set (Denis Chenu). security #18866: Label sets can be created by any admin user (Denis Chenu). Public url is not used for SURVEYURL (Tim Willig). security Able to change username that is by default unchangeable (Patrick Teichmann). Error on Postgres when creating a survey and expressionQuestionHelp plugins is activated (Carsten Schmitz). Capital letters N/Y in name of inherited survey themes are replaced by "Off" (Carsten Schmitz). CSRF Leading to reset Boxes (Gabriel Jenik). security Stored XSS vulnerability in user profile (Patrick Teichmann). security CKeditor 4.20.2 in use which is vulnerable to CVE-2023-28439 (Gabriel Jenik). Cannot use expression in End url description (Gabriel Jenik). ComfortUpdate shows error message to contact the LimeSurvey team, while just retrying usually works (Carsten Schmitz). Updated translation: Swedish by maxzomborszki. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Italian by c_schmitz, lfanfoni, mike73rn, ritapas, seccalisca. Updated translation: Italian (Informal) by c_schmitz, ciampix, lfanfoni, mike73rn, ritapas. Updated translation: German by c_schmitz. Updated translation: German (Informal) by actxcellence, c_schmitz. Updated translation: Finnish by Jmantysalo. Updated translation: Catalan by qualitatuvic.

GNU GPL survey php mysql mssql postgres

Univention Corporate Server 5.0-4 💾

Univention Corporate Server (UCS) is a scalable and Open Source Linux based software appliance for identity, IT infrastructure and service management. It offers basic services for managing users, groups, and computers. In addition, UCS also contains a wide range of server applications, i.e. for IP management (DNS/DHCP), mail and groupware solutions, file share and sync tools, online office suites, project management tools, ERP solutions, and more – all available in the Univention App Center. UCS has a modular design, scales well, and is easy to deploy. UCS is Open Source, available as free edition or as enterprise edition with support and extended maintenance. UCS integrates with Microsoft Active Directory or offers Active Directory compatible services to replace Microsoft servers. It's also possible to manage the identities for Windows, macOS, and Linux clients and servers. Main Features: • Easy web based management system for identities, resources, services, and more. • Integrated IT management services like LDAP (directory services), Kerberos (authentication), DNS and DHCP. • More than 90 apps in the Univention App Center, including 3rd party business applications like Nextcloud, ownCloud, ONLYOFFICE, Collabora, OpenProject, SuiteCRM, OpenXchange and Kopano (one-click installation or virtual appliances). • Compatible with Microsoft Active Directory Download at: https://www.univention.com/downloads/

major feature: On February 8, 2023, UCS 5.0-4 was released. Release notes with all details at: https://docs.software-univention.de/release-notes/5.0-4/en/

Affero GPLv3 it-infrastructure-management active-directory-migration domain-management cloud-management samba-4 app-center linux-distribution open-source

GitLab 16.1.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: (2023-06-28). ### Security (12 changes). Revert 'security-leaked-ci-job-token-permission-16-1' from '16-1' (gitlab-org/security/gitlab@d2599119b120eab983a1446fc9ed3ca801c88368) ( merge request (gitlab-org/security/gitlab!3374)). Use fully qualified ref when loading code owner file (gitlab-org/security/gitlab@e8ba90bb85de376bb020350c027bb369671c83d6) ( merge request (gitlab-org/security/gitlab!3356)). Maintainer can leak masked webhook secrets by manipulating URL masking (gitlab-org/security/gitlab@2cf91108544e8c30aae6d9b207385c90c299869c) ( merge request (gitlab-org/security/gitlab!3359)). Remove approvals when the only commit gets amended (gitlab-org/security/gitlab@3f81f7bc4236bcc2ed887f40b7a14702d756ca9e) ( merge request (gitlab-org/security/gitlab!3366)). Add authorization validation to GithubController#failures action (gitlab-org/security/gitlab@3c8c305deef9c9bd1194788b40e0d7ae1de45f3b) ( merge request (gitlab-org/security/gitlab!3335)). for fork permissions check in compare controller (gitlab-org/security/gitlab@5b14436f3874de7be62e0f46a25e93a1d8c99975) ( merge request (gitlab-org/security/gitlab!3342)). Webhook token leaked in Sidekiq logs if log format is 'default' (gitlab-org/security/gitlab@d2d76399c880c62d7449cdae6014ee3236bffc0b) ( merge request (gitlab-org/security/gitlab!3345)). Mitigate epic reference filter ReDOS (gitlab-org/security/gitlab@874d5bc2d55e2e1092bf7cc4ebb0e53fc716d850) ( merge request (gitlab-org/security/gitlab!3341)). Increasing security for CI_JOB_TOKEN on public and internal projects (gitlab-org/security/gitlab@c2aa392b932af04e395d67eb06a20b5c768ec683) ( merge request (gitlab-org/security/gitlab!3337)). Adjust access to value stream create, edit and destroy actions (gitlab-org/security/gitlab@8a3645e265c71886951bdc03857837aacb57e558) ( merge request (gitlab-org/security/gitlab!3349)). Sanitize user email addresses in admin confirm user dialog (gitlab-org/security/gitlab@70553e6ca6b3f244df37e306466e2d3b5d54f76

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

SimulaBeta 3.1.2 💾

SimulaBeta is a continuous numerical simulation program for insulin-glucose feedback control. It is based on a published nonlinear MiMe-NoCoDI model of insulin-glucose homeostasis, calibrated with physiological data. It supports sensitivity analysis, saving and reading parameter sets and sub-models as scenarios and the export of simulation results in various formats for evaluation in statistics packages.

minor bugfix: Bug-fix release addressing minor issues. First version being based on CyberUnits Bricks 2.0

BSDL-2 computer-aided-instruction scientific bio-informatics medical-science object-pascal pascal aqua carbon cocoa win32 education science-resear

Drumrox: LV2 drum machine based on DrMr 3.1.0 💾

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

major feature: After the implementation of multi-layered samples support for Hydrogen kits, I made the similar thing for Drumrox own kit format. As the example you can try a new kit TamilMulti at drumrox-kits repo.

GNU GPLv3 audio midi gtk c c

exiftool 12.64 💾

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 Sony LensType. - Added config_files/guano.config to the distribution. - Added support for Garmin Low-resolution Video (GLV) files. - Added JUMBF to the list of deletable groups. - Added (untested) read support for spherical video tags in Matroska videos. - Decode a number of new Nikon Z9 tags. - Decode AmbisonicAudio tags in spherical MP4 vidoes. - Decode another Apple tag. - Improved French translations. - Patched to allow writing QuickTime-based videos where the audio/video sample description comes after the sample pointers. - parsing of GPS from Insta360 videos to properly skip void - problem where Apple iPhone 14 images produced invalid XML in -X output when using -struct option. - API Changes: - Added StructFormat option to allow JSON-format serialized structures. - Added NoDups option to eliminate duplicate items from queued values when writing List-type tags.

Artistic perl exif meta-data

Quba-Viewer 1.3.0 💾

Quba is a open source offline viewer application for structured electronic invoices in XML (UBL or UN/CEFACT CII) or PDF (Factur-X/ZUGFeRD) format. The technical foundation is Electron and XSLT.

minor bugfix: Apart from the usual credit note type in invoice documents, still the only way how credit notes are done in the data formats Cross Industry Invoice (CII), this release now also supports the dedicated Universal Business Language (UBL) credit note root element (issue #24). Plus Quba now works better when attempting to open multiple files from outside the application (issue #25).

Apache accounting javascript windows financial-and-insurance-industry developers

Vim 9.0.1671 💾

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.1671: Termde: error with more than 99 breakpoints Problem: Termde: error with more than 99 breakpoints. Solution: Use a different sign for breakpoint 100 and over.

Other text-editor ide vi vim

Kamailio SIP Server 5.7.1 💾

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

minor feature: Version 5.7.1 Maintenance release of the latest stable branch, 5.7, that. Includes since the release of v5.7.0. There is no change to. Database schema or configuration language structure that you have to do. on previous installations of v5.7.x. Deployments running previous v5.7.x. Versions are strongly recommended to be upgraded to v5.7.1. For more details about version 5.7.1 (including links and guidelines to. Download the tarball or from GIT repository), visit: Https://www.kamailio.org/w/2023/06/kamailio-v5-7-1-released/.

GNU GPL sip voip webrtc volte ims telephony messaging

MediaInfo 23.06 💾

MediaInfo displays technical, format, encoding, aspect and textual tag data for audio and video files. It provides a unified GUI for various file containers such as MPEG/4, QuickTime, MKV, AVI, WMV, FLV. It can also generate reports in various text formats, batch process, and a GUI is available cross-platform.

minor bugfix: USAC/xHE-AAC conformance checker. S-ADM: support of SMPTE ST 2127-1 / SMPTE ST 2109 / SMPTE ST 2127-10 (S-ADM in MGA in MXF). S-ADM: add S-ADM version and support of 1/1.001 frame rates. ADM: show FFoA/Start/End as timestamp and timecode. MPEG-7 output update with more extensions. MPEG-TS: support of JPEG XS. DTS-UHD: support of DTS-UHD (a.k.a. DTS-X P2) in MP4. MP4: detection of VVC. MP4: support of media characteristicd (spoken dialog, translation, easy to read...). MP4: support of more Blackmagic RAW Codec IDs. MP4: support of ipcm CodecID. MP4: support of service kind. HEVC: support of SMPTE ST 2094-10. HDR: display of all formats if more than 1 format is detected. Matroska: support of SMPTE ST 12 in block additions. HEVC: time code SEI readout. AVC amp; HEVC: active format description readout. MPEG-TS: support of SMPTE ST 2038 (ancillary data). x ADM/Dolby: wrong FFoA with 1.001 frame rates MOV/MP4: more info with tracks having unknown type. x MOV/MP4: avoid to parse too much content with non stripped timecodes x MOV/MP4: avoid incoherent behavior if 2 tracks have the same ID x TTML: default frame rate x TimeCode: 1/1.001 frame rate was not always detected x MediaTrace: some random blank outputs x URL: remove query part of the URL in the FileExtension field x Referenced files: handling of URL encoded with UTF-8 content x Matroska: crash in support of HDR10+

GNU LGPLv3 c++ win32 command-line wxwidgets video analysis

PowerShell Core 7.3.5 💾

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.3.5 - 2023-06-27. Build and Packaging Improvements. lt;details gt;. lt;summary gt;. lt;p gt;Bump to use.NET 7.0.305 lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;Update the ThirdPartyNotice (Internal 26372) lt;/li gt;. lt;li gt;Add PoolNames variable group to compliance pipeline lt;/li gt;. lt;li gt;Update cgmanifest.json lt;/li gt;. lt;li gt;Update to.NET 7.0.304 lt;/li gt;. lt;li gt;Disable SBOM signing for CI and add extra files for packaging tests lt;/li gt;. lt;li gt;Increase timeout to make subsystem tests more reliable lt;/li gt;. lt;li gt;Increase the timeout when waiting for the event log lt;/li gt;. lt;li gt;Implement lt;code gt;IDisposable lt;/code gt; in lt;code gt;NamedPipeClient lt;/code gt; lt;/li gt;. lt;li gt;Always regenerate files wxs fragment lt;/li gt;. lt;li gt;Bump lt;code gt;Microsoft.PowerShell.MarkdownRender lt;/code gt; lt;/li gt;. lt;li gt;Delete symbols on Linux as well lt;/li gt;. lt;li gt;Add prompt to conflict during backport lt;/li gt;. lt;li gt;Add backport function to release tools lt;/li gt;. lt;li gt;Add an explicit manual stage for changelog update lt;/li gt;. lt;li gt;Update the team member list in lt;code gt;releaseTools.psm1 lt;/code gt; lt;/li gt;. lt;li gt;Verify that packages have license data lt;/li gt;. lt;li gt;the regex used for package name check in lt;code gt;vPack lt;/code gt; build lt;/li gt;. lt;li gt;Make the vPack PAT library more obvious lt;/li gt;. lt;li gt;Update the metadata.json to mark 7.3 releases as latest for stable channel lt;/li gt;. lt;/ul gt;. lt;/details gt;. 7.3.5 : v7.3.4...v7.3.5.

MITL powershell shell

strace 6.4 💾

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

minor feature: This is a stable release, with the usual bugfixes, enhanced support for fresh Linux kernels, and other improvements.

GNU LGPL c debugger software-development

DBeaver 23.1.1 💾

DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, Teradata, MongoDB, Cassandra, Redis, etc.

minor feature: Dbeaver/pro#1668 tableau datasource editor Dbeaver/pro#1668 Datasource pages order. Dbeaver/pro#1668 Refresh SQL editor toolbar on non-resource node events. Dbeaver/pro#1668 Refresh SQL editor toolbar on non-resource node events. Dbeaver/pro#1668 Minor. Dbeaver/pro#1668 Tableau prefs command + localization. Dbeaver/pro#1668 Non-persistent editor input model. Dbeaver/pro#1668 Directory zip. Dbeaver/pro#1668 navigator actions enablement refactoring. Dbeaver/pro#1668 Monitoring.

GNU GPL database front-end sql java

Checkstyle 10.12.1 💾

Checkstyle assists with source coding standard checking for Java. It supports the Sun or Google code conventions, but is flexible and configurable. It can be run as console tool, or integrated as ANT task.

minor feature: SimplifyBooleanExpressionCheck throw NullPointerException while checking ternary operator. Move Filters and File Filters to be a sibling of Checks in site menu. Create tests from xdoc examples. Remove redundant check name in anchor. Resolve pitest survivals in modules. Extend checkstyle-examples-checks. Split modules' xdoc into separate pages. Create separate ant-phase-verify execution for xdocs-examples. Mobile page rendering requires extra font difference for properties. Ensure category index page tables are in sync with checks.xml page table. Fail linkcheck on internal broken site link. broken anchors in subdirectories/subpages. doc: update AbstractClassName examples to match tests. Resolve pitest for FinalLocalVariableCheck. Resolves Pitest for VariableDeclarationUsageDistanceCheck. doc: update ConstantName examples to match tests. Resolves Pitest for DeclarationOrderCheck. Resolves Pitest for AbstractSuperCheck. Create initial xdocs-test folder structure.

MITL java coding-style syntax-checker command-line

qBittorrent 4.5.4 💾

The qBittorrent project aims to provide an open-source software alternative to µTorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

minor feature:

GNU GPL internet download torrent

mtCellEdit 3.7 💾

mtCellEdit is a lightweight spreadsheet program. Its main goal is to provide facilities for simple day-to-day tasks using a minimal graphical user interface. It uses TSV based file formats to ensure that archived data is always accessible to other programs, regardless of operating system, both now and in the future. These "other programs" might be spreadsheet programs, text editors, command line tools, or custom built programs. It is written from scratch and provides all of its core facilities via a library, so any C/C++ program can access its API.

minor feature: This release includes minor updates and bugfixes.

GNU GPLv3 c++ spreadsheet editor libraries office business

stafwag_ansible-role-cloud_localds 2.1.1 💾

An ansible role to create cloud-init config disk images. This role is a wrapper around the cloud-localds command.

minor bugfix: network config templating * bugfix. This release implements network config templating. The previous release copied the template instead of using templating.

MITL ansible role cloud-init

Vim 9.0.1664 💾

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.1664: divide by zero when scrolling with 'smoothscroll' set Problem: Divide by zero when scrolling with 'smoothscroll' set. Solution: Avoid using a negative width.

Other text-editor ide vi vim

FLAC 1.4.3 💾

FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file. FLAC stands out as the fastest and most widely supported lossless audio codec, and the only one that at once is non-proprietary, is unencumbered by patents, has an open-source reference implementation, has a well documented format and API, and has several other independent implementations.

minor feature: The development for this release focused on the tools, flac and metaflac, whereas the previous few releases had the focus on libFLAC. The main improvement in flac is its handling of foreign metadata on decoding a file (i.e. restoring the foreign metadata), metaflac has had a few features added. Both tools have been vetted with fuzzing, resulting in numerous small fixes. Changes General All PowerPC-specific code has been removed, as it turned out those improvements didn't actually improve anything Large improvements in encoder speed for all presets. The largest change is for the fastest presets and for 24-bit and 32-bit inputs. Small improvement in decoder speed for BMI2-capable CPUs Various documentation fixes and cleanups (Mark Grassi, Jake Schmidt) Various fixes (Ozkan Sezer, Zhipeng Xue, orbea, Sam James, Harish Mahendrakar) Fix building on Universal Windows Platform (Dmitry Kostjučenko) flac A lot of small fixes for bugs found by fuzzing Various improvements to the --keep-foreign-metadata and --keep-foreign-metadata-if-present options on decoding The output format (WAV/AIFF/RF64 etc.) is now automatically selected based on what kind of foreign metadata is stored Decoded file is checked afterwards, to see whether stored foreign format data agrees with FLAC audio properties AIFF-C sowt data can now be restored Add --force-legacy-wave-format option, to decode to WAV with WAVEFORMATPCM where WAVE_FORMAT_EXTENSIBLE would be more appropriate Add --force-aiff-c-none-format and --force-aiff-c-sowt-format to decode to AIFF-C The storage of WAVEFORMATEXTENSIBLE_CHANNEL_MASK is no longer restricted to known channel orderings Throw an error when WAV or AIFF files are over 4GiB in length and the --ignore-chunk-sizes option is not set Warn on testing files when ID3v2 tags are found Warn when data trails the audio data o

Mixed audio codec lossless

WackoWiki 6.1.23 💾

WackoWiki is a light and easy to install multilingual Wiki-engine. Supports WYTIWYG-editing, section edit, page rights (ACLs), design themes (skins), file upload, email notification, URI router, template engine, session handler and much more. Compatible with PHP 7.3 - 8.2 and MariaDB / MySQL.

minor feature: Bug fix release for 6.1.x series, fixes error creating cache table, fixes missing byte factor, minor installer fixes, adds option to enforce email confirmation and blacklist email domains, adds regex pattern for action and formatter, adds backup note option

BSDL php javascript mysql web-based documentation education wiki

Wine 8.11 💾

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

minor feature: More mouse cursor clipping improvements. Support for TLS alerts. Increased available address space in WoW64 mode. Various. #48811 StarCraft II fails to load in staging, #51640 LibreOffice 7.2.0 crashes while browsing directories, #53682 wineboot shows quot;user_check_not_lock : holding USER lock quot; on aarch64 since wine-7.14, #54380 Installed windows driver triggers a window when running any program in winXP mode (unimplemented function ntoskrnl.exe.Ke386QueryIoAccessMap), #54442 experimental wow64 mode: doesn #039;t show some graphical windows, #54738 msi:action - The 64-bit test_register_class_info() fails in Wine, #54742 The 64-bit advapi32:registry breaks the 32-bit test_redirection() in Wine, #54751 The 64-bit advapi32:registry breaks test_CoGetPSClsid() in ole32:compobj in Wine, #54797 Lunar Magic 3.33: Crashes with BadWindow unless WINEDE=+all, #54848 dnsapi:query - test_DnsQuery() fails on Rémi #039;s Wine test machines, #54980 wine lost ability to correctly handle printer(CUPS)-supplied fonts (several programs), #54993 Framemaker 8 crashes in internal search operation, #55013 user32:monitor - test_EnumDisplayMonitors() sometimes fails on Linux, #55016 xaudio2_8:xaudio2 - test_simple_streaming() crashes on Windows 8+, #55027 Microsoft Office: IME result string may get doubled when edit is done, #55042 IDictionary::Add() fails to add entries with numerical keys that have the same hashes, #55043 Z-Vision for Windows: Assertion failed when clicking quot;LOAD quot; button. #55046 ALT-TAB broken with virtual desktop and capture mouse (regression: 8.9 - gt; 8.10), #55047 d3d test_cursor_clipping() fails, #55050 Wine stucks when creating pre, #55051 Build regression in wine 8.10 using clang on aarch64 (error in backend: Invalid register name quot;x18 quot;), #55055 Japanese IME fails to clear composition string when deleting the only remaining character, #55074 Multiple apps fail to show anything after launch in

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

Gitea 1.20.0-rc1 💾

Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork. Purpose The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.

minor feature: repo search broken because of profile page added Backport #25455 by @lunny. Caused by #23260. Co-authored-by: Lunny Xiao lt;xiaolunwen@gmail.com gt;.

MITL git go

LimeSurvey 6.1.4 (build 230620) 💾

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: security Administrator can self-delete (Carsten Schmitz). ComfortUpdate showing updates as unstable, even though they are not (twilligls). Group import leads to 500 error on translateLinks (Carsten Schmitz). Can't add email attachment in email templates (Gabriel Jenik). Quick Translation crash with MS SQL Database Error (Gabriel Jenik). Edit a question "script" tab has disappeared (Denis Chenu). Error when trying to add another language to a survey and MSSQL server is used (Carsten Schmitz). Using checkbox question for yes/no loses data when data entry view (Gabriel Jenik). When filtering the survey list by a parent survey group, surveys assigned to a child survey group are not listed (Gabriel Jenik). Unable to use checkdate function if deset (Gabriel Jenik). Unable to re-import tokens from old table (Gabriel Jenik). Updated translation: Swedish by maxzomborszki. Updated translation: Portuguese (Brazil) by holch. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Norwegian (Bokmål) by pmonstad. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

Ardour 7.5 💾

Ardour is an audio processing and editing application. It integrates broad hardware support, JACK and ALSA backends, flexible recording features, multi-channel nesting, import and exporting various file formats, comes with ready to use samples from freesound.org. It has a pretty editing UI, mixing, routing, monitoring, panning. Ardour allows non-destructive and non-linear editing, can be used for augmenting audio layers in video files even. And comes with many effect, input and output plugins. It's open source, but asks for donations on the download page for prebuilt binaries.

major feature: http://ardour.org/whatsnew.html

GNU GPL c audio editor jack multimedia music soundtrack conversion mixing audio-processing audio-effects sampling midi

Extended Module Player library 4.6.0 💾

libxmp is the backend library for XMP which provides playback of MOD audio files. Over 90 formats are supported, PC as well as ancient home computer variants, including standard MOD files, S3M, XM, and IT files.

major bugfix: Changes by Alice Rowan: Add Astroidea XMF format loader. - Implement S3M and IT mix volume. - Add IT MIDI macro filter effects support. - for IT filter cutoff 127 on new note behavior. - Add missing IT filter clamp to mixer loops. - IT duplicate note check to use the key prior to transpose. - multiple IT playback affecting, e.g. Atomic Playboy. - IT tone portamento and offset. - reverse sustain loop release, add IT effect S9F support. - Add Modplug ADPCM4 support for Impulse Tracker modules. - Improve anticlick performance and anticlick filter volume. - IT fade envelope reset should only affect volume envelope. - Impulse Tracker envelope and fadeout order. - Replace bidirectional loop unrolling with reverse sample rendering. - crash when xmp_set_row() is used on an IT end marker. - NNA and tone portamento interaction with sample changes. - Add compatibility for Modplug Tracker preamp scaling. - Add tracker detection for ModPlug Tracker XMs, pre-alpha ITs. - New Protracker CIA and VBlank timing detection routine. - detection for TakeTracker TDZx MODs. - loading of Digital Tracker FA0x MODs. - ASYLUM Music Format restart byte. - 1MB S3M modules relying on the sample segment high byte. - New MIT-licensed Digital Symphony LZW decoder. - Add support for Digital Symphony sigma-delta samples. - Digital Symphony effects and pattern loading. - support for most Farandole Composer effects. - Implement Ultra Tracker tone portamento. - Multiple OctaMED and support for MMDC packed modules. - MED Soundstudio 2 default note events. - MTM tempo effect and FX_SPEED scan. - Add MTM module tempo mode detection and comments support. - Multiple and updates for ST modules. - Move interpolation wraparound handling out of sample loader. - Don't increment voice position by step value at loop/tick end. - Several loading performance improvements. - Allow up to 255 sequences to be scanned. - Allow xmp_smix_play functions to play key off, cut and fade events. - Allow loading MED2 samples from t

GNU LGPLv2 c module audio library

CGAL 6.0 💾

CGAL is a software project that provides easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as geographic information systems, computer aided design, molecular biology, medical imaging, computer graphics, and robotics. The library offers data structures and algorithms like triangulations, Voronoi diagrams, Boolean operations on polygons and polyhedra, point set processing, arrangements of curves, surface and volume mesh generation, geometry processing, alpha shapes, convex hull algorithms, shape reconstruction, AABB and KD trees...

major feature: Release date: October 2023 General Changes: Breaking change: C++17 is now required. Support for Visual `C++` 14.0 (Visual studio 2015) is dropped.

GNU GPLv3 c++ mathematics visualization

Objeck 2023.6.1 💾

Objeck is an open-source programming language inspired by Java and influenced by Scheme and UML. Objeck was designed to be fast, easier to use, lightweight and cross-platform.

major feature: REPL shell support v2023.6.1 New RPEL client shell obi Added functions 'Directory- Delete(..)', 'Directory- GetWorking(..)' and 'Directory- SetWorking(..)' 'HardLink' class added #253 and #254 Fixed issue #240 Minor performance improvements v2023.5.2 Added the 'ByteBuffer' class and updated the 'Runtime- CommandOutput(..)' function Support for setting environment variables via 'Runtime- GetEnvironmentVariable(..)' and Runtime- SetEnvironmentVariable(..)' functions Optimized memory usage and refactored legacy code Modified the 'HttpClient' and 'HttpsClient' methods to use byte arrays instead of strings v2023.5.1 Tweaked syntax for 'TypeOf(..)' expressions (new) Better support for nested method calls with casts (new) Fixed issue #241 (bug)

BSDL-2 compiler debugger interpreter developers cross-plattform

BIRD 2.13.1 💾

BIRD is a dynamic IP routing daemon supporting both, IPv4 and IPv6, Border Gateway Protocol (BGPv4), Routing Information Protocol (RIPv2, RIPng), Open Shortest Path First protocol (OSPFv2, OSPFv3), Babel Routing Protocol (Babel), Bidirectional Forwarding Detection (BFD), IPv6 router advertisements, static routes, inter-table protocol, command-line interface allowing on-line control and inspection of the status of the daemon, soft reconfiguration as well as a powerful language for route filtering.

minor bugfix: BGP: Fix role check when no capability option is present, Filter: Fixed segfault when a case option had an empty block

GNU GPL internet networking router bgp rpki

GitLab 16.1.0 💾

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.

major feature: (2023-06-21). ### Added (224 changes). Initiate the process of group wiki indexing (gitlab-org/gitlab@9bd405f4f5caceda6c069ff893c4a03c2369c435) (merge request) GitLab Enterprise Edition. Add copy reference and email address actions in work items (gitlab-org/gitlab@d4ef682430f4025e8df8a07681fa95de1066b95f) ( merge request (gitlab-org/gitlab!122932)) GitLab Enterprise Edition. Implement group-level dependency list export API (gitlab-org/gitlab@dce970d363a4ed422d99af8ef00e1b7299941379) ( merge request (gitlab-org/gitlab!123397)) GitLab Enterprise Edition. Add runner status column (gitlab-org/gitlab@a80e35eb6eff575325535344d18e1749d61b95b2) ( merge request (gitlab-org/gitlab!123798)). Add a guideline to configure dnsmasq for Pages (gitlab-org/gitlab@87f95e8d2f17ee695f11e52b27e502bf32d21678) ( merge request (gitlab-org/gitlab!123802)). Add GeoJSON support for viewing files (gitlab-org/gitlab@05e09bb9f7166ae03c59c43075ef04a45f7b3558) ( merge request (gitlab-org/gitlab!123012)). Introduce find_changed_paths with merge_commit_diff_mode (gitlab-org/gitlab@d773f966e8a57ecb360dc58c0935b2be288b11c4) ( merge request (gitlab-org/gitlab!123501)). Added new component + imoplemented @anna_vovchenko notes (gitlab-org/gitlab@c28e6f60eb1edafc82bb3388c6dce304dcd15a74) ( merge request (gitlab-org/gitlab!121063)). Added not_aimed_for_deletion filter for namespace-project (gitlab-org/gitlab@ffd598efe9287db2becb3287b45e66cdcf4d5447) ( merge request (gitlab-org/gitlab!123153)). Adding monthly metric for ci builds (28d) (gitlab-org/gitlab@378537cbaa1dd6b6887059d7d833b413dc13ff75) ( merge request (gitlab-org/gitlab!122227)). Show list of audit events in listbox (gitlab-org/gitlab@f9935b6c262bd1fa3968ea3477e037bb86cf385b) ( merge request (gitlab-org/gitlab!123181)) GitLab Enterprise Edition. Add `object_attributes.name` to `pipeline_hooks` (gitlab-org/gitlab@f5ea19c8d29d6d22ab20999b23d9612e731b77d4) ( merge request (gitlab-org/gitlab!123639)). Add Add-on purchase AP

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

Homebank 5.6.5 💾

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 creating splits for income transactions, expenses are added as incomes regardless of amount sign. Account cannot be deleted message is not precise enough. Windows: displayed values overflow int32 in 5.6.4. Status column included in export detail txn from report break re-import. Lock icon for reconciled txn is not displayed in report detail. 2023-05-18 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money