Qt 6.6.1 01 Jan 2024
Qt is a C++ and GUI toolkit. It's available cross-platform, and integrates the Qt Quick canvas and fluid layout engine, based on QML (modeling with JavaScript and CSS-like features).
major feature: https://wiki.qt.io/Main
Qt 6.6.1 01 Jan 2024Qt is a C++ and GUI toolkit. It's available cross-platform, and integrates the Qt Quick canvas and fluid layout engine, based on QML (modeling with JavaScript and CSS-like features). major feature: https://wiki.qt.io/Main Checkstyle 10.12.7 01 Jan 2024Checkstyle 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: False positive in MissingSwitchDefault for switch statement where null label is present. HiddenField false positive on inner records. Indentation: split line new array not checked. Use module properties macro in all templates. Resolve Pitest Suppression in Pitest-Javadoc Profile. Enable checks from Error Prone Support. Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files. Add support to our Inputs for lines with multiple violations. Enable examples tests. Enforce file size on Java inputs. Transitive dependency rejection after Guava upgrade to 32.1.3-jre. Remove '//ok' comments from Input files. Cover pitest survivals with tests. Expand XPath IT Regression Testing. File name too long error. Update CI to have Maven Version 3.8.8, update min required maven version in pom to 3.6.3. PSPP 2.0.0 01 Jan 2024GNU PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. minor feature: ImageMagick 7.1.1-25 01 Jan 2024ImageMagick® is software toolset and library to create, edit, compose, or convert bitmap images. It supports easy cropping, resizing and distorting, combining and morphing, colorizations, animations, applying effects or decorations, adding text, polygons and Bézier curves. Supported image formats include PNG, JPEG, JPEG-2000, GIF, SVG, TIFF, DPX, EXR, PDF and Postscript. IM is comprised of the command line tools convert, identify, mogrify, composite, montage, compare, stream, display (with editing GUI), animate, import and conjure for scripting. And there are bindings for Ada, C, COM+, C++, Java, Lisp, haXe, .NET, PHP, Python, Ruby and Tcl. minor bugfix: Merged: When writing BMP to v3 or lower, ignore the ICC profile. `#6979`. Configure.ac: up LFS check for autoconf-2.72 `#6978`. Commits: Beta release. Beta release. Correct flags for jpeg-xl build.. Include deflate in the security/oss-fuzz build.. Include more features in the tiff build.. Check for version 0.20 instead. Also include -ldeflate in the LIBS for the oss-fuzz build.. Corrected oss-fuzz build.. Display hidden image. Start of moving the oss-fuzz files.. Cosmetic. Latest autoconf/automake. Latest autoconf/automake update. Identify image time-to-live. Set errno if time-to-live exceeded. Cosmetic. Conditionally set errno to ESTALE. Cosmetic. Moved oss-fuzz files to a different folder.. Changes due to moving the oss-fuzz files.. Ensure video can be read from stdin (https://github.com/ImageMagick/ImageMagick//6980). Ignore SyncBlob() status in Blob() (https://github.com/ImageMagick/ImageMagick//6984). Repo change. Update manifest. Release. Release. Seed7 20231217 31 Dec 2023Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language. minor feature: - The FAQ has been improved. Many thanks to Liam O'Brien for creating a list suggested changes. Thanks for helping to improve Seed7 in general. - Support for symbolic links under Windows has been added: - Symbolic link reparse points and mount reparse points are both treated as symbolic links. - The interface does not distinguish between directory symbolic links and normal symbolic links. A normal symbolic link may refer to a directory and readDir(symlink) reads the directory contents (like it does under Linux/Unix/BSD). - The functions fileType() and fileTypeSL() have been improved to work under Windows like they do under Linux/Unix/BSD: - fileType() follows symbolic links and returns the file type of the final destination. - fileTypeSL() returns FILE_SYMLINK for symbolic links. For all other file types fileTypeSL() works like fileType(). - fileTypeSL() does return FILE_SYMLINK only if readLink() works correctly. - fileTypeSL() has been fixed to return FILE_DIR for the emulated root directory and FILE_ABSENT if the file path cannot be mapped to a system path. - The functions readLink(path) and readLink(path, ABSOLUTE) have been improved to read the symbolic links of Windows. The function readLink(path) can read relative and absolute symbolic links. Both functions can read dangling symlinks. The functions are implemented with DeviceIoControl(). If DeviceIoControl() is not available (HAS_DEVICE_IO_CONTROL is not defined), they raise FILE_ERROR. - The functions getFileMode(path), setFileMode(path), getOwner(path), setOwner(path), getGroup(path), setGroup(path) and readDir(path) have been improved to follow symlinks under Windows (like they do under Linux/Unix/BSD). - Owner and group of the emulated root directory is "root". - The function moveFile() has been improved to avoid following symlinks under Windows (like it does under Linux/Unix/BSD). wmforecast 1.9 31 Dec 2023wmforecast is a weather dockapp for Window Maker, which utilizes the Yahoo Weather API. It's designed for modern simplicity and uses a traditional dockapp layout. Further details are available as tooltip. major bugfix: * Release date: 2023-01-04 * Middle click now toggles the balloon from displaying the forecast and more detailed current conditions. * The tab key may now be used to cycle through the text fields in the preferences window. * An AppStream metadata file is now distributed. * Various behind-the-scenes changes and bug fixes. Universal Media Server 13.8.1 31 Dec 2023Universal Media Server is a DLNA-compliant UPnP Media Server, which is implemented in Java and thus runs on all operating systems. It can convert any media file format, and stream it to a wide range of hardware devices (smart TVs, and media centers). major feature: ### General - Fixed transcoding on renderers with MediaInfo=false - Added ability to add end-to-end web browser tests on Chrome, Firefox and Safari via Playwright - Improved logging detail and test coverage (thanks, Priyanka Ghosh Dastidar!) - Made server tests not run when only front-end code has changed VideLibri 2.780 31 Dec 2023VideLibri lists the books you have borrowed from a public library and lets you search the library catalog from your local device. It has all the usual features of a library OPAC, i.e. viewing, renewing, searching and ordering books. It also renews all due books automatically and can do other things only a locally running app can do, like keeping a history of all ever borrowed books across multiple libraries. Developed since 2006 it is the world's first library app, and by supporting 20 different kinds of OPACs from different vendors it is compatible with more libraries than any other app. So far VideLibri has been tested with 200 libraries successfully, but it was designed to allow any user to add their own library without requiring any/much programming knowledge. For this purpose three query languages were developed that are supposed to simplify the querying of webpages as much as possible: - A pattern-matching language that selects arbitrary data from a single HTML page, based on an annotated sample of that page. - A catalog of related pages to apply these patterns to multiple webpages. Its syntax is similar to XSLT and likewise it is almost Turing complete (i.e. it has the necessary control structures, but requires XPath to do calculations ). - A dialect of XPath/XQuery/JSONiq that is Turing-complete and thus can calculate arbitrary, unexpected things. VideLibri is platform-independent and currently there are binaries for (Desktop) Windows, Linux and Android. minor bugfix: VeraCrypt 1.26.7 31 Dec 2023VeraCrypt is a full-disk encryption software derived from TrueCrypt. It revises some of the algorithm usage against brute-force attacks. For example system partitions use use larger rounds of PBKDF2 key stretching. The partition and container format is different to that of TrueCrypt however. minor bugfix: All OSes: Update translations and documentation Windows: Better fix for Secure Desktop issues under Windows 11 22H2 VeraCrypt Expander: Fix expansion of volumes on disks with a sector size different from 512 (by skl0n6) Fix writing wrong EFI System Encryption Advanced Options to registry Don't close Setup when exiting VeraCrypt process through system tray Exit menu Fix failure to format some disks (e.g. VHDX) caused by virtual partition offset not 4K aligned Fallback to absolute positioning when accessing disks if relative positioning fails Linux: Focus PIM field when selected (#1239) Fix generic installation script on Konsole in Wayland (#1244) macOS: Fix corrupted disk icon in main UI (GH #1218) XFCE4 desktop 4.19.1 31 Dec 2023Xfdesktop manages the root window for the XFCE4 desktop environment. It basically displays the background, shows desktop icons, implements the virtual desktop switching, and the root context and application menu. major feature: - Fix configure configuration summary - Use new XDT_CHECK_OPTIONAL_FEATURE XDT_CHECK_PACKAGE_BINARY - autogen.sh: fix xfce4-dev-tools dependency version - Clean up autogenerated source file build rules - Generate final settings .desktop file in one pass - Drop dependency on xdt-csource and use glib-compile-resources - Fix substitution of GETTEXT_PACKAGE for automake - build: Drop intltool dependency - main: Fix control (always) reach end of non void function - Load icons in icon view a symbolic/theme-aware manner - Set default debug based on git/not-git - Missed a xfdesktop_version - xdt_version in configure.ac - Eliminate need for pre-processed configure.ac.in - Remove unused file icon rendering code - Draw cut file icons as insensitive - Don't make icon translucent when window not focused - Allow opening multiple selected folder icons from context menu - Restore old behavior of allowing thumbnails to be wider - Ditch GtkCellLayout impl for XfdesktopIconView - Support for cascading custom actions (#221) - Ensure workarea is updated when UI scale factor changes - Set background color for icon labels in fallback theme - More/better menu/windowlist cleanup on exit - Place new files in the location they were dropped - Pop up window action menu on windowlist item right click - Simplify/improve right-click menu population - Move some of icon item state management to model - Use GIcon throughout the icon view - Make the icon view not know about workarea - Underline icon text when prelit in single-click mode - Allow pasting window titles via DnD - Harmonize constants in code UI definition - Properly thread UI scale factor to file icon loading functions - DRY up the icon models with a base class - DRY up the cursor movement code a bit - Don't use weird pointer values as a tombstone - Make tooltip fetching/showing simpler, and cache surfaces - Move pixbuf cache to XfdesktopIconView - Make XfdesktopIcon::activated not a signal - Remove unneeded XfdesktopIcon functionalit openpilot 0.9.5 31 Dec 2023openpilot is an open source driver assistance system. Currently, openpilot performs the functions of Adaptive Cruise Control (ACC), Automated Lane Centering (ALC), Forward Collision Warning (FCW), and Lane Departure Warning (LDW) for a growing variety of supported car makes, models, and model years. In addition, while openpilot is engaged, a camera-based Driver Monitoring (DM) feature alerts distracted and asleep drivers. See more about the vehicle integration and limitations. minor feature: ges New driving model. Improved navigate on openpilot performance using navigation instructions as an additional model input. Do lateral planning inside the model. New vision transformer architecture. Cadillac Escalade ESV 2019 support thanks to twilsonco!. Hyundai Azera 2022 support thanks to sunnyhaibin!. Hyundai Azera Hybrid 2020 support thanks to chanhojung and haram-KONA!. Hyundai Custin 2023 support thanks to sunnyhaibin and Saber422!. Hyundai Ioniq 6 2023 support thanks to sunnyhaibin and alamo3!. Hyundai Kona Electric 2023 (Korean version) support thanks to sunnyhaibin and haram-KONA!. Kia K8 Hybrid (with HDA II) 2023 support thanks to sunnyhaibin!. Kia Optima Hybrid 2019 support. Kia Sorento Hybrid 2023 support thanks to sunnyhaibin!. Lexus GS F 2016 support thanks to snyperifle!. Lexus IS 2023 support thanks to L3R5!. stochas 1.3.9 31 Dec 2023Stochas is at it’s core a step sequencer, which means it generates MIDI notes. As such it does not generate any sound of it’s own but can be used to sequence other plugins and/or hardware synthesizers. Although it can be used for basic step sequencing, it’s main function is to provide randomness to the step sequencing process. It does this in a few ways: Randomly determine whether a note should be played or not (create more dynamic and varied drum patterns) Randomly choose between two or more notes to play at a specific time (create random or semi-random melodic or drum lines) Add slight timing randomness to notes so that they play slightly before or after their position Add randomness to velocity and length of notes In addition to the randomness features, it offers a wealth of features: Suitable for both drum and melodic programming Live performance features - Most features can be controlled by MIDI so that you can mute/unmute layers, switch patterns, change timing, transpose notes, etc. Polyrhythms - Create up to 4 simultaneous layers with different time signature, playback speed and/or number of steps per layer. Patterns - switch between patterns during playback for more variety. Timing - Parts can be played at eg half-time or double-time, etc Groove and humanization - Steps can be individually shifted off the grid. Basic swing can be applied, as well as grooves. Grooves can be imported from MIDI files. Chords - quickly select minor bugfix: 8d9ff47 fix: default to midi note name (#126) fd44453 update version 16f31fe Fix various typos (#122) 6cbc316 Bug fix and feature (#119) 22bf044 JUCE 6.1.6; CLAP turned on (but not working) (#117) TuxGuitar 1.6.0 31 Dec 2023TuxGuitar is an Open Source multitrack tablature editor and player written in Java. major feature: * Add click drag selection * Copy/paste and repeat selection * Apply actions and effects to selection * Fix percussion channel issues in GP importer * Improve MIDI import/export * Enhance bend display * Adjust playback tempo in 1 steps * Improve horizontal scrolling during playback * Add named tuning presets * Add new skins * Update documentation * Improve translations, add Android translations * Add basic support for hardware keyboards on Android * Simplify and document build process * Remove all 32 bit builds * Remove QT4 and QT5 builds for Linux * Add 64 bit builds for Windows * Provide RPM packages for Linux * Improve command line handling * Many small improvements and cleanups exiftool 12.72 31 Dec 2023ExifTool 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 read support for AAC audio files. - Added a new QuickTime Keys Android tag. - Added a number of new values for some Ricoh GR III tags. - Decode timed metadata from Intsa360 Ace Pro MP4 videos. - Decode GPSDateTime milliseconds in timed Insta360 metadata. - Decode timed metadata from INNOV K5 TS videos. - Decode a number of new GoPro timed-metadata tags. - Decode a few new Xiaomi EXIF tags. - writing of JPG/ARW images from some newer Sony models to preserve HiddenData. ffmpeg 6.1.1 31 Dec 2023FFmpeg is the leading framework for decoding, encoding, transcoding, muxing, demuxing, streaming, filtering and playing pretty much any media format. It supports widespread and standardized, proprietary and fringe file formats and encodings. It's comprised of the ffmpeg, ffserver, ffplay and ffprobe utilities. But also provides libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample for application use. Its primary development attention is on security. minor feature: 6.1.1 was released on 2023-12-31. It is the latest stable FFmpeg release From the 6.1 release branch, which was cut from master on 2023-10-29. It includes the following library versions: Libavutil 58. 29.100 Libavcodec 60. 31.102 Libavformat 60. 16.100 Libavdevice 60. 3.100 Libavfilter 9. 12.100 Libswscale 7. 5.100 Libswresample 4. 12.100 Libpostproc 57. 3.100 rpki-client 8.8 31 Dec 2023The OpenBSD rpki-client is a free, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP announcement. The program queries the RPKI repository system, downloads and validates Route Origin Authorisations (ROAs) and finally outputs Validated ROA Payloads (VRPs) in the configuration format of OpenBGPD, BIRD, and also as CSV or JSON objects for consumption by other routing stacks. major bugfix: A failed manifest fetch could result in a NULL pointer dereference or a use after free. Reject non-conforming RRDP delta elements that contain neither publish nor a withdraw element and fall back to the RRDP snapshot. Refactoring and minor bug fixes in the warning display functions. PHP 8.3.1 30 Dec 2023PHP is a scripting language primarily suited for web applications. It's organically grown into a full-featured programming language, with huge semantic progress in recent years (apart from the namespace separator choice). Many features and extensions come built-in or can be dynamically loaded. Database interfaces, XML processing, regular expressions, networking and broad internet protocol support, IPC, internationalization, image manipulation, filesystem, contemporary cryptography support, file and data format support make the Zend-based PHP.net distribution the most general-purpose PHP runtime. minor feature: PostgreSQL 16.1 30 Dec 2023PostgreSQL is a robust relational database system with over 25 years of active development that runs on all major operating systems. It is fully ACID compliant, and has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, and ODBC, among others, and exceptional documentation. major feature: https://www.postgresql.org/docs/16/release-16-1.html PasDoc 0.16.0 30 Dec 2023PasDoc is a documentation tool for Object Pascal code, able to parse all modern Pascal features. Documentation is generated from comments found in your source code and from external files. Output formats include HTML and LaTeX. Command line and GUI versions are available. minor feature: New website, using Jekyll, generated from our wiki, see https://github.com/pasdoc/pasdoc.github.io (Michalis) Moved everything to GitHub Ancestors list is now affected by external class hierarchy (Michalis) Markdown support (Fr0sT-Brutal) Supporting bold, italic, inline code, multi-line code, URLs, lists. @note and @warning tags (Bi0T1N) @url tag (Bi0T1N) Allow to lowercase output of @nil, @false, @true by --lowercase-keywords (Bi0T1N) Automatically detect flag like xxx at @param description. See here for example. (PifPof) Scan implementation section of a unit in addition to the interface section (Fr0sT-Brutal) Parser improvements to correctly handle some special cases: reading chars FF, "*.inc" includes, files with Mac-style line endings (Fr0sT-Brutal) Mem leaks fixed (Fr0sT-Brutal) Tag parameters now could be multiline without enclosing parens by means of "line feed" character "" (Fr0sT-Brutal) Read additional command-line options from file (Fr0sT-Brutal) --auto-back-comments command-line option (Fr0sT-Brutal) pasdoc_gui opens a file given at command-line, opening WWW browser is optional (Fr0sT-Brutal) @longcode without markers fixed (Michalis) Support for namespaces in units in @links (Fr0sT-Brutal) --ignore-marker option (Fr0sT-Brutal) Test suite fixes and better documentation, in particular for Windows users Catalan translation updated (Xavier Martínez) Delphi Tokyo files, to compile all projects and packages (Carlos Feitoza Filho) Brazilian Portuguese translation updated (Carlos Feitoza Filho) Parse identifiers declared as xxx, where "xxx" may be a reserved word. Possibility to specify additional files using -A or --additional (just like introduction or conclusion, but you can provide any number of items) (Alex Merkel) Added de.utf8 (German with UTF-8 encoding) Automatically remove region and endregion from comments Show vis htop 3.2.2 30 Dec 2023This is htop, an interactive process viewer for Unix systems. It is a text-mode application (for console or X terminals) and requires ncurses. major bugfix: * CPUMeter now can show frequency in text mode * Add option to render distribution path prefixes shadowed * DiskIOMeter converts to bytes per second (not per interval) * DiskIOMeter uses complete units, including missing "iB/s" * DiskIOMeter indicates read and write in meter mode * NetworkIOMeter converts to packets per second, shows packet rate * Allow continued process following when changing display settings * Update the panel header when changing to another tab * Drop margin around the header if there are no meters * Use Unicode replacement character for non-printable characters * Default color preset uses bold blue for better visibility * Update the Panel header on sort order inversions ('I') * Toggle the header meters with pound key * Fix ScreenPanel to handle quitting the panel while renaming * Add fallback for HOME environment variable using passwd database * Replace meaningless ID column with FD column in lock screen * Use device format in the lock screen matching the files screen * On Linux, improvements to file-descriptor lock detection * On Linux, further distinguish systemd states in the SystemdMeter * On Linux, improvements to cgroup and container identification * On Linux, support openat(2) without readlinkat(2) platforms * On Darwin, fix current process buffer handling for busy systems * On DragonFly BSD, fix incorrect processor time of processes * On FreeBSD, fix an issue with the memory graph not showing correctly * On FreeBSD, add support for displaying shared memory usage * On PCP, use pmLookupDescs(3) if available for efficiency * On PCP, normalize generic columns values for consistent display * On PCP, changes preparing for configurable, dynamic screens * Handle invalid process columns from the configuration file * Avoid undefined behaviour with deeply nested processes * Fix crash when removing the currently active screen * Prevent possible crash on a very early error path * Include automake for Debian/Ubuntu * Restore non-mouse support * Rejec Linux kernel 6.6.8 30 Dec 2023Linux 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: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.8 Flowblade 2.12.0.2 30 Dec 2023Flowblade is a multitrack non-linear video editor for Linux released under GPL 3 license. Flowblade is designed to provide a fast, precise and robust editing experience. Flowblade employs a film-style insert editing model as workflow. In insert editing clips are generally placed tightly after other clips when they are inserted on the timeline. Edits are fine tuned by trimming in and out points of clips or by cutting and deleting parts of clips. Flowblade provides powerful tools to mix and filter video and audio. minor feature: codespell 2.2.6 30 Dec 2023Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. minor feature: Avidemux 2.8.1 30 Dec 2023Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities. minor feature: New Features New HiDPI compatible button set Fast method to add partial filters via CTRL+F shortcut Audio department improvements custom frame rate change (audio stretch with pitch control) configurable compressor (DRC) 3-band equalizer independent channel gain options independent channel delay options channel remap options new downmix options: stereo headphone and headphone virtual surround audio track configuration up to 32 tracks volume setting is saved upon exit Light and dark theme options in View menu Option to remember selected resize method in "Resize", "Fit to size" and "Zoom" filters New filter: 3D LUT New filter: Decimate New filter: Arbitrary Rotate New video encoder: VideoToolbox HEVC ("ffVTEncHEVC", macOS only) Other Enhancements HDR tonemapping performance and quality improvements Extended file info Rotating mouse wheel over buttons to seek by 60 seconds cycles through 1/2/4/60 seconds seek modes Support for decoding 8-bit VP9 in hardware via DXVA2 on Windows and via VDPAU on Linux with graphics cards featuring a VP9 decoder Buttons to seek to selection start (A) and end (B) in on-the-fly video filter preview Logo image in "Add logo" video filter configuration dialog is now scalable, can be repositioned by dragging By default, on-the-fly preview in video filter configuration dialogs is now rendered using OpenGL to improve performance in HiDPI conditions Bugfixes Crash on copy to clipboard if selection extends to the end of video, a regression introduced in v2.8.0 Crashes in "Resample FPS" video filter with motion interpolation enabled Crash on finishing encoding with the vp9 encoder Avidemux falling victim to a crash in VA-API driver triggered by probing on application startup on Linux with some recent hardware Crash loading MPEG-TS or MPEG-PS file with MPEG-1 video track and HW decoder via VDPAU enabled Wrong number of channels or wrong channel layout with some E-AC3 streams Reduced contrast and desaturated co audiowmark 0.6.1 30 Dec 2023audiowmark is an open source solution for watermarking audio files. It is is robust, fast, secure and of course we believe that the watermark is not audible for most users. minor bugfix: * improve speed detection/correction - performance optimizations to make --detect-speed faster - improve accuracy of speed detection - make it work properly with short payload - add second, slower / more accurate algorithm (--detect-speed-patient) * fix segfaults during hls-prepare (#11) * read all input if a process provides audio on stdin to avoid SIGPIPE (#19) * improve infrastructure for testing audiowmark - run some scripts for 'make check' to ensure everything works correctly - add CI which builds/tests audiowmark automatically using github actions - support various sanitizer builds / STL C++ debug builds - fix some issues triggered by sanitizers * add --strict option: provide strict and more permissive mode - "input frames != output frames" is only an error if --strict is used - enforce payload size if --strict is used * improve command line parsing error messages * documentation updates * minor fixes ALSA 1.2.10 30 Dec 2023The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. Fully modularized sound drivers. SMP and thread-safe design. User space library (alsa-lib) to simplify application programming and provide higher level functionality. Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. minor feature: Core - Release v1.2.10 - Fix symver build error on non-ELF platforms - doxygen: include docs for shmarea functions - doxygen: silence warning from asoundlib.h - doxygen: global: silence 'not documented' warnings - doxygen: Fix missing group end markers - configure: add AC_SYS_LARGEFILE - seq: Add UMP 1.1 features - seq: Add UMP support - ump: Add helpers to parse / set UMP packet data - control: Add UMP Endpoint and Block info query support - control: Add UMP device query support - ump: Add initial support - include: fix SND_DLSYM_BUILD_VERSION() for static build Config API - doxygen: conf: silence 'not documented' warnings Control API - doxygen: namehint: silence 'not documented' warnings - doxygen: control: silence 'not documented' item warnings - doxygen: include external control docs - reshuffle included files to include config.h as first - control: Add UMP Endpoint and Block info query support - control: Add UMP device query support - remove extra trailing new line in SNDMSG and SNDERR calls Mixer API - topology: fix src/mixer/mixer.c return value warning - doxygen: fix broken parameter name tags PCM API - doxygen: fix broken examples links - doxygen: pcm: silence 'not documented' warnings - doxygen: fix inadvertent link requests - doxygen: fix broken parameter name tags - pcm: hw: fix minor bug in sw_params ioctl - remove extra trailing new line in SNDMSG and SNDERR calls - pcm: hw - prevent divide by zero for broken apps RawMidi API - doxygen: fix broken examples links - doxygen: rawmidi: silence 'not documented' warnings - doxygen: fix broken parameter name tags - rawmidi: Suppress error messages for non-fatal errors - ump: Add UMP 1.1 features - ump: Add helpers for handling SysEx data - ump: Add helpers to parse / set UMP packet data - ump: Add initial support - rawmidi: Add UMP ioctl support Rawmidi API - ump: Add initial support Sequencer API - doxygen: seq: silence 'not documented' warnings - seq: Fix wrong seq alembic 1.8.6 30 Dec 2023Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This 'distillation' of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. Alembic is focused on efficiently storing the computed results of complex procedural geometric constructions. It is very specifically NOT concerned with storing the complex dependency graph of procedural tools used to create the computed results. For example, Alembic will efficiently store the animated vertex positions and animated transforms that result from an arbitrarily complex animation and simulation process which could involve enveloping, corrective shapes, volume-preserving simulations, cloth and flesh simulations, and so on. Alembic will not attempt to store a representation of the network of computations (rigs, basically) which are required to produce the final, animated vertex positions and animated transforms. minor bugfix: Thanks to your feedback pull requests and submitted issues we have a few bug fixes and build enhancements. CMake: Introduce CPacke to top level CMake. (PR 425) AbcCoreOgawa: Fix typo in a comment. (PR 417) AbcGeom: Fix bug with OCurves, ONuPatch, OPoints, OPolyMesh, and OSubD were not properly incrementing their number of set samples when using setFromPrevious. (PR 433) Util: Fix default values for float PODTraits. (PR 422) Windows: Support compiling with mingw. (PR 434) Explicitly call CreateFileA and CreateFileMappingA (instead of CreateFile and CreateFileMapping) since we are using std::string to open the file. (PR 435) AbcStitcher: Introduce -hold argument which will use the previous set sample instead of setting an empty sample for missing samples. (PR 432) 0 A.D. Alpha 26 30 Dec 20230 A.D. (pronounced “zero-ey-dee”) is a free, open-source, historical Real Time Strategy (RTS) game currently under development by Wildfire Games, a global group of volunteer game developers. As the leader of an ancient civilization, you must gather the resources you need to raise a military force and dominate your enemies. major feature: Alpha 26: Zhuangzi https://play0ad.com/new-release-0-a-d-alpha-26-zhuangzi/ Babel 7.23.7 30 Dec 2023Babel is a code translator, which compiles next-gen EcmaScript 6 syntax into browser-consumable ES5/JavaScript. It adds a few proposed ES7 constructs even, and works with React, Node.js, Rails, etc. It provides for: array comprehensions, arrow functions, async functions, async generator functions, classes, class properties, computed property names, constants, decorators, default parameters, destructuring, exponentiation operator, for-of, generators, generator comprehensions, let scoping, modules, module export extensions, object rest/spread, property method assignment, property name shorthand, rest parameters, react, spread, tail call optimisation, template literals, type annotations, unicode regex support. minor bugfix: (2023-12-29). #### :: `babel-traverse`. : Crash when removing without `Program` (@liuxingbaoyu). `babel-helpers`, `babel-plugin-proposal-decorators`. : Class decorator `ctx.kind` is wrong (@liuxingbaoyu). `babel-plugin-proposal-decorators`. Decorator initProto usage in derived classes (@JLHwung). `babel-core`. Avoid unpreventable `unhandledRejection` events (@nicolo-ribaudo). #### :house: Internal. `babel-helper-create-class-features-plugin`. Chore: Update deps (@liuxingbaoyu). `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`. Merge decorators into class features (@JLHwung). StellarSolver 2.5 30 Dec 2023The Cross Platform SEP-based Star Extractor and Astrometry.net-Based Internal Astrometric Solver An Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net and SEP (SExtractor) Meant to be an internal library for use in a program like KStars for internal plate solving on all supported operating systems minor feature: New release Kosmorro 0.10.13 29 Dec 2023Kosmorro is a program that calculates your astronomical ephemerides. minor feature: kStars 3.6.8 29 Dec 2023KStars is free, open source, cross-platform Astronomy Software. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets, asteroids, supernovae, and satellites. For students and teachers, it supports adjustable simulation speeds in order to view phenomena that happen over long timescales, the KStars Astrocalculator to predict conjunctions, and many common astronomical calculations. For the amateur astronomer, it provides an observation planner, a sky calendar tool, and an FOV editor to calculate field of view of equipment and display them. Find out interesting objects in the "What's up Tonight" tool, plot altitude vs. time graphs for any object, print high-quality sky charts, and gain access to lots of information and resources to help you explore the universe! Included with KStars is Ekos astrophotography suite, a complete astrophotography solution that can control all INDI devices including numerous telescopes, CCDs, DSLRs, focusers, filters, and a lot more. Ekos supports highly accurate tracking using online and offline astrometry solver, autofocus and autoguiding capabilities, and capture of single or multiple images using the powerful built in sequence manager. minor bugfix: b92ee12e8 2023-12-01 Jasem Mutlaq INDI drivers sync e3e305a17 2023-12-01 John Evans Aberration Inspector Handbook Update 9aa0227e2 2023-12-01 John Evans Focus Guide Settle Bug fd55f8939 2023-12-01 John Evans Scheduler hangs when Focus does not signal Autofocus start failure a610e357c 2023-12-01 Joseph McGee Fixed a problem that prevented the exposure calculator file download function from finding new camera data files in github. 6bbb21618 2023-12-01 Toni Schriber Revise differential slewing 08c25289f 2023-11-30 Yuri Chornoivan Fix minor typo 323adaebb 2023-11-30 Yuri Chornoivan Fix minor typos 9d32a738e 2023-11-29 Jasem Mutlaq Send INDI status 9da16320f 2023-11-29 Joseph McGee Update handbook Ekos Capture to include docs for Exposure Calculator. Add... 097cc6c70 2023-11-28 Hy Murveit Bugfix in one-pulse dither. Siril 1.2.0 29 Dec 2023Siril is an astronomical image processing tool. It is specially tailored for noise reduction and improving the signal/noise ratio of an image from multiple captures, as required in astronomy. Siril can align automatically or manually, stack and enhance pictures from various file formats, even image sequence files (films and SER files). It works well with limited system resources, like in embedded platforms, but is also very fast when run on more powerful computers. Contributors are welcome. Programming language is C, with parts in C++. Main development is done with most recent versions of libraries. major feature: * Fixed crash in background extraction samples removing (#1123) * Fixed crash in binning with ushort images (4d4d4878) * Fixed crash in findstar when a large saturated patch was close to border * Fixed memory leaks in deconvolution code (3e122ad7) * Fixed sorting in the rightmost columns in Dynamic PSF window (75586c04) * Added logging typed command in stdout (06f67292) * Improved path-checking and messages for astrometry.net local solver (Windows) (!524) * Prevent crash using recomposition tool eyedroppers without images loaded (!526) * Fix HaOiii script failure if input image has odd dimensions (!533) * Fix errors in GNUplot process handling (!538) * Fixed crash with seqextract_HaOIII command (!535) * Fixed crash when trying to export csv from empty plot (#1150) * Fixed deleting RA/Dec info when undoing an astrometry solve (#1119) * Improved error detection and messages for astrometry (!516) * Fixed sampling range specification for siril internal solver (!549) * Fixed all command descriptions (!546) * Fixed SER orientation after AVI conversion (#1120) * Fixed rescaling float images upon loading when not in 0,1 range (#1155) * Fixed initialization of guide image for clamping (#1114) * Fixed disabling weighting in the GUI when widget is not visible (#1158) * Fixed output_norm behavior for stacking to ignore border values (#1159) * Fixed the check for the no space left condition in the conversion (#1108) * Fixed DATE_OBS missing on seqapplyreg if interp was set to NONE (#1156) * Fixed photometry issue with 8-bit .ser file (#1160) * Fixed removing zero values in histogram calculations (#1164) * Fixed pixel sizes after HaOIII extrcation (#1175) * Fixed crash when passing only constants in pm expression (#1176) * Fixed incorrect channel when adding star from selection in RGB vport (#1180) * Allow to access to non-local disk (#1182) * Allow the Star Recomposition UI to scroll when larger than the dialog (#1172) * Fixed wrong Bayer interpretation after FITS-SER conversi gaiasky 3.5.7-3 29 Dec 2023Gaia 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. minor feature: ### Bug Fixes - columns corresponding to the same UCD maintain the order of appearance in the source table when used. - use concurrent hash set in 'selecting' list in the OpenXR input listener to prevent concurrent modification errors. - resizing log window does not resize contents. Fixes #749 (https://codeberg.org/gaiasky/gaiasky/issues/749). - prevent getting name from second closest if it is invalid. Fixes #750 (https://codeberg.org/gaiasky/gaiasky/issues/750). - use logical keys instead of key codes by converting GDX's codes to GLFW, which uses the logical keyboard layout. Fixes #748 (https://codeberg.org/gaiasky/gaiasky/issues/748). - rename makefile, update build script to detect `/opt/gaiasky` installation. - use default mappings file if the configured one does not exist. Gross greylisting server 1.0.4 29 Dec 2023Gross is a greylisting server. The features that make gross stand out from other greylisters are: - it's blazingly fast - it's amazingly resource efficient - it can be configured to query DNSBL databases, and enforce greylisting only for hosts that are found on those databases - it can block hosts that match multiple DNSBL's - it can be replicated and run parallel on two servers - It supports Sun Java System Messaging Server, Postfix, Sendmail and Exim. security: This is a single fix release. Upgrade is strongly encouraged. Timeshift 23.12.2 29 Dec 2023Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. In RSYNC mode, snapshots are taken using rsync and hard-links. Common files are shared between snapshots which saves disk space. Each snapshot is a full system backup that can be browsed with a file manager. In BTRFS mode, snapshots are taken using the in-built features of the BTRFS filesystem. BTRFS snapshots are supported only on BTRFS systems having an Ubuntu-type subvolume layout (with @ and @home subvolumes). Timeshift is similar to applications like rsnapshot, BackInTime and TimeVault but with different goals. It is designed to protect only system files and settings. User files such as documents, pictures and music are excluded. This ensures that your files remain unchanged when you restore your system to an earlier date. If you need a tool to back up your documents and files please take a look at the excellent BackInTime application which is more configurable and provides options for saving user files. minor bugfix: * Fix RAID handling in device lookup (#252) * Check /proc/cmdline for the live-session check. rsnapshot 1.4.5 29 Dec 2023rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved. There are no tapes to change, so once it’s set up, your backups can happen automatically untouched by human hands. And because rsnapshot only keeps a fixed (but configurable) number of snapshots, the amount of disk space used will not continuously grow. minor bugfix: - Fix regression (#310) - Merge pull request #303 from rsnapshot/update-HOWTO-to-talk-about-retain-instead-of-interval - Removing legacy Docbook files, as per discussion at https://github.com/rsnapshot/rsnapshot/pull/296 - Merge pull request #296 from hoclun-rigsep/hoclun-rigsep-patch-1 - Use @prefix@ instead of hardcoded value in rsnapshot.conf.default.in comment line (#289). Back In Time 1.4.1 29 Dec 2023Back In Time is a simple backup solution for Linux Desktops. It is based on rsync and uses hard-links to reduce space used for unchanged files. It comes with a Qt5 GUI which will run on both Gnome and KDE based Desktops. Back In Time is written in Python3 and is licensed under GPL2. Backups are stored in plain text. They can be browsed with a normal file-browser or in Terminal which makes it possible to restore files even without Back in Time. Files ownership, group and permissions are stored in a separate compressed plain text file (fileinfo.bz2). If the backup drive does not support permissions Back in Time will restore permissions from fileinfo.bz2. So if you restore files without Back in Time, permissions could get lost. major bugfix: Dependency: Add "qt translations" to GUI runtime dependencies (#1538) Build: Unit tests do generically ignore all instead of well-known warnings now (#1539). Build: Warnings about missing Qt translation now are ignored while testing (#1537). Fix bug: GUI didn't start when "show hidden files" button was on (#1535). MicroPython 1.22.0 28 Dec 2023MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. minor feature: SSL support in asyncio, sorted qstr pools, common machine module bind ings. This release of MicroPython introduces SSL/TLS support to asyncio, for both. The client and server sides. The interface matches CPython: `asyncio.open_connection()` and `asyncio.start_serve()` now both accept an. `ssl` argument to supply an `SSLContext` object. As part of this, new. Methods were added to `SSLContext` to load certificates, and certificate. Date/time validation was enabled on all ports that use mbedTLS. Qstr pools are now sorted, which provides a significant performance boost. For `qstr_find_strn()`, which is called a lot during parsing and loading of. .mpy files, as well as interning of string objects, which happens in most. String methods that return new strings. The static pool (part of the.mpy. ABI) isn't currently sorted, but could be in the future. There have been many internal changes to the `machine` module (and on some. Ports the `os` module) to factor the Python bindings to a common location. Reduce code duplication and make the API more consistent across all the. Ports. And a new `boardgen.py` script has been added to factor pin. Generation and enable a more consistent `machine.Pin` across ports. For. Consistency, the following user-facing changes have been made: Cc3200 port: The `machine` module gains `soft_reset()`, `mem8`, `mem16`. `mem32` and `Signal`; it loses `POWER_ON`. `disable_irq()` now returns an (opaque) integer rather than a bool, and. `enable_irq(state)` must be passed an argument which is the return value. of `disable_irq()`, rather than a bool. In the `os` module, `dupterm()`. Has been converted to use the common implementation and has semantics the. Same as other ports, and `uname()` is removed to save space (sys.version. And sys.implementation can be used instead). Esp32 port: In the `machine` module, `lightsleep()` and `deepsleep()` no. Longer take the `sleep` keyword argument, instead it' Duplicati 2.0.7.100 27 Dec 2023Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with: Amazon S3, IDrive e2, Backblaze (B2), Box, Dropbox, FTP, Google Cloud and Drive, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more! minor feature: This canary is a bugfix release with error reporting improvements, no database format change. Options changes: `--s3-disable-chunk-encoding` added to the AWS backend (only useful for some providers) `--full-remote-verification` changes from a boolean option to a tri-valued one. Existing configurations should not be impacted. `--aftp-log-to-console` and `--aftp-log-privateinfo-to-console` added to the Alternative Ftp backend (for debugging purposes only) `--repair-force-block-use` added to the database rebuild process (only for very damaged databases) Changes: - Fix various bugs with backup filters, thanks @jojo-1000 - Fix highlighting in restore file picker, thanks @jojo-1000 - Update mail libraries, thanks gpatel-fr - Remove dead facebook link and add doc link, thanks @jojo-1000 - Remove obsolete hubic backend, thanks @gpatel-fr - Remove obsolete tool TlsTest, thanks @gpatel-fr - Update Serbian translation, thanks @sagitarion - Improve result reporting for interrupted/failed backups, thanks @jojo-1000 - Add return code 3 to help.txt, thanks @gpatel-fr - Fix missing file error caused by interrupted compact, thanks @jojo-1000 and @warwickmm - Include exception type and message in job log, thanks @jojo-1000 - Update thirdparty info to remove obsolete references, thanks @gpatel-fr - Remove JS error in negated 'IN' expressions, fixing bad restore prompt (thanks @gorosgobe and Bloomberg) - Update restsharp, thanks @gpatel-fr - Update FluentFTP (Alternative FTP) to 46.0.2 and fixes for initial directory creation, thanks @taz-il - Add console log to the Alternative FTP backend, thanks @gpatel-fr - Fix hidden username and password options when changing backends, thanks @jojo-1000 - Add option to disable chunked encoding for AWS S3, thanks @jojo-1000 - Specify the name of the backup when reporting failures, thanks @taz-il - Allow to perform tests without checking file list, thanks @gpatel-fr - Enhance database re |
Fossies.org /misc14/09 pybind11 2.13.6 14/09 GCC 13-20240913 13/09 Pipenv 2024.0.2 13/09 Shotcut 24.09.13 13/09 uv 0.4.10 13/09 Jitsi Meet 8171 12/09 OR-Tools 9.11 13/09 GTK 4.16.1 13/09 Telegram Desktop 5.5.5 13/09 YugabyteDB 2.23.0.0 13/09 Evolution-Data-Server 3.54.0 13/09 Evolution-EWS 3.54.0 13/09 Evolution-MAPI 3.54.0 13/09 Evolution 3.54.0 13/09 hwloc 2.11.2rc1 13/09 cpuid 20240913.src 10/09 gtkmm 4.16.0 13/09 Ruff 0.6.5 13/09 cdxgen 10.9.11 13/09 QGIS 3_38_3reddit/r/linuxAre there any downsides to the "Everything is a File" philosophy? Is that Tux on this FFP2 mask? The lost talks from Linus Torvalds at DECUS'94 What do you don't like about Linux? What is Windows doing better? auto-cpufreq v1.9.0 is live and it brings some great new features. Thanks to all contributors for making this release happen! Merry Christmas, everybody! Ncdu 2.0 released: Completely rewritten in Zig, with lower memory usage and better performance ZorinGestures: Better and more feature-rich gestures on ZorinOS (and GNOME in general) Introducing Maui Shell Nitrux #YourNextOS Rly... Can we do something about it? GitHub - bacher09/pwgen-for-bios: Password generator for BIOS Merry Christmas from Linux, Python and Ursina Happy holidays, folks! Those of us working on Kalendar are happy to bring the gift of a new release, 0.4.0, with new views, improved performance, and many bugfixes Introducing Portal. A possibly useful project of mine. Version 0.29.0 of the command-line fuzzy finder fzf released. Optimal way of naming directory and files structure. I am getting recognition at my internship for using Linux.DistroWatch10/31 Tails 5.19 10/31 Gnoppix 23.11 10/29 Garuda 231029 10/29 ALT 10.2 "Simply" 10/29 FuguIta 7.4 10/29 GhostBSD 23.10.1 10/28 Snal 1.30 10/27 FreeBSD 14.0-RC3 10/27 OSGeoLive 16.0 10/26 AlmaLinux 9.3-beta 10/26 ArcoLinux 23.11.03 10/26 KDE neon 20231026fossforceIf You Wanna Be Gnome’s Executive Director You Have a Week to Apply AlmaLinux Now Certifies Hardware, and Will Certify Software Soon Bluesky Appears to Be the Winner in the Fight Between Musk and Brazil MastoGizmos: 11 Free Search Tools for Exploring Mastodon Android Alternative /e/OS Announces ‘Better Than Google’ Parental Controls Bluesky Introduces New Features to Keep Its Skies Calm… and Blue Hip, Hip, Hooray! Elastic (Almost) Comes Back Home to Open SourceGames LG, GoL, FGEuropean Consumer Organization goes after multiple publishers for their in-game currency WINCH IT OUT is a challenging physics-based driving-platformer like classic Flash games Get drilling for oil once again in the Turmoil - Deeper Underground DLC Ubuntu 24.10 gets a new Snap feature to handle prompting for app permissions End of Era Dex Released Gear Up Crimsonland Released Early Accessed: The Body Changer Experience Turmoil: Deeper Underground’s Exciting Deep Mode Unleash a seriously fun and adults-only game night with The Jackbox Naughty Pack Unleash Your Creativity with Turbo Sliders Unlimited Full Release New IRC channel / network Stuck at home looking for some Free 4x space strategy game? Looks like battleMETAL will fill some Mechwarrior 2 nostalgiaSourceforge Filesmacosxvim 7.4.1297 pgbarman 6.0 hibernate 5.1.0 totesnotes 1.0.1 truckliststudiofx 1.1 gnuarmeclipse 2.5.1.201602101653 bom 2.14 sesame 4.1.0 psncodegenerator 2.5 osxportableapps 48.0.2564.109 hpccsystems 5.4.8 istsos 2.3.0 xoopsfrance 2.5 tylauncher 2.0.0 tfel 3.0 klephon 16.2.1.0 linuxtweaks 1.13 summa 2.3.0 ospc 0.4 pardre 1.1.5 gvar 2.0beOpenGitHub for Android 1.27.0 Instagram Lite for Android 264.0.0.12.111 Jitsi Meet 21.3.0 Android System WebView 92.0.4515.159 FreeFileSync 11.13 Opensignal – 5G, 4G, 3G Internet & WiFi Speed Test 7.26.0-1 Blender 2.93.3LaunchPad news →CoreDNS Charm 1.29+ck2 py3dns 4.0.2 Kubernetes Dashboard Operator 1.29+ck1 CoreDNS Charm 1.29+ck1 GNU Stow 2.4.0 Lifeograph 3.0.0.rc Breezy 3.3.7 Breezy 3.3.6 Timekpr-nExT 0.5.6 Armagetron Advanced 0.2.9.2-beta-z2996 Kubernetes Dashboard Operator 1.29 layer-docker-registry 1.29 CoreDNS Charm 1.29 Sunlight 6.8.0-rc6 Sunlight 6.8.0-rc5 Sunlight 6.8.0-rc4 py3dns 4.0.1 Armagetron Advanced 0.2.9.2-beta-z2993 Armagetron Advanced 0.2.9.2-beta-z2985 Breezy 3.3.5 |