Navidrome Music Server 0.54.4 💾

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify! Features Handles very large music collections Streams virtually any audio format available Reads and uses all your beautifully curated metadata Great support for compilations (Various Artists albums) and box sets (multi-disc albums) Multi-user, each user has their own play counts, playlists, favourites, etc... Very low resource usage Multi-platform, runs on macOS, Linux and Windows. Docker images are also provided Ready to use binaries for all major platforms, including Raspberry Pi Automatically monitors your library for changes, importing new files and reloading new metadata Themeable, modern and responsive Web interface based on Material UI Compatible with all Subsonic/Madsonic/Airsonic clients Transcoding on the fly. Can be set per user/player. Opus encoding is supported Translated to various languages

minor feature: lt;p gt;Co-authored-by: navidrome-bot lt;a href="mailto:navidrome-bot@navidrome.org" gt;navidrome-bot@navidrome.org lt;/a gt; lt;/p gt;.

GNU GPLv3 music audio streaming audio-streaming server go javascript

sndio 1.10.0 💾

Sndio is a small audio and MIDI framework part of the OpenBSD project and ported to FreeBSD, Linux and NetBSD. It provides a lightweight audio & MIDI server and a fully documented user-space API to access either the server or the hardware directly in a uniform way. Sndio is designed to work for desktop applications, but pays special attention to synchronization mechanisms and reliability required by music applications. Reliability through simplicity are part of the project goals.

minor feature:

ISC sound daemon server midi audio music api c

GitLab 17.7.2 💾

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

minor feature: (2025-01-14). ### (1 change). Handling of short gzip metadata files (merge request). ### Changed (1 change). Remove `download_code` dependency from access to read merge requests (merge request).

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

deadbeef 1.9.6 , tFixed: Drawing spectr 💾

DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems. DeaDBeeF lets you play variety of audio formats, convert between them, customize the UI almost any way you want, and use many additional plugins which can extend it even more.

minor feature:

GNU LGPLv3 audio music

Amarok 3.2.1 💾

There are many media players around these days, it's true. What's missing from most players is a user interface that doesn't get in the way of the user. How many buttons do you have to press for simply adding some new tracks to the playlist? Amarok tries to be a little different, providing a simple drag and drop interface that really makes playlist handling easy. FEATURES * Quick and simple drag and drop playlist creation * Music library * Cross platform: Support for Unix, MacOS X and Windows * Plays all audio formats known to man * Cover art download using Last.fm services * Automatic play-statistics generation (iRate style) * Full lyrics download * Learn about your music with integrated Wikipedia * Full Last.fm support * gpodder.net support * Configurable on screen display for track changes * Podcast support * iPod support, as well as other media players * Powerful scripting interface * Integration with Plasma and KDE Applications * Integration with multiple web sources including Magnatune, Ampache, and others.

minor bugfix: CHANGES: * Support gpodder and lastfm on Qt6 builds * Limit maximum current track font size more when context view is narrow BUGFIXES: * Fix displaying settings button for Internet services * Enable Wikipedia context applet on Qt6 builds * Don't crash when copying multiple files to MTP device (BR 467616) * Avoid unnecessarily flooding MTP devices with storage capacity queries * Compilation fixes for various compiler + Qt6 version combinations

GNU LGPLv3 music music-player audio kde cpp c

rsync 3.4.0 💾

rsync is a replacement for rcp (and scp) that has many more features. It uses the "rsync algorithm" which provides a very fast method for remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.

major bugfix: Release 3.4.0 is a security release that a number of important vulnerabilities. For more details on the vulnerabilities please see the CERT report. https://kb.cert.org/vuls/id/952657 ## Changes in this version: ### PROTOCOL NUMBER: - The protocol number was changed to 32 to make it easier for administrators to check their servers have been updated. ### SECURITY : Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at. Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for discovering these vulnerabilities and working with the rsync project to develop and test. CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing. CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR. CVE-2024-12086 - Server leaks arbitrary client files. CVE-2024-12087 - Server can make client write files outside of destination directory using symbolic links. CVE-2024-12088 - --safe-links Bypass. CVE-2024-12747 - symlink race condition. ### : the included popt to avoid a memory error on modern gcc versions. an incorrect extern variable's type that caused an ACL on macOS. IPv6 configure check. ### INTERNAL: Updated included popt to version 1.19. ### DEVELOPER RELATED: Various improvements to the release scripts and git setup. Improved packaging/var-checker to identify variable type. added FreeBSD and Solaris CI builds.

GNU GPL internet archiving networking software-distribution mirroring

Dear ImGui 1.91.7 💾

Dear ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline-enabled application. It is fast, portable, renderer agnostic, and self-contained (no external dependencies). Dear ImGui is designed to enable fast iterations and to empower programmers to create content creation tools and visualization / debug tools (as opposed to UI for the average end-user). It favors simplicity and productivity toward this goal and lacks certain features commonly found in more high-level libraries. Dear ImGui is particularly suited to integration in game engines (for tooling), real-time 3D applications, fullscreen applications, embedded applications, or any applications on console platforms where operating system features are non-standard. Minimize state synchronization. Minimize UI-related state storage on user side. Minimize setup and maintenance. Easy to use to create dynamic UI which are the reflection of a dynamic data set. Easy to use to create code-driven and data-driven tools. Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools. Easy to hack and improve. Portable, minimize dependencies, run on target (consoles, phones, etc.). Efficient runtime and memory consumption. Battle-tested, used by many major actors in the game industry.

minor bugfix: Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.91.7 Breaking changes: TreeNode: renamed ImGuiTreeNodeFlags_SpanTextWidth to ImGuiTreeNodeFlags_SpanLabelWidth for consistency with other names. Kept redirection enum (will obsolete).. Other changes: with IsItemDeactivated() and IsItemDeactivatedAfterEdit() not emitting a reliable signal when an item is deactivated externally: e.g. via an explicit clear of focus, clear of active id, opening of modal etc. It used to work when the interruption happened in the frame before the active item as submitted, but not after. It should work in both cases now. - While this is not specific to a certain widgets, typically it would mostly be noticeable on InputText() because it keeps ActiveId for a longer time while allowing other interaction to happen. Error Handling: recovering from within a table that created a child window, and from nested child windows.. Error Handling: Turned common EndTable() and other TableXXX functions fail cases into a recoverable error.. Error Handling: Basic error handling options in Demo- Tools- DeOptions.. InputText: a where character replacements performed from a callback were not applied when pasting from clipboard.. InputText: when activating a ReadOnly field when the underlying value is being modified.. InputText: Added sanity check to detect some cases of passing a non zero-terminated input buffer. InputText: not calling CallbackEdit on revert/clear with Escape key, although IsItemEdited() was behaving correctly.. Tables: TableAngledHeadersRow() creating an infinite horizontal scrolling region when the table is hosted in a viewport with negative coordinates (left of primary monitor, with multi-viewports enabled). Tables, MultiSelect: an where column width may be mismeasured when calling BeginMultiSelect() while inside a table.. TreeNode, Tables: Added ImGuiTreeNodeFlags_LabelSpanAllColumns to make the label (not only the highlight/frame) also spans

MITL game ui gui api gamedev library framework game-engine game-development toolkit cpp c

Ampache 7.2.0 💾

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

major feature: Added: Add `npm audit` to GitHub QA workflow. Assign a HTML id to input text on inline loaded input. Add ` No Genre ` as the first genre on the browse pages. Browse. Add `no_genre` to Song, Album, AlbumDisk, Artist, Song and Video browses. Database 720001. Add `artist`, `album`, `song` and `video` counts to the tag table. Update `object_type` to an enum on the tag_map table. Changed: Updated NPM and Composer packages. Invalidate default theme CSS cache on new Ampache versions. : Missing `album_id` in upload process function. Custom Artist and Album names for filepond uploads. Typo on user pages loading recently played. Sending a string to `createBrowse` where int null is required. Rector updates for function name case and other minor Set empty album and album_disk properties on bad songs. Simplify DB update 700005 to avoid possible with empty playlists.

Apache php streaming server audio music javascript video

Joplin 3.2.11 💾

Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. Notes exported from Evernote can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported. Joplin is "offline first", which means you always have all your data on your phone or computer. This ensures that your notes are always accessible, whether you have an internet connection or not. The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud. Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own.

minor feature: lt;ul gt;. lt;li gt;New: Accessibility: Add setting to increase scrollbar sizes lt;/li gt;. lt;li gt;: double-click to collapse notebooks lt;/li gt;. lt;/ul gt;.

Affero GPLv3 note-taking todo markdown typescript javascript

aerc 0.19.0 💾

aerc is an email client that runs in your terminal. It's highly efficient and extensible, perfect for the discerning hacker. Check out the screencast above to get an idea of how it's used. Some of its more interesting features include: Editing emails in an embedded terminal tmux-style, allowing you to check on incoming emails and reference other threads while you compose your replies Render HTML emails with an interactive terminal web browser, highlight patches with diffs, and browse with an embedded less session Vim-style keybindings and ex-command system, allowing for powerful automation at a single keystroke First-class support for working with git & email Open a new tab with a terminal emulator and a shell running for easy access to nearby git repos for parallel work Support for multiple accounts, with IMAP, Maildir, Notmuch, Mbox and JMAP backends. Along with IMAP, JMAP, SMTP, and sendmail transfer protocols. Asynchronous IMAP and JMAP support ensures the UI never gets locked up by a flaky network. Efficient network usage - aerc only downloads the information which is necessary to present the UI, making for a snappy and bandwidth-efficient experience Email threading (with and/or without IMAP server support). PGP signing, encryption and verification using GNUpg. 100% free and open source software!

major feature: Added: New `:redraw` command to force a repaint of the screen. New `head` and `tail` templates functions for strings. New ` .AccountFrom ` template variable. Replying to all will include the Sender in Cc. Add `-b` flag to the `:view` command to open messages in a background tab. `AERC_ACCOUNT` and `AERC_FOLDER` are now available in the signature command environment. Filters will receive the actual `COLUMNS` and `LINES` values. The `:forward` command now sets the forwarded flag. Forwarded messages can now be searched for and filtered in notmuch and maildir. Forwarded messages can be styled differently in the message list. Forwarded messages can be identified with the ` .IsForwarded ` template. The `:flag` command now sets/unsets/toggle the forwarded tag. The notmuch backend now honors the forwarded flag, setting the `passed` tag. The maildir backend now honors the `forwarded`/`passed` flag. Auto-switch projects based on the message subject for the `:patch` command. New `:echo` command that prints its arguments with templates resolved. New `use-envelope-from` option in `accounts.conf`. Command completion now displays descriptions next to completion items. New `completion_description` style object in style sets used for rendering completion item descriptions. `:import-mbox` can now import data from an URL. Dynamic message list style can now match on multiple email headers. The JMAP backend now supports full thread fetching and caching (limited within a single mailbox). `:expand-folder` and `:collapse-folder` can now act on a non selected folder. Filters commands can now provide their own paging by preing them with a. `!` character. Doing so will disable the configured ` viewer .pager` and connect them directly to the terminal. Reply to addresses in `From` and `Reply-To` headers with `:reply -f`. : Builtin `calendar` filter shows empty attendee list. Terminal-based pinentry programs (e.g. `pinentry-curses`) now work properly. Failure to

MITL terminal email go

Syncthing 1.29.2 💾

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first. Syncthing should be: Safe From Data Loss Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files. Secure Against Attackers Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties. Easy to Use Syncthing should be approachable, understandable, and inclusive. Automatic User interaction should be required only when absolutely necessary. Universally Available Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual. For Individuals Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization. Everything Else There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.

minor feature: lt;p gt;v1.29.2 lt;/p gt;. lt;p gt;: lt;/p gt;. lt;ul gt;. lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2780318663" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9913" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9913/hovercard" href="https://github.com/syncthing/syncthing//9913" gt;#9913 lt;/a gt;: panic: string field contains invalid UTF-8 recovered lt;/li gt;. lt;/ul gt;.

MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript

exiftool 13.12 💾

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 few new Panasonic AFAreaMode values. - Added a couple of new Canon RFLensType values. - Added a -validate warning for duplicate IPTC tags. - Decode AF points for some newer Nikon models. - Decode a new Panasonic tag. - Decode a couple of previously unknown tags from LIGOGPSINFO records. - Extract some PDB information if available from Win32 EXE files (github#303). - Improved handling of duplicate tags in -diff output. - Improved handling of QuickTime zero date/time values. - Enchanced -csv= and -json= options to allow group names and wildcards to be used when specifying which tags to import. - Updated some EXIF:Compression values (github#304). - Changed wording of warning when file time couldn't be updated. - introduced in 13.11 reading EXIF from some EXV files. - introduced in 12.99 where empty entries in a CSV file weren't ignored as they should be when importing with -csv=. - problem where MWG module wasn't loaded automatically when specifying Composite:MWG:TAG instead of MWG:TAG. - where -diff option was inconsistent in its treatment of List values when used with the -sep option.

Artistic perl exif meta-data

FocusWriter 1.8.9 💾

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: * FIXED: Slow loading of themes. * FIXED: Font did not update in theme preview. * FIXED: Alert expander invisible with monochrome icon themes. * FIXED: Incorrect icons in monochrome icon themes. * Translation updates: Estonian, Marathi.

GNU GPLv3 word-processor editor writing cpp

VSCode 1.96.3 💾

VSCode is an extensible source code editor with support for a wide cross-section of programming languages and features for debugging, refactoring, code completion, Markdown previews, and Git integration. VSCode is a cross-platform project started by Microsoft and is based on the Electron framework, although it features an interface with very little visual clutter and is more responsive than many IDEs, even on low-end development machines.

minor feature: lt;p gt;The update addresses these lt;a href="https://github.com/Microsoft/vscode/?q=is 3A+milestone 3A 22November+2024+Recovery+3 22+is 3A+" gt; lt;/a gt;. lt;/p gt;. lt;p gt;For the complete release notes go to lt;a href="https://code.visualstudio.com/updates/v1_96" rel="nofollow" gt;Updates lt;/a gt; on lt;a href="https://code.visualstudio.com" rel="nofollow" gt;code.visualstudio.com lt;/a gt;. lt;/p gt;.

MITL software-development text-editor debugger terminal-emulator build-tool version-control

Paperless-ngx 2.14.1 💾

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

minor bugfix: : : prevent error if bulk edit method not in MODIFIED_FIELD_BY_METHOD @shamoon. : include tag component in list view @shamoon. : use unmodified original for checksum if exists @shamoon. : complete load with native PDF viewer @shamoon. All App Changes: . 4 changes. : prevent error if bulk edit method not in MODIFIED_FIELD_BY_METHOD @shamoon. : include tag component in list view @shamoon. : use unmodified original for checksum if exists @shamoon. : complete load with native PDF viewer @shamoon. .

GNU GPLv3 internet web dynamic content indexing search

Gitea 1.23.1 💾

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

minor feature: ENHANCEMENTS. Move repo size to sidebar. . Use updated path to s6-svscan after alpine upgrade. Fuzz test. Raw file API ref handling. ACME panic. Branch dropdown not display ref name. Assignee list overlapping in sidebar. Sync fork for consistency #33192. Editor markdown not incrementing in a numbered list #33193.

MITL git go

OpenBLAS 0.3.29 💾

OpenBLAS is an optimized BLAS (Basic Linear Algebra Subprograms) library based on GotoBLAS2 1.13 BSD version.

major bugfix: 12-Jan-2025 General: - a potential NULL pointer dereference in multithreaded builds. Added function aliases for GEMMT using its new name GEMMTR adopted by Reference-BLAS. - a build failure when building without LAPACK_DEPRECATED functions. The minimum required CMake version for CMake-based builds was raised to 3.16.0 in order to remove many compatibility and deprecation warnings. Added more detailed CMake rules for OpenMP builds (mainly to support recent LLVM). The behavior of the recently added CBLAS_?GEMMT functions with row-major data. Improved thread scaling of multithreaded SBGEMV. Improved thread scaling of multithreaded TRTRI. Compilation of the CBLAS testsuite with gcc14 (and no Fortran compiler). Added support for option handling changes in flang-new from LLVM18 onwards. Added support for recent calling conventions changes in Cray and NVIDIA compilers. Added support for compilation with the NAG Fortran compiler. Placement of the -fopenmp flag and libsufin the generated pkgconfig file. Improved the CMakeConfig file generated by the Makefile build. Const-correctness of cblas_?geadd in cblas.h. - a potential inaccuracy in multithreaded BLAS3 calls. Empty implementations of get/set_affinity that print a warning in OpenMP builds. Function signatures for TRTRS in the converted C version of LAPACK. Omission of several single-precision LAPACK symbols in the shared library. Improved build instructions for the provided "pybench" benchmarks. Improved documentation, including added build instructions for WoA and HarmonyOS as well as descriptions of environment variables that affect build and runtime behavior. Added a separate "make install_tests" target for use with cross-compilations. Integrated improvements and corrections from Reference-LAPACK: Removed a comparison in LAPACKE ?tpmqrt that is always false (LAPACK PR 1062). The leading dimension for B in tests for GGEV (LAPACK PR 1064). Replaced the ?LARFT functions with a recursive implementat

BSDL-2 blas lapak c fortran assembly cpp

Duplicati 2.1.0.106 💾

Duplicati 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 bugfix: This release is a canary release intended to be used for testing. Note that this build has a redesigned restore flow. Should arise, the previous restore engine can be enabled with `--restore-legacy=true`. ## Detailed list of changes: Added server status and wait to ServerUtil. an where index files would contain replicated blocklists. an with duplicate blocks preventing repair. Size strings are now formatted as kikibytes. some with CIFS/SMB backend.

GNU LGPLv3 backup cloud encryption sftp webdav trust-no-one-backup cloud-backup client-only-backup c-sharp javascript

Evince 48 💾

Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt). For a comprehensive list of formats supported, see Supported Document Formats.

minor bugfix: alpha backend: Add missing break to make two columns right work. Add missing break to make two columns right work. Improve support for Adobe PDF open parameters. Do not implement module loading through GTypeModule (Pablo Correa Gómez). Dvi: code style relate to inline functions (Qiu Wenbo). Dvi: Remove always false check (Qiu Wenbo). Use GDateTime alternatives for EvAttachment (Pablo Correa Gómez). Remove usage of ev_backends_manager_get_document (Qiu Wenbo). build: Bump libraries' API version to 4, do not hard-code (Pablo Correa Gomez). Bump the minimum required version of cairo to 1.14.0 (Qiu Wenbo). Bumpt libview, libdocument and Evince API version (Germán Poo-Caamaño). Enable dri permission in flatpak (Germán Poo-Caamaño). app_id for flatpak in development mode (Germán Poo-Caamaño). generated desktop file names (Germán Poo-Caamaño). Improve build location (Germán Poo-Caamaño). Improve development build story (Germán Poo-Caamaño). Reduce indirections to generate desktop files (Germán Poo-Caamaño). Remove ENABLE_NLS flag (Qiu Wenbo). Remove indirection for building schemas (Germán Poo-Caamaño). Remove gidocgen submodule and requirement (Pablo Correa Gómez). Remove name sufworkaround on MacOS (Qiu Wenbo). Remove org.gnome.SettingsDaemon.MediaKeys (Maximiliano Sandoval R). Remove unused EVINCEDATADIR (Qiu Wenbo). Rename GNOMELOCALEDIR to EV_LOCALEDIR (Qiu Wenbo). Set HAVE_CAIRO_PDF and HAVE_CAIRO_PS in config (Qiu Wenbo). Update dependencies in flatpak (Germán Poo-Caamaño). Update dependency versions for flatpak (Germán Poo-Caamaño). Update flatpak dependencies (Germán Poo-Caamaño). Updated flatpak poppler dependency (Andrew Murray). Use different names when in development (Germán Poo-Caamaño). Version bump (Germán Poo-Caamaño). ci: Bump Ubuntu version to add libadwaita (Germán Poo-Caamaño). Set development build in flatpak (Germán Poo-Caamaño). Use updated image for both gtk3 and gtk4 (Germán Poo-Caamaño). Add default templa

GNU GPLv3 pdf viewer gnome c

openpilot 0.9.8 💾

openpilot 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: New driving monitoring model. Reduced false positives related to passengers. Image processing pipeline moved to the ISP. More GPU time for driving models. Power draw reduced 0.5W, which means your device runs cooler. Added toggle to enable driver monitoring even when openpilot is not engaged. Enable openpilot longitudinal control for Ford Q3 vehicles. New Toyota TSS2 longitudinal tune. Coming soon. Rivian support. F-150 Mach-E support. Tesla Model 3 support.

MITL

Pandoc 3.6.2 💾

If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

major feature: . . New output format: pod (Evan Silberman). Pod. ( Plain old documentation ) is a markup languaged used principally to document Perl modules and programs.. New reader module Text.Pandoc.Readers.Pod, exporting. readPod API change .. Docx reader:. . Support row heads in tables. Reader: When w:tblLook has w:firstColumn. Set (or an equivalent bit mask), we set row heads = 1 in the AST.. Read table styles as custom styles when styles. Extension is enabled. . HTML reader:. . Add size information for font awesome SVG icons. If. The icon has class fa-fw or fa-w16 or fa-w14, we add a width attribute to prevent the icon. From appearing full-width in PDF or docx output. . Djot reader:. . Use a Span with class mark rather than highlighted for. Highlighted text, for consistency with the other pandoc readers And writers. . mandoc reader:. . Add mdoc St for C23 (Evan Silberman).. . RST reader:. . handling of underscores. a a regression introduced in 3.6.. . Docx writer:. . Support row heads in tables. Writer: set w:firstColumn in w:tblLook. When there are row heads. (Word only allows one, so this is Triggered by any number of row heads gt; 0.) . Djot writer:. . Render a Span with sole class mark as highlighted text.. . Asciidoc writer:. . Don t emit the class in a span if it s just mark . The. mark class is used for highlighting, and Asciidoc treats bare. #...# with no attributes as highlighted text.. Improve escaping.. . EPUB v2 writer:. . cover image. This is a regression introduced in 3.6.. . Typst writer:. . handling of pixel image dimensions. These. Are now converted to inches as in the LaTeX writer. . Improve error message given when users specify. asciidoc as input format.. Allow random 1.3.. Use texmath 0.12.8.13 (typst improvements).. lua-filters.md: document. system.os return values.. MANUAL.txt:. . Improve manual s coverage of custom styles.. Replace LibreOffice PDF documentation link to latest so it. Links to the latest major release rather than a s

GNU GPLv3 utilities haskell

FreshRSS 1.25.0 💾

FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable. It is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface. Thanks to the WebSub standard, FreshRSS is able to receive instant push notifications from compatible sources, such as Friendica, WordPress, Blogger, Medium, etc. FreshRSS natively supports basic Web scraping, based on XPath, for Web sites not providing any RSS / Atom feed. Also supports JSON documents. FreshRSS offers the ability to reshare selections of articles by HTML, RSS, and OPML. Different login methods are supported: Web form (including an anonymous option), HTTP Authentication (compatible with proxy delegation), OpenID Connect. Finally, FreshRSS supports extensions for further tuning.

major feature: Features. Add support for regex search (regular expressions). Advanced regex syntax for searches depends on the database used (SQLite, PostgreSQL, MariaDB, MySQL), but FreshRSS filter actions such as auto-mark-as-read and auto-favourite always use PHP PCRE2 syntax. Allow dynamic search operator in user queries, like `search:UserQueryA date:P1d`. New feed mode *HTML+XPath+JSON dot notation (JSON in HTML). Better HTTP compliance with support for HTTP response headers `Cache-Control: max-age` and `Expires`, FreshRSS/simplepie#26. Support custom HTTP request headers per feed (e.g. for `Authorization`). New unicity policies and heuristic for feeds with bad article IDs. Fallback to GUID if article link is empty. New option to automatically mark new articles as read if an identical title already exists in the same category. New reading view option to display unread articles + favourites. And corresponding new filter state ` state=96` (no UI button yet). Add ability to remove content from articles with CSS selectors, also when not using full content. Update `phpgt/cssxpath` library with improved CSS selectors. Support for `:last-child`, `:first-of-type`, `:last-of-type`, ` =`, ` =`. New condition option to selectively retrieve full content of articles. . Allow parentheses in quoted search. New UI feature to download a user SQLite database or a database SQLite export (to be produced by CLI). New button to delete errored feeds from a category. Better import of Inoreader user labels. Rebuild feed favicon on cache clear. New sharing with Bluesky. New sharing with Telegram. ing. searches with a parenthesis before an operator like `("a b")` or `(!c)`. auto-read tags. CSS selector for removing elements,. ,. redirection error after creating a new user. favicon error in case of wrong URL. Use cURL to fetch extensions list (allows e.g. IPv6). XML encoding in cURL options. initial UI scroll for some browsers. menu for article tags in some cases. share menu shortcut. HTML regex pat

Affero GPLv3 rss self-hosted rss-feed news-reader rss-aggregator news-aggregator rss-reader websub atom php

PrivateBin 1.7.5 💾

PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode. This is a fork of ZeroBin, originally developed by Sébastien Sauvage. PrivateBin was refactored to allow easier and cleaner extensions and has many additional features. It is, however, still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore, such installations can be upgraded to PrivateBin without losing any data. What PrivateBin provides As a server administrator you don't have to worry if your users post content that is considered illegal in your country. You have plausible deniability of any of the pastes content. If requested or enforced, you can delete any paste from your system. Pastebin-like system to store text documents, code samples, etc. Encryption of data sent to server. Possibility to set a password which is required to read the paste. It further protects a paste and prevents people stumbling upon your paste's link from being able to read it without the password. What it doesn't provide As a user you have to trust the server administrator not to inject any malicious code. For security, a PrivateBin installation has to be used over HTTPS! Otherwise you would also have to trust your internet provider, and any jurisdiction the traffic passes through. Additionally the instance should be secured by HSTS. It can use tradit

major feature: ADDED: Allow non persistent SQL connections, if configured. ADDED: Show a button (that redirects to the `basepath` URL) inside the alert after a paste is deleted. CHANGED: Tweaked page footer of the `bootstrap5` template. CHANGED: Simpler PostgreSQL table lookup query. CHANGED: SRI hashes are now configurable, no longer hardcoded in templates. CHANGED: Upgrading libraries to: DOMpurify 3.1.7, ip-lib 1.18.1, cloud-storage 1.43.0, aws-sdk-php 3.325.0. : Numeric array keys being cast to integer causing failures under strict type checking.

Mixed pastebin self-hosted encrypted php javascript css

Jellyfin 10.10.3 💾

Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!

minor bugfix: General Changes Exclude file system based library playlists from migration PR #13059 , by @Shadowghost Downgrade minimum sdk version PR #13063 , by @crobibero

GNU GPLv3 media media-center multimedia entertainment-hub home-theater csharp

Grafana 11.4.0 💾

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture: Visualizations: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs. Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard. Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side. Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live. Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie. Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.

major bugfix: Features and enhancements: Cloudwatch: OpenSearch PPL and SQL support in Logs Insights.

Affero GPLv3 server stats analytics monitoring data-visualization dashboard business-monitoring mysql postgres typescript go

iotop 1.27 💾

iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS config options on. iotop-c is an alternative re-implementation of iotop in C, optimized for performance. Normally a monitoring tool intended to be used on a system under heavy stress should use the least additional resources as possible.

major bugfix:

GNU GPL monitoring

Universal Media Server 14.10.0 💾

Universal 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 bugfix: General: Made the taskbar tooltip use the custom server name. Extended UPnP CreateObject / ImportUri support. various x86_64 Windows installer problems. database update - external subtitles not working since 14.6.0. YouTube channel/video support. saving API configuration via web settings. setting selected renderers via web settings. duplicate key setting via web settings. support for long file paths (above 255 characters) on Windows. Media players: Added streaming support for AAC (main) to LG TVs. Added detection of Samsung D6400 TVs from Europe and North America. Added detection of Samsung ES6100 TVs from Asia and North America. Added detection of Samsung ES6595 TVs from Asia and North America. Added detection of Samsung J55xx TVs from Asia and North America. Added detection of more Samsung TVs, Blu-ray players and home theater systems from Asia. Added detection of Samsung Q9 TVs from Asia and North America. Added detection of Samsung 2018 QLED TVs (Q6, Q7 and Q8). Added detection of more Samsung 2019+ TVs of all types and locations. Expanded support for Yamaha RN500. Translation updates via Crowdin: French (100 ). Spanish (66 ). Dependencies: Bump `@mantine/core` from 7.15.1 to 7.15.2. Bump `@mantine/dropzone` from 7.15.1 to 7.15.2. Bump `@mantine/form` from 7.15.1 to 7.15.2. Bump `@mantine/hooks` from 7.15.1 to 7.15.2. Bump `@mantine/modals` from 7.15.1 to 7.15.2. Bump `@mantine/notifications` from 7.15.1 to 7.15.2. Bump `@types/lodash` from 4.17.13 to 4.17.14. Bump `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16. Bump `ch.qos.logback:logback-core` from 1.5.15 to 1.5.16. Bump `com.puppycrawl.tools:checkstyle` from 10.21.0 to 10.21.1. Bump `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0. Bump `eslint-plugin-react` from 7.37.2 to 7.37.3. Bump `FFmpeg` from 7.0.2 to 20250103 nightlies. Bump `jna-version` from 5.15.0 to 5.16.0. Bump `MediaInfo` from 24.06 to 24.12. Bump `youtube-dl` from 2024.08.07 to 2025.01.01.

GNU GPL java media media-center streaming ffmpeg upnp dlna

Seq66 0.99.17 💾

Seq66 is a loop based midi sequencer that provides the functionality needed for a live performance. It is a refactoring of the Qt version of Sequencer64 with modern C++ and with a lot of krufty buildup removed. Sequencer64 was based on the classic Seq24, styled after the Akai MPC line, the Kawai Q80 sequencer, or the popular Alesis MMT-8

minor bugfix: This release provides a rather large number of, including found while investigating user reports. Included are updated palettes And Qt style-sheets, and a beefed up pattern-dialog. Added: Added a "thick grid lines" checkbox to Edit / Preference / Display. Added usage of "Extra" color for line drawing. Added "Align Right" to the Pattern dialog. Changed: Revamped and extended the functionality of the Pattern-dialog. As part of this, the alteration API of the event-list has been. Updated. Refactored vertical grid-line calculations; code moved into the zoomer. For odd time-signatures (i.e. with a beat-width not a power of 2, which is not allowed in MIDI but is stored in a SeqSpec event in Seq66) we. Draw fewer lines in between bars to make a cleaner display. But do Not expect them to be "nice". See the 4/7 pattern in the timesigs.midi File. Pattern editor. Better support for thick vs. thin grid lines. Qseqroll. Qseqtime. Qstriggereditor. - Song editor. Better support for thick vs. thin grid lines. Qperftime. Qperfroll. Qeditbase. Macroed out unused zoom functions. Moved most to the. Zoomer class. : Segfault when clicking the Restart button with external live. Frame(s) or external song editor open. Follow-on. The removal of trailing notes after truncating a pattern to a. Smaller number of measures. Upgraded one-shot recording to work during playback. Still minor. ; see the user manual. And found while working this. - Pattern editor. - Changed the slot connection for editable combo-boxes to connect. The lineEdit() accessor. Measures (pattern length) combo-box. Also made cancelling. The change work correctly. Beats-per-bar combo-box. - Beat-width combo-box. - a seqfault when opening tune with a pattern-editor already up for the current tune. The side-effect is that armed status. Will not synch between the main window and the editor. Raising the modify flag when a second pattern (with a. Different time signature) was opened in the e

GNU GPLv3 audio sequencer midi music cpp c

libpng (Portable Network Graphics) 1.6.46. 💾

libpng is the PNG image format reference implementation. Portable Network Graphics are the most widely used raster image format, patent-free, based on lossless data compression, support indexed/paletted, grayscale, and 24 or 32 bit truecolor images with transparency. It's also an highly extensible container format, with built-in color profiles and representation information, textual meta data, filters, progressive interlacing, and permits animations in the derived APNG or MNG formats.

minor feature: Added support for the cICP chunk. Adjusted and improved various checks in colorspace calculations. Rearranged the write order of colorspace chunks for better conformance with the PNG v3 draft specification. Raised the minimum required CMake version from 3.6 to 3.14. Forked off a development branch for libpng version 1.8.

Zlib c png image format library raster-image compression deflate gamma icc zlib

git 2.48.0 💾

Git is a distributed version control system, originally designed for Linux kernel development and large projects with non-linear workflows. It's comprised of individual tools, reuses ssh and rsync protocols, emphasises speed and data integrity, and keeps every checkout as full-fledged repository, and cryptographically authenticates source history. Various graphical frontends, IDE integrations and web services (GitHub) exist; with its git-fast-export format meanwhile serves interoperability with bzr, hg, fossil, svn.

minor feature: A new configuration variable remote...serverOption makes the, transport layer act as if the --serverOption=. option is, given from the command line. "git rebase --rebase-merges" now uses branch names as labels when, able. Describe the policy to introduce breaking changes. Teach 'git notes add' and 'git notes append' a new '-e' flag, instructing them to open the note in GIT_EDITOR before saving. Documentation for "git bundle" saw improvements to more prominently, call out the use of '--all' when creating bundles. Drop support for older libcURL and Perl. End-user experience of "git mergetool" when the command errors out, has been improved. "git bundle --unbundle" and "git clone" running on a bundle file, both learned to trigger fsck over the new objects with configurable, fck check levels. When "git fetch remote" notices that refs/remotes/ remote/HEAD is, missing and discovers what branch the other side points with its, HEAD, refs/remotes/ remote/HEAD is updated to point to it. "git fetch" honors "remote...followRemoteHEAD" settings to, tweak the remote-tracking HEAD in "refs/remotes/. /HEAD". "git range-diff" learned to optionally show and compare merge, commits in the ranges being compared, with the --diff-merges, option. Document "amlog" notes. The way AsciiDoc is used for SYNOPSIS part of the manual pages has, been revamped. The sources, at least for the simple cases, got, vastly more pleasant to work with. The reftable library is now prepared to expect that the memory, allocation function given to it may fail to allocate and to deal, with such an error. An extra worktree attached to a repository points at each other to, allow finding the repository from the worktree (and vice versa), possible. Use relative paths for this linkage. Enable Windows-based CI in GitLab. Commands that can also work outside Git have learned to take the, repository instance "repo" when we know we are in a repository, and, NULL when we are not, in a parameter. The uses o

GNU LGPL c git scm vcs dvcs

LightZone 5.0.0~beta2-0obs1 💾

LightZone is a professional-level digital darkroom and photo editor for Mac, Windows, and Linux. It includes RAW processing and editing. Rather than using layers in the way that other photo editors do, LightZone lets the user build up a stack of tools which can be rearranged, readjusted, turned off and on, and removed from the stack. It's a completely non-destructive editor, where any of the tools can be re-adjusted or modified later — even in a different editing session. A tool stack can even be copied to a batch of photos at one time. LightZone always operates in a 16-bit linear color space with the wide gamut of ProPhoto RGB.

minor bugfix: Unstable; urgency=medium Upstream sync. -- Masahiro Kitagawa Sun, 06 Jun 2023 12:13:00 +0900.

BSDL capture digital-camera graphics-conversion viewer macos linux c

Seed7 20250111 💾

Seed7 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 answer concerning scanner functions in the FAQ has been. Improved. The new library scantoml.s7i with string and file scanner. Functions for TOML symbols has been added. SHA-3 message digest functions have been added to the. Msgdigest.s7i library. The new library bzip2.s7i has been added. This library supports. The decompression of BZIP2 compressed data. The new library archive.s7i has been added. This library supports. Opening TAR, CPIO, ZIP, RPM and AR archives. Which archive to open is decided either by magic number or by the file extension. The library zip.s7i has been improved: - Support for the compression methods Shrink, Deflate64, bzip2, LZMA, Zstandard and XZ has been added. - Support for references to existing files in the archive. (identified with compression method 92) has been added. - When opening a ZIP archive the ZIP magic is checked. - Constants for compression methods and extra field IDs have. Been introduced. Corrupt extra fields are ignored now and the function. WriteExtraField() has been improved. Now the functions inflate() and inflate64() are invoked with. The file as parameter. This saves memory if the comressed data is huge. - The functions initializeFileReferenceMap, getReferencePaths. LzwDecompressShrink, getReference and readDataDescriptor have Been added. The write permission obtained with getFileMode() when the host. System is DOS have been changed. The tar7 example program has been improved: - Support to list, extract and create ZIP, RPM, CPIO and AR. Archives has been added. Support to list and extract BZIP2 compressed TAR archives has. Been added. Support for the enhanced deflate (deflate64) compression has been. Added to the library inflate.s7i. In inflate.s7i the functions decodeLength and decodeDistance have. Been refactored. In deflate.s7i the function deflateBlock() has been refactored. And renamed to deflate(). The function deflate() now creates Multiple deflate blocks. Calls of deflateBlock() in gzip.s7i Hav

GNU GPL software-development interpreter compiler

libUseful 5.33 💾

libUseful is a general 'C' library providing useful functions related to: resizable strings, lists and maps, unix and tcp sockets, SSL/TLS, cryptographic hashes, parsing of json, yaml and other markup languages, terminal output including ANSI/vt100 escape sequences, OAuth 2.0, etc, etc.

minor feature: Keep '/' in XML tag data, in order to detect as end tags. Added 'XMLIsEndTag' function.

GNU GPLv3 c library files ssl tls sockets resizeable strings lists maps

hoarder 0.21.0 💾

A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there. Features 🔗 Bookmark links, take simple notes and store images and pdfs. ⬇️ Automatic fetching for link titles, descriptions and images. 📋 Sort your bookmarks into lists. 🔎 Full text search of all the content stored. ✨ AI-based (aka chatgpt) automatic tagging. With supports for local models using ollama! 🎆 OCR for extracting text from images. 🔖 Chrome plugin and Firefox addon for quick bookmarking. 📱 An iOS app, and an Android app. 📰 Auto hoarding from RSS feeds. 🔌 REST API. 🌐 Mutli-language support. 🖍️ Mark and store highlights from your hoarded content. 🗄️ Full page archival (using monolith) to protect against link rot. Auto video archiving using youtube-dl. ☑️ Bulk actions support. 🔐 SSO support. 🌙 Dark mode support. 💾 Self-hosting first.

major feature: 0.21.0 - The 10k release! Welcome to the 0.21.0 release of Hoarder! Hoarder just hit 10k stars on github and I can't be more grateful! We wouldn't have hit this milestone without all of our contributors, users and the awesome community at /r/selfhosted! Over the holidays, Hoarder got featured at the homepage of hackernews for an entire day! We're celebrating this milestone, with a release that contains some of the long awaited features! This release introduces advanced search capabilities, smart lists, highlighting support, a TypeScript SDK, and more! As usual, we're excited to welcome our new contributors: @lexafaxine, @jdhartley, @medo @circuitcreature!

Affero GPLv3 bookmark bookmark-manager server self-hosted ai typescript javascript

Skrooge 25.1.0 💾

Skrooge allows you to manage your personal finances, powered by KDE. Thanks to its many features, it is one of the most powerful way to enter, follow, and analyze your expenses.

major bugfix: *Correction : Shortcut for Setting Status to Checked. *Correction : Wrong decimal separator in CSV import. *Correction : Categories "" are not displayed. *Correction : Downloading values from yahoo fails HTTP Error 401: Unauthorized. *Correction : document History panel and better document viewing transactions modified by an action. *Correction : Inconsistent icons in the Pages sidebar. *Correction: Replace yahoo source (not working) by boursorama source. *Correction: More robust copy of tables. *Migration: Support build on qt6/kf6. *Correction: performances on qt6 due to QDateTime::fromString. -- Stephane MANKOWSKI Sat, 11 Jan 2025 10:26:46 +0100.

Affero GPLv3 accounting finances kde cpp python

Ancestris 12 💾

To allow all genealogists, from beginners to experts, to build their genealogy in complete freedom. For us your data is what is most important. With Ancestris, you can enrich and maintain it without risk of loss, unlike what can happen with other non-free software on the market, when changing software or changing version.

major feature: New features Support for GEDCOM 7 (complete for GEDCOM editor and Cygnus editor). Displays all entities (even illegal ones) in the GEDCOM explorer and in the GEDCOM editor. New Hungarian translation Save as: exact or partial copy Possibility of choosing burial instead of date of death for displays. Added option to zoom the entire application. Choice of backup directory Specific imports for: Elie, Aldfaer, RootsMagic, Ancestry.com, Brother's Keeper Addition of a media manager Addition of a GEDCOM converter Redesigned duplicate search module Rewrite calendar report Rewrite narrative report Rewrite 10-generation circular report with SVG output. Addition of an individual lifeline report. Added entity sorting at save time and the ability to sort entity properties by date. Ability to create a new GEDCOM directly from entities displayed in a view (Tree, Graph, Time-line, Map, Search, Family Groups). Family groups module rewritten with new functionalities (marking, grouping, etc.). Added ability to override automatic checks. New inbreeding calculation and loop detection. Addition of a list of default repositories. Export to Genealogieonline.nl Changes, corrections and improvements Divorce symbol added to graphic tree Improvements to Cygnus Improvements to Aries Improvements to GEDCOM editor Improvements to the common ancestors module Opening of a new Ancestris file on SOSA 1 FILE tag added by default for media entities in entity table Preserve sort order in Aries search screens Search without accents Corrected presentation tutorial for multiple screens. Spouse search added to advanced search Added marking by X chromosome Improved use of media links in editors. Geneanet, Geneatique and Heredis import improved. Improvements to Web Book export Website export improvements Sorting on dates in the entity table Addition

GNU GPLv3 geneology ancestry java netbeans