aerc 0.18.2 💾

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!

minor feature: Fixed Builtin calendar filter error with non-GNU Awk. Detection of unicode width measurements on tmux 3.4. Dropping of events during large pastes. Home and End key decoding for the st terminal.

MITL terminal email go

Parole (XFCE4) 4.18.2 💾

Parole is the video and media player for the XFCE4 desktop. It has a simple and unobtrusive interface, utilizes GStreamer for maximum audio/video format coverage, and requires few resources. It provides a couple of plugins however, such as notifications and systray integration or remote control support.

minor bugfix: Update copyright year. I18n: Update po/LINGUAS list. Added missing Keywords entry to.desktop file. medialist: wrong response code when saving. player: Do not forward up/down keys to playlist. Remove unnecessary GtkAllocation heap allocation. build: Bump dependency versions and remove dead code. scan-build: unix.Malloc. gcc-analyzer: -Wanalyzer-possible-null-argument. build: clang: -Wunused-but-set-variable. I18n: Update po/LINGUAS list. build: Explicitly depend on gstreamer-audio. build: Clean up references of gstreamer-interfaces. build: Explicitly depend on gstreamer-tag. build: Use XDT_VERSION_INIT and get rid of configure.ac.in. build: Switch from intltool to gettext. Do not use type-check macros to test whether an object is still alive. Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese. (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur.

GNU GPL x gtk video-player media gio gstreamer xfce

Fasttracker II clone 1.93 💾

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

minor feature: lt;ul gt;. lt;li gt;.S3M loader : The Axx (Set Speed) effect broke in v1.89. Oops..! lt;/li gt;. lt;li gt;.IT loader: behavior for overflowing sample offset effect, and illegal portamento slides (still somewhat wrong, but better than before). Not that you should use the FT2 clone for playing.IT files! lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

Pandoc 3.6.1 💾

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.

minor feature: . . Allow YAML bibliographies to be arrays of references. Previously, they had to be YAML objects with a. references key.. Change --template to allow use of. Extensionless templates. The Intent is to allow bash process substitution: e.g., --template lt;(echo "foo"). Previously pandoc. always added an extension based on the output format. Which caused problems with the absolute filenames used by bash Process substitution (e.g. /dev/fd/11). Now, if the Template has no extension, pandoc will first try to find it Without the extension, and then add the extension if it can t be Found. So, in general, extensionless templates can now be used. But this has been implemented in a way that should not cause. Problems for existing uses, unless you are using a template NAME.FORMAT but happen to have an extensionless file. NAME in the template search path.. Allow --shift-heading-level-by=-1 to work in. Djot in the same way it works for other formats (with the Top-level heading being promoted to metadata title). This needed special treatment because of the way djot surrounds. Sections with Divs. RST reader:. . Handle explicit reference links. This case was missed when changing the reference link. Strategy for RST to allow a single pass. (It is a regression in Pandoc 3.6.) . Markdown reader:. . Use T.P.URI s pBase64DataURI in parsing data URIs. .. More efficient base64 data URI parsing. This should yield dramatic. Performance improvements for markdown documents containing large Data URIs in images. . HTML reader:. . Don t canonicalize data: URIs. It. Can be very expensive to call network-uri s URI parser on These. . LaTeX reader:. . Handle figure* environment as a figure.. . MediaWiki reader:. . Allow empty quoted attributes.. Allow cells starting with +.. . Textile reader:. . Improve parsing of spans. The. Span needs to be separated from its surroundings by spaces. Also, a span can have attributes, which we now attach.. Inline constructors shouldn t trigger if r is prece

GNU GPLv3 utilities haskell

gRPC 1.69.0 💾

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

major bugfix: lt;p gt;This is release 1.69.0 ( lt;a href= quot;https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md quot; gt;gridiron lt;/a gt;) of gRPC Core. lt;/p gt;. lt;p gt;For gRPC documentation, see lt;a href= quot;https://grpc.io/ quot; rel= quot;nofollow quot; gt;grpc.io lt;/a gt;. For previous releases, see lt;a href= quot;https://github.com/grpc/grpc/releases quot; gt;Releases lt;/a gt;. lt;/p gt;. lt;p gt;This release contains refinements, improvements, and, with highlights listed below. lt;/p gt;. lt;h2 gt;Core lt;/h2 gt;. lt;ul gt;. lt;li gt; Alarm Alarm reuse on cancellation. lt;/li gt;. lt;li gt; xDS RBAC Support string_match in HeaderMatcher. lt;/li gt;. lt;li gt; pick_first shutdown in new PF impl. lt;/li gt;. lt;li gt; c-ares inverted length check in GrpcPolledFdWindows. lt;/li gt;. lt;li gt; RetryFilter Copy the SliceBuffer from RetryFilter #39;s cache to batch payload. lt;/li gt;. lt;li gt; EventEngine Add stronger wording on Endpoint::Read contract. lt;/li gt;. lt;li gt; chttp2 channelz address. lt;/li gt;. lt;li gt; XdsClient Add missing authority to XdsClient metrics scope. lt;/li gt;. lt;li gt; EventEngine API contract: Endpoint::Read will provide either an error or data, but never both. lt;/li gt;. lt;li gt; Build Dropped Bazel 6.x support. lt;/li gt;. lt;/ul gt;. lt;h2 gt;Python lt;/h2 gt;. lt;ul gt;. lt;li gt; Build Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. lt;/li gt;. lt;/ul gt;. . markdroth. . . . . tag:github.com,2008:Repository/27729880/v1.69.0-pre1. 2024-12-09T18:17:17Z. . Release v1.69.0-pre1. lt;p gt;This is a prerelease of gRPC Core 1.69.0 (gridiron). lt;/p gt;. lt;p gt;For gRPC documentation, see lt;a href= quot;https://grpc.io/ quot; rel= quot;nofollow quot; gt;grpc.io lt;/a gt;. For previous releases, see lt;a href= quot;https://github.com/grpc/grpc/releases quot; gt;Releases lt;/a gt;. lt;/p gt;. lt;p gt;This prerelease contains refinements, improvements,

Apache rpc cpp python c

Highlight 4.15 💾

Highlight converts sourcecode to HTML, RTF, LaTeX, TeX, SVG, Pango, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable Lua scripts. It provides a plug-in interface to tweak syntax parsing and coloring. LSP servers can be used to add semantic highlighting.

minor bugfix: 23.12.2024 Updated astyle lib to version 3.6.6. - C++ raw string recognition (https://gitlab.com/saalen/highlight/-//252).

GNU GPLv3 documentation text-processing conversion utilities html latex lua cpp

Navidrome Music Server 0.54.2 💾

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 bugfix: 99dfb83: fix(insights): get Windows version (@deluan) c8f174e: fix(server): change log level for some last.fm warnings (@deluan) 8880f67: fix(ui): update Español, Français, Svenska translations from POEditor (#3576) (@deluan) 972229d: fix(ui): update Hungarian translation (#3574) (@ChekeredList71)

GNU GPLv3 music audio streaming audio-streaming server go javascript

Universal Media Server 14.9.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 feature: General: Added new icons to web player, for example: ! new icons (./changelog-images/14.9.0-icons.png). Added 4K Videos folder in the Media Library. Added auto-updating to the new Windows 64-bit releases. missing media info during UPnP searching. web player and settings development workflow. many different parsing mistakes when using FFmpeg parser. broken streaming for web resources. Started running tests on newer infrastructure (macOS ARM architecture and Ubuntu 24.04). Renamed releases going forwards for better readability. Media players: Added renderer configs for LG FHD LED-backlit LCD TVs. Added renderer configs for LG NANO (LED-backlit with added green layer) TVs. Added renderer configs for LG QNED (MiniLED) TVs. Translation updates via Crowdin: Czech (100 ). Finnish (67 ). French (99 ). Korean (100 ). Norwegian (35 ). Turkish (100 ). Dependencies: Bump `@mantine/core` from 7.14.1 to 7.15.1. Bump `@mantine/dropzone` from 7.14.1 to 7.15.1. Bump `@mantine/form` from 7.14.1 to 7.15.1. Bump `@mantine/hooks` from 7.14.1 to 7.15.1. Bump `@mantine/modals` from 7.14.1 to 7.15.1. Bump `@mantine/notifications` from 7.14.1 to 7.15.1. Bump `@playwright/test` from 1.48.2 to 1.49.0. Bump `@vitejs/plugin-react` from 4.3.3 to 4.3.4. Bump `axios` from 1.7.7 to 1.7.9. Bump `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.15. Bump `ch.qos.logback:logback-core` from 1.5.12 to 1.5.15. Bump `com.puppycrawl.tools:checkstyle` from 10.20.1 to 10.21.0. Bump `eslint-plugin-react-refresh` from 0.4.14 to 0.4.16. Bump `eslint` from 9.13.0 to 9.16.0. Bump `nanoid` from 3.3.7 to 3.3.8. Bump `org.apache.commons:commons-text` from 1.12.0 to 1.13.0. Bump `org.eclipse.jetty:jetty-client` from 12.0.15 to 12.0.16. Bump `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.0.15 to 12.0.16. Bump `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.15 to 12.0.16. Bump `org.jsoup:jsoup` from 1.18.1 to 1.18.3. Bump `org.junit.jupiter:junit-jupiter-api

GNU GPL java media streaming ffmpeg upnp dlna

Joplin 3.2.6 💾

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;Improved: Keep comments when rendering Markdown to allow rendered note metadata lt;/li gt;. lt;li gt;Improved: Updated packages @rollup/plugin-node-resolve (v15.2.4) lt;/li gt;. lt;li gt;: Rich Text Editor: resized images in lists break sub-list items lt;/li gt;. lt;li gt;: lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2737911631" data-permission-text="Title is private" data-url="https://github.com/laurent22/joplin//11508" data-hovercard-type="" data-hovercard-url="/laurent22/joplin//11508/hovercard" href="https://github.com/laurent22/joplin//11508" gt;#11508 lt;/a gt;: Prevent installer from recognizing itself as a running instance of Joplin and switch back to electron-builder v24 lt;/li gt;. lt;/ul gt;.

Affero GPLv3 note-taking todo markdown typescript javascript

VSCode 1.96.2 💾

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+2 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

fileferry 3.1 💾

Fileferry is a terminal file-transfer client supporting ftp, sftp, webdav, and a few other service types. It focuses on automated transfers and being simple to use from scripts.

minor feature: Download breakage caused by adding 'transfer resume'. Added -config option to change config file. Added '--enable' options to./config for different filestore types. Added 'list-type' setting. Added '-keyword' option to 'ls' command to list files by keywords in their description. Synology api now supports synos: url, for ssl/tls encryption. Capture and display certificate details for all SSL filestores. Crash when parsing some html pages.

GNU GPLv3 sftp ftp webdav

tin 2.6.4 💾

Tin is a powerful text mode news reader. It features threaded news reading, regex driven killfiles/message selections, pgp encryption, ispell support, and can read from both a local spool or from a remote NNTP server.

minor feature: Add compress_overview_files option to save cached overviews in gzip format and -L cmd-line switch to fetch an article by Message-ID was added besides charset guessing via undeclared_cs_guess attributes. And as usual a couple of bug-fixes.

BSDL communications usenet

DBeaver 24.3.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: Revert "#35614 Replacing new line characters to paragraph symbol in C SV generator ". This reverts commit 94a5f9e.

GNU GPL database front-end sql java

ICU 76.1 💾

The ICU project is under the stewardship of The Unicode Consortium. International Components for Unicode (ICU) is an open-source project of mature C/C++ and Java libraries for Unicode support, software internationalization, and software globalization. ICU is widely portable to many operating systems and environments. It gives applications the same results on all platforms and between C, C++, and Java software. The ICU project is a technical committee of the Unicode Consortium and sponsored, supported, and used by IBM and many other companies.[2] ICU provides the following services: Unicode text handling, full character properties, and character set conversions; Unicode regular expressions; full Unicode sets; character, word, and line boundaries; language-sensitive collation and searching; normalization, upper and lowercase conversion, and script transliterations; comprehensive locale data and resource bundle architecture via the Common Locale Data Repository (CLDR); multi-calendar and time zones; and rule-based formatting and parsing of dates, times, numbers, currencies, and messages. ICU provided complex text layout service for Arabic, Hebrew, Indic, and Thai historically, but that was deprecated in version 54, and was completely removed in version 58 in favor of HarfBuzz.[3]

major feature:

Mixed unicode

BallroomDJ 4 4.12.8 💾

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.12.8 2024-12-23 * Bug Fixes: * Installer: Fix bad music folder on re-install. * Changes: * Song Editor: Added 'Write Audio Tags' to the actions menu. * Internal: * Upgrade libmp4tag to version 2.0.0.

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

akaunting 3.1.13 💾

Akaunting is an online accounting software designed for small businesses to manage their finances and stay on top of their cash flow. Invoicing, accepting online payments and keeping track of expenses couldn't be simpler. Free Bookkeeping Software for SMEs From invoicing to expense tracking to accounting, Akaunting has all the tools you need to manage your money online, for free. Bank Accounts: Create unlimited bank and cash accounts and track their opening and current balances. Multi Company: Manage the finances of multiple companies from one admin panel. Assign users to different companies. Powerful Reporting: Get detailed financial reports to help you better visualize all the information you need to improve your business. Client Portal: Share the transactions and invoices with your clients and accept bulk payments, online. Recur Everything: Automatically create invoices, revenues, bills, and payments for ongoing jobs. With just a click. Customer Summary: See the customer profile, address, list of transactions, and paid, open, and overdue totals at a glance. Akaunting is built with modern technologies such as Laravel, VueJS, Tailwind, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.

minor feature: lt;h3 gt;Added lt;/h3 gt;. lt;ul gt;. lt;li gt;Added suggestion header directive lt;/li gt;. lt;/ul gt;. lt;h3 gt;Changed lt;/h3 gt;. lt;ul gt;. lt;li gt;New Crowdin translations lt;/li gt;. lt;li gt;Dashboard slider style lt;/li gt;. lt;li gt;Modify the Transactions import page template and add a dynamic import page feature lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;Unable to install the app if your database is SQLite lt;/li gt;. lt;li gt;Dashboard - Calendar Control lt;/li gt;. lt;li gt;Datepicker shortcut lt;/li gt;. lt;li gt;zero amount document status lt;/li gt;. lt;li gt;Report date range incorrect lt;/li gt;. lt;/ul gt;.

Mixed accounting finance money bookkeeping server laravel php

Duplicati 2.1.0.103 💾

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 is using.NET8, unlike the 2.0.8.1 build. 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: Updated MacOS LaunchAgents to run as current user. Updated preloader logic to search additional paths. a few potential in JS. Disabled openid probing on the server. problem with FTP backend not unescaping special characters. Reduced amount of logging output from Server. report download. pause/stop/resume/abort and throttle control. with timeouts in Microsoft Graph-based backends. a potential exit crash. Renamed some strings from "OneDrive v2" to "OneDrive". Removed `--use-http-client` from Microsoft Graph-based backends. Logging on Windows moved to separate Windows Log.

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

BespokeSynth 1.3.0 💾

Bespoke is a Digital Audio Workstation (DAW). Bespoke's core design is to break everything into separate modules that can be patched together in a custom layout, much like a hardware modular. Bespoke is designed to be highly customizable, with the idea that any of the custom layouts that you create will be "bespoke" to you as well.

major feature: Added: Added a callback for sysex messages in scripts. Added level meters to `gain` and `audiometer` modules. Added settings for `minimap` margin and corner. Added a new dropdown mode for setting step velocity in the `drumsequencer` module. Added a new "list" mode to the `snapshots` module, and make that the default mode. Added the ability to set a separate samples path. Added Akai LPD8 midi mapping. Added the `audiosplitter` module. Added an option to turn off auto correlation on the background Lissajous. Added the `pulselimit` module. Added the ability to pin modules with F3 so they stay in view. Added a "home" button to move the viewport home in case you get lost. Added various controller layouts. Added the `dataprovider` module. Added support for command line options. Added the `savestateloader` module, for loading into another savestate file. Added controller layouts for the M-Audio Oxygen Pro 49. Added environment variable for setting bespoke data dir. Added support for template projects (.bskt). Added 14-bit midi CC support, and added integration for custom "bespoke turn" controller. Added the `euclideansequencer` module. Added a new loop capture method to `looperrecorder`, so you can start recording/stop recording and it rounds to the nearest number of bars. Added voiceId to the `notedisplayer`. Added "pan" to `modulationvisualizer` and made the module resizable. Added `get_name` python method to get the name of modules. Added automatic octave rescaling to the `keyboarddisplay` module. Added hover based keyboard capture to the `keyboarddisplay` module. Added octave labels to the `keyboarddisplay` module. Added the ability to jump octaves via keyboard keybinds to the `keyboarddisplay` module. Added an option in the settings to hide labels to the `keyboarddisplay` module. Added another option that enforces a number of octaves regardless of the keyboard size to the `keyboarddisplay` module. Added the `controlrecorder` module. A

GNU GPLv3 synth music audio daw cpp

exiftool 13.10 💾

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: (production release). - Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC images. - Added support for date/time formatting codes f and z in the inverse print conversion when writing tags. - Updated Geolocation databases from current geonames.org files. - Improved verbose output to show values stored with construction method 1 in MP4-based files. - Enhanced the date/time timezone format specifier z so that :z returns the time zone with a colon separator (eg. "-05:00"). - where the existing tag wasn't being removed when writing a new value for an Unknown QuickTime UserData or ItemList tag.

Artistic perl exif meta-data

ImageMagick 7.1.1-42 💾

ImageMagick® is software toolset and library to create, edit, compose, or convert bitmap images. It supports easy cropping, resizing and distorting, combining and morphing, colorizations, animations, applying effects or decorations, adding text, polygons and Bézier curves. Supported image formats include PNG, JPEG, JPEG-2000, GIF, SVG, TIFF, DPX, EXR, PDF and Postscript. IM is comprised of the command line tools convert, identify, mogrify, composite, montage, compare, stream, display (with editing GUI), animate, import and conjure for scripting. And there are bindings for Ada, C, COM+, C++, Java, Lisp, haXe, .NET, PHP, Python, Ruby and Tcl.

minor bugfix: Merged: Reading/writing PICTs with PixMap rowBytes= 201..250 `#7840`. Libxml2 `#7784`. Update plugin with latest library changes `#7780`. Commits: Beta release. Latest automake/autoconf updates. Use ANSI-style comments. Support Magick++ environment constructor. Build errors.. Check to ensure subimage is smaller than the reference image. Don't throw exception in SetImageInfo(). Corrected typecast.. Silence warning. Added support for reading AVCI images. Make sure we can write jpeg files with an exif profile that has a length of 65533.. Minor refactor.. Prevent cursor going out of bounds. Support jpeg:restart-interval define. Set defaults before setting restart interval. Corrected name of profile.. Don't return but set a status to avoid multiple memory leaks. Use fallthrough when building with Visual Studio (this use C++17 for all versions).. Removed duplicate include.. Move jpeg specific exif detection of profiles with the name app1 to a more generic spot.. More possible memory leaks reported in #7825.. Check for invalid BMP image. Revert invalid BMP patch. Detech invalid BMP image. Simplify the if statement. Cosmetic. Magick -help prints the command-line usage. Restore GROUP4 raw to working order. Corrected the range for Magic Kernel 2013. Corrected the Magic Kernel 2021 implementation. Revert Magick Kernel patch. Bogus image destroy. Get the extra samples and sample info at another spot because something is changing the values in sample_info.. Release.

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

gradle 8.12 💾

Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.

major feature: The Gradle team is excited to announce Gradle 8.12. This release improves error and warning reporting by summarizing duplicate entries in the Problems API's generated problems report for better readability. The console output is also enhanced when the Problems API is used to fail the build. Gradle 8.12 introduces platform enhancements, including file-system watching support on the Alpine Linux distribution and support for building and testing Swift 6 applications. Additionally, artifact transform ambiguities now produce a deprecation warning with clearer, more actionable information and new methods are available in the DependencyConstraint API.

Apache build-tool c c++ groovy java kotlin

Gitea 1.23.0-rc0 💾

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: BREAKING. Rename config option ` camo .Allways` to ` camo .Always`. Remove SHA1 for support for ssh rsa signing. Use UTC as default timezone when schedule Actions cron tasks. Delete Actions logs older than 1 year by default. Make OIDC introspection authentication strictly require Client ID and secret. SECURITY. Include file extension checks in attachment API. Include all security which have been backported to v1.22. FEATURES. Allow to fork repository into the same owner. Support "merge upstream branch" (Sync fork). Add Arch package registry. Allow to disable the password-based login (sign-in) form. Allow cropping an avatar before setting it. Support quote selected comments to reply. Add reviewers selection to new pull request. Suggestions for. Add priority to protected branch. Included tag search capabilities. Add option to filter board cards by labels and assignees. Add automatic light/dark option for the colorblind theme. Support migration from AWS CodeCommit. Introduce globallock as distributed locks. Support compression for Actions logs amp; enable by default. Add pure SSH LFS support. Add Passkey login support. Actions support workflow dispatch event. Support repo license. time estimate, meaningful time tracking. GitHub like repo home page. Rearrange Clone Panel. Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access. PERFORMANCE. Perf: add extra index to notification table. Introduce OrgList and add LoadTeams, optimaze Load teams for orgs. Improve performance of diffs. Make LFS http_client parallel within a batch.. Add new index for action to resolve the performance problem. Improve get feed with pagination. Performance improvements for pull request list API. Use batch database operations instead of one by one to optimze api pulls. ENHANCEMENTS. Code. Remove unnecessary border in repo home page sidebar. Add 'Copy path' button to file view. Improve diff file tree. Add new lfs_client .BATCH_S

MITL git go

Stellarium 24.4 💾

A planetarium software that renders a 3D simulation of the night sky. * default catalogue of over 600,000 stars * extra catalogues with more than 177 million stars * default catalogue of over 80,000 deep-sky objects * extra catalogue with more than 1 million deep-sky objects * asterisms and illustrations of the constellations * constellations for 20+ different cultures * images of nebulae (full Messier catalogue) * realistic Milky Way * very realistic atmosphere, sunrise and sunset * the planets and their satellites

major feature: The Stellarium Team has released final version in this year - 24.4. The major changes of this version: Changed in DSO rendering. Improvements in Core. Improvements in Telescope Control plugin. Updates in sky cultures. Behind the scenes, many more minor were.

GNU GPL c++ opengl astronomy simulation planetarium c++ c

Nano 8.3 💾

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 bugfix: "like mice in the dream of a tabby cat" * A build failure with gcc-15 is fixed. * Several translations were updated.

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

FlexGet 3.13.4 💾

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

minor bugfix: all commits. . . Properly pin alpine version in docker image to segfault with pendulum. #4085. .

MITL download internet torrents bittorrent python

CMake 3.31.3 💾

CMake is an extensible, open-source system that manages the build process in an operating system and in a compiler-independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can generate a native build environment that will compile source code, create libraries, generate wrappers and build executables in arbitrary combinations.

minor feature: Changes made since CMake 3.31.2: Brad King (16): VS: Factor out check for mixed C and C++ target VS: Restore support for mixing C++23 and C in one target with clang-cl cmLocalUnixMakefileGenerator3: Simplify progress command generation Makefile: per-directory codegen target Makefile: Enable progress messages for codegen target cmGlobalNinjaGenerator: Remove unused local variable cmGlobalNinjaGenerator: Remove unnecessary local variable cmGlobalNinjaGenerator: local variable name for codegen target cmGlobalNinjaGenerator: Clarify order of codegen build statement logic cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup Ninja: Add missing top-level codegen dependencies on per-directory codegen Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific target_sources: Improve error message for CXX_MODULES on INTERFACE libraries Help: Update link to UTF-8 RFC 3629 ci: update macOS jobs to use Xcode 16.2 CMake 3.31.3. Craig Scott (1): install: Restore treatment of DESTINATION as a single-valued keyword.

BSDL software-development build-tool

orbiton 2.68.6 💾

o is a text editor that is limited to the VT100 standard. It has general syntax highlighting and launches instantly. It might be a good fit for: - Editing git commit messages (using EDITOR=o git commit). - Editing Markdown, and exporting to PDF. - Learning "up and coming" programming languages, like Zig or Rust. - Editing files deep within larger Go or C++ projects. - Solving Advent of Code tasks. - Writing and maintaining to-do lists and project documentation in Markdown.

minor feature: lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;a one-letter typo in the lt;code gt;--help lt;/code gt; output. lt;/li gt;. lt;li gt;an where a file lock could remain after quitting. lt;/li gt;. lt;li gt;Make handling opening non-existing files that ends with lt;code gt;. lt;/code gt; more robust. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Performance and size lt;/h3 gt;. lt;ul gt;. lt;li gt;Compile the release binaries with soon to be released Go 1.24 compiler. lt;/li gt;. lt;li gt;Reduce the binary size slightly by compressing the embedded list of digraphs. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Programming related lt;/h3 gt;. lt;ul gt;. lt;li gt;Improve the function name detection for Odin. lt;/li gt;. lt;/ul gt;. lt;h3 gt;New features lt;/h3 gt;. lt;ul gt;. lt;li gt;Add a lt;code gt;-g lt;/code gt;/ lt;code gt;--digraphs lt;/code gt; flag for listing all possible digraphs. lt;/li gt;. lt;/ul gt;. lt;h3 gt;General lt;/h3 gt;. lt;ul gt;. lt;li gt;Update documentation. lt;/li gt;. lt;li gt;Update dependencies. lt;/li gt;. lt;/ul gt;.

BSDL text-editor editor

Fasttracker II clone 1.92 💾

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

minor feature: lt;ul gt;. lt;li gt;Further improvement to the tracker scope interpolation (interpolation is centered around the current sample point now). This is barely noticable, but I wanted to it anyway. lt;/li gt;. lt;li gt;Added a config option in Config- amp;gt;Miscellaneous for enabling the original FT2 about screen (feeling nostalgic?) lt;/li gt;. lt;li gt;Did some very minor edits to the FT2 help text lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

libUseful 5.31 💾

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: Added 'FormatDuration' function. Added STREAMGetDestination function. for udp and bcast socket types.

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

FreeRDP 3.10.3 💾

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.

minor bugfix: Follow up release to 3.10.2, as we've discovered a few after release. Noteworthy changes: Usage of GetComputerNameExA. Cmake clean target. For a complete and detailed change log since the last release run: Git log 3.10.3...3.10.2

Apache rdp remote-desktop networking c

Gnuplot 6.0.2 💾

Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. The source code is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. Gnuplot has been supported and under active development since 1986.

minor feature: This is the second incremental release for gnuplot stable version 6.0. In addition to the usual minor bug fixes, it contains several new features from the development version of gnuplot that didn't quite make it into the initial version 6 release. See the release notes for more detail. Gnuplot 6.0.2 now handles UTF-8 characters in terminal input when linked against the BSD editline library. UTF-8 input has always worked with configuration options readline=gnu or readline=builtin; now it also works for ./configure --with-readline=bsd

Other plot plots graph math commandline cli c cpp tex

Weblate 5.9.2 💾

Weblate is an open source web-based translation tool with version control. It includes several hundred languages with basic definitions, and enables the addition of more language definitions, all definitions can be edited by the web community or a defined set of people, as well as through integrating machine translation, such as DeepL, Amazon Translate, or Google Translate.

minor feature: lt;p gt;Released on December 19th 2023. lt;/p gt;. lt;p gt; lt;strong gt;Improvements lt;/strong gt; lt;/p gt;. lt;ul gt;. lt;li gt;. lt;p gt;Renamed lt;a href="https://docs.weblate.org/en/weblate-5.9.2/vcs.html#vcs-bitbucket-server" rel="nofollow" gt; lt;span gt;Bitbucket Data Center pull requests lt;/span gt; lt;/a gt; to match new product name. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt; lt;a href="https://docs.weblate.org/en/weblate-5.9.2/api.html#get--api-users-" title="GET /api/users/" rel="nofollow" gt; lt;span gt; lt;code gt;GET lt;/code gt; lt;/span gt; lt;code gt; lt;/code gt; lt;span gt; lt;code gt;/api/users/ lt;/code gt; lt;/span gt; lt;/a gt; supports searching by user ID. lt;/p gt;. lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt; lt;/strong gt; lt;/p gt;. lt;ul gt;. lt;li gt;. lt;p gt;Avoid query parser crash in multi-threaded environments. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Avoid lt;a href="https://docs.weblate.org/en/weblate-5.9.2/user/checks.html#auto" rel="nofollow" gt; lt;span gt;Automatic ups lt;/span gt; lt;/a gt; crash on multi-value strings. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Make project tokens work when lt;a href="https://docs.weblate.org/en/weblate-5.9.2/admin/auth.html#fa" rel="nofollow" gt; lt;span gt;Two-factor authentication lt;/span gt; lt;/a gt; or lt;a href="https://docs.weblate.org/en/weblate-5.9.2/admin/projects.html#component-agreement" rel="nofollow" gt; lt;span gt;Contributor agreement lt;/span gt; lt;/a gt; are enforced. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Captcha solution were sometimes not accepted. lt;/p gt;. lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Upgrading lt;/strong gt; lt;/p gt;. lt;p gt;Please follow lt;a href="https://docs.weblate.org/en/weblate-5.9.2/admin/upgrade.html#generic-upgrade-instructions" rel="nofollow" gt; lt;span gt;Generic upgrade instructions lt;/span gt; lt;/a gt; in order to perform update. lt;/p gt;. lt;p gt; lt;strong gt;Contributors lt;/strong gt; lt;/p gt;. lt;p gt;Co

GNU GPLv3 translation localization web python html

FlexGet 3.13.3 💾

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

minor bugfix: all commits. . . Pin alpine version in docker image to segfault with pendulum. #4085. .

MITL download internet torrents bittorrent python

Syncthing 1.29.0-rc.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;h2 gt;What's Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;build(deps): update dependencies by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/calmh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/calmh" gt;@calmh lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2729443059" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9866" data-hovercard-type="pull_request" data-hovercard-url="/syncthing/syncthing/pull/9866/hovercard" href="https://github.com/syncthing/syncthing/pull/9866" gt;#9866 lt;/a gt; lt;/li gt;. lt;li gt;chore(fs): add delogging for case cache registry by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/imsodin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/imsodin" gt;@imsodin lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2740446459" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9869" data-hovercard-type="pull_request" data-hovercard-url="/syncthing/syncthing/pull/9869/hovercard" href="https://github.com/syncthing/syncthing/pull/9869" gt;#9869 lt;/a gt; lt;/li gt;. lt;li gt;chore(model): clarify log message by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/calmh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/calmh" gt;@calmh lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2747051392" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9876" data-hovercard-type="pull_request" data-hovercard-url="/syncthing/syncthing/pull/9876/hovercard" href="https://github.com/syncthing/syncthing/pull

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

Calibre 7.23 💾

Calibre is an e-book library management application, viewer and editor. It's also commonly used for e-book file format conversion and syncing to reader devices. Calibre also simplifies downloading news from the web and converting them into e-book form, and can act as content server for online access to your book collection.

major feature: Release: 7.23 20 Dec, 2024 New features. Happy holidays to everyone!. Content server: Allow managing the data files associated with a book by clicking the three dots in the top right corner of the book's page and choosing "Manage data files" Edit metadata dialog: Allow right clicking on the cover to view it in a popup window at larger size Add an option to expand the Tag browser tree to show the item that was current when the library was Add import and export stored template to Preferences / template functions. Various Quality-of-Life improvements to the dialog used to edit columns with sets of values. Resolve doi.org links when pasting identifiers Viewer: some HTMLZ files not opening on some systems Amazon metadata plugin: Update for changed markup for some books on amazon search results page New news sources. Le Canard Enchaine by Kabonix. Improved news sources. Economist. Irish Times. Popular Science. ACM Queue.

GNU GPLv3 python c++ ebook-reader e-book conversion

Conda 24.11.2 💾

Conda is a cross-platform, language-agnostic binary package manager. It is the package manager used by Anaconda installations, but it may be used for other systems as well. Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. Conda is written entirely in Python, and is BSD licensed open source. Conda is enhanced by organizations, tools, and repositories created and managed by the amazing members of the conda community.

minor feature: lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;Restore lt;code gt;__conda_reactivate lt;/code gt; shell command removed in 24.11.0. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Deprecations lt;/h3 gt;. lt;ul gt;. lt;li gt;Mark lt;code gt;__conda_reactivate lt;/code gt; as deprecated. Use lt;code gt;__conda_activate reactivate lt;/code gt; instead. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Contributors lt;/h3 gt;. lt;ul gt;. lt;li gt; lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kenodegard/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kenodegard" gt;@kenodegard lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Full Changelog lt;/strong gt;: lt;a class="commit-link" href="https://github.com/conda/conda/compare/24.11.1...24.11.2" gt; lt;tt gt;24.11.1...24.11.2 lt;/tt gt; lt;/a gt; lt;/p gt;.

BSDL-2 package-management binaries python