ALT Workstation 10.2 💾

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

minor bugfix: The assembly of ALT Workstation 10.2 distribution kit is prepared for the x86_64, AArch64, i586 architecture and Elbrus. New features 10.2: OEM mode; Timeshift 23.12 added; it became possible to create subpartitions of the BtrFS at the disk preparation stage; new module of the System Control Center (Alterator) for remote configuration of the system via the alterator-fbi network; the license agreement changes. New application versions.

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

Cyber Probe 2.5.2 💾

Cyberprobe is a network attack monitoring software stack. It collects data packets for inspection, logging and analysis. It can be integrated with snort to record the actual intrusion source. While Cybermon is highly configurable protocol decoder and analysis tool, which can also automate responses such as dynamic connection resets, firewalling or forged DNS replies.

minor bugfix:

GNU GPLv3 c++ monitoring security daemon snort packet-inspection honeypot

Ampache 6.3.0 💾

Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. Ampache's usefulness is heavily dependent on being able to extract correct metadata from embedded tags in your files and/or the file name. Ampache is not a media organiser; it is meant to be a tool which presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so.

major feature: ### Added * Translations 2024-03 * Lots more static typing on missing function returns * Dynamic properties on the Captcha classes * Add opml import (and export) for podcasts * Database 600060 * Update Last.FM plugin preferences that could be incorrect * Spell category and subcategory correctly * Add unique constraint `playlist_track_UN` on `playlist_data` table * Remove Flattr plugin (Service has been discontinued) * Convert `object_type` to an enum on `image`, `rating`, `user_flag`, `user_activity`, `object_count`, `share`, `cache_object_count` tables ### Changed * Split database updates into small migration classes * Change usage of State in podcast_episode pages for Status * Song additional metadata classes have been updated * When searching art limit results per-plugin instead of total results * Extend valid Share objects * Update composer scripts and checks * Don't send a cached file that does not match a requested target format ### Removed * Flattr service has shut down, so remove the plugin * php cs-sniffer from the project root and scrutinizer ### Fixed * Catalog Filters could not be edited after creating * Catalogs were not cleaned up from the `catalog_filter_group_map` table * Wanted errors on an empty global user * Public users can not cache playlist browses * Last.FM plugin errors with preferences and linking accounts * Fix up localplay commands for Kodi/XBMC clients * Playlists were sorting by object type * User::get_user_data was not putting the default return in correctly * Unable to use `bin/cli export:playlist` undefined method * Playlist had some issues adding songs * Localplay and jukebox mode improvements (VLC and XBMC) * Don't search for wanted albums on an invalid artist * Browse filtering for album artist and song artist in certain situations * Don't send an empty query to the database * Remove stray span and use valid lang value on installer pages * Updating array preferences * Showing favicon * Publication date of RSS feeds

Apache php streaming server audio music javascript video

PipeWire 1.0.4 💾

PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development. Features include: Capture and playback of audio and video with minimal latency. Real-time Multimedia processing on audio and video. Multiprocess architecture to let applications share multimedia content. GStreamer plugins for easy use and integration in current applications. Sandboxed applications support. See Flatpak for more info.

major bugfix: Highlights Track memfd better to avoid inconsistent memory. Also make sure the mixer info is removed correctly in all cases on destroyed ports. Correctly handle removed objects in the metadata. Add an option to set the server and client priorities instead of using a hardcoded value of 88. The FFADO module has been fixed. Audio and MIDI now works with the same latency as the JACK driver. This has now also been tested with a Focusrite Saffire Pro 14. The JACK library has seen some important fixes. Some ardour crackling has been fixed when looping and multiple MIDI ports on a client should now work. Small bugfixes and improvements. PipeWire Track memfd better to avoid inconsistent memory. Also make sure the mixer info is removed correctly in all cases on destroyed ports. Fix Props param emission again in pw_stream. (#3833) Add MAPPABLE flag to buffer data to indicate that the fd can be mmapped directly. Use this on DMABUF from v4l2. (#3840) Correctly handle removed object in the metadata. FreeBSD build and compatibility fixes. Add an option to set the server and client priorities instead of using a hardcoded value of 88. Read config overrides in the right order. Fix PIPEWIRE_QUANTUM rate handling in pw_stream and pw_filter. Fix pw_context_parse_conf_section(), actually use the conf argument. A new pw_stream_get_nsec() and pw_filter_get_nsec() function was added to get the current time of the stream/filter without having to assume a particular clock. A new default.clock.quantum-floor property was added to configure the absolute lowest buffer-size. (#3908) docs Many doc updates. tools Make sure we always quit pw-cli when the server stops. (#3837) pw-top now prints all drivers in batch mode. (#3899) modules Don't destroy the client in protocol-simple on EAGAIN. Handle IPv6 better in the RTP modules. Fix IPv6 SAP header parsing. (#3851) The FFADO module has been fixed. Audio and MIDI now works with the same latency as the JACK driver. This has now also been tested wit

MITL audio video c

Spyder 5.5.2 💾

Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package. Beyond its many built-in features, its abilities can be extended even further via its plugin system and API. Furthermore, Spyder can also be used as a PyQt5 extension library, allowing developers to build upon its functionality and embed its components, such as the interactive console, in their own PyQt software.

minor bugfix: Important : Activate environment for consoles that run in the same environment as Spyder. IPython kernel hangs when using a different graphic backend than `Inline`. check for updates mechanism when running Spyder from a conda installation. : Missing `Checking for updates` message in the status for the Windows and MacOS installers (PR 21868 by @ccordoba12). Release 5.5.2 (PR 21842 by @dalthviz). Error when trying to update from a conda installation (PR 21784 by @mrclary). Crash in IPython console when running Numpy/Scipy code after Spyder is started from the Start menu (PR 21783 by @mrclary). IPython kernel hangs when using other graphics backend than "inline" (PR 21834 by @ccordoba12). In this release 5 were. Pull Requests Merged: PR 21868 - PR: showing update status bar widget in our apps at startup and other to the update process (Application), by @ccordoba12 (21861). PR 21851 - PR: visibility of status bar widget that checks for Spyder updates (Application), by @ccordoba12. PR 21843 - PR: Add `condabin` directory, relative to `sys.executable` and provided `pyexec`, to paths searched for conda executable, by @mrclary. PR 21842 - PR: Update core dependencies for 5.5.2, by @dalthviz (21839). PR 21834 - PR: hangs when using Matplotlib interactive backends (IPython console), by @ccordoba12 (21299). PR 21784 - PR: Do not use version in macOS artifact name and names for the future Spyder 6 installers (Installers), by @mrclary (21781). PR 21783 - PR: Always activate a conda environment for IPython consoles, by @mrclary (21749). In this release 7 pull requests were. ----.

MITL interpreter ide cpython python science-research

FlexGet 3.11.22 💾

FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds.

minor bugfix: all commits.

MITL download internet torrents bittorrent python

gaiasky 3.6.0 💾

Gaia Sky is a real-time 3D Universe application that runs on Linux, Windows and macOS. It is developed within the framework of ESA's Gaia mission to chart more than 1 billion stars. A part of Gaia Sky is described in the paper Gaia Sky: Navigating the Gaia Catalog.

major feature: Full changelog : Check leap years in date dialog. Prevent NaNs in some camera operations. Clean up test scripts a bit. `startRecordingCameraPath(String filename)` does not use the filename correctly. Build System: Update dependency library versions. Features: Add 'textureAttribute' to particle sets, so that textures are selected with respect to the value of an attribute. Use local dataset descriptors to construct catalog infos, when they are not explicitly set. Enable local data information in the '+ info' window. This displays the local data on an object. In particle and star groups, the extra attributes are also offered. Enable extra arguments of type string for star and particle sets. Rename 'star systems' group to 'exoplanets extrasolar systems'. Add icons to group title in dataset manager. Add time transition API call and test script. Add support for multiple key sets bound to actions in hotkey tooltip. Keyframes and camera path file saving no longer overwrites existing files. Instead, it generates a new unique file name based on the given one. Support comma- as well as whitespace-separated values for camera and keyframes files. Default to comma-separated values for writing. Add support for OptFlowCam (Piotrowski 2024) method to convert keyframes into camera path files. Gaia Sky calls the local python3 interpreter to process the keyframe files, so a local python3 installation (with numpy) needs to be in place for it to work. Reorganize keyframes window layout for better use of space. Add support for B-splines, additionally to Catmull-Rom splines, as a method for interpolating positions between keyframes. Add API call to get the window coordinates of an object, in pixels. Add API calls to do camera transitions only in position and orientation. Add different durations for the transitions in position and orientation in the API call. Add smooth interpolation methods to `cameraTransition()` calls. The new methods can use either a logis

MPL astronomy vr

JackTrip 2.2.4 💾

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

minor bugfix: Date: 2024-03-13 Description: - Allow software opengl for older windows video drivers. - VS Mode avoid unnecessary JACK library checks at startup.

Mixed audio music streaming server cpp qml

OBS Studio 30.1 💾

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

minor feature: 30.1 New Features Enabled HDR for HEVC over RTMP nquah AV1 HDR is not currently supported by YouTube. Reworked the Image Slideshow source Lain-B The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before. Added Capture Audio option to window/game capture on Windows derrod Added Premultiplied Alpha option for game capture on Windows jpark37 Added option for automatic cropping to bounding box derrod Added maxRGB tonemapper for SDR in HDR Tone Mapping filter jpark37 Added GPU rescaling options for streaming and recording outputs derrod Added channel selection for CoreAudio input devices PatTheMav Added Capture Card Device source type on macOS PatTheMav Enabled multi-track audio support for mpegts pkviet Added AV1 support for VA-API nowrep Added AV1 support for WebRTC/WHIP output Sean-Der Added Video Capture Device (PipeWire) source type GeorgesStavracas 30.1 Changes Added HDR support for the Elgato HD60 X Rev.2 FBirth Added theme data search paths derrod Added Lua script location to search path for Lua native libraries Smartkin Added Python 3.11 support for macOS PatTheMav Updated obs-websocket to version 5.4.2 tt2468/Lain-B Release notes for addition in 5.4.0 are here: https://github.com/obsproject/obs-websocket/releases/tag/5.4.0 Improved simple mode replay buffer settings gxalpha Switched to bigger units in the UI for high bitrate/large recordings derrod Disabled Paste Transform on locked scene items cg2121 Disabled Edit Transform if scene item is locked cg2121 Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks derrod PCM audio in (fragmented) MP4/MOV is now supported

GNU GPLv3 audio video screencasting livestreaming c c

OpenSSH 9.7 💾

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 contains mostly. New features. Ssh(1), sshd(8): add a "global" ChannelTimeout type that watches. All open channels and will all open channels if there is no Traffic on any of them for the specified interval. This is in Addition to the existing per-channel timeouts added recently. This supports situations like having both session and x11. Forwarding channels open where one may be idle for an extended Period but the other is actively used. The global timeout could Both channels when both have been idle for too long. All: make DSA key support compile-time optional, defaulting to on. Sshd(8): don't append an unnecessary space to the end of subsystem. Arguments (bz3667) Ssh(1): the multiplexing "channel proxy" mode, broken when. Keystroke timing obfuscation was added. (GHPR#463) Ssh(1), sshd(8): spurious configuration parsing errors when. Options that accept array arguments are overridden (bz3657). Ssh-agent(1): potential spin in signal handler (bz3670). Many to manual pages and other documentation, including GHPR#462, GHPR#454, GHPR#442 and GHPR#441. Greatly improve interop testing against PuTTY. Portability. Improve the error message when the autoconf OpenSSL header check. Fails Improve detection of broken toolchain -fzero-call-used-regs support. bz3645). Regress/misc/fuzz-harness fuzzers and make them compile without. Warnings when using clang16 Checksums: SHA1 (openssh-9.7.tar.gz) = 163272058edc20a8fde81661734a6684c9b4db11. SHA256 (openssh-9.7.tar.gz) = gXDWrF4wN2UWyPjyjvVhpjjKd7D2qI6LyZiIYhbJQVg=. SHA1 (openssh-9.7p1.tar.gz) = ce8985ea0ea2f16a5917fd982ade0972848373cc. SHA256 (openssh-9.7p1.tar.gz) = SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=. Please note that the SHA256 signatures are base64 encoded and not. Hexadecimal (which is the default for most checksum tools). The PGP Key used to sign the releases is available from the mirror sites: Https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc Reporting : Please read https://www.openssh.com/repo

BSDL c ssh security cryptography utilities sftp scp openbsd linux

qft 0.5.6 💾

QFT is a small application for Quick (and really reliable) Peer-To-Peer UDP file transfer.

minor bugfix: This update allows specifying a send delay, but stays backwards-compatible with the rest of v0.5. A lower send delay means packets are sent in quicker succession, but has similar negative effects as a higher packet size (except networks usually allow quite low delays, while some don't allow big packets, making this less likely to be a bottleneck). Also, the gui is a rust featureflag now. Mac binaries to follow.

GNU GPLv3 rust p2p udp file-transfer

Geant4 11.2.1 💾

Geant4 is a toolkit for the simulation of the passage of particles through matter. Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science. There are three main reference papers for Geant4: Nuclear Instruments and Methods in Physics Research A 835 (2016) 186-225 IEEE Transactions on Nuclear Science 53 No. 1 (2006) 270-278 Nuclear Instruments and Methods in Physics Research A 506 (2003) 250-303

minor feature: Configuration ------------- + CMake: o Added -F flag on macOS with a framework build of Qt. Addressing problem report #2589. o Fixed detection of SoQt/Xt packages, by manually checking versions of found packages. Geant4 only requires a minimum version. o Geometry: -------- + solids/CSG: o In wrapper G4UTrap, use GetThetaCosPhi() and GetThetaSinPhi() in method GetVertices(); this overcomes a problem with trapezoid reported in CMSSW after migration to VecGeom 1.2.6. Also fixed typo in method SetAllParameters(), setter used in parameterisation of shape dimensions. o Global: ------ + G4PhysicsModelCatalog: added ID for the Light-Ion QMD model. + Updated date and version for 11.2.1. o Physics Lists: ------------- + constructors/electromagnetic o G4GammaGeneralProcess: fixed sampling of muon pair production. Addressing problem report #2543. o G4EmStandardPhysics_option3: restore step limit type to use 'fUseDistanceToBoundary' and set default RangeFactor from 0.03 to 0.04, fixing inaccuracy in medical benchmarks. + constructors/gamma_lepto_nuclear o G4NeutrinoPhysics: fixed neutrino physics instantiation. Addressing problem report #2594. o Processes - Electromagnetic: --------------------------- + dna o G4DNABornAngle: fixed numerical problem; added protection for cosTheta; use relativistic formula for maximum energy transfer to delta-electrons. + loweneegy o G4MicroElecInelasticModel_new: fixed Coverity report for memory leak at exit. Minor code cleanup. o G4MicroElecLOPhononModel: minor code cleanup. + standard o G4IonICRU73Data: fix for the case when target material has an element with Z 92; improved debug printouts. In the Lindhard-Sorensen model to compute dEdx the first try i

Other visualization geometry scientific-computing computational-physics toolkit cpp

Checkstyle 10.14.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: Performance regression from 10.12.4 to 10.13.0. False positive in RightCurly with 'alone_or_singleline' RightCurlyOption in try/catch. some messages are still hardcoded in english. False positive error from JavadocType with record. VariableDeclarationUsageDistance: no violation to move variables r to block. Enable examples tests. Expand XPath IT Regression Testing. Remove '//ok' comments from Input files. Rename Java Input files and test methods to specify Test functionality. update JavadocTokenTypes.java to new format of AST print. doc: Updated description and docs of TextBlock. inconsistent documentation for TEXT_BLOCK_abc token types. Excludes for createTempFile forbidden method. doc: Update TokenTypes link to be more specific. update TokenTypes.java to new format of AST print. Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files. AbstractXpathTestSupport does not support generating multiple xpath suppressions. move AllBlockCommentTest and AllSinglelineCommentsTest to AST Tests. doc: line length violation in releasenotes.xml.

MITL java coding-style syntax-checker command-line

G'MIC 3.3.5 💾

G'MIC (GREYC's Magic for Image Computing) is a portable and scriptable image processing framework. It comes as C++ library, can be used as command line tool, as Gimp plugin, as web service, or with its Qt application. G'MIC allows image conversion, manipulation, applying complex filters and visualization pipelines. Various image types can be used, 1D/2D/3D sources, multi-spectral and volumetric images or 3D vector objects, regardless of pixel depths. The "gmic" command line tool is often an alternative to ImageMagick or GraphicsMagick.

minor feature:

GNU GPL c++ libgmic image-processing gimp graphics-conversion visualization

Fasttracker II clone 1.77 💾

Fasttracker II clone for Windows/macOS/Linux Aims to be a highly accurate clone of the classic Fasttracker II software for MS-DOS. The XM player itself has been directly ported from the original source code, for maximum accuracy. The code is partly my own, partly based on the original FT2 code. What is Fasttracker II? Read about it on Wikipedia.

minor feature: lt;ul gt;. lt;li gt;Fullscreen have been mostly resolved for Macs with a notch in the display. It may still have a slight error in how the mouse maps to the pixels on the screen, but it's still MUCH more usable than it was! Another problem is that the mouse cursor can sometimes flicker for a split second (temporarily change into the OS cursor, then back to the FT2 cursor). Also an with fullscreen on Linux, but some systems may still have severe with the mouse position mapping... lt;/li gt;. lt;li gt;The 32-point sinc resampling interpolator was reduced to 16-point again because of the trade-off not being big enough, and it was slightly wrongly implemented and would alias a little bit in some cases. I'll implement a better sinc interpolator in the future, if I ever stumble across a nice and simple implementation. Please let me know if you have one! lt;/li gt;. lt;li gt;Windows/macOS: Updated SDL to v2.30.1 lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

Speech Dispatcher 0.11.5 💾

This is the Speech Dispatcher project (speech-dispatcher). It is a part of the Free(b)soft project, which is intended to allow blind and visually impaired people to work with computer and Internet based on free software. Speech Dispatcher project provides a high-level device independent layer for access to speech synthesis through a simple, stable and well documented interface.

minor bugfix: * Update CLDR to version 43 and symbols from NVDA. * Fix parsing and emitting space character. * Reduce espeak buffer size to avoid ssml issues. * Add --disable-doc. * Fix spd-conf not being able to set the default module. * Fix pausing without index. * ibmtts: Fix parameter reset. * ibmtts: Disable using the module punctuation by default

GNU GPLv3 vision-imparied audio tts text-to-speech c python

croc 9.6.14 💾

croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following: allows any two computers to transfer data (using a relay) provides end-to-end encryption (using PAKE) enables easy cross-platform transfers (Windows, Linux, Mac) allows multiple file transfers allows resuming transfers that are interrupted local server or port-forwarding not needed ipv6-first with ipv4 fallback can use proxy, like tor

minor bugfix: What's Changed Fix Windows builds by @bitraid in #679 Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in #678 Bump softprops/action-gh-release from 1 to 2 by @dependabot in #680 New Contributors @bitraid made their first contribution in #679

MITL file-transfer cli encryption tcp transfer peer-to-peer file-sharing data-transfer golang

Artistic Style 3.4.13 💾

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

minor bugfix: * fix comment indent after string macro with R suffix * do not break single line block after enum in mozilla mode * adjust cmake policy for new versions only * update man page path * add support for scikit-build-core

MITL formatting indentation

MKVToolNix 83.0 💾

MKVToolNix is a tool collection for manipulating Matroska video (MKV) files. It can mux/demuc, split/merge, edit, inspect or create them, or convert from AVI, MP4, OGM, Dirac, h264 fromats. It supports common encodings and subtitle formats, runs on Linux, Windows and Max OS X.

major feature: "Circle Of Friends" 2024-03-10. New features and enhancements: translations: added a Belarusian translation of the programs the man pages by prydespar (see `AUTHORS`). mkvmerge, MKVToolNix GUI's chapter editor: added support for reading chapters from ffmpeg metadata files. Implements #3676. MKVToolNix GUI: added a new action type for execution after jobs or the queue finishes: quitting MKVToolNix. Implements #3677. Build system changes: The bundled `fmt` library was updated to v10.2.1. Other changes: Tons of changes were made to support the latest development versions of libEBML libMatroska.

GNU GPL c video matroska conversion

mox 0.0.10 💾

Stay in control of your email and keep email decentralized! Complete email solution For sending and receiving email. With support for IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based and content-based junk filtering, Internationalization (IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, webmail. Quick & easy Use the quickstart command to set up mox for your domain(s) within 10 minutes. You'll get a secure mail server with a modern protocol stack. Upgrades are mostly a matter of downloading the new version and restarting. Maintenance via web interface (easy) or config file (powerful). No dependencies. High quality and secure Mox has a modern Go code base with plenty of automated tests, automated integration tests, is manually tested against popular mail server and client software, and is fuzz-tested. The code is well-documented and cross-referenced with the relevant standards (RFC's).

minor feature: lt;h1 gt;New features lt;/h1 gt;. lt;ul gt;. lt;li gt;Implement SMTP "FUTURERELEASE" extension in SMTP server. For submitting a lt;br gt;. Message for delivery from the queue at a time in the future, e.g. tomorrow lt;br gt; Morning 9:00. ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mjl-/mox/commit/93c52b01a02d9f4558a0c9eb29b8accc21b6da66/hovercard" href="https://github.com/mjl-/mox/commit/93c52b01a02d9f4558a0c9eb29b8accc21b6da66" gt; lt;tt gt;93c52b0 lt;/tt gt; lt;/a gt;) lt;/li gt; lt;li gt;Delivery from the queue to multiple recipients in a single SMTP transaction, lt;br gt;. Transferring data only once. This is only done for recipients with the same lt;br gt; Recipient domain. The maximum recipients limit from the RFC 9422 SMTP LIMITS is lt;br gt; Honored and mox now announces its own limit. ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mjl-/mox/commit/47ebfa81526cb87bd44f4452fcb080fda1be515a/hovercard" href="https://github.com/mjl-/mox/commit/47ebfa81526cb87bd44f4452fcb080fda1be515a" gt; lt;tt gt;47ebfa8 lt;/tt gt; lt;/a gt;) lt;/li gt; lt;li gt;Allow configuring DNS blocklists (DNSBLs) only for monitoring, without using lt;br gt;. Them for incoming email. Previously, mox would only monitor DNSBLs that are lt;br gt; Used for incoming connections. But it is useful to know if your IPs are on a lt;br gt; Blocklist, unrelated to whether you're using the blocklist. ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mjl-/mox/commit/15e450df61173701fbbf2be52bf2e944cbe4b0f7/hovercard" href="https://github.com/mjl-/mox/commit/15e450df61173701fbbf2be52bf2e944cbe4b0f7" gt; lt;tt gt;15e450d lt;/tt gt; lt;/a gt;) lt;/li gt; lt;/ul gt;. lt;h1 gt;Improvements lt;/h1 gt;. lt;ul gt;. lt;li gt;Mox has a separate website now, lt;a href="https://www.xmox.nl" rel="nofollow" gt;https://www.xmox.nl lt;/a gt;. It should be more lt;br gt;. Frien

MITL email email-server secure privacy golang go javascript server

LimeSurvey 6.4.11 (build 240304) 💾

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: Cannot log in anymore after updating when using MSSQL server (Carsten Schmitz). Menus that don't want to disappear (Matthew). Off-button not shown in 'Create example question group and question:' (Matthew). Survey activation error using MSSQL (Carsten Schmitz). Updated translation: Portuguese (Portugal). Updated translation: Italian by lfanfoni, mike73rn, tebala. Updated translation: Italian (Informal) by lfanfoni, sielte. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

Okular 24.02.0 💾

The Universal Document Viewer Multi-platform, fast and packed with features, Okular allows you to read PDF documents, comics and EPub books, browse images, visualize Markdown documents, and much more. Okular supports many formats, including PDF, EPub, DjVU and MD for documents; JPEG, PNG, GIF, Tiff, WebP for images; CBR and CBZ for comics; and many, many more. Okular has a wide range of features that lets you easily manage your documents. Annotate your PDFs: With Okular's 'Annotation mode', you can easily add inline and popup notes, highlight and underline text, or even add your own text. Resource and Energy-Efficient Software: Okular is the very first software product to receive the Blue Angel ecolabel for being resource and energy efficient. Click on the label to find out more.

minor feature:

Mixed pdf pdf-viewer epub ebook ebook-viewer cpp c

gThumb 3.12.6 💾

An image viewer and browser utility for the GNOME environment. Image browser Browse your hard disk showing you thumbnails of image files. Thumbnails are saved in the same database used by Nautilus so youdon't waste disk space. Automatically update the content of a folder. Copy, move, delete images and folders. Bookmarks of folders and catalogs. Image viewer View single images (including GIF animations). Supported image types are: BMP, JPEG, GIF, PNG, TIFF, TGA, ICO, XPM, JXL, AVIF. Optional support for RAW and HDR (high dynamic range) images. View EXIF data attached to JPEG images. View in fullscreen mode. View images rotated, flipped, mirrored. Image organizer Add comments to images. Organize images in catalogs, catalogs in libraries. Print images and comments. Search for images on you hard disk and save the result as a catalog. Search criteria remain attached to the catalog so you can update it when you want. Image editor Change image hue, saturation, lightness, contrast and adjust colors. Scale and rotate images. Save images in the following formats: JPEG, PNG, TIFF, TGA. Crop images. Red-eye removal tool. Advanced tools Import images from a digital camera. Slide Shows. Set an image as Desktop background. Create index image. Rename images in series. Convert image format. Change images date and time. JPEG lossless transformations. Find duplicated images. gThumb has a plug-in system for extensions. Some standard features are implemented as extensions and

minor bugfix: Features: WebAlbums: allow Exif image title to be used. (Linas Vepstas). : 'could not perform operation' when editing a modified image. Video thumbnailer: use the default thumbnail size if invalid. (Linas Vepstas). Video thumbnailer: avoid a null pointer dereference and crash. (Linas Vepstas). Translations: Slovenian (Martin Srebotnjak).

GNU GPLv3 image viewer browser editor multimedia gnome c

LibreSSL 3.8.3 💾

LibreSSL Portable is a free version of the SSL/TLS protocol forked from OpenSSL, and developed by the OpenBSD project. LibreSSL is developed as part of the OpenBSD system, with lots of ancient cruft and security woes already fixed. The portable version for other Unices is developed alongside.

: It includes the following changes from LibreSSL 3.8.2 Portable changes. Removed assert pop-ups with Windows debuilds. Crashes and hangs in Windows ARM64 builds. Improved control-flow enforcement (CET) support. The LibreSSL project continues improvement of the codebase to reflect modern. Safe programming practices. We welcome feedback and improvements from the Broader community. Thanks to all of the contributors who helped make this Release possible.

ISC ssl tls cryptography security libraries aes rsa sha1 communications

OpenModelica 1.22.3 💾

OPENMODELICA is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage. Its long-term development is supported by a non-profit organization – the Open Source Modelica Consortium (OSMC). An overview journal paper is available and slides about Modelica and OpenModelica. The goal with the OpenModelica effort is to create a comprehensive Open Source Modelica modeling, compilation and simulation environment based on free software distributed in binary and source code form for research, teaching, and industrial usage. We invite researchers and students, or any interested developer to participate in the project and cooperate around OpenModelica, tools, and applications.

minor bugfix: This patch release contains several fixes and improvements, mostly to the OMEdit GUI and the FMU export in Windows.

modeling simulation simulator modelica cpp c

drumlabooh 2.3.0 💾

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

major bugfix: Some GUI fixes, the build is synced to JUCE 7.0.10

GNU GPLv3 midi linux windows lv2 vst vsti drums drummachine

Linux kernel 6.7.9 💾

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

minor feature: Linux 6.7.9, drm/nouveau: don't fini scheduler before entity flush, selftests: mptcp: rm subflow with v4/v4mapped addr, selftests: mptcp: add mptcp_lib_is_v6, selftests: mptcp: update userspace pm test helpers, selftests: mptcp: add chk_subflows_total helper, selftests: mptcp: add evts_get_info helper, KVM/VMX: Move VERW r to VMentry for MDS mitigation, KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH, x86/: Use ALTERNATIVE() instead of mds_user_clear static key, x86/entry_32: Add VERW just before userspace transition, x86/entry_64: Add VERW just before userspace transition, block: define bvec_iter as __packed __aligned(4), gpio: resource unwinding order in error path, gpiolib: the error path order in gpiochip_add_data_with_key(), gpio: 74x164: Enable output pins after registers are reset, powerpc/rtas: use correct function name for resetting TCE tables, powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV, dmaengine: idxd: Ensure safe user copy of completion record, dmaengine: idxd: Remove shadow Event Log head stored in idxd, phy: qcom-qmp-usb: v3 offsets data, phy: qcom: phy-qcom-m31: wrong pointer pass to PTR_ERR(), phy: freescale: phy-fsl-imx8-mipi-dphy: alias name to use dashes, dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup, dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup, dmaengine: dw-edma: Add HDMA remote interrupt configuration, dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo, dmaengine: dw-edma: wrong interrupt bit set for HDMA, dmaengine: dw-edma: the ch_count hdma callback, ASoC: cs35l56: reversed if statement in cs35l56_dspwait_asp1tx_put(), af_unix: Drop oob_skb ref before purging queue in GC. af_unix: task hung while purging oob_skb in GC. NFS: data corruption caused by congestion. mfd: twl6030-irq: Revert to use of_match_device(), mptcp: possible deadlock in subflow diag, mptcp: double-free on socket dismantle, mptcp: po

GNU GPL c linux kernel operating-system

Uvicorn 0.28.0 💾

Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all async frameworks. Uvicorn currently supports HTTP/1.1 and WebSockets.

major bugfix: Added: Raise `ClientDisconnected` on `send()` when client disconnected 12/02/24. : Except `AttributeError` on `sys.stdin.fileno()` for Windows IIS10 29/02/24. Use `X-Forwarded-Proto` for WebSockets scheme when the proxy provides it 01/03/24.

BSDL-2 webserver asgi async framework server python

KeePassXC 2.7.7 💾

KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted into customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases.

minor feature: Changes Support USB Hotplug for Hardware Key interface #10092 Support 1PUX and Bitwarden import #9815 Browser: Add support for PassKeys #8825, #9987, #10318 Build System: Move to vcpkg manifest mode #10088 Fixes Fix multiple TOTP issues #9874 Fix focus loss on save when the editor is not visible anymore #10075 Fix visual when removing entry from history #9947 Fix first entry is not selected when a search is performed #9868 Prevent scrollbars on entry drag/drop #9747 Prevent duplicate characters in "Also choose from" field of password generator #9803 Security: Prevent byte-by-byte and attachment inference side channel attacks #10266 Browser: Fix raising Update Entry messagebox #9853 Browser: Fix bugs when returning credentials #9136 Browser: Fix crash on database open from browser #9939 Browser: Fix support for referenced URL fields #8788 MacOS: Fix crash when changing highlight/accent color #10348 MacOS: Fix TouchID appearance depending on lid open/closed #10092 Windows: Fix terminating KeePassXC processes with MSI installer #9822 FdoSecrets: Fix database merge crash when enabled #10136

password password-manager security privacy cpp

projectm 4.1 💾

projectM - The most advanced open-source music visualizer Experience psychedelic and mesmerizing visuals by transforming music into equations that render into a limitless array of user-contributed visualizations. projectM is an open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library. Its purpose in life is to read an audio input and to produce mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.

minor feature: lt;p gt;After about a year of work, we're finally ready to release libprojectM 4.1, which is in fact the actual "major" release in regards of general improvements over the 3.1 release series. Most of libprojectM's codebase has been refactored or rewritten from scratch to bring it to more modern standards, make it easier to maintain and - most importantly - vastly improve Milkdrop compatibility and overall performance. lt;/p gt;. lt;h2 gt;Target Audience: Users lt;/h2 gt;. lt;p gt;While the 4.0 version was mainly focused on updating the build system and introducing a stable API which developers can use to integrate it into their applications, it didn't change much in regards to preset rendering quality and Milkdrop compatibility. lt;/p gt;. lt;p gt;This release focuses on bringing libprojectM mostly on par with Milkdrop, implementing some missing features and improving the preset rendering process to match Milkdrop's code as ly as possible. lt;/p gt;. lt;p gt;The libprojectM C API and ABI did not change since 4.0, making it a drop-in replacement with no changes required in application code. When using the shared library, replacing the library file(s) will be sufficient to use the new version, no rebuild/relink is required in this case. lt;/p gt;. lt;p gt;The projectM team also wants to thank all contributors for their efforts, making this release possible! lt;/p gt;. lt;h2 gt;Changes since 4.0 lt;/h2 gt;. lt;ul gt;. lt;li gt;A from-scratch rewrite of the parser running the math expressions in presets, implementing all previously missing features like megabuf, loops, regXX vars, compound operators like lt;code gt;+= lt;/code gt; and greatly improving the execution speed. lt;/li gt;. lt;li gt;Reworked the whole preset rendering process, carefully implementing each step and effect to match Milkdrop's rendering process and math. lt;/li gt;. lt;li gt;Reintroduced smooth preset transitions, using custom blending shaders. lt;/li gt;. lt;li gt;Reimplemented the audio proces

Mixed music graphics visualizer cpp c

CMOC 0.1.86 💾

CMOC is a 6809-generating cross-compiler for a large subset of the C language. It produces executables for the Motorola 6809 processor to be used under the Tandy Color Computer Disk Basic environment, OS-9 and others. It runs under GNU/Linux and other Unix-like environments.

minor feature: Added experimental command-line option --mc6839, which allows single-precision floating point operations, by adding the 8k image of Motorola's MC6839 ROM. Those operations are then independent of Color Basic's floating point routines, and Basic does not have to be present. When using this option, the use of the f placeholder in a printf() statement requires calling enable_printf_float() are the beginning of main(). Added strspn(), strcspn(), strtok(), strpbrk(), strrchr(). Added sbrk() and sbrkmax() for OS-9. Several minor bug fixes, improvements and optimizations.

GNU GPLv3 compiler c developers

BIRD 2.15 💾

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.

major feature: BGP: Send hold timer, BGP: New options to specify required BGP capabilities, BFD: Improvements to 'show bfd sessions' command, RPKI: New 'local address' configuration option, Linux: Support for more route attributes, including TCP congestion control algorithm, support for UDP logging, static routes can have both nexthop and interface specified, completion of command options in BIRD client, many bugfixes and improvements

GNU GPL internet networking router bgp rpki

QGIS 3.36 💾

QGIS (Quantum GIS) is a geographic information systems (GIS) application for viewing, editing, and analysing data. It allows layered map editing, composed of raster and vector (polygon) data, and allows georeferencing them. It's commonly used by OpenStreetMap and suitable for beginners, also available cross-platform.

major feature:

GNU GPL c++ gis map-editor vector-graphics dxf

Paperless-ngx 2.6.2 💾

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

minor bugfix: Features: Enhancement: move and rename files when storage paths deleted, update file handling docs @shamoon. Enhancement: better detection of default currency code @shamoon. : : make document counts in object lists permissions-aware @shamoon. All App Changes: . 3 changes. Enhancement: move and rename files when storage paths deleted, update file handling docs @shamoon. : make document counts in object lists permissions-aware @shamoon. Enhancement: better detection of default currency code @shamoon. .

GNU GPLv3 internet web dynamic content indexing search

gRPC 1.62.1 💾

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.

major bugfix: This release contains refinements, improvements, and bug fixes.

Apache rpc cpp python c

term_wifi 3.1 💾

A simple console frontend to iwconfig/iw

minor feature: Handle Roy Marples DHCPCD default pid file. Added '--version' option. Added '-viewer sixel' option. Added manpage. Added 'make install'.

GNU GPLv3 wifi console iwconfig