SSHGuard 2.5.0 💾

SSHGuard is an automated log watcher which quickly sets up firewall blocks for detected brute-force attacks. It supports not just SSH, but also sendmail, exim, dovecot, Cucipop, UWimap, vsftpd, proftpd, pure-ftpd and FreeBSD ftpd. It understands syslog/-ng, metalog, multilog and raw log formats. And works with netfilter/iptables, PF, ipfw, or just hosts.allow to set up firewalling rules.

major feature: Added Add attack signatures for Proxmox VE. Update signatures for: - Cyrus. - Exim. - OpenSSH. - Post- Add option to write Prometheus-compatible metrics. Add option to change sandboxable-processes to an unprivileged user. Changed. Any HTTP 401 response is now recognized as an attack. Code improvements in in log banner and web (CLF) parsers. If there are regressions, please file a report with example attacks so that they can be added to our tests. configure when the shell is not bash. false positives in web (CLF) log detection with "mail" in the request.

BSDL c log monitoring firewall security ssh mail-server

DBeaver 25.0.1 💾

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

minor feature: lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" - SQL Editor: a in single-tab mode where script execution displayed results from the previous execution. the sql formatting for procedure calls with multiple argument. Improved buttons layout in result set view on execution error. Auto-refresh is now stopped if the result is not visible or DBeaver window is collapsed. SQL autocompetion: the ability to expand columns for table_alias.*. Added the ability to use the amp;quot;Short object names amp;quot; code completion option for columns. Command parameters now always highlighted with black. AI assistant: an where a query without a semicolon before @ai was skipped without an error message. Query will be executed even if there is no semicolon. Metadata Edtior: Added the ability to view and edit comments in a popup window for improved user convenience. an where folder content in the Metadata Editor was not displayed immediately after opening an object. Data Editor: Removed options for copying column names and row numbers from the context menu for data cells. Diagram: Updated the scrollbar color in the Diagram to match the expected design. Connectivity: Resolved the related to font rendering in the connection creation window. Security: Added the ability to enable TLS/SSL delogging. Miscellaneous: Breadcrumbs now update immediately when any included object is renamed. Popups for version update, Tip of the Day, and Sample Database are now displayed later if other modal windows are open, improving the user experience and reducing interruptions. the Open File dialog on Linux. Databases: Azure SQL Server: The amp;quot;CREATE VIEW amp;quot; statement has been replaced with amp;quot;CREATE OR ALTER VIEW amp;quot; in the view DDL for Azure SQL Server v16 and higher. ClickHouse: with reading geometry data. CUBRID: New column creation was - Added the ability to create and modify synonyms. Databend: an with

GNU GPL database front-end sql sqlserver java

Perl Compatible Regular Expressions 10.45 💾

PCRE is a widely used Unicode-compatible regular expression engine. It implements Perl5 regex syntax and semantics, some Python, .NET and Onigurama extensions. It uses just-in-time compilation, has consistent escaping rules, and allows for recursion, assertions and conditional patterns or complex subroutines and callouts, thus goes far beyond classic regular expressions.

major feature: This is a comparatively large release, incorporating new features, some and a few changes with slight backwards compatibility implications. Please see the ChangeLog and Git log for further details. Only changes to behaviour, changes to the API, and major changes to the pattern. Syntax are described here. This release is the first to be available as a (signed) Git tag, or. Alternatively as a (signed) tarball of the Git tag. This is also the first release to be made by the new maintainers of PCRE2, and. we would like to thank Philip Hazel, creator and maintainer of PCRE and PCRE2. (Git change) The sljit project has been split out into a separate Git. Repository. Git users must now run `git submodule init; git submodule update` After a Git checkout. (Behaviour change) Update Unicode support to UCD 16. (Match behaviour change) Case-insensitive matching of Unicode properties Ll, Lt, and Lu has been changed to match Perl. Previously, / p Ll /i would. Match only lower-case characters (even though case-insensitive matching was Specified). This also affects case-insensitive matching of POSIX classes such as :lower: . (Minor match behaviour change) Case-insensitive matching of backreferences now. Respects the PCRE2_EXTRA_CASELESS_RESTRICT option. (Minor pattern syntax change) Parsing of the x escape is stricter, and is no longer parsed as an escape for the NUL character if not followed by ' ' or a hexadecimal digit. Use x00 instead. (Major new feature) Add a new feature called scan substring. This is a new. Type of assertion which matches the content of a capturing block to a Sub-pattern. Example: to find a word that contains the rare (in English) sequence of. Letters "rh" not at the start: b( w++)(*scan_substring:(1).+rh). The first group captures a word which is then scanned by the. (*scan_substring:(1)... ) assertion, which tests whether the pattern ".+rh". Matches the capture group "(1)". (Major new feature) Add support for UTS#18 compatible ch

BSDL c regex pcre perl

Multi Lingual TERMinal emulator 3.9.4 💾

mlterm provides a X11 terminal emulator with extensive support for internationalization, different character sets and encodings, or input methods. Fonts are rendered anti-aliased through FreeType, one instance can manage multiple windows, it has a scrollbar API, mouse wheel support, automatic encoding detection, and a daemon mode. Binaries for Windows and Java are also available.

minor feature: Support Shift+Control+v and Shift+Control+c to copy paste via clipboard by default. Drop -P/--clip/use_clipboard option. Add --chsel/change_selection_immediately option in anything except xlib and wayland. Add COPY_CLIPBOARD shortcut key. Pressing '?' in copy mode searches for a string backward. (https://github.com/arakiken/mlterm//72). Support wp-primary-selection protocol in wayland. Support "exesel:" operation in /.mlterm/key in win32. Support libvte compatible library in win32. (See gtk/README). Support ConPTY in win32. Support Alternate Scroll Mode. (https://github.com/arakiken/mlterm//80). Support P2=1 in sixel graphics. (https://github.com/arakiken/mlterm//81). Support libpng to build mlimgloader if gdk-pixbuf is not found. (https://github.com/arakiken/mlterm//96). Support Emoji variation selectors 15 and 16. (https://github.com/arakiken/mlterm//84). Add --conpty/use_conpty and --winsize/output_xtwinops_in_resizing options in win32. Add --norepkey/mod_keys_to_stop_mouse_report option. Add --clp/use_clipping option. (https://github.com/arakiken/mlterm//132). Add tool/accessories/applycfg.sh and applyfontcfg.sh. (https://github.com/arakiken/mlterm//71). Add "de", "fr", "es", "pt" and "jp106" to available values for "kbd". Input method argument. Add vte 0.78 API symbols to libvte compatible library. Change the default value of "xterm" entry in etc/termcap from "ut" to "kb= H:ut". Update unicode property table to version 15.1.0. Merge patches: Https://github.com/arakiken/mlterm/pull/68 Https://github.com/arakiken/mlterm/pull/83 (Add --locktitle/use_locked_title option) Https://github.com/arakiken/mlterm/pull/119 : Https://github.com/arakiken/mlterm//52 Https://github.com/arakiken/mlterm//67 Https://github.com/arakiken/mlterm//69 Https://github.com/arakiken/mlterm//73 Https://github.com/arakiken/mlterm//78 Https://github.com/arakiken/mlterm//79 Https://github.com/arakiken/mlterm//92 Https://github.com/arakiken/mlterm//97 Https://github.com/ar

BSDL c gtk x11 terminal-emulator xterm i18n

MediaInfo 25.03 💾

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

minor bugfix: Italian translation update. Windows shell extension: Handle.url files, thanks to cjee21. Windows shell extension: Option for separate instance, thanks to cjee21. I2218, TTML: detect IMSC Rosetta. MXF: support of HDR Vivid Metadata. AVS3 Video: support for AVS3 Video according to T/AI 109.2. MP4: Display of operating system and hardware e.g. Android or iOS. MP4: Handle loci and @xyz metadata. MP4: Handle more metadata. DAT: recording date amp; misc. 3D Audio: Enable graph also on Linux. x macOS GUI: HTML background color on macOS 11 and earlier x macOS GUI: Update macOS app icon to match new UI guidelines x iOS: prevent crash when receiving invalid event x iOS: Update iOS icon to match new UI guidelines x iOS: Open from media gallery x iOS: Prevent out-of-memory when parsing large file x Android: square adaptive icon x Android: Update AppIcon x Qt GUI: several improvements for matching the current windows version, thanks to cjee21 x I1042, Windows GUI: menubar/toolbar visibility x I2199, MP4: moov meta support x I2213, MXF: better handling of bad LinkedTrackID in descriptors x I2191, PAC: crash with some W16 blocs x I2223, DVD-Video: crash x AVC: GOP computing sometimes half of actual GOP x AC3: wrong read of mixlevel x MPEG-4: Handle correctly mett track format x alignment of text output for CJK languages

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

InputPlumber 0.59.0 💾

InputPlumber is an open source input routing and control daemon for Linux. It can be used to combine any number of input devices (like gamepads, mice, and keyboards) and translate their input to a variety of virtual device formats.

minor feature: lt;h1 gt; lt;a href="https://github.com/ShadowBlip/InputPlumber/compare/v0.58.7...v0.59.0" gt;0.59.0 lt;/a gt; (2025-06-19) lt;/h1 gt;. lt;h3 gt;Features lt;/h3 gt;. lt;ul gt;. lt;li gt; lt;strong gt;Event: lt;/strong gt; add event context with performance metrics ( lt;a href="https://github.com/ShadowBlip/InputPlumber/commit/4a10bc082da7800eaec432819b208413be489b82" gt;4a10bc0 lt;/a gt;) lt;/li gt;. lt;li gt; lt;strong gt;Event: lt;/strong gt; add latency monitoring ( lt;a href="https://github.com/ShadowBlip/InputPlumber/commit/1816be4f354d13c4942ca2dd7ab56f879138c3d0" gt;1816be4 lt;/a gt;) lt;/li gt;. lt;/ul gt;.

GNU GPLv3 linux daemon virtual-device rust

NLarn 0.7.7 💾

NLarn is an enhanced and improved rewrite of the historic roguelike game Larn. It tries to maintain the atmosphere and story of the last version of Larn (12.3) while improving gameplay and the user experience.

minor feature: Switch to 256 colours

GNU GPLv3 roguelike game larn rogue-like curses

macFUSE 5.0.5 💾

macFUSE (formerly osxfuse or FUSE for OS X) provides foreign filesystem support under macOS. Like the Linux variant of libfuse, it provides a user-land filesystem driver API, which is easier to develop for. Command-line tools are provided, and a kernel module which facilitates binding drivers like sshfs, procfs, AccessibilityFS, GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS to the file system.

minor feature: lt;ul gt;. lt;li gt;crash in lt;code gt;macFUSE.framework lt;/code gt; after unmounting a volume. The has been introduced in version 5.0.0 and was caused by over-releasing an object in the mount thread. For details, see lt;a class="-link js--link" data-error-text="Failed to load title" data-id="3153386522" data-permission-text="Title is private" data-url="https://github.com/macfuse/macfuse//1086" data-hovercard-type="" data-hovercard-url="/macfuse/macfuse//1086/hovercard" href="https://github.com/macfuse/macfuse//1086" gt;#1086 lt;/a gt;. lt;/li gt;. lt;/ul gt;.

GNU GPL fuse filesystem driver macos libfuse c

CherryTree 1.4.0 💾

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Features: rich text formatting and colorization, syntax highlighting, images handling, embedded files, lists handling, simple tables, codeboxes, text/image/table alignment, hyperlinks, spell checking, cross application copy/paste, export to html or plain text, table-of-contents generation, extensive search function. It can import from Basket, Cherrytree, Epim html, Gnote, Keepnote, Keynote, KnowIt, MemPad, Notecase, TomBoy, Treepad Lite, TuxCards, Zim.

major bugfix: Password protected archives, enhanced encryption strength. Collapsible headers, the collapsible section must not contain a bigger header, only smaller headers. Collapsible headers, expand automatically when moving a row of text up/down into a collapsed secion. Collapsible headers, changed expanded/collapsed icon to arrows. Collapsible headers, when copy/cut a collapsed header ensure that the hidden section is also set in the clipboard. Remove text formtting to also remove TOC anchors. on windows copy table and paste into microsoft word results in plain text paste. Settings to expand codeboxes automatically now separated for width and height. Increased default height of the dialogs to select an element from a list. Updated languages ja, kk_KZ, kk_LA, ru, zh_TW. Incomplete languages: ar, fa, fi, hi_IN, hr, ko, lt, nl, pt, sv, zh_CN (want to help and update one? write me https://www.giuspen.net/feedback/).

GNU GPLv3 gtk c text-editor note-taking

Vulnerability-Lookup 2.7.0 💾

Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).

minor feature: Release 2.7.0 (2025-03-27) What's New: Vendor and Product Management: Added support for extending or aliasing CPE names, allowing vendor and product names to be mapped. This addresses the of CPE fragmentation or inconsistency, where an organization might have multiple vendor names. or a single product is referenced by different CPE identifiers (e.g., `"cpe:/a:oracle:java"` vs. `"cpe:/a:sun:java"` for the same product). The solution introduces organizations as unified containers, consolidating known CPE vendor names under a single entity. Related products are linked to this entity. Additionally, a curated list of CPE product name. synonyms helps resolve naming discrepancies. A point of contact (email/URL) can be added to an organization. #110 . Organization Membership: Users can now be part of one or multiple organizations in Vulnerability-Lookup. #110 . New API endpoints: Introduced new endpoints to retrieve information about organizations and products. It is as well possible to get all CPE information related to a product or an organization, as a JSON file. (`/organization/ lt;uuid gt;/export_cpe_information` and `/product/ lt;uuid gt;/export_cpe_information`). #110 . Changes: Users can now create notifications based on Organization/Product or Vendor/Product. Notifications linked to an Organization and a Product will leverage the new CPE vendor/product aliasing mechanism. #110 . Improved validations of models and forms. ( 0be8544 (0be8544)). Various graphical improvements to the user's notifications page and main menu. : Do not load the reusable modals with the Vulnogram editor. 84a5273 (84a5273).

Affero GPLv3 vulnerability-lookup

SoX 14.6.0 💾

The SoX_ng project imports, compares and refines bug fixes and new work from the 50-odd software distributions that package SoX and from the plethora of forks on github and elsewhere and makes regular releases with a six-monthly cadence for each of the micro (bug fixes) and minor (new features) releases

minor feature: New features: o Read NSP format files o Read MSP2K (Akai sampler) format files o Read and write AIFC a-law and u-law encodings o Copy AIFF's MARK and INST chunks more often o Copy AIFC's MARK and INST chunks o Read and write DSF format and read DFF and WSD formats o Add the DSD-related "dop" and "sdm" effects o Add reading of Ogg FLAC files (with ffmpeg) o SDS format is now autodetected o MP3 with CRC protection and MP2 formats are now autodetected o AIFF format now supports ID3 tags o The ID3 "TCOM" (Composer) tag is now supported o Add "softvol" effect, a software gain that avoids clipping and maybe rises o Make the 'v' and 'V' keys prefer to adjust softvol if it is active o Add "dolbyb" effect to decode and encode Dolby B noise reduction o synth: Add "vdelay" combine method to phase-modulate by the synth wave o Remove the limit on the number of echo/echos stages (was 7) o Remove the limit on the number of channels that phaser can handle (was 4) o Raise the limit on the number of chorus stages from 7 to 256 o Remove unnecessary limits on arguments to echo,echos,chorus,phaser,flanger o wget, wget2 and curl are sought at runtime instead of at build time and ./configure --with-curl now just makes it prefer curl to wget. o Make "echos" run 20 faster o Make --multi-threaded the default o Error messages have been harmonized. The best was sox_ng WARN chorus: chorus: warning gain-out can cause saturation o When curl or wget fail to fetch a URL, decode the exit status to a message o Don't spew the usage pages when there are invalid options o Add flow diagrams to --help-effect chorus/compand/earwax/echo/echos/phaser o Make --with-ffmpeg the default configuration Bug fixes: o The "stats" effect's Bit-depth values have been revised to reflect what Bit-depth means and handle corner cases like -32768 o Revise all effects' usage messages to the same format and more helpful o "echos" and "chorus" have never worked but now do what they say o "bend"'s logarithmic frequency

GNU GPL

libdolbyb 1.0 💾

libdolbyb treats audio recordings to apply or remove something similar to what Dolby B noise reduction codecs in high-end tape recorders do. It translates dolbybcsoftwaredecode.sf.net from Pascal into C giving a generic C library and a command-line tool as well as a new SoX effect.

major feature: First public release

GNU GPL

Miranda 2.067 💾

Miranda is Professor David Turner's pure, non-strict, polymorphic, higher order functional programming language, which was the main inspiration for Haskell. This project is for its maintenance as Professor Turner died last year and I have the blessing of his family and of the University of Kent at Canterbury Computing Laboratory where he developed it. It is unlikely to have any bugs but has been updated to compile on modern systems

minor bugfix: Professor Turner's original release made to compile on modern systems. Ported to aarch amd arm chrp loongarch mips powerpc riscv sun4m sun4v x86 32/64bit big- and little-endian, under AIX AlmaLinux AlpineLinux ArchLinux CentOS Debian FreeBSD Haiku MacOS/X NetBSD OpenBSD OpenSUSE Rocky and Solaris. Dumps core on sun4u (UltraSPARC) processors; a Windows port has not been attempted. A PDF version of the online manual is included.

Other

exiftool 13.26 💾

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

minor feature: Added a new Olympus CameraType. - Added a new PentaxModelID. - Added a new Nikon LensID. - Improved Duration calculation for some WAV files. - Changed a PCAP tag name and typos in a few others. - Patched to avoid VignettingCorr warning for images from some Canon cameras. - Patched to avoid some unnecessary duplicate tag warnings when -validate used with HEIC images. - with XMP-xmpMM:Pantry items not exhibiting proper List-type behaviour.

Artistic perl exif meta-data

A wrapper of FRAUDAR algorithm 0.7.5 💾

This package implements a wrapper of FRAUDAR algorithm to provide APIs defined in Review Graph Mining project.

minor feature: lt;h2 gt;What's Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;Switch to lt;code gt;importlib.metadata lt;/code gt; for dynamic versioning by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkawamoto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkawamoto" gt;@jkawamoto lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2930477403" data-permission-text="Title is private" data-url="https://github.com/rgmining/fraudar//47" data-hovercard-type="pull_request" data-hovercard-url="/rgmining/fraudar/pull/47/hovercard" href="https://github.com/rgmining/fraudar/pull/47" gt;#47 lt;/a gt; lt;/li gt;. lt;li gt;Refactor codebase for Trip Advisor Dataset Loader by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkawamoto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkawamoto" gt;@jkawamoto lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2937247876" data-permission-text="Title is private" data-url="https://github.com/rgmining/fraudar//48" data-hovercard-type="pull_request" data-hovercard-url="/rgmining/fraudar/pull/48/hovercard" href="https://github.com/rgmining/fraudar/pull/48" gt;#48 lt;/a gt; lt;/li gt;. lt;li gt;Bump version to 0.7.5 and update ruff-pre-commit hook by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkawamoto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkawamoto" gt;@jkawamoto lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2937262774" data-permission-text="Title is private" data-url="https://github.com/rgmining/fraudar//49" data-hovercard-type="pull_request" data-hovercard-url="/rgmining/fraudar/pull/49/hovercard

GNU GPLv3 python api analysis fraud-detection social-network

FamiStudio 4.4.1 💾

FamiStudio is a simple music editor for the Nintendo Entertainment System or Famicom. It is targeted at both chiptune artists and NES homebrewers.

minor bugfix: Changes/: Crash when using blank FDS instrument. N163 FDS instrument conversion. an FDS that affected certain older imports (Gyruss had sine waves on some instruments). And improved FDS modulation (sound engine and FS emulation). Toolbar on mobile involving context menus being unresponsive. With merging identical patterns where an incorrect arpeggio would be used. With very low "Resample Period" on FDS or N163 using blank waveforms. Multiple Linux and GTK dialog Multiple small widgets improvements/ Localization updates.

MITL music music-editor audio audio-editor nes chiptune csharp assembly

BallroomDJ 4 4.15.1 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

minor bugfix: 4.15.1 2025-6-17 * Bug Fixes: * Mobile Remote Control, Mobile Marquee: Fix to accept connections from any network. * Manage: Import Playlist: Fix validation of podcast URL. * Podcast: Fix failures for long playlists. * Podcast: Fix processing of other duration field formats. * Changes: * Player: External Request: Add "No Play Time Limit" switch. * Internal: * Code cleanup (sockets).

Zlib audio music end-users linux macos windows player ballroom c gtk

Gnumermic Spreadsheet 1.12.60 💾

Gnumeric is a spreadsheet program that is part of the GNOME Free Software Desktop Project. Gnumeric version 1.0 was released on 31 December 2001. Gnumeric is... Free: Gnumeric and its source code are available free of charge, licensed under the terms of the GNU General Public License version 2 or version 3. Fast: Gnumeric starts up quickly and handles large spreadsheets while remaining responsive. Accurate: A spreadsheet should calculate the right answer. Gnumeric's built-in functions and tools are accurate as several, researchers, have found.

minor bugfix: Morten: problem with whole-column references in ods. #797 . ODS Export and import of marker fill and outline opacity. #796 . ODS Export and import of graph line stroke opacity. #796 .

GNU GPL spreadsheet excel xls gnome c

Sigil 2.5.3 💾

Sigil is a free, open source, multi-platform ebook editor that uses Qt6 (and QtWebEngine). It is designed to edit books in ePub format (both ePub 2 and ePub 3). Sigil was designed to make it easy to create great ebooks using the EPUB format. If you are formatting books for your own use, or you are a professional editor publishing books on multiple platforms, then Sigil is for you. You can use Sigil to format and package your books into an EPUB that looks exactly the way you want it to using an advanced set of features that have made Sigil one of most popular EPUB editors available. This open-source and completely free software is written and supported entirely by volunteers. The current Sigil development team includes Doug Massay and Kevin Hendricks as co-lead developers and maintainers. Previous developers/authors include John Schember, Grant Drake and Dave Heiland. Sigil was originally created by Strahinja Markovic in 2009 and remains completely free to download and use. Support is also provided by other volunteers who contribute code, translations and helpful answers to user’s questions. See the Help=>About menu in Sigil for a complete list of contributors. Some Sigil features: Free and open source software under GPLv3 Multi-platform: runs on Windows, Mac, and Linux Full UTF-16 support EPUB 2 and EPUB 3 spec support Multiple Views: Code View and Preview View Complete control over directly editing EPUB syntax in Code View Table of Contents ge

minor bugfix: Prevent crash on Windows when hand typing in an external url in Add Existing files. - in how nav is handled by Prettify (Thank you BeckyEbook). - in wait cursor appearing when showing last epub open warnings.

GNU GPLv3 epub editor ebook qt

Warracker - Warranty Tracker 0.10.1.2-Beta 💾

Warracker is an open-source warranty tracker application designed to help you effortlessly keep track of product warranties, expiration dates, and related documentation. Warracker is a web-based application that provides a centralized system for managing all your product warranties. Key features include: Tracking product warranties in one central location. Adding warranty details, including purchase dates and duration. Uploading and storing warranty documentation and receipts. Providing visual indicators for active, expiring soon, and expired warranties. Searching through your warranty collection. Warranty Management: Add, edit, and delete warranty information. Document Storage: Upload and securely store receipts and warranty documentation. Status Tracking: Visual indicators for warranty status (active, expiring soon, expired). Search: Easily find warranties by product name. Responsive Design: A seamless experience on both desktop and mobile devices.

minor feature: Critical Bug Fix This release addresses a blocking issue that affected newly deployed instances, where the first user could not register, resulting in 500 Internal Server Errors. Fixes Included Logger Import Error (backend/auth_routes.py): Fixed missing logger import that caused a crash during user registration on fresh setups. Database Migration Timing Issue (backend/app.py): Resolved premature column access (is_owner) before migrations completed, which previously triggered startup errors. Graceful Column Handling: Added robust checks for column existence to prevent crashes during early-stage database initialization. Impact Eliminates "name 'logger' is not defined" and "column 'is_owner' does not exist" errors. Ensures first-time user registration works reliably after deploying the application on a fresh database. Improves overall resilience of the startup and migration process. Recommended Action: All users deploying new instances should upgrade immediately to ensure proper functionality of initial user creation.

Affero GPLv3 self-hosted warranty bookkeeping flask python javascript postgresql

Finit 4.11 💾

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: Finit v4.11 GA - Update documentation regarding transition from runlevel S to 2, how. Run/tasks must "complete" before Finit can move to the next runlevel. - Improve argument handling in bundled getty when launching login. - : allow services in `setup` state to be stopped. This a serious blocker introduced in 4.10 that prevented systems from. Being rebooted when any service was in this state. Fallback `SIGKILL` when stopping a service with `SIGTERM` does. Not work. This a serious with services not responding to. The default `SIGTERM`. Pre/post/ready/cleanup script execution if service has an. Optional `env:file` (leading `-`). Blocked signals for pre/post/ready/cleanup scripts preventing. Normal shutdown when a service/sysv is stopped in its setup state. Where a pre:script creates a PID file in `/run` cause the. Service to move from setup state to running. Any `svc_t` in setup. Teardown, or cleanup state should be ignored in the pidfile plugin. Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

MITL init monitoring boot-process linux c shell

fzf 0.63.0 💾

An interactive command line filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. It implements a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted characters and still get the results you want. Highlights 📦 Portable — Distributed as a single binary for easy installation ⚡ Blazingly fast — Highly optimized code instantly processes millions of items 🛠️ Extremely versatile — Fully customizable via an event-action binding mechanism 🔋 Batteries included — Includes integration with bash, zsh, fish, Vim, and Neovim

major feature: Added background variants of transform actions with `bg-` prethat run asynchronously in the background. ``sh GETTER='curl -s http://metaphorpsum.com/sentences/1' fzf --style full --border --preview : . --bind "focus:bg-transform-header: GETTER" . --bind "focus:+bg-transform-footer: GETTER" . --bind "focus:+bg-transform-border-label: GETTER" . --bind "focus:+bg-transform-preview-label: GETTER" . --bind "focus:+bg-transform-input-label: GETTER" . --bind "focus:+bg-transform-list-label: GETTER" . --bind "focus:+bg-transform-header-label: GETTER" . --bind "focus:+bg-transform-footer-label: GETTER" . --bind "focus:+bg-transform-ghost: GETTER" . --bind "focus:+bg-transform-prompt: GETTER". ``.

MITL cli finder go ruby shell

Tuned Switcher 0.9.3 💾

Tuned Switcher is a simple utility for managing performance profiles using the Tuned service. Tuned is a daemon for monitoring and adaptive tuning of system devices. In order to use this program, a daemon must be installed on your system.

minor bugfix: Switched various methods to construct objects at compile time. Switched to use versioned targets in build manifest. Switched to use an empty string constructors instead of building them at runtime from an empty literal.

GNU GPLv3 systems-administration linux utility performance

Dropbear SSH 2025.88 💾

Dropbear is a relatively small SSH server and client. It runs on a variety of unix platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers.

minor security: Security: Don't allow dbclient hostname arguments to be interpreted by the shell. Dbclient hostname arguments with a comma (for multihop) would be. Passed to the shell which could result in running arbitrary shell Commands locally. That could be a security in situations Where dbclient is passed untrusted hostname arguments. Now the multihop command is executed directly, no shell is involved. Thanks to Marcin Nowak for the report, tracked as CVE-2025-47203. Compatibility for htole64 and htole32, regression in 2025.87 Patch from Peter Fichtner to work with old GCC versions, and. Patch from Matt Robinson to check different header files. Building on older compilers or libc that don't support. Static_assert(). Regression in 2025.87 Support R in the client to force a key re-exchange. Improve strict KEX handling. Dropbear previously would allow other. Packets at the end of key exchange prior to receiving the remote Peer's NEWKEYS message, which should be forbidden by strict KEX. Reported by Fabian Bäumer.

Mixed ssh client server c tex

Courier Mail Server 1.4.0 💾

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

minor feature: Courier/submit.C (my_spf_lookup): In the Received-SPF header, replace SPF=. with identity=., per RFC 4408. Implement /ipv4only and /ipv6only options in esmtproutes, Move smtproutes handling into libesmtp. rpm packaging : warning messages from redefining global, macros.

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

Scintilla 5.5.6 💾

Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.

minor feature: Released 2 April 2025. Disallow changing case of protected text. Return enumeration type from MarkerSymbolDefined to match MarkerDefine. On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. On Win32, optimize case-insensitive DBCS search to be around 5 times faster by using 64K memory to cache folding data for each DBCS code page used. On Win32, a crash with bidirectional text. When using Visual C++ through nmake, building for ARM64. On Qt, draw clipped UTF-8 text correctly. On Qt, avoid a dwell start when the mouse is moved outside the Scintilla widget. On Qt, autoCompleteSelection converts from local encoding when not in Unicode mode.

GNU GPL ide editor programming coding code-editor cpp

DNF 4.23.0 💾

DNF is a software package manager that installs, updates, and removes packages on RPM-based Linux distributions. It automatically computes dependencies and determines the actions required to install packages. DNF also makes it easier to maintain groups of machines, eliminating the need to manually update each one using rpm. DNF (or Dandified Yum) is the next generation version of Yum. It roughly maintains CLI compatibility with Yum and defines a strict API for extensions and plugins. Plugins can modify or extend features of DNF or provide additional CLI commands on top of those mentioned below. If you know the name of such a command (including commands mentioned below), you may find/install the package which provides it using the appropriate virtual provide in the form of dnf-command(<alias>) where <alias> is the name of the command; e.g. dnf-command(repoquery) for a repoquery command (the same applies to specifying dependencies of packages that require a particular command).

major feature: Spec: toggle dnf5_obsoletes_dnf for RHEL 11. Automatic: Enhance errors reporting. Automatic: incorrect Error class instantiation. Doc: `--disableexcludepkgs=all` doesn't affect just file configuration. Update ko.po. Update README.rst started 1. Tests: Avoid the multiprocessing forkserver method. Cli: Print a plugin suggestion on installed but expired pgp key. Spec: Provide dnf4 by python3-dnf. Copr: Add Copr build files. Add support for --transient. Bootc: Document `--transient` and `persistence`. Bootc: Use ostree GObject API to get deployment status. Bootc: "Re-locking": use ostree admin unlock --transient. Spec: Add dnf-bootc subpackage. Require libdnf = 0.74.0 with `persistence` option. Derive releasever_ major,minor in conf, not substitutions. Override releasever_ major,minor with provides. Add --releasever-major and --releasever-minor options. Doc: Document detect_releasevers and update example. Tests: Patch detect_releasevers, not detect_releasever. Document how --releasever, --releasever_ major,minor affect each other. Move releasever_minor setter docstring to the correct function. Enable automatic PR reviews. Usage help: don't mark mandatory option parameters as optional.

GNU GPL package-manager python linux rpm

Samba 4.22.0 💾

Samba is a software suite that provides seamless file and print services to SMB/CIFS clients. It is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.

minor feature: NT_STATUS_ACCESS_DENIED making remote directory` on OpenBSD. Unable to connect to CephFS subvolume shares with. Vfs_shadow_copy2. `NT_STATUS_ACCESS_DENIED making remote directory` on OpenBSD. Incorrect FSF address in ctdb pcp scripts. quot;samba-tool domain backup offline quot; hangs. client use krb5 netlogon is experimental and should not be used in production. Creation of GPOs applicable to more than one group is impossible. With Samba 4.20.0 and later. samba-tool acl commands broken for relative path names pysmbd seg faults when file is not found. Spotlight search results don apos;t show file size and creation date. net ads create/join/winbind producing unix dysfunctional. Keytabs. samba-tool acl commands broken for relative path names. pysmbd seg faults when file is not found. Trust domains are not created. Trust domains are not created. General improvements for vfs_ceph_new module. libnet4: seg fault after dc lookup failure

GNU GPLv3 communications file-sharing cifs windows

macFUSE 5.0.3 💾

macFUSE (formerly osxfuse or FUSE for OS X) provides foreign filesystem support under macOS. Like the Linux variant of libfuse, it provides a user-land filesystem driver API, which is easier to develop for. Command-line tools are provided, and a kernel module which facilitates binding drivers like sshfs, procfs, AccessibilityFS, GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS to the file system.

minor feature: lt;ul gt;. lt;li gt;. lt;p gt;Add support for macOS 26 lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Add support for Xcode 26 lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Unicode normalization. Use lt;code gt;ICU lt;/code gt; instead of lt;code gt;iconv lt;/code gt; to normalize file names. Using lt;code gt;iconv() lt;/code gt; is not a viable option, as the version bundled with macOS lacks support for the full range of Unicode characters (emojis). For details, see lt;a class="-link js--link" data-error-text="Failed to load title" data-id="3099847164" data-permission-text="Title is private" data-url="https://github.com/macfuse/macfuse//1077" data-hovercard-type="" data-hovercard-url="/macfuse/macfuse//1077/hovercard" href="https://github.com/macfuse/macfuse//1077" gt;#1077 lt;/a gt;. lt;/p gt;. lt;/li gt;. lt;/ul gt;.

GNU GPL fuse filesystem driver macos libfuse c

Univention Corporate Server 5.2-2 💾

Univention Corporate Server (UCS) is our open integration platform offering centralized Identity & Access Management (IAM) with Nubus with a web portal. It enables management of heterogeneous IT domains with comprehensive Active Directory functions. -Portal with Single Sign-On -Integrated IAM -Packaged integrations -App Center with enterprise applications -Active Directory integration -Platform for your entire IT -Operation on-premise, in the cloud, or hybrid UCS is a scalable all-in-one solution for managing your entire IT infrastructure. The centerpiece is Nubus, which allows you to manage identities, roles, and groups. The integrated portal with Single Sign-On and Self-Service functions serves as a central access point for IT services and applications. A wide range of enterprise applications is available in our Univention App Center. UCS is ideal for managing distributed, heterogeneous, and virtualized IT environments, whether using Microsoft Windows, Mac OS, or Linux. Integrated IT infrastructure management allows centralized management of server and desktop systems via an easy-to-use web interface. Thanks to standardized interfaces, UCS can be easily integrated into your existing IT environment. Comprehensive Active Directory functions enable seamless integration with Microsoft Windows environments. Find out more about UCS on our website: https://www.univention.com/products/ucs/ Click here to download the free UCS Core Edition: https://www.univention.com/download-ucs/

major feature: On june 12th, 2025, UCS 5.2-2 was released. Release notes with all details at: https://docs.software-univention.de/release-notes/5.2-2/en/

Affero GPLv3 identity-access-management it-infrastructure-management active-directory-migration domain-management samba-4 app-center linux-distribution

FocusWriter 1.8.12 💾

FocusWriter is a simple, distraction-free word processor. It utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. FocusWriter allows you to customize your environment by creating themes that control the font, colors, and background image to add ambiance. It also features on-the-fly updating statistics, daily goals, multiple open documents, spell-checking, and much more. Additionally, when you open the program your current work in progress will automatically load and position you where you last left off so that you can immediately jump back in.

minor bugfix: : Compile error with QString::arg overload for char32_t. : Conflict when creating default symbol shortcuts. : Columns in symbols dialog were very wide. Translation updates: Swedish.

GNU GPLv3 word-processor editor writing cpp

BallroomDJ 4 4.15.0 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

minor feature: 4.15.0 2025-6-12 * Bug Fixes: * Database: Some companies are putting a genre into the title-sort tag. Some known genres will be cleared from the title-sort tag. * Player: Fix incorrect status display when playing and no songs. * User Interface: Prevent paste into read-only spinboxes. * Changes: * Manage: Import Playlist: Drag and drop implemented. * Manage: Remove Song: Improve user interface. * Manage: Remove Song: Change menu items: Undo Remove Song, Undo All Song Removals * Player: External Request: Drag and drop implemented. * Windows: SMTC controller temporarily turned off (compiler bug). * New Features: * Configure: Audio Sources: Add podcast. * Configure: Player: Add optional player arguments. * Manage: Import Playlist: Add podcast. * Manage: Playlist Management: Add podcast. * Song Editor: No play time limit setting. * Internal: * Code cleanup (xml parse). * Update support libraries.

Zlib audio music end-users linux macos windows player ballroom c gtk

Nano 8.5 💾

GNU nano is a console text editor, modeled after Pico. It is very newcomer-friendly due to on-screen menus with always visible keyboard shortcuts. Keybindings are configurable, and full undo and redo actions are supported. Nano can even be used as STDIN pager, and it provides fast syntax highlighting using regular expressions.

minor feature: "Sigourney" * Anchors are saved when a file is closed, and restored when the file is reopened (if and when --positionlog is active). * Nano exits with an error status for key combos Ctrl+O Ctrl+Q and Ctrl+X Ctrl+Q. * Keystroke Ctrl+L just centers the cursor, while Alt+ cycles it. * Option --whitespace is accepted, but left undocumented. * Syntax coloring works correctly in more locales.

GNU GPL editor text-editor terminal console pico syntax-highlighting

Mustangproject 2.17.0 💾

Mustangproject is a tool to write, validate and parse Factur-X/ZUGFeRD and (CII)XRechnung e-invoices. It is a (permissive) open source cross platform command line tool and a Java library. The command line tool e.g. allows to extract and combine PDF and XML from/to Factur-X as well as validate e-invoices, convert XML to HTML or migrate from ZUGFeRD v1 to v2. The library additionally allows to generate the XML to be embedded either by implementing interfaces or actively creating objects.

major bugfix: **Breaking changes** #764 Item allowances not to be multiplied by quantity (there are now product level quantities for that). This may affect invoice totals. **Corrections** - #820/801/815 Fix invoiceImporter: empty NodeList, empty Strings - #822 Wrapping Message Text in Validation Result PDF - #843 Re-Initialize the HTML-template on language change - #854 allow multiple item charges/allowances when visualizing to html - #786 Fix Invoices with Category Code "O" #786 **New features** (apart from #764 allow allowances/charges on item, product and document level, not only on product and document level) - add getCalculation on calculatedInvoice - Transactioncalculator getTaxDetails to include correct percentage, calculated amounts

APL invoice metadata accounting java-library java e-billing e-invoice