Homebank 5.8 💾

HomeBank helps managing your personal accounting. It's designed for ease of use, and quickly analyzing and tracking your personal finances in detail, has filtering tools and pretty graphing. It can import from Quicken, MS Money, bank statements as OFX, QIF, CSV and QFX. HomeBank also detects duplicate transactions, auto-numbers cheques, handles bank, cash, asset, credit and liability account types, can schedule transactions, internel transfers, and so forth.

minor feature: New : statistics report: category sign is now also displayed. New : added a tooltip to display active filter in all report windows. Change: migrating to GTK4 preparation (GdkEvent struct). Change: migrating to GTK4 preparation (GtkApplication, GtkApplicationWindow). Change: migrating to GTK4 preparation (GtkMenu*, GtkToolbar) for ledger. Change: 'select action for target xfer' creation cancel now get back to txn dialog. Change: reports: moved the collapse/expand buttons to bottom of the list. Change: example file addition: split, tags, loan, flags, life-energy. Change: the Info field is named as it should have originally: Number. Change: added missing enums for most action of combobox. Wish : #2064754 yours account should always display a tooltip for consistency. Wish : #2064520 enable ledger txn reconciled cleared, like for none. Wish : #2063416 index for importing csv files. Wish : #2060588 widths of memo -v- amount field in split transactions. Wish : #2059733 preference to use the template list when edit a transaction. Wish : #2058696 enrich account transactions list window title with account number and institution name. Wish : #2058566 budget Report - detail pane size not adjustable. Wish : #2056654 add thousand separator when print 'your accounts'. Wish : #2055533 Payment column in auto-assignment window. Wish : #2054906 "Cancel" button on prompt for a target txn when adding xfer should not create a transaction. Wish : #2051758 add a help tip when input amount range in filter. Wish : #2045514 Balance report to exclude transfers when multiple selected accounts. Wish : #2044601 preference to always prompt for a target txn when adding xfer. Wish : #2042674 idiot-proof preference for "Sync transfert Status". Wish : #2038753 copy transaction to clipboard to paste external apps. Wish : #2037039 amend "Spending By Month" to have income option both income/expense by month. Wish : #2023696 budget report to show not-budg

GNU GPL c gtk gnome accounting personal-finance quicken money finances bookkeeping

Pandoc 3.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.

minor feature: . . Change to --file-scope behavior : Previously a Div with an identifier derived from the filename Would be added around the contents of each file. This caused Problems for chunking files into chapters, e.g. in EPUB. We no Longer add the surrounding Div. This cooperates better with Chunking. Note, however, that if you have relied on the old Behavior to link to the beginning of the contents of a file using Its filename as identifier, that will no longer work. Markdown reader:. . Allow repeated labels in numbered example lists. Previously if. You tried to use the same label as an earlier example list item, You d get a new number, not the old one, and references to the Label would go to the second occurrence. Now an existing label Will be reused, and no new number will be generated. Caveat: this Only works reliably when the re-used example list item occurs by Itself in a list, or occurs in a list of previously used example List items that occur in exactly the same order as Previously. normalCite so it. Doesn t consume past a closing boundary. This Was causing an exponential performance on long lists of links Containing potential emphasis characters. Generalize inlinesInBalancedBrackets to inBalancedBrackets, with a parameter for the inner parser.. Auto-undivs. This. Applies to both fenced and HTML-ish varieties. Otherwise we face an exponential performance problem with backtracking. A warning is d when a div is implicitly.. . RST reader:. . figclass and. align annotations for. Figures. . LaTeX writer:. . Use polytonicgreek. Instead of polutonikogreek with babel. polutonikogreek is outdated. Also recognize both in the LaTeX reader.. Improve treatment of math inside soul commands. soul. Commands (ul, hl, st) are very fragile and the Math must be handled specially. . LaTeX reader:. . over-eager macro expansion in conditionals.. Parse flalign, flalign* math environments. We Parse these as Math elements with an aligned environment. Semantically it s not exactly

GNU GPLv3 utilities haskell

TeXstudio 4.8.0 💾

TeXstudio is an IDE that simplifies creating and editing LaTeX documents. It has numerous features like syntax highlighting, an integrated document and PDF viewer, reference checking and link overlays, auto-completion, code folding, over 1000 builtin math symbols, bookmarks, spellchecking, multi-cursor editing, image drag and drop, table formatter, and many other assistants for images, tables, formulas. It can be used with different TeX compilers and distributions and multiple build steps. It's also cross-platform and portable.

minor feature: AI chat assistant added use moveable/. splitable docks for sidepanel. extended search can now also search in all files in one folder. add basic syntax highlighting for latex3 code. handling CJK characters in pdf on OSX #3558. rare crash #3556. reload hidden docs when user chooses to discard changes #3550.

GNU GPL c++ qt latex tex word-processor text-editor wordsetting latex-editor

The Sidef programming language 24.05 💾

Sidef is a modern, high-level programming language designed for versatile general-purpose applications, drawing inspiration from the principles of Ruby, Raku, and Julia. Sidef encompasses various key elements, such as object-oriented and functional programming, functional pattern matching, optional lazy evaluation, multiple dispatch, lexical scoping, closures, keyword arguments, regular expressions, integration with Perl modules, optional dynamic type checking, and robust support for big integers, rationals, floats, and complex numbers.

minor feature: ## Additions - Added the Number `fibonorial(n)` method. - Added the Number `is_primitive_abundant(n)` method. - Added several aliases for trigonometric functions. ## Improvements - Several minor optimizations in the Number class. - Slightly better performance in Number `powerful_count`. - Slightly faster generation of k-powerful numbers in a given range. - No longer do trial division for small `n` in `is_carmichael(n)`. - Slightly less overhead in RangeNumber `iter` for native integers and `step=1`. - Number `_primality_pretest()`: when `n 10 50_000`, try gcd with `primorial(10 9)` (on 64-bit systems). ## Changes - Parse 'ZERO WIDTH SPACE' (`U+200B`) as whitespace. - Return false from Number `is_strong_psp(n, b)` when `gcd(n,b) != 1`. - Reimplemented Number `is_pseudoprime(n,b)` for better consistency. ## Bug-fixes - No longer `use VERSION` in `eval()` (ready for Perl 5.40). - Fixed `gcd(-n)` and `lcm(-n)` to return `n` instead of `-n`. - Fixed the deparsing of an empty array that contains empty expressions, under `-O1`.

Artistic programming language development perl programming-language

qradiolink 0.8.13-1 💾

QRadioLink is a Linux software defined radio transceiver application using VOIP for inter-communication, built on top of GNU radio, which allows experimenting with software defined radio hardware using different digital and analog radio signals and a friendly user interface. Its primary purpose is educational, but it can also be customized for low power data communications on various frequency bands. It can also be used as an amateur radio SDR transceiver for demonstrating radio communications to students. The application was originally inspired from the Codec2 GMSK modem project by Kristoff Bonne.

minor feature: Release 0.8.13-1 Transmit carrier offset is now configurable from UI. FSK RRC 1k demodulator. GMSK all rates modulator and demodulator. TX and RX filters for 2FSK and 4FSK. Reduced clarifier step for some digital modes to ease tuning.

GNU GPLv3 communication radio amateur-radio ham-radio sdr cpp c

Calendar Lock PEA 1.8 💾

Calendar Lock PEA displays password encrypted iCalendar compatible calendars in monthly, weekly and daily view with optional cloud connection. The calendars are always encrypted on the device or in the cloud. iCalendars from other applications can be imported.

major feature: - Update of used libraries: ohttp3, okio, bouncycastle, Simple XML, oil-sardine - Several bug fixes - Cloud support improved

GNU GPL security cryptography java cross-plattform end-users calendar cloud

LDC 1.38.0 💾

LDC is a LLVM-based D compiler, aiming to provide a portable D programming language compiler with modern optimizations and code generation capabilities.

major feature: - Bump the front-end, runtime, and Phobos to version 2.108.1 - Adds support for LLVM 18 - Switches to the native ELF TLS for android targets.

BSDL compiler d

Paperless-ngx 2.8.3 💾

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: : : respect superuser for document history @shamoon. : allow 0 in monetary field @shamoon. : custom field removal doesnt always trigger change detection @shamoon. : Downgrade and lock lxml @stumpylog. : correctly handle global search esc key when open and button foucsed @shamoon. : consistent monetary field display in list and cards @shamoon. : doc links and more illegible in light mode @shamoon. : Allow auditlog to be disabled @stumpylog. Documentation: Chore(docs): Update the sample Compose file to latest database @stumpylog. All App Changes: . 7 changes. : respect superuser for document history @shamoon. : allow 0 in monetary field @shamoon. : custom field removal doesnt always trigger change detection @shamoon. : correctly handle global search esc key when open and button foucsed @shamoon. : consistent monetary field display in list and cards @shamoon. : doc links and more illegible in light mode @shamoon. : Allow auditlog to be disabled @stumpylog. .

GNU GPLv3 internet web dynamic content indexing search

helio-workstation 3.13 💾

Helio Workstation is free and open-source music sequencer, designed to be used on all major platforms. Why another sequencer? Most of the DAW interfaces often seem overcomplicated, and they only tend to get more and more bloated over time. Many of them are commercial, proprietary-licensed and almost none of them support all major operating systems at the same time. Helio is an attempt to rethink a music sequencer to create a tool that feels right. It aims to be a modern music creation software, featuring linear-based sequencer with a clean interface, high-performance C++ core, integrated version control providing intelligent synchronization between devices, saved undo history, translations to many languages and more.

minor bugfix: Added initial support for parametric modifiers: arpeggiators and most of the refactoring options can now be applied in a non-destructive way. - Reworked note naming to be more compatible with traditional notation language, at least for chromatic scales in 12-tone temperament. - arpeggiators so that they finally work as intended. - sending events to MIDI output, also the 'MIDI output' instrument is now created automatically. - Implemented drawing freeform lasso with Control-dragging. - Added new UI flags to toggle following playhead, and to lock current zoom level and prevent auto-zooming. - Double-pressing Space/Enter or long-tapping the play button speeds up playback by 1.5x. - MIDI import now groups the imported events into tracks by channels and controller numbers. - More QoL for mobile platforms, more SoundFont and LV2, more UI tidying up.

GNU GPLv3 daw sequences music

Django Ledger 0.6.1 💾

Django Ledger is a double entry accounting system based on the Django Web Framework, which aims to power financially driven applications by removing the complexity of the accounting domain into a simple, high-level API. Prior experience with Django is required to more effectively use this software.

minor feature: lt;h2 gt;What #39;s Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;Develop by lt;a class= quot;user-mention notranslate quot; data-hovercard-type= quot;user quot; data-hovercard-url= quot;/users/elarroba/hovercard quot; data-octo-click= quot;hovercard-link-click quot; data-octo-dimensions= quot;link_type:self quot; href= quot;https://github.com/elarroba quot; gt;@elarroba lt;/a gt; in lt;a class= quot;-link js--link quot; data-error-text= quot;Failed to load title quot; data-id= quot;2254761090 quot; data-permission-text= quot;Title is private quot; data-url= quot;https://github.com/arrobalytics/django-ledger//201 quot; data-hovercard-type= quot;pull_request quot; data-hovercard-url= quot;/arrobalytics/django-ledger/pull/201/hovercard quot; href= quot;https://github.com/arrobalytics/django-ledger/pull/201 quot; gt;#201 lt;/a gt; lt;/li gt;. lt;li gt;V0.6.0.2 by lt;a class= quot;user-mention notranslate quot; data-hovercard-type= quot;user quot; data-hovercard-url= quot;/users/elarroba/hovercard quot; data-octo-click= quot;hovercard-link-click quot; data-octo-dimensions= quot;link_type:self quot; href= quot;https://github.com/elarroba quot; gt;@elarroba lt;/a gt; in lt;a class= quot;-link js--link quot; data-error-text= quot;Failed to load title quot; data-id= quot;2270357291 quot; data-permission-text= quot;Title is private quot; data-url= quot;https://github.com/arrobalytics/django-ledger//202 quot; data-hovercard-type= quot;pull_request quot; data-hovercard-url= quot;/arrobalytics/django-ledger/pull/202/hovercard quot; href= quot;https://github.com/arrobalytics/django-ledger/pull/202 quot; gt;#202 lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Full Changelog lt;/strong gt;: lt;a class= quot;commit-link quot; href= quot;https://github.com/arrobalytics/django-ledger/compare/v0.6.0.2...v0.6.1 quot; gt; lt;tt gt;v0.6.0.2...v0.6.1 lt;/tt gt; lt;/a gt; lt;/p gt;. . elarroba. . . . . tag:github.com,2008:Repository/155289518/v0.6.0.2. 2024-04-30T02:29:49

GNU GPLv3 accounting money finances bookkeeping django python

TEA text editor 63.0.1 💾

TEA is powerful text editor that provides hundreds of text processing functions. It supports QML plugins and external scripts. TEA can open plain text files, FB2, Ebook, ODT, DOCX, Abiword, KWord KWD, SWX, PDF, DJVU. Other features: Built-in MC-like file manager. Speech Dispatcher support Spellchecker (using the aspell or/and Hunspell). Tabbed layout engine. Syntax highlighting for C, C++, Bash script, BASIC, C#, D, Fortran, Java, LilyPond, Lout, Lua, NASM, NSIS, Pascal, Perl, PHP, PO (gettext), Python, Seed7, TeX/LaTeX, Vala, Verilog, XML, HTML, XHTML, Dokuwiki, MediaWiki. Multiply encodings support. Code snippets and templates support. Scripts (Python, Perl, Ruby, Lua, Bash, 2/Rexx script). Hotkeys customizations. Misc HTML tools. Dokuwiki, MediaWiki, Docbook, Markdown, LaTeX, Lout editing tools. Preview in external browsers or other programs. String-handling functions such as sorting, reverse, format killing, trimming, filtering, conversions etc. Bookmarks. Morse code translator. Calendar/organizer with Moon phases Built-in image viewer (PNG, JPEG, GIF, WBMP, BMP, TIFF, TGA, etc.). Built-in image converter and resizer.

major bugfix: Spellchecker user dict fix; OS/2 versioning fix.

GNU GPLv3 text editor qt markdown text-processing filter latex html wiki xml utilities c++ windows os2 macos cross-platform bsd linux

Weblate 5.5.4 💾

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 May 10th 2024. 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;Visually highlight explanation in lt;a href="https://docs.weblate.org/en/weblate-5.5.4/user/glossary.html#glossary" rel="nofollow" gt; lt;span gt;Glossary lt;/span gt; lt;/a gt;. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Add lt;a href="https://docs.weblate.org/en/weblate-5.5.4/admin/addons.html#addons" rel="nofollow" gt; lt;span gt;Add-ons lt;/span gt; lt;/a gt; history tab in management. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;New lt;a href="https://docs.weblate.org/en/weblate-5.5.4/devel/alerts.html#alerts" rel="nofollow" gt; lt;span gt;Translation component alerts lt;/span gt; lt;/a gt; when lt;a href="https://docs.weblate.org/en/weblate-5.5.4/user/glossary.html#glossary" rel="nofollow" gt; lt;span gt;Glossary lt;/span gt; lt;/a gt; might not work as expected. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt; lt;a href="https://docs.weblate.org/en/weblate-5.5.4/admin/announcements.html" rel="nofollow" gt; lt;span gt;Announcements lt;/span gt; lt;/a gt; can be posted on project/language scope. 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;Improved handling placeables in lt;a href="https://docs.weblate.org/en/weblate-5.5.4/admin/machine.html#mt-openai" rel="nofollow" gt; lt;span gt;OpenAI lt;/span gt; lt;/a 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.5.4/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;a href="https://github.com/WeblateOrg/weblate/milestone/120?=1" gt;All changes in detail lt;/a gt;. lt;/p gt;.

GNU GPLv3 translation localization web python html

Fasttracker II clone 1.83 💾

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;In this version I have addressed some annoyances users have mentioned: lt;ol gt;. lt;li gt;Now you cannot edit pattern notes/data while the pattern editor is not visible. This further prevents accidental song edits. lt;/li gt;. lt;li gt;While in extended pattern editor mode, show a status bar with global volume, pattern edit status (to see if you are editing), and time elapsed lt;/li gt;. lt;li gt;It was not possible to a Note Insert (Insert key) or Line Insert (Shift+Insert) on some keyboards. Added extra keybindings: lt;br gt;. Ctrl+Return = Insert Note (same as Insert) lt;br gt; Ctrl+Shift+Return = Insert Line (same as Shift+Insert) lt;/li gt; lt;/ol gt;. lt;/li gt;. lt;li gt;Updated the Keybindings help text to reflect the extra keybindings lt;/li gt;. lt;li gt;Windows/macOS: Updated SDL to v2.30.3 lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

Conda 24.5.0 💾

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;Enhancements lt;/h3 gt;. lt;ul gt;. lt;li gt;Report which lt;code gt;MatchSpec lt;/code gt; item caused lt;code gt;Invalid*Spec lt;/code gt; exceptions for more informative error messages. lt;/li gt;. lt;li gt;MSYS2 packages can now use the upstream installation pre. lt;/li gt;. lt;li gt;Add a new lt;code gt;reporters lt;/code gt; setting for configure output. lt;/li gt;. lt;li gt;Add support for CEP-15 lt;code gt;base_url lt;/code gt; field in lt;code gt;repodata.json lt;/code gt;. lt;/li gt;. lt;li gt;In custom channel settings, allow specification of channel URLs using a glob-like wildcard pattern, e.g. for user with auth handler plugins. lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt; lt;code gt;conda notices --json lt;/code gt; to correctly output JSON. lt;/li gt;. lt;li gt;prereplacement for Windows lt;code gt;subdir lt;/code gt; on Unix. lt;/li gt;. lt;/ul gt;. lt;h3 gt;Deprecations lt;/h3 gt;. lt;ul gt;. lt;li gt;Mark lt;code gt;conda.plan._get_best_prec_match lt;/code gt; as pending deprecation. Use lt;code gt;conda.misc._get_best_prec_match lt;/code gt; instead. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan._handle_menuinst lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan._inject_UNLINKLINKTRANSACTION lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan._plan_from_actions lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan.add_defaults_to_specs lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan.add_unlink lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan.display_actions lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan.execute_actions lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;Mark lt;code gt;conda.plan.get_blank_actions lt;/code gt; as pending deprecation. lt;/li gt;. lt;li gt;M

BSDL-2 package-management binaries python

VSCode 1.89.1 💾

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 22April+2024+Recovery+1 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_89" 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

Snapcraft 8.2.7 💾

Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.

minor feature: lt;h2 gt;Core lt;/h2 gt;. lt;p gt; lt;code gt;apps. amp;lt;app-name amp;gt;.refresh-mode lt;/code gt; in a lt;code gt;snapcraft.yaml lt;/code gt; can accept the value lt;code gt;ignore-running lt;/code gt;. lt;/p gt;. lt;h2 gt;Remote build lt;/h2 gt;. lt;p gt;a regression where remote-build would fail to parse some lt;code gt;architectures lt;/code gt; definitions. lt;/p gt;. lt;h2 gt;What's Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;feat: add refresh-mode value 'ignore-running' by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mr-cal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mr-cal" gt;@mr-cal lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2287708580" data-permission-text="Title is private" data-url="https://github.com/canonical/snapcraft//4800" data-hovercard-type="pull_request" data-hovercard-url="/canonical/snapcraft/pull/4800/hovercard" href="https://github.com/canonical/snapcraft/pull/4800" gt;#4800 lt;/a gt; lt;/li gt;. lt;li gt;(remote-build): don't fail with certain archs by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lengau/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lengau" gt;@lengau lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2284302581" data-permission-text="Title is private" data-url="https://github.com/canonical/snapcraft//4793" data-hovercard-type="pull_request" data-hovercard-url="/canonical/snapcraft/pull/4793/hovercard" href="https://github.com/canonical/snapcraft/pull/4793" gt;#4793 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/canonical/snapcraft/compare/8.2.6...8.2.7" gt; lt;tt gt;8.2.6...8.2.7 lt;/tt gt; lt;/a gt; lt;/p gt;.

GNU GPLv3 snaps linux packaging distribution python cpp

wxMaxima 24.05.0 💾

wxMaxima is a document based interface for the computer algebra system Maxima. wxMaxima provides menus and dialogs for many common maxima commands, autocompletion, inline plots and simple animations.

minor feature: A release Faster discarding of maths that is too long to read. Resolved a crash on closing the last window. Now only wxWidgets builds with Unicode support (default) are allowed. Builds without Unicode support are strongly discouraged. by the wxWidgets team. Update German and Italian translations. Use po4a instead of po4a-translate for the generation of. internationalized manuals. po4a-translate is deprecated. Allow compiliation with the current wxWidgets development version. Code reorganization to promote stability. Security: Use a standard function (CreateTempFileName) for creating. temporary filenames instead of using the process id as 'random' number. Security: (autosaved) temporary files now use secure permissions. are not readable by everyone. wxm files no more truncate text. Unicode sidebar: Allow searching for unicode numbers too, not only the. character name. Unicode sidebar: Correct the search filter, the last char was always. shown, even if there was no match. Improvements of the manual. Performance: Replaced many copy operations by references to const. Correctly hande deletion of the last cell. A link from the help menu to maxima's help page. Offer more maxima demos in the right-click menu. Resolved a threading race condition. Printing integral, sum and product signs on MS Windows. Resolved literally hundreds of warnings from static analysis tools. Support for the catalan constant. Better MSVC support. On MSW wxWidgets gt;=3.2 now is mandatory for getting high-DPI support. A backward-search.

GNU GPL mathematics cas maxima

SMCRoute 2.5.7 💾

SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel. Both FreeBSD and Linux kernels are supported. SMCRoute can be used as an alternative to dynamic multicast routing daemons like mrouted or pimd in situations where (only) static multicast routes should be maintained and/or no proper IGMP/MLD signaling exists.

minor feature: Final changes for v2.5.7 patch release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

GNU GPL multicast daemon unix linux

VCV Rack 2.5.2 💾

VCV is a virtual Eurorack DAW. VCV Rack is the engine powering VCV modules. Add modules, connect cables, edit parameters, and save/load patches. Create generative patches with your mouse, perform with your MIDI keyboard controller, or connect it to your favorite DAW using the Rack Bridge VST/AU plugin (coming soon). In Rack, control voltages and audio signals are equivalent, so you can modulate parameters with sonic-range VCOs to create customizable FM synths or chaotic wave-shaping oscillators. If you already own a modular synthesizer, you can enhance your setup with an audio interface supporting CV signals or a CV-MIDI-CV interface module with Rack's CV Interface (coming soon).

minor feature: Add configurable cable color labels. When duplicating module with cables, duplicate cables connected to outputs as well as inputs. Allow building multi-arch x64+arm64 "Universal" Mac binary. Optimize engine's cable stepping algorithm to be as CPU-efficient as non-stackable inputs. Limit log file size to 10 MB. API. - Define `ARCH_*` macros in `arch.hpp` header (included in `rack.hpp`) instead of in compiler flags.

BSDL artistic-software multimedia audio mixers daw

ShareX 16.1.0 💾

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

major feature: Added an "Update channel" option to the "Application settings" window with the following options: Release. Pre-release. Dev. Added "Background dim strength" region capture option. Scrolling capture improvements: Added scrolling capture status indicator. Scrolling capture automatically stops if the first image combine attempt fails. Improved image combining performance. Mouse wheel input is now ignored within the scrolling capture region. Added help button to scrolling capture window, which opens this page: https://getsharex.com/docs/scrolling-screenshot. Update FFmpeg to version 7.0. Previously, releasing the Escape key would the active window. Now, it will also check if the Escape key was initially pressed in the active window as well. Improved task icon detection in "Quick task menu". Added "Cut out background color" option for image editor "Cut out" tool (by @flmbray). Browser extension host manifest files are now stored in app folder instead of `Documents ShareX Tools` folder. Improved update downloader progress text. Added "Enable browser extension support" option to setup. Google has forced us to use a more restrictive API scope (/auth/drive.file) for Google Drive, which does not allow us to see files or folders anymore. Because of this, we cannot provide folder listing and selection support anymore. However, there is a workaround. You can navigate to the Google Drive website in your browser, open the folder you want to upload to, and then copy the folder ID from the browser's address bar to "Folder ID" textbox.

GNU GPLv3 screenshot screenrecorder productivity file-sharing screen-recorder gif capture screen-capture region-capture gif-recorder windows csharp

Rosegarden 24.06 💾

Rosegarden is a music composition and editing environment based around a MIDI sequencer that features a rich understanding of music notation and includes basic support for digital audio. Rosegarden is an easy-to-learn, attractive application that runs on Linux, ideal for composers, musicians, music students, and small studio or home recording environments.

minor bugfix: The Rosegarden team is proud to announce the release of version 24.06 of Rosegarden, a MIDI sequencer that features a rich understanding of Music notation along with basic support for digital audio. Http://www.rosegardenmusic.com/. Included in this release. =====. Txt2rgd.py: MSB/LSB. d501a6f3 . Instrument selection for Ctrl+T (add track), file import and. Merge.. Disallow deletion of devices that are in use by tracks.. Use track names for segment names on MusicXML import.. d477398d . Misplaced TimeWidget title in "Native (Light)" theme. . 2b63faba . an.rg parsing error related to softsynths. a8547260 . Unobtainable segment presets and other preset. . da32cccc . Audio time stretching erasing all audio data in release build. . 79d672b1 . Submaster port count changing when changing the number of. Audio input ports.. 1ac61ff6 Window focus problem when creating MIDI Devices. . 7baaffde . Track instrument reset when editing banks.. d83d883b . Buffer overflow in notation editor.. dd4549b0 . New Features =====. Experimental LV2 plugin support. Feature request #462. Enable via Edit Preferences LV2 Plugin Support. Additional Contributors =====. Chuck Elliot.

GNU GPL music notation

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

GitLab 16.11.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 security: (2024-05-07). ### (1 change). Changed the email validation for only encoded chars (gitlab-org/security/gitlab@d920615ba4a25ffc035ad6b8c26285815eeff4f9) (merge request). ### Changed (1 change). Return or display Gitlab version if GITLAB_KAS_VERSION is a SHA (gitlab-org/security/gitlab@0f75cac19752463492bd3311b14c37c468f8ab0d). ### Security (11 changes). Update GITHUB_MEDIA_CDN to avoid SSRF when importing from Github (gitlab-org/security/gitlab@d09a2e9218ca0388e17c6e5810d73b1cdfaed965) ( merge request (gitlab-org/security/gitlab!4011)). Prevent namespace banned users from reading project todos (gitlab-org/security/gitlab@b3cc2799fe98e9a5a493545f5ff45098b9ba60fb) ( merge request (gitlab-org/security/gitlab!3968)). ReDoS in GitRefsFinder when using wildcards in branch search (gitlab-org/security/gitlab@1b2d2c2b4fb27eafd40ab4ef230f2b52d7b73747) ( merge request (gitlab-org/security/gitlab!3995)). ReDos in escape and commit reference filters (gitlab-org/security/gitlab@0b08bd7eebf65e4999574f3f856d996568c87fe6) ( merge request (gitlab-org/security/gitlab!3972)). Validate request origin before MR approval (gitlab-org/security/gitlab@ad8dfe033740952805ed677f26ff2ec391e4be82) ( merge request (gitlab-org/security/gitlab!4007)). Check request size before updating user pins (gitlab-org/security/gitlab@8f8110ed24f70c00f1bc69848af22f7fdd0caf57) ( merge request (gitlab-org/security/gitlab!4014)). Enforce per_page validation for Branches/TagsFinders (gitlab-org/security/gitlab@4655fca6ac2ecc340dd3bc50ddd6a74a8d00048f) ( merge request (gitlab-org/security/gitlab!3998)). Update Integrations::Discord::ATTACHMENT_REGEX regex (gitlab-org/security/gitlab@7d6c80a3768a7c0281647402990b67a4fa8a2c19) ( merge request (gitlab-org/security/gitlab!3988)). Update BaseMessage::RELATIVE_LINK_REGEX regex (gitlab-org/security/gitlab@52311b09ce70c1b3db8b7e7a49808467f76980b5) ( merge request (gitlab-org/security/gitlab!3989)). Require confirmation before linking JWT ident

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

Dear ImGui 1.90.6 💾

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 feature: Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.90.6 Breaking changes: TreeNode: a layout inconsistency when using a empty/hidden label followed by a SameLine() call. Before: TreeNode("##Hidden"); SameLine(); Text("Hello");. // This was actually incorrect! BUT appeared to look ok with the default style. // where ItemSpacing.x == FramePadding.x 2 (it didn't look aligned otherwise). After: TreeNode("##Hidden"); SameLine(0, 0); Text("Hello");. // This is correct for all values in style. With the, IF you were successfully using TreeNode("")+SameLine(); you will now have extra spacing between your TreeNode and the following item. You'll need to change the SameLine() call to SameLine(0,0) to remove this extraneous spacing. This seemed like the more sensible that's not making things less consistent. (Note: when using this idiom you are likely to also use ImGuiTreeNodeFlags_SpanAvailWidth). Other changes: Windows: Changed default ClipRect to extend to windows' left and right borders, instead of adding arbitrary WindowPadding.x 0.5f space on left and right. That ClipRect half-padding was arbitrary/confusing and inconsistent with Y axis. It also made it harder to draw items covering whole window without pushing an extended ClipRect. Some items near windows left and right edge that used to be clipped may be partly more visible.. Windows: subsequent Begin() append calls from setting last item information for title bar, making it impossible to use IsItemHovered() on a Begin()-to-append, and causing bypassing hover detection on collapsed windows.. Fonts: font ascent and descent calculation when a font hits exact integer values. It is possible that some prior manual use of ImFontConfig::GlyphOffset may become duplicate with this. @GamingMinds-DanielC . TreeNode: Added ImGuiTreeNodeFlags_SpanTextWidth to make hitbox and highlight only cover the label. @dimateos . Tables: Angled headers: multi-line label display when angle is flip

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

Artistic Style 3.4.15 💾

A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.

minor bugfix: * Fix parsing of floating point literals * Fix "--break-block" handling of class and function blocks * Fix "--align-pointer=type" option for all types in lambda parameter lists * Fix padding of lambda capture with align-pointer option * Exclude files ending with backup suffix from input file names list

MITL formatting indentation

Kamailio SIP Server 5.7.5 💾

Kamailio (formerly OpenSER) is a high-performance SIP (RFC3261) server with a flexible architecture and many extensions. The server implements proxy, registrar, redirect, and location SIP/VoIP services. It has support for UDP, TCP, TLS, and SCTP transport layers, DNSsec, ENUM, AAA via database, RADIUS, DIAMETER, gateways to SMS and XMPP, least cost routing, load balancing, NAT traversal, and call processing language. Kamailio implements SIMPLE presence and instant messaging extensions, and includes an embedded XCAP server and MSRP relay, IMS/VoLTE extensions. It can be also used as a routing SIP sever for WebRTC via WebSocket.

minor feature: Version 5.7.5 Maintenance release of the latest stable branch, 5.7, that. Includes since the release of v5.7.4. There is no change to. Database schema or configuration language structure that you have to do. on previous installations of v5.7.x. Deployments running previous v5.7.x. Versions are strongly recommended to be upgraded to v5.7.5. For more details about version 5.7.5 (including links and guidelines to. Download the tarball or from GIT repository), visit: Https://www.kamailio.org/w/2024/05/kamailio-v5-7-5-released/.

GNU GPL sip voip webrtc volte ims telephony messaging

LimeSurvey 6.5.6 (build 240506) 💾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: CT-784: video elements are hidden on iPad beneath a certain height (Patrick Teichmann). Bad usability when opening participant edit in a new tab (Denis Chenu). de=2 PHP8.1 - unable to send email without expiry (Denis Chenu). Updated translation: Turkish by kayazeren. Updated translation: Slovak by jelen1. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Odia by rajkumar_dms. Updated translation: Korean by modernity4r. Updated translation: Japanese by d_inoue, nomoto. Updated translation: German by c_schmitz. Updated translation: German (Informal) by c_schmitz. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1, slansky. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

Samba 4.20.1 💾

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

minor feature: Dns update demessage is too noisy. Do not fail PAC validation for RFC8009 checksums types. Improve performance of lookup_groupmem() in idmap_ad. Smbcacls incorrectly propagates inheritance with Inherit-Only Flag. http library doesn apos;t support apos;chunked transfer encoding apos. Provide a systemd service file for the background queue daemon.

GNU GPLv3 communications file-sharing cifs windows

Surge 1.3.2 💾

A sound designer's dream. A friendly, open community. Featuring many synthesis techniques, a great selection of filters, a flexible modulation engine, a smorgasbord of effects, and modern features like MPE and microtuning.

minor feature: Surge XT 1.3.2 contains mostly small, a couple more medium sized ones, and further expansion of the OSC protocol support.. Open Sound Control. . Implemented full support for parameter Extend Range, Deform, Absolute etc. modifiers. Parameter changes caused by VST3 automation are now echoed to OSC output. Added /wavetable address, allowing wavetable loading and querying. Added /patch/load_user and /patch/save_user addresses, allowing access to the user patch area. Added MIDI-style controllers (/pbend, /cc, /chan_at, /poly_at). Tuning scale and/or keyboard mapping is now echoed to OSC output after GUI changes. /doc/param/... parameter documentation messages are now sent along with response to /q/queries. When deactivating an effect, correct scene and effect index values are now sent to the output when echoing. Correctly capitalized the TouchOSC menu entry. . Plugin. . For certain Windows configurations, Surge XT would not operate with the FPU flags set properly, leading to bad performance in some cases. VST3 context menus are now looking cleaner in FL Studio (section headers) and Reaper (disabled entry with parameter name at the bottom is removed, since we already mention our parameter names at the top of the menu). Tuning applied at setting is now stored to the plugin state. . MIDI. . Added an option to Soft takeover MIDI learned parameters in Menu - gt; MIDI Settings. . Effects. . BBD Ensemble and Tape effects now correctly respond to sample rate changes in a single session. Added output reconstruction filter to the BBD Ensemble effect. . Modulation. . When Scene LFOs were modulating effect parameters, LFO output index was ignored, which means Formula modulator did not work correctly across its multiple outputs. Added Freeze release at sustain level option to Amp and Filter EGs, allowing more intricate shaping of release stage by using MSEGs and so on. . Tuning. . an where when Surge XT acted as an MTS-ESP source, the UI nee

GNU GPLv3 audio synthesizer music c cpp

Syncthing 1.27.7 💾

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;: lt;/p gt;. lt;ul gt;. lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2231168168" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9503" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9503/hovercard" href="https://github.com/syncthing/syncthing//9503" gt;#9503 lt;/a gt;: lib/nat: panic: runtime error: index out of range lt;/li gt;. lt;/ul gt;.

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

CMake 3.29.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.29.2: Ben Boeckel (7): Tests/CXXModules: test exporting modules which include headers cmGeneratorTarget: add the original target as a COMPILE_ONLY link cmGeneratorTarget: add method to get a filesystem-safe export name cxxmodules: use filesystem-safe export names in filenames cmGeneratorTarget: add a target-level query for "needs dyndep" VS: set ScanSourceForModuleDependencies at vcxproj level cmDyndepCollation: look at all `export(TARGETS)` calls. Brad King (4): Tests/RunCMake/CMakePackage: Define variable r to where it is used FindBoost: Add support for Boost 1.85 cxxmodules: Do not scan sources while testing the compiler CMake 3.29.3. Craig Scott (4): Help: CMakePackageConfigHelpers typos, grammar and formatting Help: Add missing section heading for apple architecture selection generate_apple_architecture_selection_file: Avoid early returns generate_apple_*_selection_file: Save/restore PACKAGE_PRE_DIR. Raul Tambre (1): Help/OBJC_STANDARD: Document Objective C17 and C23 support. Mehdi Chinoune (1): FindHDF5: detection of versions with more than three components.

BSDL software-development build-tool

FlexGet 3.11.31 💾

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.

MITL download internet torrents bittorrent python

Logstash 8.13.4 💾

Logstash is part of the Elastic Stack along with Beats, Elasticsearch and Kibana. Logstash is a server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash." (Ours is Elasticsearch, naturally.). Logstash has over 200 plugins, and you can write your own very easily as well. For more info, see https://www.elastic.co/products/logstash

minor feature: No user-facing changes in Logstash core. ==== Plugins. *Elasticsearch Output - 11.22.6*. DOC Logstash output.elasticsearch index can be alias or datastream https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1179. logstash-8-13-3 .

log log-viewer java

Gmsh 4.13.0 💾

Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor. Its design goal is to provide a fast, light and user-friendly meshing tool with parametric input and flexible visualization capabilities. Gmsh is built around four modules (geometry, mesh, solver and post-processing), which can be controlled with the graphical user interface, from the command line, using text files written in Gmsh's own scripting language (.geo files), or through the C++, C, Python, Julia and Fortran application programming interface.

major feature: Added support for importing and exporting XAO files; new Options for OCC boolean operations (OCCBooleanCheckInverted, OCCBooleanGlue, OCCBooleanNonDestructive, OCCBooleanSimplify); new OCC operations (2D fillets And chamfers, distance, defeature); new quasi-transfinite 2d meshes (with fans); Small API additions; revert Crack plugin logic to version 4.10.1;. New API functions: occ/getDistance, occ/fillet2D, occ/chamfer2D. Occ/offsetCurve, occ/defeature, mesh/removeElements, option/restoreDefaults, Logger/getMemory, logger/getTotalMemory.

GNU GPLv3 cad 3d finite-element fem geometry mesh solver post-processing cpp c glsl

Clam AntiVirus 1.4.0 💾

ClamAV is an anti-virus engine, which is commonly used for email and web scanning, or gateway and fileserver securing. It provides a command-line scanner, a sendmail milter, automatic signature database updates, built-in support for many archiving and container or mail encoding formats, scanning standard ELF and compressed executables, as well as common office document formats.

minor feature: lt;p gt;ClamAV 1.4.0 Release Candidate includes the following improvements and changes: lt;/p gt;. lt;h3 gt;Major changes lt;/h3 gt;. lt;ul gt;. lt;li gt;. lt;p gt;Added support for extracting ALZ archives. lt;br gt;. The new ClamAV file type for ALZ archives is lt;code gt;CL_TYPE_ALZ lt;/code gt;. lt;br gt; Added a lt;a href="https://docs.clamav.net/manual/Signatures/DynamicConfig.html" rel="nofollow" gt;DCONF lt;/a gt; option to enable or disable ALZ archive support. lt;/p gt; lt;blockquote gt;. lt;p gt; lt;em gt;Tip lt;/em gt;: DCONF (Dynamic CONFiguration) is a feature that allows for some configuration changes to be made via ClamAV lt;code gt;.cfg lt;/code gt; "signatures". lt;/p gt;. lt;/blockquote gt;. lt;ul gt;. lt;li gt; lt;a href="https://github.com/Cisco-Talos/clamav/pull/1183" data-hovercard-type="pull_request" data-hovercard-url="/Cisco-Talos/clamav/pull/1183/hovercard" gt;GitHub pull request lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;/li gt;. lt;li gt;. lt;p gt;Added support for extracting LHA/LZH archives. lt;br gt;. The new ClamAV file type for ALZ archives is lt;code gt;CL_TYPE_LHA_LZH lt;/code gt;. lt;br gt; Added a lt;a href="https://docs.clamav.net/manual/Signatures/DynamicConfig.html" rel="nofollow" gt;DCONF lt;/a gt; option to enable or disable LHA/LZH archive support. lt;/p gt; lt;ul gt;. lt;li gt; lt;a href="https://github.com/Cisco-Talos/clamav/pull/1192" data-hovercard-type="pull_request" data-hovercard-url="/Cisco-Talos/clamav/pull/1192/hovercard" gt;GitHub pull request lt;/a gt; lt;/li gt;. lt;/ul gt;. lt;/li gt;. lt;li gt;. lt;p gt;Added the ability to disable image fuzzy hashing, if needed. For context, image fuzzy hashing is a detection mechanism useful for identifying malware by matching images included with the malware or phishing email/document. lt;/p gt;. lt;p gt;New ClamScan options: lt;/p gt;. lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--scan-image =yes

GNU GPL c virus-scanner mail-filter security administrators

Paperless-ngx 2.8.2 💾

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

minor bugfix: : : Restore the compression of static files for x86_64 @stumpylog. : make backend monetary validation accept unpadded decimals @shamoon. : allow bulk edit with existing fields @shamoon. : table view doesn't immediately display custom fields on app startup @shamoon. : dont use limit in subqueries in global search for mariadb compatibility @shamoon. : exclude admin perms from group permissions serializer @shamoon. : global search text illegible in light mode @shamoon. : document history text color illegible in light mode @shamoon. All App Changes: . 10 changes. : Restore the compression of static files for x86_64 @stumpylog. : make backend monetary validation accept unpadded decimals @shamoon. : allow bulk edit with existing fields @shamoon. Enhancement: show custom field name on cards if empty, add tooltip @shamoon. Security: Disable in pdfjs @shamoon. : table view doesn't immediately display custom fields on app startup @shamoon. : dont use limit in subqueries in global search for mariadb compatibility @shamoon. : exclude admin perms from group permissions serializer @shamoon. : global search text illegible in light mode @shamoon. : document history text color illegible in light mode @shamoon. .

GNU GPLv3 internet web dynamic content indexing search

LedgerSMB 1.11.14 💾

The LedgerSMB project provides small and mid-size businesses with solid open source accounting software: integrating invoicing, order processing, quotations and more (ERP). LedgerSMB aims to provide a strong (multi-currency accounting) basis to build your business on -- without vendor lock-in. The project team considers correctness and performance equally important key usability features and is dedicated to providing both, even on the biggest data sets. Sales (Invoices, Orders, Quotations) Receivables & Payables General ledger Inventory management Fixed asset accounting & depreciation Profit & cost centers, departments, projects Output documents in PDF, HTML, CSV, Office formats Mail documents (e.g. invoices) from within the application Translatable to your language (comes with 45 languages) and more The fact that LedgerSMB is open source - meaning that the source code is freely available - makes it even more customizable and flexible.

minor bugfix: The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.11.14 * Fix drill-down on trial balance to pass report selections (#8177) * Fix read access on 'templates' table for printed documents (#8180) * Fix error when clicking 'Attach' button on e-mail screen (#8193) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.14/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.14The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.14 Or pulled from the GitHub Container Registry docker pull ghcr.io/ledgersmb/ledgersmb:1.11.14 Or pulled from Docker Hub using the command docker pull ledgersmb/ledgersmb:1.11.14 These are the sha256 checksums of the uploaded files: 3d285c4c8d22b03c71ecc2bfe04d7dc5b5b9414acbcd67a3f2485c263381e202 ledgersmb-1.11.14.tar.gz c5de88f42b68001e35a5b89bf7d1c85ad5355e151e7db62cb40c606a137e0c7a ledgersmb-1.11.14.tar.gz.asc

GNU GPL accounting invoicing orders erp perl

Mustangproject 1.3.12 💾

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

minor bugfix: Codelists v11 #357 Fonts removed #358. Xrechnungimporter to read from filename, inputstream. Invoice's getSender/getRecipient() now return tradeparty no IZUGFeRDExportableTradeParty. (first) IBAN is now parsed into sender's getBankDetails. Zugferdimporter to accept xml files. UBL importer to also parse contacts. Https://github.com/ZUGFeRD/mustangproject/pull/369. Upgrade ph-schematron from.

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

akaunting 3.1.8 💾

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; lt;/h3 gt;. lt;ul gt;. lt;li gt;update 3.1.7 missing menu lt;/li gt;. lt;li gt; lt;code gt;offline payments lt;/code gt; missing setting menu lt;/li gt;. lt;/ul gt;.

Mixed accounting finance money bookkeeping server laravel php