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

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

qradiolink 0.8.12-2 💾

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.12-2 Consolidate DMR Tier III base station functions. Direct support for Ettus USRP via gnuradio-uhd and libuhd. Reduced roundtrip latency to half (350 ms) for the DMR TDMA RF channel. Added RSSI calculation for MMDVM channel. Compatibility with tag 1.1 of MMDVM-SDR. Added documentation for DMR trunking mode with MMDVM.

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

BeeRef 0.3.3 💾

BeeRef lets you quickly arrange your reference images and view them while you create. Its minimal interface is designed not to get in the way of your creative process.

minor bugfix: Added Moving the window from within BeeRef now changes to a diffent cursor from the default arrow cursor. Added a color sampler which can copy colors from images to the clipboard in hex format (Images - Sample Color). Added notification when attempting to paste from an empty or unusable clipboard. Added panning via scrollwheel: Scroll wheel + Shift + Ctrl: pan vertically. Scroll wheel + Shift: pan horizontally. Make mouse and mouse wheel controls configurable. (Settings - Keyboard Mouse). a crash when pressing the keyboard shortcut for New Scene while in the process of doing a rubberband selection. The checkmark of the menu entry Images - Grayscale is now updating correctly depending on the selected images. Removed black line under marching ants outline of crop mode, which would scale with the image and get potentially very thick. a crash when importing images with unsupported exif orientation info. threading when importing images (causing potential hangs/weird behaviour). an intermittent crash when invoking New Scene. bee files hanging on to disk space of deleted images (). Drag @ Drop from pinterest feed. pasted items being inserted behind existing items.

GNU GPLv3 graphics viewer

gsequencer 6.10.4 💾

Advanced Gtk+ Sequencer Welcome to project website of Advanced Gtk+ Sequencer. Advanced Gtk+ Sequencer is a tree based audio processing engine released under the terms of the GNU GPLv3+. It uses extensively threads, supporting LADSPA, DSSI and Lv2 plugin format. Advanced Gtk+ Sequencer is capable of doing multi-channel editing, it contains an automation editor and you might want live export to audio files. There are sequencer machines as well a fully featured notation editor. Supporting copy & paste, resizing audio channels or align in-/output pads GSequencer does audio output on GNU/Linux by ALSA. Avoid additional layers on ALSA like arts, esd or pulseaudio. The output to the soundcard is usually done by AgsPanel sink. Sounds are created by sequencers like AgsDrum, AgsMatrix and alike. Such sources can be bundled by AgsMixer and finally write to hardware by AgsPlayChannelRun recall.

minor bugfix: Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) . Implemented ags_soundcard_helper_config_get_use_cache(). Implemented ags_soundcard_helper_config_get_cache_buffer_size(). Use-cache and cache-buffer-size config value of pulse and CoreAudio.

GNU GPLv3 sound-synthesis mixers sequencer audio

Ælhometta 1.0.10 💾

Archaic attempt at autonomous non-sandboxed distributed artificial life of assembler automaton type, it features: separation of descriptive and executive data that provides branches and loops without jump instructions, publish-subscribe interaction with other instances over Tor, input/output through ordinary files associated with external sensors and actuators, and built-in shell.

minor feature: Fixed another peer's too-frequent updates and duplication; added updates counter and description of another peer; added binary releases and deployment instructions for Linux on ARM32 and ARM64 (e.g. Raspberry Pi); less dependency files in some binary releases.

GNU GPLv3 artificial-life assembler autonomy cross-platform distributed evolution input-output peer rust science shell tor zeromq

Snapcraft 8.2.4 💾

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;What's Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;: set CRYPTOGRAPHY_OPENSSL_NO_LEGACY 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="2276574531" data-permission-text="Title is private" data-url="https://github.com/canonical/snapcraft//4784" data-hovercard-type="pull_request" data-hovercard-url="/canonical/snapcraft/pull/4784/hovercard" href="https://github.com/canonical/snapcraft/pull/4784" gt;#4784 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.3...8.2.4" gt; lt;tt gt;8.2.3...8.2.4 lt;/tt gt; lt;/a gt; lt;/p gt;.

GNU GPLv3 snaps linux packaging distribution python cpp

ImageMagick 7.1.1-32 💾

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 feature: Merged: uhdr.c: add support for rgb inputs `#7273`. GIF ICC profile reading. (https://github.com/ImageMagick/ImageMagick//7281) `#7282`. Commits: beta release. implementation of setting the max-profile-size.. Update winget manifest after creating the release.. Use gt;= instead to work around precision limitations of a double.. Make it more clear we ignore the return value.. There is no need to throw an exception when the profile could not be added.. Ignore the fact that the profile could not be added to the image.. cosmetic. protect backslash write writing properties to MIFF (https://github.com/ImageMagick/ImageMagick//7270). Removed beta url for Advanced Installer.. Install libtool on macos agent.. Use macos-13 for the MacOS build.. Updated CFLAGS to the macos-13 build.. Added version checks for itxt_length in the png coder. Also check the limits for the width and height of the reference grid.. respect gradient bounding box. Removed unused or unnecessary defines for the Windows build.. Removed unnecessary check.. Moved defines that are only used by our windows build to the private header file.. Removed __BORLANDC__ checks. Added missing include.. Use workarounds to silence warnings in the MSYS2 build.. Silence MSYS2 warning.. Corrected.. Moved locale specific defines for the Windows build to locale.c. Moved mime specific define for the Windows build to mime.c. Moved blob specific defines for the Windows build to blob.c. eliminate compiler warnings. Use the new OpenEXRCore api that allows meta channel support when reading exr files (only when OpenEXR is version 3.1.0 or higher). Disable -Werror for the macos-13 build.. Added hack for ged OPENEXR_VERSION_HEX.. Use our own version of half to float to avoid using the half.h headerfile. to enable the alpha channel with the OpenEXRCore api.. Added check for the number of layers to the jp2 coder.. possible memory leak.. restore ImageMagick RPM builds. revert. restore PerlMagic

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

KeePassXC 2.7.8 💾

KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted into customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases.

minor bugfix: Changes: Add hotkey for showing search help. Add hotkey for group switching (Ctrl+Shift+PgUp/PgDown). Add per-database auto-save delay setting. Add setting to hide menubar. Improve Bitwarden 1PUX import and support organization collections. Show advanced settings checkbox only for settings that have them. Remove obsolete setting for requiring repeated password entry. Passkeys: Allow registering Passkeys to existing entries. Passkeys: Show warning about data being unencrypted before Passkey export. Passkeys: Support NFC and USB transports. Passkeys: Pass extension JSON data to browser. SSH Agent: Do not use entries from recycle bin. Linux: Change hotkey sequence used for CLEARFIELD Auto-Type. Windows: Improve DACL memory access protection. : crash when deleting history items. crash on screen lock or computer sleep. search field not being focused after unlock. loss of window focus when Auto-Type needs to unlock a database. inconsistent TOTP visibility on unlock. CSV import skipping over single-name groups. key file folder being remembered even if disabled in settings. with entry editing and database locking. key file text when provided on command line. with hardware key auto detection. Do not override monospace font size. Perform group sort only when group view is in focus. Do not show decimals for attachment sizes in Bytes. Prevent merging of global custom data when merging databases. minor translation. Passkeys: StrongBox incompatibility. Passkeys: Set RP ID to effective domain if unset instead of returning an error. Passkeys: Various UI and improvements. AppImage: URL opening. Flatpak: application autostart. Linux/macOS: button sizes on modal alert popups. Linux: clipboard clear on Wayland. Windows: Preserve file-hidden attribute.

password password-manager security privacy cpp

LimeSurvey 6.5.5 (build 240429) 💾

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: Add/import user role buttons must have unique id (K Foster). CT-771: clear selection and select all not working in responses grid column filter (Patrick Teichmann). CT-711: email templates, add attachment, failed to open the resource manager (kcfinder) resulting in being unable to attach files to the email template (Patrick Teichmann). Potential 500 error in survey list (Denis Chenu). Potential PHP Warning when get Survey listing (Denis Chenu). Apply new term blocklist (Carsten Schmitz). Updated translation: Portuguese (Portugal) by holch, samarta. Updated translation: Norwegian (Bokmål) by pmonstad. Updated translation: Montenegrin by c_schmitz, kristinakom. Updated translation: Japanese by d_inoue. Updated translation: German by c_schmitz. Updated translation: German by Transcaretech. Updated translation: German (Informal) by c_schmitz. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

Calibre 7.10 💾

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.

minor feature: Release: 7.10 03 May, 2024 New features Export of calibre data: Ensure individual part files in the exported data are no larger than one gigabyte even if the library contains individual files larger than that size. Note that this means that exports created by calibre from this version on will not be importable by earlier versions. However, exports from earlier versions should still be importable. Edit book: Spell check: Add options to exclude words in ALL CAPS or with numbers or in camelCase/snake_case from the list of words. Allow easily inverting the current search via the right click menu on the search box. Kobo driver: database unsupported error with newest firmware DOCX Input: text elements containing only whitespace being incorrectly ignored Bulk metadata dialog: Do not fail when setting covers from ebook files and some of the files have invalid covers. Improved news sources. Economist. The Week. Caravan Magazine. Financial Times.

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

video2midi 0.4.8 0.4.8 💾

video2midi is an open source crossplatfrom utility, written in python for creating midi file from Synthesia video and the like.. Works on GNU/Linux, *BSD, Windows & Mac

minor feature: - added window resize and auto fit to the screen on startup. - added workaround for Windows with OpenGL software, OpenGL software crashes on textures above 512x512 - added f4 to move all windows - Background update fix - Fixed work with sparks - Added display of base octave - Added an optional ability to download videos directly from YouTube using PyTube. to do this (download the video), instead of the file name, specify the URL to the video on YouTube, for example: (./v2m.py "https://www.youtube.com/watch?v=BuHVVxvtl2s") a list of formats of the video will be obtained from YouTube and sorted by priority at the beginning of the video with audio track and by stream resolution in descending order, after which the first file will be downloaded to the current work directory.

GNU GPLv3 python midi opencv music education

BallroomDJ 4 4.10.0 💾

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

minor feature: 4.10.0 2024-5-4 * Bug Fixes: * Song Selection: Fix control-click and shift-click handling (introduced in 4.8.2). * Changes: * Song Selection: Multiple songs may now be selected in the request listing. * New Features: * Song Selection: Right click may be used to select an entire classical work. * Export/Import Playlist: XSPF and JSPF are now supported. The dialog has been updated.

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

Schism Tracker 20240503 💾

Schism Tracker is a free and open-source reimplementation of Impulse Tracker, a program used to create high quality music without the requirements of specialized, expensive equipment, and with a unique "finger feel" that is difficult to replicate in part. The player is based on a highly modified version of the ModPlug engine, with a number of bugfixes and changes to improve IT playback.

minor feature: lt;p gt;Summary of changes since the lt;a href="https://github.com/schismtracker/schismtracker/releases/tag/20240426" gt;20240426 lt;/a gt; release: lt;/p gt;. lt;ul gt;. lt;li gt;Add initial JACK-MIDI support. MIDI in is confirmed to be working, I can't test MIDI out though. lt;/li gt;. lt;li gt;library loading on Windows lt;/li gt;. lt;li gt;handling of instrument + tone portamento while in Compatible Gxx mode lt;/li gt;. lt;li gt;Warn on nonfunctional MIDI processing lt;/li gt;. lt;li gt;When loading 669 files, reset the effects list on a new note lt;/li gt;. lt;li gt;saving files on Windows lt;/li gt;. lt;/ul gt;. lt;p gt; lt;strong gt;Note to package maintainers lt;/strong gt;: dependencies on libx11, libxext, and libxv have all been lifted. lt;/p gt;.

GNU GPL audio editor music sequencer tracker c python

Weblate 5.5.3 💾

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 3rd 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;Improved performance of rendering large lists of objects. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Added links to manage other scope lt;a href="https://docs.weblate.org/en/weblate-5.5.3/admin/addons.html#addons" rel="nofollow" gt; lt;span gt;Add-ons lt;/span gt; lt;/a gt;. 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;crashes with librsvg older than 2.46. lt;/p gt;. lt;/li gt;. lt;li gt;. lt;p gt;Daily execution of some lt;a href="https://docs.weblate.org/en/weblate-5.5.3/admin/addons.html#addons" rel="nofollow" gt; lt;span gt;Add-ons lt;/span gt; lt;/a gt;. 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.5.3/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/119?=1" gt;All changes in detail lt;/a gt;. lt;/p gt;.

GNU GPLv3 translation localization web python html

Linux kernel 6.8.9 💾

Linux is a mostly POSIX-compliant Unix-inspired operating system kernel, originally implemented by Linus Torvalds and now maintained as an international project. It's the base and common namegiver to a wide array of Linux distributions. The kernel provides all modern Unix-y features, like true process multitasking, virtual memory, virtual and clustered filesystem support, complex networking and extensive support for various hardware and machine platforms.

minor feature: Linux 6.8.9, Bluetooth: hci_sync: UAF on hci_abort_conn_sync, Bluetooth: hci_sync: UAF on create_le_conn_complete, Bluetooth: hci_sync: UAF in hci_acl_create_conn_sync, bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS, phy: qcom: qmp-combo: VCO div offset on v5_5nm and v6, i2c: smbus: NULL function pointer dereference, RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2, riscv: hwprobe: invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN, sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf(), sched/eevdf: miscalculation in reweight_entity() when se is not curr, sched/eevdf: Always update V if se- on_rq when reweighting, dt-bindings: eeprom: at24: ST M24C64-D compatible schema, phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered, riscv: loading 64-bit NOMMU kernels past the start of RAM, riscv: TASK_SIZE on 64-bit NOMMU, dmaengine: idxd: oops during rmmod on single-CPU platforms, dma: xilinx_dpdma: locking, dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue, phy: qcom: m31: match requested regulator name with dt schema, phy: rockchip: naneng-combphy: mux on rk3588, phy: rockchip-snps-pcie3: clearing PHP_GRF_PCIESEL_CON bits, phy: rockchip-snps-pcie3: bifurcation on rk3588, phy: freescale: imx8m-pcie: pcie link-up instability, phy: marvell: a3700-comphy: hardcoded array size, phy: marvell: a3700-comphy: out of bounds read, soundwire: amd: for wake interrupt handling for clockstop mode, idma64: Don't try to serve interrupts when device is powered off, dmaengine: tegra186: residual calculation, dmaengine: owl: register access functions, mm: zswap: shrinker NULL crash with cgroup_disable=memory, mm: turn folio_test_hugetlb into a PageType, phy: qcom: qmp-combo: VCO div offset on v3, phy: qcom: qmp-combo: register base for QSERDES_DP_PHY_MODE, firmware: qcom: uefisecapp: memory related IO errors and crashes, mtd: diskonchip: work around ubsan link failure, mtd: limit OTP NVMEM ce

GNU GPL c linux kernel operating-system

Eagle Mode 0.96.2 💾

Eagle Mode is a C++ GUI toolkit and provides a zoomable user interface (ZUI) usable as desktop shell even. It functions as filesystem browser and manager, and seamlessly runs integrated applications. Images, text files and office documents can be zoomed in, audio and video files engaged as well. Built-in widgets like an archiver, chess and 3D minesweeper games, a clock, fractal imaging examples integrate likewise.

minor feature: character encoding of PDF selection on non-UTF-8 systems.. occasional segmentation fault in PDF viewer.. Allowed to open URLs in PDF documents.. Released the HMI demo.. Minor.

GNU GPLv3 c++ desktop file-manager gui toolkit zoomable interface shell cross-platform

Logstash 8.13.3 💾

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 bugfix: No user-facing changes in Logstash core. ==== Plugins. *Beats Input - 6.8.3*. Updated netty to 4.1.109 https://github.com/logstash-plugins/logstash-input-beats/pull/495 #495 . *Http Input - 3.8.1*. Updated netty to 4.1.109 https://github.com/logstash-plugins/logstash-input-http/pull/173 #173 . *Tcp Input - 6.4.2*. Updated netty to 4.1.109 https://github.com/logstash-plugins/logstash-input-tcp/pull/220 #220 . *Multiline Codec - 3.1.2*. a race condition in periodic runner that blocks clean up process and pipeline shutdown https://github.com/logstash-plugins/logstash-codec-multiline/pull/72 #72 . logstash-8-13-2 .

log log-viewer java

Rust 1.78.0 💾

Rust is systems programming language, which is intended to be fast and memory-safe through stronger typing, and prevent race conditions. It's developed by Mozilla, multi-paradigm, supports concurrent execution, procedural, imperative, actor-based, object-oriented and pure-functional design schemes, with a syntax close to C++. The self-hosting compiler utilizes LLVM and its resulting binaries are comparable in performance to C++. It also features algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety, minimal runtime, and efficient C bindings.

minor feature: lt;p gt; lt;a id="user-content-1.78.0-Language" gt; lt;/a gt; lt;/p gt;. lt;h2 gt;Language lt;/h2 gt;. lt;ul gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/119590/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/119590/hovercard" gt;Stabilize lt;code gt;# cfg(target_abi =...) lt;/code gt; lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/119888/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/119888/hovercard" gt;Stabilize the lt;code gt;# diagnostic lt;/code gt; namespace and lt;code gt;# diagnostic::on_unimplemented lt;/code gt; attribute lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/120103/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/120103/hovercard" gt;Make async-fn-in-trait implementable with concrete signatures lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/116284/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/116284/hovercard" gt;Make matching on NaN a hard error, and remove the rest of lt;code gt;illegal_floating_point_literal_pattern lt;/code gt; lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/117614/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/117614/hovercard" gt;static mut: allow mutable reference to arbitrary types, not just slices and arrays lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/118983/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/118983/hovercard" gt;Extend lt;code gt;invalid_reference_casting lt;/code gt; to include references casting to bigger memory layout lt;/a gt; lt;/li gt;. lt;li gt; lt;a href="https://github.com/rust-lang/rust/pull/118879/" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/118879/hovercard" gt;Add lt;code gt;non_con

MITL rust programming-language compiler concurrent type-safe

VSCode 1.89.0 💾

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;Welcome to the April 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: lt;/p gt;. lt;ul gt;. lt;li gt; lt;a href="#hover-to-preview-images-and-videos-in-markdown" gt;Preview Markdown images amp;amp; videos lt;/a gt; - Hover over a link to preview images amp;amp; videos in Markdown. lt;/li gt;. lt;li gt; lt;a href="#saverestore-open-editors-when-switching-branches" gt;Enhanced branch switching lt;/a gt; - Restore open editors seamlessly when switching between branches. lt;/li gt;. lt;li gt; lt;a href="#configure-middle-click-to-paste" gt;Middle-click paste support lt;/a gt; - Paste text quickly in the terminal using a mouse middle-click. lt;/li gt;. lt;li gt; lt;a href="#remote-development" gt;WSL over Remote - SSH lt;/a gt; - Use WSL when connected to a remote machine via Remote - SSH. lt;/li gt;. lt;li gt; lt;a href="#accessible-view" gt;Accessible View lt;/a gt; - Navigate through comments, chat code blocks amp;amp; terminal commands from the Accessible View. lt;/li gt;. lt;li gt; lt;a href="#customize-keybindings" gt;Keyboard shortcuts for UI actions lt;/a gt; - Customize keybindings for UI actions directly with a right-click. lt;/li gt;. lt;li gt; lt;a href="#quick-search" gt;Quick Search lt;/a gt; - Search for text across your workspace with Quick Search. lt;/li gt;. lt;li gt; lt;a href="#copilot-powered-rename-suggestions-button" gt;AI-powered rename suggestions lt;/a gt; - Get intelligent rename suggestions in the editor with Copilot. lt;/li gt;. lt;li gt; lt;a href="#content-exclusions" gt;Copilot content exclusion lt;/a gt; - Exclude files from being used in the Copilot context. lt;/li gt;. lt;li gt; lt;a href="#local-workspace-extensions" gt;Local workspace extension lt;/a gt; - Include and install extensions directly in your workspace. lt;/li gt;. lt;/ul gt;. lt;blockquote gt;. lt;p gt;If you'd like to read these release notes online, go to lt;a href="https:

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

akaunting 3.1.7 💾

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 import check has row lt;/li gt;. lt;li gt;Add export validation warning message lt;/li gt;. lt;li gt;Password Hide/Show added 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;Option selection with keyboard lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;recurring import-export lt;/li gt;. lt;li gt;Articles are missing when editing a draft invoice lt;/li gt;. lt;li gt;request validation errors lt;/li gt;. lt;li gt;item price validation lt;/li gt;. lt;li gt;export multi sheets filter lt;/li gt;. lt;li gt;item price fields max size validation lt;/li gt;. lt;li gt;subcategory delete lt;/li gt;. lt;li gt;transaction recurring duplicate lt;/li gt;. lt;/ul gt;.

Mixed accounting finance money bookkeeping server laravel php

libvirt 10.3.0 💾

The libvirt project: is a toolkit to manage virtualization platforms is accessible from C, Python, Perl, Go and more is licensed under open source licenses supports KVM, Hypervisor.framework, QEMU, Xen, Virtuozzo, VMWare ESX, LXC, BHyve and more targets Linux, FreeBSD, Windows and macOS is used by many applications

major bugfix: New features. Qemu: Proper support for USB network device. USB address is now automatically assigned to USB network devices thus they. Can be used without manual configuration. Conf: Introduce memReserve attribute to . Some PCI devices have large non-prefetchable memory. This can be a problem in case when such device needs to be hotplugged as the firmware can't. Foresee such situation. The user thus can override the value calculated at Start to accomodate for such devices. Improvements. Improve validation of USB devices. Certain USB device types ('sound', 'fs', 'chr', 'ccid' and 'net') were not. Properly handled in the check whether the VM config supports USB and thus Would result in poor error messages. Virsh: behaviour of `--name` and `--parent` used together when listing checkpoint and snapshots. The `checkpoint-list` and `snapshot-list` commands would ignore the. `--name` option to print only the name when used with `--parent`. Extend libvirt-guests to shutdown only persistent VMs. Users can now choose to shutdown only persistent VMs when the host is being. Shut down. . Qemu: migration with custom XML. Libvirt 10.2.0 would sometimes complain about incompatible CPU definition. When trying to migrate or save a domain and passing a custom XML even Though such XML was properly generated as migratable. Hitting this depends on the guest CPU definition and the host on which a particular Domain was running. Qemu: TLS hostname verification failure in certain non-shared storage migration scenarios. In certain scenarios (parallel migration, newly also post-copy migration). Libvirt would wrongly pass an empty hostname to QEMU to be used for TLS Certificate hostname validation, which would result into failure of the Non-shared storage migration step:: Error: internal error: unable to execute QEMU command 'blockdev-add': Certificate does not match the hostname. Create OVS ports as transient. Libvirt now creates OVS ports as transient which preven

Mixed virtualization virtual-machine toolkit library c python

libvert 10.3.0 💾

The libvirt project: is a toolkit to manage virtualization platforms is accessible from C, Python, Perl, Go and more is licensed under open source licenses supports KVM, Hypervisor.framework, QEMU, Xen, Virtuozzo, VMWare ESX, LXC, BHyve and more targets Linux, FreeBSD, Windows and macOS is used by many applications

major bugfix: New features. Qemu: Proper support for USB network device. USB address is now automatically assigned to USB network devices thus they. Can be used without manual configuration. Conf: Introduce memReserve attribute to . Some PCI devices have large non-prefetchable memory. This can be a problem in case when such device needs to be hotplugged as the firmware can't. Foresee such situation. The user thus can override the value calculated at Start to accomodate for such devices. Improvements. Improve validation of USB devices. Certain USB device types ('sound', 'fs', 'chr', 'ccid' and 'net') were not. Properly handled in the check whether the VM config supports USB and thus Would result in poor error messages. Virsh: behaviour of `--name` and `--parent` used together when listing checkpoint and snapshots. The `checkpoint-list` and `snapshot-list` commands would ignore the. `--name` option to print only the name when used with `--parent`. Extend libvirt-guests to shutdown only persistent VMs. Users can now choose to shutdown only persistent VMs when the host is being. Shut down. . Qemu: migration with custom XML. Libvirt 10.2.0 would sometimes complain about incompatible CPU definition. When trying to migrate or save a domain and passing a custom XML even Though such XML was properly generated as migratable. Hitting this depends on the guest CPU definition and the host on which a particular Domain was running. Qemu: TLS hostname verification failure in certain non-shared storage migration scenarios. In certain scenarios (parallel migration, newly also post-copy migration). Libvirt would wrongly pass an empty hostname to QEMU to be used for TLS Certificate hostname validation, which would result into failure of the Non-shared storage migration step:: Error: internal error: unable to execute QEMU command 'blockdev-add': Certificate does not match the hostname. Create OVS ports as transient. Libvirt now creates OVS ports as transient which preven

Mixed virtualization virtual-machine toolkit library c python

coppwr 1.6.0 💾

coppwr is a tool that provides low level control over the PipeWire multimedia server. It aims to expose and provide as many ways to inspect and control the many components of the PipeWire multimedia server as possible. It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it. Features: Node graph editing Object inspection, creation & destruction Process monitoring & profiler statistics Metadata editing Module loading Connecting to XDG Desktop Portal remotes More to be added...

major feature: . . Added buttons for accessing global details in various parts of the app. Added waiting+busy charts in the process viewer. Added panning the Graph view using the secondary mouse button. Made process viewer show updated data strictly every 0.5s, instead of on every update like mouse movement. Improved Global Tracker's filtering performance. Made almost all text selectable. . . . .

GNU GPLv3 audio video utility