GNU Debugger 14.1 šŸ’¾

GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other compiled languages. It can debug running processes on more than a dozen different processor architectures. It's itself ported to most BSD/ and GNU/Linux, Unix and Microsoft Windows systems.

minor feature: Removed features, removed configurations: GDB no longer support AiX 4.x, 5.x and 6.x. The minimum version Supported is AiX 7.1. GDB/MI version 1 support has been removed. Initial built-in support for Deger Adapter Protocol (DAP). GDB now recognizes the NO_COLOR environment variable. Initial support for integer types larger than 64 bits. Breakpoints can now be inferior-specific. New convenience function " _shell", to execute a shell command and. Return its result. Python support.. New class gdb.Thread. New class gdb.unwinder.FrameId. New class gdb.ValuePrinter. New gdb.Inferior.arguments attribute, holding the command-line. Arguments to the inferior, if known New gdb.Inferior.main_name attribute, holding the name of. The inferior's 'main', if known. New gdb.Breakpoint.inferior attribute. New gdb.Progspace.symbol_file attribute. New gdb.Progspace.executable_filename attribute. New function gdb.execute_mi(COMMAND, ARG ...). New function gdb.block_signals(). New method gdb.Frame.static_link. New gdb.Inferior 'clear_env', 'set_env' and 'unset_env' methods. New gdb.Type now has the 'is_array_like' and 'is_string_like'. Methods New gdb.Value 'assign' method. New gdb.Value 'to_array' method. New gdb.Progspace 'objfile_for_address' method. New methods added to the gdb.PendingFrame class, with behavior. Which is the same as the corresponding methods on gdb.Frame. gdb.LazyString now implements the __str__ method. New event gdb.ThreadExitedEvent. New event gdb.ExecutableChangedEvent. New event gdb.NewProgspaceEvent. New event gdb.FreeProgspaceEvent. The frame-id passed to gdb.PendingFrame.create_unwind_info. Now use either an integer or a gdb.Value object for each of its sp', 'pc', and 'special' attributes. The Disassembler API from the gdb.disassembler module has been. Extended to include styling support gdb.parse_and_eval now has a new "global_context" parameter. Allowing the request to only examine global symbols. The name argument passed to gdb.unwinder.Unwinder.__init__ m

GNU GPLv3 c c++ debugger software-development

asterisk 21.0.2 šŸ’¾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature: Links: ---------------------------------------- - Full ChangeLog (https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.0.2.md) - GitHub Diff (https://github.com/asterisk/asterisk/compare/21.0.1...21.0.2) - Tarball (https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.0.2.tar.gz) - Downloads (https://downloads.asterisk.org/pub/telephony/asterisk) Summary: ---------------------------------------- - res_rtp_asterisk: Fix regression issues with DTLS client check User Notes: ---------------------------------------- Upgrade Notes: ---------------------------------------- Closed Issues: ---------------------------------------- - #500: bug regression : res_rtp_asterisk doesn't build if pjproject isn't used - #503: bug : The res_rtp_asterisk DTLS check against ICE candidates fails when it shouldn't - #505: bug : res_pjproject: ast_sockaddr_cmp() always fails on sockaddrs created by ast_sockaddr_from_pj_sockaddr() Commits By Author: ---------------------------------------- - ### George Joseph (1): - res_rtp_asterisk: Fix regression issues with DTLS client check Detail: ---------------------------------------- - ### res_rtp_asterisk: Fix regression issues with DTLS client check Author: George Joseph Date: 2023-12-15 * Since ICE candidates are used for the check and pjproject is required to use ICE, res_rtp_asterisk was failing to compile when pjproject wasn't available. The check is now wrapped with an #ifdef HAVE_PJPROJECT. * The rtp- ice_active_remote_candidates container was being used to check the address on incoming packets but that container doesn't contain peer reflexive candidates discovered during negotiation. This was causing the check to fail where it shouldn't. We now check against pjproject's real_ice- rcand array which will contain those candidates. * Also fixed a bug in ast_sockaddr_from_pj_sockaddr() where we weren't zeroing out

GNU GPL communication conferencing telephony sip pbx c python

flashrom 1.3 šŸ’¾

flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.

major feature:

GNU GPL hardware

Fast Light Toolkit 1.3.9 šŸ’¾

FLTK (fulltick) is a lean but modern GUI toolkit written in C++ with bindings for Perl, Python, Ruby, Lua and Tcl. It's usable and looks alike on all platforms, provides full internationalization, 3D rendering via OpenGL and an internal GLUT backend, static linking, does not require macros or preprocDessing, still comes with a solid set of widgets, and its GUI designer FLUID.

major bugfix: - Support macOS up to macOS 14 "Sonoma". - Update bundled libraries to current versions (README.bundled-libs.txt). - Introduce bundled image library "prefixing" to avoid conflicts with system libraries. - New CMake option FLTK_MSVC_RUNTIME_DLL to select Visual Studio Runtime version: DLL (/MDx) or static (/MTx), see README.CMake.txt

GNU LGPL c++ gui toolkit fltk x11 win32 macosx

AFNIX Writing System 3.8.0 šŸ’¾

The Afnix writing system is a multi-threaded functional writing system with dynamic symbol bindings that support the object oriented paradigm. The Afnix writing system is a comprehensive set of application clients, modules and services. The original distribution contains the core interpreter with additional clients like the compiler, the librarian and the debugger. The distribution contains also a rich set of modules that are dedicated to a particular domains.

major bugfix:

BSDL-2 programming language functional multi-threaded

Docker 24.0.7 šŸ’¾

Docker is an open platform for distributing software application in containers. It utilizes operating system-level virtualization for process and full resource isolation through cgroups, capabilities, SELinux, AppArmor, netfilter, and Linux kernel namespaces. Its libcontainer is based on libvirt and lxc. Docker Engine is the application and environment packaging tool. And Docker Hub is a cloud service for sharing prepackaged containers.

minor bugfix:

Apache virtualization application-containers security distributed-computing systems-administration

Catfish 4.18.0 šŸ’¾

A file searching tool, able to perform in-name and in-text matching, as well searching by file type and last modified time. It is also capable of performing indexing by using an mlocate database.

major bugfix: Filters: Add Archives, Other, update Apps. Use Gio to open files, "no default app" - Add symlink emblem to thumbnails in thumbnail mode. config: Prefer plocate over mlocate if available. window: Avoid IndexError on right click when selection is empty. Create shared filetype lists for searching and filtering. Ensure site-packages directory is prepended to sys.path. double border between sidebar and results area. window: and refactor new_column(). window: markup warnings in thumbnail view. GtkBuilder warnings. Revert "Suppress the various GTK warnings GtkBuilder outputs". crash and translations when install pre!= /usr. Update `.gitignore`. Remove generated file po/catfish.pot. Performance improvements. Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian BokmƄl, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian.

GNU GPLv3 xfce search gtk

Atom 1.63.1 šŸ’¾

Atom is a programming editor. It has a web / JavaScript-based GUI, but runs as desktop application. Atom can be edited with itself. Lots of plugins and extensions, and language bindings are available. The default interface comes with a paned interface, a file system browser, fuzzy search, code folding, an understandable configuration dialog, snippet browser, multi-cursor and selection support.

documentation: This version is the final version of atom. After Feb 2. 2023 this version stopped working. The version that still works is v.1.60.0 https://github.com/atom/atom/releases/tag/v1.60.0

MITL javascript editor programmers web-development

ImageMagick 7.1.1-26 šŸ’¾

ImageMagickĀ® 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: Make Magick++-config work from non-standard places `#7008`. : Make Magick++-config work from non-standard places `#7007`. Commits: Beta release. Improved name of installer artifacts. Trim version to avoid trailing -. Support -alpha remove-opaque option. Reverted incorrect patch.. Reduce # threads for -alpha option. -alpha deactivate-if-opaque disables the alpha channel if and only if its entirely opaque. -alpha off-if-opaque turns off the alpha channel if its entirely opaque. Slight optimization. Error: 'libraw_data_t' has no member named 'rawparams'. Thread tuning. Silenced warning.. Thread tunuing. Optimize HDRI detection. Factor is a const argument. Build on Windows.. Removed duplicate define.. The CheckPSDChannels method should not check empty layers.. Use consistent casing of method names.. Allow invalid webp files that incorrectly include the size of the header in the length.. Https://github.com/ImageMagick/ImageMagick//7006. Cosmetic. Improve RSVG exception checking (https://github.com/ImageMagick/ImageMagick//7005). Off-by-one for captions/labels (https://github.com/ImageMagick/ImageMagick//7004). Caption sizing (https://github.com/ImageMagick/ImageMagick//7004). Correct off by one. Correct usage. Off-by-one error. Release.

Apache c graphics image-manipulation image-magick graphics-conversion

DBeaver 23.3.2 šŸ’¾

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

minor feature: #22347 "Team" disappeared from context menu in 23.3.2. Hot : Removed item "team" from context menu only for remote resources.

GNU GPL database front-end sql java

Parlatype 4.0 šŸ’¾

Parlatype is a minimal audio player for manual speech transcription, written for the GNOME desktop environment. It plays audio sources to transcribe them in your favourite text application.

major feature: * New: Switch to GTK 4 (new dependency: gtk4.0 = 4.0) * New: Removed dependency gladeui-2.0 and meson option glade * New: Removed support for GNOME MediaKeys (use MPRIS instead) * New: Some screenshots for help pages are generated automatically for available locales * Fix: #98, MPRIS related crash at startup * Fix: #105, Audio stops playing after some time Related to this: disabled dragging the playback cursor

GNU GPLv3 audio speech text transcription

HDF5 1.14.3 šŸ’¾

HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. The HDF5 technology suite includes: A versatile data model that can represent very complex data objects and a wide variety of metadata. A completely portable file format with no limit on the number or size of data objects in the collection. A software library that runs on a range of computational platforms, from laptops to massively parallel systems, and implements a high-level API with C, C++, Fortran 90, and Java interfaces. A rich set of integrated performance features that allow for access time and storage space optimizations. Tools and applications for managing, manipulating, viewing, and analyzing the data in the collection. The HDF5 data model, file format, API, library, and tools are open and distributed without charge. Building on its 20-year history, The HDF Group offers personalized consulting, training, design, software development, and support services to help clients take full advantage of HDF5 capabilities in addressing their unique data management challenges.

minor bugfix: Improved support for Intel oneAPI. Added support for AOCC and classic Flang w/ the Autotools. Thread-safety + static library disabled on Windows w/ CMake. Running H5make_libsettings is no longer required for cross-compiling. Running H5detect is no longer required for cross-compiling. Added a simple cache to the read-only S3 (ros3) VFD. Added new API function H5Pget_actual_selection_io_mode(). Added optimized support for the parallel compression feature when using the multi-dataset I/O API routines collectively. Changed H5Pset_evict_on_close so that it can be called with a parallel build of HDF5. Fortran async APIs H5A, H5D, H5ES, H5G, H5F, H5L and H5O were added. Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE are no longer used in the Fortran source. Disabled running of MPI Atomicity tests for OpenMPI major versions 5.

Mixed scientific science-research

gyroflow 1.5.4 šŸ’¾

Advanced gyro-based video stabilization tool for cinematography, drone videography and much more! Bring your cinematic footage to the next level.

minor feature: Improvements Added a very basic way to stabilize files without gyro data. Simply load the video without gyro data, load lens profile and click "Autosync". It should analyze the video using optical flow and use that as gyro data. Note that this is not a proper feature yet. May work for simple cases, so it's there, but will probably fail for more tricky movements. Added grid guide (right click on the video preview). Updated timeline scrolling/scaling behavior on macOS (by @pacoccino) Added support for Senseflow device data (by @HiDream) Added a way to clear trim range (C shortcut) Added a way to disable lens profile updates. You can now delete lens profiles you won't use and make the startup faster. Then place noupdate file in the lens profile directory Relaxed H.264 resolution restriction allowing to render vertical 2160x3840 Added "Created at" to Video information panel Updated macOS icon Bug fixes Fixed crash when opening multiple BRAW files Fixed BRAW timeline scrubbing Fixed BRAW preview with OpenCL Fixed rendering on older devices Fixed background color in rendered file Fixed AppImage "Permission denied" error Fixed rendering crash with Intel on Windows Fixed queue progress indicator in some cases (by @pacoccino) Fixed playback slowdown when using video speed keyframes on macOS Fixed rendering to image sequences Fixed gyro data timings with older Insta360 cameras Fixed opening files with non-ascii characters on Android Fixed loading of OpenCamera Sensors csv logs

GNU GPLv3 video stabilization

Praat 6.4.04 šŸ’¾

Praat is a speech analysis tool used for doing phonetics by computer. Praat can analyse, synthesize, and manipulate speech, and create high-quality pictures for your publications. Praat was created by Paul Boersma and David Weenink of the Institute of Phonetics Sciences of the University of Amsterdam. Some of Praatā€™s most prominent features are: Speech analysis Speech synthesis Speech labelling Grammar models Statistical analysis

minor documentation: Typo in example script in manual. ARM64 edition for Linux (Ubuntu 20.04 and up). ARM64 edition for Chromebook (Ubuntu 20.04 and up).

GNU GPLv3 speech analysis

curl and libcurl 8.5.0 šŸ’¾

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

major bugfix:

MITL internet web ftp software-development libraries networking curl

AzPainter 3.0.7 šŸ’¾

Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly.

minor feature:

GNU GPLv3 c graphics raster-based

ACLTool 1.16.2 šŸ’¾

ACLTool is a command line utility to display, create, update ACLs in a uniform way on multiple platforms (FreeBSD, Linux, Solaris, MacOS). Primarily NFSv/ZFS-style ACLs, but also SMB and MacOS ACLs are supported. Support for POSIX.1e ACLs is planned but currently not implemented.

minor feature: Fixes a bug with the handling of invalid command line options, lot's of Makefile/configure updates and better handling of various distribution packages.

BSDL acl tool nfsv4 zfs linux freebsd solaris omnios macos smb

Fasttracker II clone 1.75 šŸ’¾

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 bugfix: Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) and Copy Block (ALT+F4) had issues if you had made a block selection in the last channel/track in a pattern. Thanks to Roz for finding this and reporting it, and sorry to all the people who may have had this bug without knowing what was going on!

BSDL-2 audio tracker

Part-DB šŸ’¾

Part-DB is an open source inventory managment system with a focus on electronic components. It allows you to keep track of your inventory and locate it easily. It supports multiple users with different permissions and is therefore useful for personal use, for hackerspaces/makerspaces, universities and small companies. Part-DB runs on your server and only needs a web browser for access, so you can access your inventory from everywhere you want, no matter if you are on a PC, a tablet or your smartphone. Part-DB can manage datasheets, parameters and many more infos of your electronic parts. It can generate and read barcodes/labels and makes finding the part you need very easy using powerful search and filter possibilities.

minor feature:

Affero GPLv3 front-end database php symfony education science-research manufacturing ham-radio electronics inventory

SURF CFEngine Library (SCL) 1.6.0 šŸ’¾

The SCL distribution consists of a library and services part. The services are build with the SCL building blocks. The goal is to setup a library were we can easily install/configure/maintain services. There are many services included and these are used at SURF for our HPC clusters and Office Automation. We hope that this is also useful for others and that will grow as the standard repo for CFengine services. In Ansible they call it playbooks and in Salt terms formula

minor bugfix: SCL Enhancements and Bug fixes. Services updates for apache, apt, pam and slurm.

GNU GPLv3 cfengine shell mustache json

jpeg-xl 0.9.0 šŸ’¾

JPEG XL was standardized in 2022 as ISO/IEC 18181. The core codestream is specified in 18181-1, the file format in 18181-2. Decoder conformance is defined in 18181-3, and 18181-4 is the reference software.

minor feature: Added encoder API: add JxlEncoderSetExtraChannelDistance to adjust the quality of extra channels (like alpha) separately. encoder API: new api functions for streaming encoding: JxlEncoderSetOutputProcessor JxlEncoderFlushInput JxlEncoderOutputProcessor struct JxlEncoderSetOutputCallback JxlChunkedFrameInputSource struct JxlEncoderAddChunkedFrame encoder API: new options for more fine-grained control over metadata preservation when using JxlEncoderAddJPEGFrame: JXL_ENC_FRAME_SETTING_JPEG_KEEP_EXIF JXL_ENC_FRAME_SETTING_JPEG_KEEP_XMP JXL_ENC_FRAME_SETTING_JPEG_KEEP_JUMBF encoder API: new function JxlEncoderSetUpsamplingMode to change the upsampling method, e.g. to use nearest-neighbor upsampling for pixel art decoder API: implemented JxlDecoderSetOutputColorProfile and JxlDecoderSetCms to enable decoding to desired colorspace. cjxl can now be used to explicitly add/update/strip Exif/XMP/JUMBF metadata using the decoder-hints syntax, e.g. cjxl input.ppm -x exif=input.exif output.jxl djxl can now be used to extract Exif/XMP/JUMBF metadata encoder API: new function JxlEncoderDistanceFromQuality for convenience to calculate a distance given a quality Removed API: the Butteraugli API (jxl/butteraugli.h) was removed. encoder and decoder API: all deprecated functions were removed: JxlDecoderDefaultPixelFormat, JxlEncoderOptionsSetLossless, JxlEncoderOptionsSetEffort, JxlEncoderOptionsSetDecodingSpeed, JxlEncoderOptionsSetDistance, JxlEncoderOptionsCreate, as well as the deprecated enumerator values JXL_DEC_EXTENSIONS, JXL_ENC_NOT_SUPPORTED, JXL_TYPE_BOOLEAN, JXL_TYPE_UINT32, and deprecated type JxlEncoderOptions. decoder API: the signature of JxlDecoderGetColorAsEncodedProfile, JxlDecoderGetICCProfileSize, and JxlDecoderGetColorAsICCProfile changed: a deprecated unused argument was removed. Changed / clarified changed the name of the cjxl flag photon_noise to photon_noise_iso fixed how large boxes are decoded (#2958) fixed encoding files with unreadable patches (

BSDL-2 image jpex format

Notesnook 2.6.14 šŸ’¾

Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2. Notesnook is our proof that privacy does not (always) have to come at the cost of convenience. We aim to provide users peace of mind & 100% confidence that their notes are safe and secure. The decision to go fully open source is one of the most crucial steps towards that.

minor feature: https://github.com/streetwriters/notesnook/releases/tag/v2.6.14

GNU GPLv3 notes encrypted electon javascript typescript

iPython 8.20.0 šŸ’¾

Python provides a rich toolkit to help you make the most of using Python interactively. Its main components are: A powerful interactive Python shell. A Jupyter kernel to work with Python code in Jupyter notebooks and other interactive frontends. Comprehensive object introspection. Input history, persistent across sessions. Caching of output results during a session with automatically generated references. Extensible tab completion, with support by default for completion of python variables and keywords, filenames and function keywords. Extensible system of ā€˜magicā€™ commands for controlling the environment and performing many tasks related to IPython or the operating system. A rich configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). Session logging and reloading. Extensible syntax processing for special purpose situations. Access to the system shell with user-extensible alias system. Easily embeddable in other Python programs and GUIs. Integrated access to the pdb debugger and the Python profiler. The Command line interface inherits the above functionality and adds: real multi-line editing thanks to prompt_toolkit. syntax highlighting as you type. integration with command line editor for a better workflow.

minor feature: https://pypi.org/project/ipython/8.20.0/

Mixed python

Paperless-ngx 2.3.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

major bugfix: Bug Fixes Fix: triggered workflow assignment of customfield fails if field exists in v2.3.1 @shamoon (#5302) Fix: Decoding of user arguments for OCR @stumpylog (#5307) Fix: empty workflow trigger match field cannot be saved in v.2.3.1 @shamoon (#5301) Fix: Use local time for added/updated workflow triggers @stumpylog (#5304) Fix: workflow edit form loses unsaved changes @shamoon (#5299)

GNU GPLv3 internet web dynamic content indexing search

Scribus 1.6.1 šŸ’¾

Scribus is a professional typesetting and page layout program, available on all major platforms but also for OS/2 and GNU/Hurd. It provides press-ready PDF output, but a user-friendly and modern interface. It supports color separation, ICC profiles, CMYK and spot colors.

minor bugfix: The Scribus Team is pleased to announce the release of version 1.6.1. We are releasing Scribus 1.6.1 primarily to fix some text wrapping and hyphenation issues discovered since 1.6.0 was released. Changes General Fixes to text wrapping, primarily evident on later versions of mac OS (13/14) Fixes to hyphenation Update to tell Windows installer to not reboot on installation of the Visual C++ Redistributable package Update DublinCore input fields for Document Information tagging Clarification of specific PDF/X export versions Some scripter improvements Update to poppler 24.01 in our builds.

GNU GPL c++ python qt text-setting printing layout text-processing office

OCRmyPDF 16.0.4 šŸ’¾

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

minor feature: . . some for left-to-right text with the new hOCR renderer. It is still. Not default yet but will be made so soon. Right-to-left text is still in progress. Added an error to prevent use of several versions of Ghostscript that seem. Corrupt existing text in input PDFs. Newly generated OCR is not affected. For best results, use Ghostscript 10.02.1 or newer, which contains the for the. . . .

GNU GPLv3 pdf ocr scanning

Finit 4.7 šŸ’¾

Finit is a SysV init replacement that starts services in parallel for a fast init. It comes with process supervision similar to that of daemontools and runit. Although the focus is on small and embedded GNU/Linux systems, it's fully functional on standard server and desktop installations. Cookies included.

minor feature: Update ChangeLog and bump version for v4.7 release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

MITL init monitoring linux c

Konfyt 1.6.0 šŸ’¾

Konfyt is a digital keyboard workstation for Linux which allows the user to easily and quickly set up patches, each with multiple layers, and instantly switch between these patches for seamless live keyboard playing. Patches may consist of multiple layers of Soundfonts (.sf2), SFZ instruments, audio input ports and MIDI output ports. Konfyt features a searchable library that scans your filesystem for soundfonts and SFZs. Soundfont programs are included in searches and can be viewed with a single click, giving immediate access to all programs within a soundfont. Konfyt originally started as a quick and dirty attempt to create a soundfont library application due to the author's frustration with exploring soundfonts using existing tools. This soon grew to a soundfont player and eventually everything else was hacked on. It is now pretty functional but remains a work in progress. While I use Konfyt successfully on a daily basis, use it at your own risk. I am not responsible for any trauma due to failures during live performances. Konfyt is open source, created with Qt and uses JACK as MIDI and audio backend, liblscp for loading SFZ files in Linuxsampler, with the option of using Carla as the backend for loading SFZ files (using its built-in SFZero support) and Fluidsynth for soundfonts.

major feature: Added MIDI input port scripts. Show warning when SFZ engine fails to load. Changes. Refactored warnings backend. Double-clicking on warnings now go to the corresponding GUI area. Warnings text update when port names are updated. Script warnings related crash: when port warnings appeared after a script warning was active, crash would happen when script warning was removed.

GNU GPLv3 audio sampler linux

Sunrize 1.4.0 šŸ’¾

Sunrize is an easy-to-use editor for X3D files that is based on the X_ITE framework. The Outline Editor allows for intuitive scene editing, while the Script Editor provides comprehensive editing of Script nodes and ComposedShader nodes.

minor feature:

GNU GPLv3 x3d editor javascript

MediaWiki 1.41 šŸ’¾

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers. MediaWiki is: feature-rich and extensible, both on-wiki and with hundreds of extensions; scalable and suitable for both small and large sites; simple to install, working on most hardware/software combinations; and available in your language.

minor feature: https://www.mediawiki.org/wiki/Release_notes

GNU GPLv3 wiki php

Metronomek 0.6.0 šŸ’¾

Metronome that works and sounds similar to mechanical devices but with all goods of computer program. Natural (real audio) sounds; selectable beat and ring sounds (i.e.: real metronome, clapping, snapping, etc.); possibility to change meter; visible counting; determining tempo BPM by tapping; cross-platform: Android, Linux, Mac, Windows

major feature: Added programmable speed up slow down (accelerando and rallentando) - new settings page to manage tempo change(s) - list of tempo changes can be defined - kind of rhythmic composition - every change has initial and target tempos and its duration can be set in bars, beats or seconds - duration may be infinite, then popup appears to switch to the next tempo - changes set (composition) can be stored in XML file - and there is the list of compositions to select Avoid cracks and cuts when playing finishes - terminate playing only when audio data of entire beat was sent Many of visual improvements - keep main menu text visible - adjust font size to width or elide - color of switches in menu corresponds with color of the menu button dots - Windows use system accent color for highlight

GNU GPLv3 metronome natural audio rhythms c++ qt

PanConvert 0.2.9 šŸ’¾

PanConvert is a multi-platform GUI for instrumenting Pandoc to convert between various text, file and markup formats. It allows selecting files, or ad-hoc conversion of entered/pasted markup. Pandoc needs to be installed, and handles MarkDown/CommonMark, LaTeX, OPML, ODT and EPUB formats.

feature: Fixed markdown problems with newer pandoc versions

GNU GPLv3 python qt5 pandoc text-conversion markup format

C5Connector.Java 0.12 šŸ’¾

The Java backend for the filemanager of corefive (http://github.com/simogeo/Filemanager ). It's a bridge between the filemanager and a storage backend and works like a transparent virtual file system or a proxy. C5Connector.Java includes a default implementation to access the (server side) local filesystem.

minor feature: issue #46: UserObjectProxy: changed visibility of getFilemanagerUserConfig

MPL java-library

rtpmidid 23.12 šŸ’¾

rtpmidid allows you to share ALSA sequencer devices on the network using RTP MIDI, and import other network shared RTP MIDI devices. rtpmidid is an user daemon, and when a RTP MIDI device is announced using mDNS (also known as Zeroconf, Avahi, and multicast DNS) it exposes this ALSA sequencer port.

minor bugfix: * Packaging fixes * Compiles with newest libfmt * No mallocs on the hot path * Fixes connecting. Improved timeouts.

Mixed rtp midi

Linux kernel 6.6.10 šŸ’¾

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.6.10, Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe", netfilter: nf_tables: skip set commit for deleted/destroyed sets, wifi: nl80211: deadlock in nl80211_set_cqm_rssi (6.6.x), wifi: cfg80211: CQM for non-range use, tracing: blocked reader of snapshot buffer, ftrace: modification of direct_function hash while in use, ring-buffer: wake ups when buffer_percent is set to 100, Revert "nvme-fc: race between error recovery and creating association", mm/memory-failure: check the mapcount of the precise page, mm/memory-failure: cast index to loff_t before shifting it, mm: migrate high-order folios in swap cache correctly, mm/filemap: avoid buffered read/write race to read inconsistent data, selftests: secretmem: floor the memory size to the multiple of page_size, maple_tree: do not preallocate nodes for slot stores, platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe, ksmbd: slab-out-of-bounds in smb_strndup_from_utf16(), platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback, platform/x86/intel/pmc: Allow reenabling LTRs, platform/x86/intel/pmc: Add suspend callback, block: renumber QUEUE_FLAG_HW_WC, mptcp: inconsistent state on fastopen race, mptcp: possible NULL pointer dereference on, mptcp: refactor sndbuf auto-tuning, linux/export: Ensure natural alignment of kcrctab array, linux/export: alignment for 64-bit ksymtab entries, kexec: select CRYPTO from KEXEC_FILE instead of depending on it, kexec: KEXEC_FILE dependencies, virtio_ring: syncs DMA memory with different direction, fs: cifs: atime update check, client: convert to new timestamp accessors, fs: new accessor methods for atime and mtime, ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack(), ksmbd: lazy v2 lease break on smb2_write(), ksmbd: send v2 lease break notification for directory, ksmbd: downgrade RWH lease caching state to RH for directory, ksmbd: set v2 lease capability, ksmbd: set epoch in create context v2 lease, ksmbd

GNU GPL c linux kernel operating-system