GTimeLog 0.11.3 💾

GTimeLog is a basic Gtk application for time-tracked logs. It requires one start event to be created per day, then an entry for each concluded activity. It provides GUI and text shortcuts to differentiate e.g. billable and free-time events. It doesn't honor XDG_CONFIG_DIR.

minor bugfix: - Use a better workaround for window.present() not working on Wayland. - Fix a rare AssertionError on quit. - Fix problem with "Edit log" and "Edit tasks" menu entries on Windows (GH: #133). - Do not include ``***`` entries in slacking total (GH: #138). - Show average time per day spent on filtered tasks (GH: #146). - Drop Python 3.4 support.

GNU GPL python log time-tracking gtk

Samba 4.20.0 💾

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

minor feature: Avoid null-dereference with bad claims. ndr_pull_security_ace can leave resource attribute ACE coda Claim struct undefined. fd_handle_destructor() panics within an smbd_smb2_() if Vfs_stat_fsp() fails in fd_(). set_nt_acl sometimes fails with NT_STATUS_INVALID_PARAMETER - Openat() EACCES. fd_handle_destructor() panics within an smbd_smb2_() if Vfs_stat_fsp() fails in fd_(). libgpo: Segfault in python bindings. Samba AD is missing some authentication policy tests. samba-gpupdate: Correctly implement site support. Remove unsupported quot;Final quot; keyword missing from Python 3.6. Additional witness backports for 4.20.0. Error output with wspsearch. Packet marshalling push support missing for CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED. Remove unsupported quot;Final quot; keyword missing from Python 3.6. Performance regression for NDR parsing of security descriptors. Build and install man page for wspsearch client utility. samba-gpupdate logging doesn apos;t work.

GNU GPLv3 communications file-sharing cifs windows

CherryTree 1.1.1 💾

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

minor bugfix: Regression after one search with replace, all subsequent searches open replace dialog. Regression searching in multiple nodes, only nodes names and tags, not working. Regression vertical scroll and cursor position of previous nodes not remembered. Regression import nodes from cherrytree not importing anything. Import from cherrytree sqlite document having shared nodes. Unwanted nodes expansion with auto reload from extenal doc edit and enabled option to show bookmarked nodes at start. Changed default value of option to automatically focus the text at new tree node clicked, from false to true. Incomplete languages: el, fi, hi_IN, hu.

GNU GPLv3 gtk c text-editor note-taking

Food Delivery Multivendor 💾

Empower your on-demand food delivery business with Enatega Multivendor, a feature-rich, open-source solution. This multi-vendor system provides mobile apps for customers, riders, and restaurants, along with a web dashboard for administration. Key Features: Effortless Setup: Get started quickly with user-friendly commands to run the project locally. Cross-Platform Compatibility: Works seamlessly on iOS, Android, and Web for easy testing and deployment. Extensive Functionality: Includes features for order management, restaurant management, rider management, customer management, and real-time tracking. Open-Source Advantage: Access the source code, benefit from live demos, documentation, and video tutorials. Target Audience: Entrepreneurs looking to launch their own food delivery business Developers seeking a customizable open-source delivery management solution Comparison to Similar Apps: Enatega Multivendor offers a comparable feature set to popular closed-source delivery apps, but with the added benefit of open-source flexibility and customization potential.

minor feature:

Other restaurant-management food-delivery-application ubereats-clone

FlexGet 3.11.27 💾

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.0 💾

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

major feature: featured-8-13-0 . ==== New ls plugin: Elastic_integration filter. With the ls Elastic_integration filter, you can take advantage of the features in integrations-docs Elastic integrations without missing out on the advanced processing capabilities offered by ls . Together, Elastic integrations and ls can help you solve a wide range of use cases, including air gapped environments, data privacy processing, and multiple destinations. Your ls pipeline would include the elastic_agent input, the elastic_integration filter, and the elasticsearch output, in addition to any other plugins you want to use. Check out and the plugin docs for details. notable-8.13.0 . ==== Enhancements and notable. Flow metrics added `worker_utilization` to pipeline-level https://github.com/elastic/logstash/pull/15912. Ensure that the order of JVM options from both files and environment variables is respected https://github.com/elastic/logstash/pull/15997. plugin-changes-8.13.0 . ==== Changes to bundled plugins. Packaged `filter-elastic_integration` as a bundled plugin in preparation for GA. https://github.com/elastic/logstash/pull/15769. Unbundled `logstash-input-imap` plugin https://github.com/elastic/logstash/pull/15985. ==== Plugins. *Elastic_integration Filter - 0.1.6*. The elastic_integration filter is generally available and bundled with Logstash 8.13.0. Using this filter, ls can process data collected by integrations-docs Elastic integrations . + When you configure the filter to point to an es cluster, it auto-detects the event s data-stream to determine what integration processing (if any) should be executed for each event. It performs that processing inside ls without transmitting the event to es . Events that are successfully handled are tagged so that any downstream es output in the ls pipeline will not re-run the integration in es . where configured `username`/`password` credentials was not sent to Elasticsearch instances that ha

log log-viewer java

JUCE 7.0.11 💾

JUCE is an open-source cross-platform C++ application framework for creating high quality desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can be used as a project generation tool via the Projucer, which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks and Linux Makefiles as well as containing a source code editor.

minor bugfix: an with paths containing a tilde in Xcode. - Multiple for plug-in deployment and code signing in Xcode. - an painting an empty RectangleList. - Improved the performance of TreeView rendering.

Mixed audio library framework cpp

gsequencer 6.6.0 💾

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.

major feature: Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) . Implemented AgsFileDialog and AgsFileWidget. Implemented AgsIconLink. Renamed ags/app/ags_pcm_file_chooser_dialog. ch to ags_pcm_file_dialog. ch . Moved ags/app/ags_input_dialog. ch to ags/widget/. Refactored ags_app_action_util.c to use AgsFileDialog. Refactored AgsPCMFileDialog to use AgsFileWidget. Refactored AgsPresetEditor to use AgsFileDialog. Refactored AgsWaveExportDialog to use AgsFileDialog. Refactored AgsExportSoundcard to use AgsPCMFileDialog. Refactored AgsMidiExportWizard to use AgsFileWidget. Refactored AgsMidiImportWizard to use AgsFileWidget. Refactored AgsLinkEditor to use AgsPCMFileDialog. Refactored AgsDrum to use AgsPCMFileDialog. Refactored AgsDrumInputPad to use AgsPCMFileDialog. Refactored AgsFFPlayer to use AgsFileDialog. Refactored AgsPitchSampler to use AgsFileDialog. Refactored AgsSF2Synth to use AgsFileDialog. Refactored AgsSFZSynth to use AgsFileDialog. Added --enable-macos-sandbox configure switch. Added ags_endian_test.c. Added ags_regex_util_test.c. Added ags_string_util_test.c. Added ags_main_loop_test.c. Added ags_mutable_test.c. Added ags_seekable_test.c. Added ags_countable_test.c. Added ags_tactable_test.c. Added ags_sequencer_test.c.

GNU GPLv3 sound-synthesis mixers sequencer audio

Subsurface 6.0.5112 💾

Subsurface can plan and track single- and multi-tank dives using air, Nitrox or TriMix. It allows tracking of dive locations including GPS coordinates (which can also conveniently be entered using a map interface), logging of equipment used and names of other divers, and lets users rate dives and provide additional notes. You can tag dives and filter a dive list based on criteria including tags, locations and people with whom you were diving. You can group the dive list into trips, and edit multiple dives at the same time, making it easy to support a large number of dives. One of the major strengths of Subsurface is its support of a wide range of dive computers (see the list of supported dive computers). Subsurface can also import existing dive logs from several sources including MacDive, Suunto DM3, DM4 & DM5, JDiveLog and divelogs.de. Another strength is its ability to visualize the depth profile (and, if available, the tank pressure curve) in innovative ways that give the user additional information on relative velocity, and momentary air consumption, during a dive. Users who dive with multiple dive computers can combine the data from each of their dive computers into one dive – allowing visualization of the data collected from multiple sources.

minor feature:

GNU GPLv3 dive diving data analysis planning logbook cpp c xslt qml

SigLens 0.1.31 💾

SigLens is a cutting-edge, purpose-built solution designed to efficiently manage massive volumes of data ranging from terabytes to petabytes, all while optimizing resource utilization. Functioning as a column-oriented database, SigLens incorporates dynamic columnar compressions to achieve an impressive 90% compression across diverse data types, spanning from low to high cardinality datasets. One of SigLens' groundbreaking features is its micro indexing technology, a revolutionary advancement that significantly reduces the index size to just 1/100th of conventional indexes while maintaining equivalent functionality. These microindices exhibit dynamic adaptability, seamlessly adjusting to the evolving structure of the data. Introducing another innovative element, SigLens introduces AgileAggsTrees, a unique approach designed to accelerate aggregation queries with unparalleled speed. By combining these state-of-the-art technologies, SigLens promises an unparalleled data management experience. We cordially invite you to experience the power and efficiency of SigLens firsthand. Try out SigLens today and unlock a new realm of possibilities for handling and analyzing extensive datasets.

minor feature:

Apache go opensource monitoring splunk logging logs newrelic log-management hacktoberfest observability distributed-tracing log-search openteleme

7-Zip 24.03 💾

7-Zip is a file archiver with a high compression ratio. The main features of 7-Zip High compression ratio in 7z format with LZMA and LZMA2 compression Supported formats: Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM Unpacking only: APFS, AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR and Z. For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip Strong AES-256 encryption in 7z and ZIP formats Self-extracting capability for 7z format Integration with Windows Shell Powerful File Manager Powerful command line version Plugin for FAR Manager Localizations for 87 languages

minor bugfix: 7-Zip now can use new RISCV filter for compression to 7z and xz archives. RISCV filter can increase compression ratio for data containing executable. Files compiled for RISC-V architecture. The speed for LZMA and LZMA2 decompression in ARM64 version for Windows. Was increased by 20 -60 . 7-Zip GUI and 7-Zip File Manager can ask user permission to unpack RAR archives that. Require big amount of memory, if the dictionary size in RAR archive is larger than 4 GB. New switch -smemx size g : to set allowed memory usage limit for RAR archive unpacking. RAR archives can use dictionary up 64 GB. Default allowed limit for RAR unpacking is 4 GB. 7zg.exe (7-Zip GUI): -y switch disables user requests and messages. 7-Zip shows hash methods XXH64 and BLAKE2sp in context menu. -slmu switch : to show timestamps as UTC instead of LOCAL TIME. -slsl switch : in console 7-Zip for Windows : to show file paths with. Linux path separator slash '/' instead of backslash separator ' '. 7-Zip supports.sha256 files that use backslash path separator ' '. Some were.

Mixed compression zip archive cpp c

vera 0.91 💾

vera is an alternative init daemon supervisor (PID 1) that uses containers. Containers allow reliable, foolproof shutdown and termination of started services. vera was developed on Slackware 15.0. It is capable of booting and shutting down a stock installation of Slackware 15.

major feature: Automatically log timestamps when changing runlevels, this includes system startup and shutdown. A log command generates a diagnostic report of how long each container took to start or stop.

GNU GPLv3 init admin cgroups2 slackware

Weblate 5.4.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 bugfix: **Bug fixes** * Superuser access to components with :ref:`component-restricted`. * Adjusted default :setting:`LOGIN_REQUIRED_URLS_EXCEPTIONS` to not block :ref:`manage-appearance`. * Avoid crash on pushing changes to diverged repository. * Avoid crash when installing :ref:`addon-weblate.generate.pseudolocale`. * :ref:`azure-setup` gracefully handles repositories with spaces in URL. * :ref:`mt-deepl` gracefully handles glossaries for language variants. * :doc:`/formats/excel` better handles blank cells. * Fixed possible data loss when merging gettext PO file changes in Git.

GNU GPLv3 translation localization web python html

Objeck 2024.3.0 💾

Objeck is an open-source programming language inspired by Java and influenced by Scheme and UML. Objeck was designed to be fast, easier to use, lightweight and cross-platform.

minor feature: v2024.3.0 Added support for OpenAI APIs Assistant Chat Audio Docker support Fixed memory manager bugs #462 and #482 v2024.2.1 Added support for response files (#454) Support for the unary bit wise 'not' operator (#480) Webserver library enhancements Improved performance Better configuration Optional keyword 'in' added for use in 'each' loops; an alternative to ':=' operator 'Quintet' tuple class added v2024.2.0 Added new JsonStreamParser class for processing large JSON files Support for ranges using the CharRange, IntRange, and FloatRange classes Created tuple classes Pair, Triplet, and Quartet Updates to the Windows installer

BSDL-2 compiler debugger interpreter developers cross-plattform

Kenozooid 0.20.0 💾

Kenozooid is software used to plan and analyse diving activities. Features like dive data plotting and analysis, dive planning and dive computer support along with simple but powerful logbook maintenance are already implemented.

major bugfix: - update R glue to use `rpy2` 3.0.x API - update hwOS family OST dive computers driver to use `btzen` 0.3.x API

GNU GPLv3 dive diving data analysis planning logbook python

Qucs-S 24.2.0 💾

Qucs-S is a circuit simulation program based on Qucs circuit simulator. The "S" letter indicates SPICE. The purpose of the Qucs-S project is to use free SPICE circuit simulation kernels with the GUI based on Qt toolkit. It merges the power of SPICE and the simplicity of the Qucs GUI. Qucs-S is not a simulator by itself, but it requires to use an external simulation backend with it. Qucs-S allows to use the following open-source simulation kernels: Ngspice is recommended to use. Ngspice is powerful mixed-level/mixed-signal circuit simulator. The most of industrial SPICE models are compatible with Ngspice. It has an excellent performance for time-domain simulation of switching circuits and powerful postprocessor. XYCE is a new SPICE-compatible circuit simulator written by Sandia from the scratch. It supports basic SPICE simulation types and has an advanced RF simulation features such as Harmonic balance simulation. SpiceOpus is developed by the Faculty of Electrical Engineering of the Ljubljana University. It based on the SPICE-3f5 code Qucsator as backward compatible and for RF and microwave circuits design.

major bugfix: New features: QucsatorRF is now a part of the package; No need to compile and install qucsator manually #370. Qucs-RFLayout tool could be launched from *Tools menu #465; this tool must be installed separated. Redesign of the Qucsconv GUI #647. Matching tool backported from Qucs-0.0.20 #401. Added *RF devices group; backported different RF devices for Qucsator #607. General imporvements and : parameter sweep step @ivandi69. SPICE devices bounding box #590 #637. netlist export from CLI #639. parameter sweep simulation with Xyce #624. Revert explicit WITH_QT6 compile flag because of cmake tuner for German locale #416. Refactoring in schematic editor #626 #618 @wawuwo. Localization: Russian translation update.

GNU GPLv3 circuit-simulator electronics simulator modeling circuit ngspice xyce qt cpp c

Zabbix 6.4.13 💾

Zabbix is an enterprise-class distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, and other IT resources. It supports distributed and Web-based monitoring, auto-discovery, real-time monitoring, SLA assurance, trending, and more.

minor bugfix: 6.4.13rc1 was released as 6.4.13 without any changes Changes for 6.4.13rc1. New features: .........T ZBXNEXT-9063 added metadata in JavaScript for AWS templates (egordymov). .........T ZBXNEXT-8958 added AWS ELB Application Load Balancer by HTTP template (egordymov). .........T ZBXNEXT-8928 added Check Point Next Generation Firewall by SNMP template (aiantsen). .........T ZBXNEXT-8947 added MSSQL by Zabbix agent 2 template (akotsegubov). ........S. ZBXNEXT-9012 updated max supported TimescaleDB version to 2.14 (mprihodko). : .....J.... ZBX-24093 JMX monitoring when using "remote+http" protocol (dimir). ..F....... ZBX-23567 PHP error during first time setup when no user is yet created (gcalenko, Ivo). ........S. ZBX-24050 snmpaddrs not getting updated when syncing interfaces (dgoloscapov). ..F....... ZBX-23488 severity checkbox area width when editing widgets and added an option to add title attribute to checkbox labels (dfofanovs). ..F....... ZBX-23852 template import failing with unexpected server error when trying to import template dashboards with items or graphs from unexisting hosts (agriscenko). ........S. ZBX-24043 extensive locking when retrieving Zabbix server statistics (dgoloscapov). .......PS. ZBX-24161 compatibility between different minor versions of 6.4 Zabbix server and Zabbix proxy (asitals). .........T ZBX-24143 swap space trigger prototype name in Proxmox VE by HTTP template (drasikhov). .......PS. ZBX-24110 improved configuration sync performance by avoiding host join when syncing items (vso). .........T ZBX-24141 replication master host LLD macro in MySQL by Zabbix agent template (drasikhov). ...G...... ZBX-23888 added setting items to unsupported stated when invalid regexp is supplied (dgoloscapov). .......PS. ZBX-23667 added VMware datastore UUID to *discovery items, added datastore selection by UUID to vmware.hv.datastore items (MVekslers). ...G...... ZBX-21703 possible mutual lock b

GNU GPL logging networking monitoring system-administration

Snort 3.1.83.0 💾

Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of rules that help define malicious network activity and uses those rules to find packets that match against them and generates alerts for users. Snort can be deployed inline to stop these packets, as well. Snort has three primary uses: As a packet sniffer like tcpdump, as a packet logger — which is useful for network traffic debugging, or it can be used as a full-blown network intrusion prevention system. Snort can be downloaded and configured for personal and business use alike.

major bugfix: Detection: use correct packet in trace logs. Doc: add libml to optional dependencies. Flow: add filter to dump flows. Flow: UT. Hash: exception handling for random device. Packet_capture: wrong dlt in pcap header when nfq is used. Stream: count retransmits when we disable content rules. Trace: replace colon delimiter for tenant with whitespace in the trace_logger output.

GNU GPLv3 ids logger traffic ips network security analysis tcp udp cpp c

qBittorrent 4.6.4 💾

The qBittorrent project aims to provide an open-source software alternative to µTorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

minor bugfix: BUGFIX: Correctly adjust "Add New torrent" dialog position in all the cases (glassez) BUGFIX: Change "metadata received" stop condition behavior (glassez) BUGFIX: Add a small delay before processing the key input of search boxes (Chocobo1) BUGFIX: Ensure the profile path is pointing to a directory (Chocobo1) RSS: Use better icons for RSS articles (glassez) WINDOWS: NSIS: Update French, Hungarian translations (MarcDrieu, foxi69) LINUX: Fix sorting when ICU isn't used (Chocobo1) LINUX: Fix invisible tray icon on Plasma 6 (tehcneko)

GNU GPL internet download torrent bittorent file-sharing cpp javascript html python qt

Stellarium 24.1 💾

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

major feature: The Stellarium Team has released version 24.1. The major changes of this version: Added low graphics mode. Improvements in plugins and AstroCalc tools. Improvements in Scripting Engine. Updates in Core. Behind the scenes, many more minor were. TELESCOPE USERS. We have identified and some in the TelescopeControl plugin on. the Qt6-based releases. Telescope users, please try whether this solves your problems. If not, we are looking for those of you with programming skills to help us. Reward possible!

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

Tellico 3.5.4 💾

Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data. Check out the screenshots. Tellico keeps things simple, so no database server is needed. The data is saved in XML format, which makes for easy parsing, portability, and styling. It will run on any platform which KDE supports, most commonly Linux. Tellico is licensed under the GNU General Public License, giving you the freedom to modify and distribute the source code. If you download Tellico and like it, do let me know. I'm happy to try to accommodate any suggestions. If you have translation updates, please pass them along to the KDE translation teams. I do have to say that Tellico is a hobby for me, and it is released without any guarantees or warranties. It may crash a lot for you, it may not do anything that you find useful.

minor bugfix: . with opening help from the config dialog ().. Updated Open Library source to search for comics ().. with filter dialog buttons ().. display with entry status ().. for entry selection after changing group field ().. DVDFr searches with title accents.. Updated FilmAffinity data source.. .

GNU GPLv3 collection manager kde

OBS Studio 30.1.1 💾

OBS Studio (also Open Broadcaster Software or OBS, for short) is a free and open-source app for screencasting and live streaming. Written in C/C++ and built with Qt, OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.[11] For video encoding, OBS Studio can use the x264 transcoder,[12] Intel Quick Sync Video, Nvidia NVENC and the AMD Video Coding Engine to encode video streams into the H.264/MPEG-4 AVC or H.265/HEVC formats.[13] It can encode multiple tracks of audio in the AAC format. More experienced users can choose any codecs and containers available in libavcodec and libavformat, or output the stream to a custom FFmpeg URL.[14] OBS Studio also supports plug-ins to extend its functionality.[15]

minor feature: lt;p gt;If you would like to support the OBS Project, please consider contributing to our lt;a href="https://patreon.com/obsproject" rel="nofollow" gt;Patreon lt;/a gt; or lt;a href="https://opencollective.com/obsproject" rel="nofollow" gt;Open Collective lt;/a gt;! lt;/p gt;. lt;div class="markdown-alert markdown-alert-important" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-report mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 1.75C0.784.784 0 1.75 0h12.5C15.216 0 16.784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0.138.112.25.25.25h2a.75.75 0 0 1.75.75v2.19l2.72-2.72a.749.749 0 0 1.53-.22h6.5a.25.25 0 0 0.25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" gt; lt;/path gt; lt;/svg gt;Important lt;/p gt; lt;p gt;NOTE: This release is lt;strong gt;NOT lt;/strong gt; the Twitch Enhanced Broadcasting Beta. This release does not include those features. lt;br gt;. For more information on Twitch Enhanced Broadcasting, please see their announcement: lt;br gt; lt;a href="https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/" rel="nofollow" gt;https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/ lt;/a gt; lt;/p gt;. lt;/div gt;. lt;div class="markdown-alert markdown-alert-note" gt; lt;p class="markdown-alert-title" gt; lt;svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true" gt; lt;path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1.75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" gt; lt;/path gt; lt;/svg gt;Note lt;/p gt; lt;p gt;Note: NVIDIA users may ne

GNU GPLv3 audio video screencasting livestreaming c c

OpenMPT 1.31.06.00 💾

OpenMPT is a popular tracker software for Windows. OpenMPT (short hand for Open ModPlug Tracker) is completely free and allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software, can import a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as VST plugins and ASIO output. In addition to its own song format, OpenMPT can natively edit Impulse Tracker, FastTracker, Scream Tracker and ProTracker module files. Read more about it on the features page!

major bugfix: Sample tab Imp Audio is no longer blocked while updating the GUI after pasting a sample. VST / DMO Plugins. Mod The "Triangle" waveform in the Chorus / Flanger DMO plugins is now labelled "Square" instead to reflect its actual behaviour. There was a periodic click when playing a module using the Chorus or Flanger DMO plugin at a mix rate exceeding 136.5 kHz (http://.openmpt.org/view.php?id=1752). Since OpenMPT 1.29.13.00, the Distortion plugin sounded incorrect when using certain parameter combinations. IT. In OpenMPT 1.31.05.00, MIDI macros in IT files made with older MPT versions were no longer working (http://.openmpt.org/view.php?id=1753). Other formats. MED: Transposed samples were playing too low in some files (e.g. mix94.mmd1). OKT: Some files with garbage at the end were rejected (e.g. katharsis - piano lesson.okta). SymMOD: potential crash with malformed sustain loops. Misc. New Added two more octaves worth of note key assignments suitable for micro-tuning (http://.openmpt.org/view.php?id=1727). File / sample sizes in the instrument browser and comments tab were displayed incorrectly if a file size less than 1024 bytes ended in 0. Third-Party Libraries. Imp Update ancient (2024-03-23).

BSDL-2 audio tracker

Meld 3.22.2 💾

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems. Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding. Features Two- and three-way comparison of files and directories File comparisons update as you type Auto-merge mode and actions on change blocks help make merges easier Visualisations make it easier to compare your files Supports Git, Bazaar, Mercurial, Subversion, etc. …and more

minor feature: Fixes: Fix incorrect DLL paths in Windows build (Kai Willadsen) Remove upstream deprecated 32-bit Windows build (Kai Willadsen) Issues fixed: #824 Translations: Daniel Rusek (cs)

GNU GPL developers python utilities

Babel 7.24.3 💾

Babel is a code translator, which compiles next-gen EcmaScript 6 syntax into browser-consumable ES5/JavaScript. It adds a few proposed ES7 constructs even, and works with React, Node.js, Rails, etc. It provides for: array comprehensions, arrow functions, async functions, async generator functions, classes, class properties, computed property names, constants, decorators, default parameters, destructuring, exponentiation operator, for-of, generators, generator comprehensions, let scoping, modules, module export extensions, object rest/spread, property method assignment, property name shorthand, rest parameters, react, spread, tail call optimisation, template literals, type annotations, unicode regex support.

minor bugfix: (2024-03-20). #### :: `babel-helper-module-imports`. : do not inject the same imported identifier multiple times (@ota-meshi).

MITL javascript ecmascript nodejs compiler conversion es6 es7 developers

lazygit 0.41.0 💾

A simple terminal UI for git commands, written in Go with the gocui library.

minor feature: Container detection PR Description. Running WSL without a container would be treated as native linux. Causing problems at it would then attempt to use `xdg-open`. This was. Caused by `isContainer()` always returning true due to some dubious. Conditionals. These have been removed. The env-var check seems to not be used by lazygit, nor any common. Containers, and therefore appears to only exist to manually tell lazygit. to behave as if it were inside of a container. This functionality has. Been kept, but the env-var has been changed to be all uppercaps as to. Comply with the POSIX standard. Introduced in 4d78d76.

MITL git development text-editor text-processing

LedgerSMB 1.11.11 💾

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.11 * Fix 'not set up for hierarchy reporting' on Entity Account screen (#8065) * Fix date format presentation misalignment with placeholder (#7983) * Fix order of comparison periods in PNL and B/S (#7800) * Fix handling of discounts in invoice API (#8030) * Restore Hebrew 'nplurals' setting back to 4 * Enable scroll bars on setup(upgrade) data fix screens (#8071) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.11/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.11The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.11 Docker images have been published for ARMv7 (32-bit), ARM64 (also known as ARMv8, e.g. RPi 3+) and AMD64. These can be pulled from the GitHub Container Registry docker pull ghcr.io/ledgersmb/ledgersmb:1.11.11 Or pulled from Docker Hub using the command docker pull ledgersmb/ledgersmb:1.11.11 These are the sha256 checksums of the uploaded files: 90d27fcff2815476a5c1c2e890f9f71c902c44d7279d7f30eee80ce1bfc4c47b ledgersmb-1.11.11.tar.gz 92f4a019079c97e0b679e0147cb9bf07ba5e776535a8dff262a32811e76048db ledgersmb-1.11.11.tar.gz.asc

GNU GPL accounting invoicing orders erp perl

BallroomDJ 4 4.8.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.8.0 2024-3-24 * Bug Fixes: * Alternate Installer: Re-worked, fixed. * Internal: Fix error parsing paths with single character filenames. * Maximum Play Time: Increase maximum allowed, fix validation and conversion. * Player: Preserve the current speed setting when repeating a song. * Song Editor: User Interface: Improve use of available space. * Un-Installers: Updated. * Windows: Fix error retrieving windows music folder path (accounts with unicode characters). * Changes: * Alternate Installer: Re-arranged user interface. * Configuration: Filter Display: Dance and Dance Rating can be de-selected. * Configuration: General: Remove audio tag interface selection (not needed). * Song Filter: Sort By: Added BPM as a sort option. * Starter: Support: Added a 'download latest version' link. * New Features: * MacOS: Alternate Installer: Implemented. * MacOS: Create Shortcut for Profile: Implemented.

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

d3-table-cards 1.1.3 💾

Table/Cards views using D3.js for animated transitions on sorting and changing view. The table and cards layouts are configurable. This code uses HTML (with absolute positioning) rather than SVG, and has no dependencies beside D3.js.

minor feature:

MITL d3 tble cards

projectm 4.1.1 💾

projectM - The most advanced open-source music visualizer Experience psychedelic and mesmerizing visuals by transforming music into equations that render into a limitless array of user-contributed visualizations. projectM is an open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library. Its purpose in life is to read an audio input and to produce mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.

minor feature: lt;p gt;This is a small release that corrects some found in version 4.1. lt;/p gt;. lt;h2 gt;Changes since 4.1.0 lt;/h2 gt;. lt;h3 gt;Enhancements lt;/h3 gt;. lt;ul gt;. lt;li gt;Added CMake lt;code gt;USE_PTHREADS lt;/code gt; option for emscripten builds lt;/li gt;. lt;/ul gt;. lt;h3 gt; lt;/h3 gt;. lt;ul gt;. lt;li gt;a that prevented a preset's composite shader from being loaded if the warp shader was empty lt;/li gt;. lt;li gt;to GLM CMake targets/usage lt;/li gt;. lt;li gt;a broken #ifdef in the SDL test UI lt;/li gt;. lt;li gt;SOIL2 include directories lt;/li gt;. lt;/ul gt;.

Mixed music graphics visualizer cpp c

Gitea 1.21.9 💾

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

minor feature: PERFORMANCE. Only do counting when count_only=true for repo dashboard. Add cache for dashboard commit status. ENHANCEMENT. Make runs-on support variable expression. Show Actions post step when it's running. . PR creation via API between branches of the same repo with head field namespaced. And rewrite markup anchor processing. Notify reviewers added via CODEOWNERS. Template error when comment review doesn't exist. User id column case. Make meilisearch do exact search for. The `for` attribute not pointing to the ID of the color picker. Codeowner detected diff base branch to mergebase. Safari spinner rendering. Missing translation on milestones. User router possible panic. Possible NPE in ToPullReviewList. The wrong default value of ENABLE_OPENID_SIGNIN on docs. Solving the of UI disruption when the review is deleted without refreshing. LoadOneBranch panic. Invalid link of the commit status when ref is tagged. Editor error message misleading due to re-used key.. Double border and border-radius on empty action steps. Use `Temporal.PlainDate` for absolute dates. Incorrect package link method calls in templates. The that the user may log out if GetUserByID returns unknown error. Performance improvements for pull request list page. in rerunning jobs.

MITL git go

Django Ledger 0.5.6.4 💾

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;v0.5.6.3 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;2162555104 quot; data-permission-text= quot;Title is private quot; data-url= quot;https://github.com/arrobalytics/django-ledger//188 quot; data-hovercard-type= quot;pull_request quot; data-hovercard-url= quot;/arrobalytics/django-ledger/pull/188/hovercard quot; href= quot;https://github.com/arrobalytics/django-ledger/pull/188 quot; gt;#188 lt;/a gt; lt;/li gt;. lt;li gt;TransactionModel UnitTests by lt;a class= quot;user-mention notranslate quot; data-hovercard-type= quot;user quot; data-hovercard-url= quot;/users/PieterCK/hovercard quot; data-octo-click= quot;hovercard-link-click quot; data-octo-dimensions= quot;link_type:self quot; href= quot;https://github.com/PieterCK quot; gt;@PieterCK lt;/a gt; in lt;a class= quot;-link js--link quot; data-error-text= quot;Failed to load title quot; data-id= quot;2156604091 quot; data-permission-text= quot;Title is private quot; data-url= quot;https://github.com/arrobalytics/django-ledger//186 quot; data-hovercard-type= quot;pull_request quot; data-hovercard-url= quot;/arrobalytics/django-ledger/pull/186/hovercard quot; href= quot;https://github.com/arrobalytics/django-ledger/pull/186 quot; gt;#186 lt;/a gt; lt;/li gt;. lt;li gt;Update Pipfile by lt;a class= quot;user-mention notranslate quot; data-hovercard-type= quot;user quot; data-hovercard-url= quot;/users/Anfas-Mp/hovercard quot; data-octo-click= quot;hovercard-link-click quot; data-octo-dimensions= quot;link_type:self quot; href= quot;https://github.com/Anfas-Mp quot; gt;@Anfas-Mp l

GNU GPLv3 accounting money finances bookkeeping django python

7-Zip 24.02 💾

7-Zip is a file archiver with a high compression ratio. The main features of 7-Zip High compression ratio in 7z format with LZMA and LZMA2 compression Supported formats: Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM Unpacking only: APFS, AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR and Z. For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip Strong AES-256 encryption in 7z and ZIP formats Self-extracting capability for 7z format Integration with Windows Shell Powerful File Manager Powerful command line version Plugin for FAR Manager Localizations for 87 languages

minor bugfix: 7-Zip now can use new RISCV filter for compression to 7z and xz archives. RISCV filter can increase compression ratio for data containing executable. Files compiled for RISC-V architecture. The speed for LZMA and LZMA2 decompression in ARM64 version for Windows. Was increased by 20 -60 . 7-Zip GUI and 7-Zip File Manager can ask user permission to unpack RAR archives that. Require big amount of memory, if the dictionary size in RAR archive is larger than 4 GB. New switch -smemx size g : to set allowed memory usage limit for RAR archive unpacking. RAR archives can use dictionary up 64 GB. Default allowed limit for RAR unpacking is 4 GB. 7zg.exe (7-Zip GUI): -y switch disables user requests and messages. 7-Zip shows hash methods XXH64 and BLAKE2sp in context menu. -slmu switch : to show timestamps as UTC instead of LOCAL TIME. -slsl switch : in console 7-Zip for Windows : to show file paths with. Linux path separator slash '/' instead of backslash separator ' '. 7-Zip supports.sha256 files that use backslash path separator ' '. Some were.

Mixed compression zip archive cpp c

Seed7 20240322 💾

Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.

minor feature: The compiler has been to be able to compile itself without. Using the X11 library. Many thanks to Pietro Cerutti for pointing Out that compiling s7c.sd7 under FreeBSD failed. Now the function ColorPixel() is only used if there is at least one non-empty Window object. In drw_x11.c the function drwRgbColor() has been improved to raise GRAPHIC_ERROR if it is called without a successful drawInit(). Many thanks to Zachary Menzies for pointing out that the. Compilation of the Seed7 compiler on AlmaLinux 9 triggered a Segmentation fault. In tim_win.c the function timAwait has been improved to always. Raise RANGE_ERROR on february 29th of a non-leap-year. Many thanks to Joe Thompson for pointing out that the chktime.sd7 test failed. With MinGW (gcc 8.1). The program chkccomp.c has been improved to Define the macro CHECK_NON_LEAP_YEAR_FEBRURARY_29 in version.h if SystemTimeToFileTime() allows february 29th of a non-leap-year. The file readjson.s7i with experimental functions to read JSON. Files has been added. Thanks to Bruce Axtens for driving the Attention towards reading JSON. The program make7 hase been improved to support commands en in backticks. The change has been made in cli_cmds.s7i. The Seed7 compiler (s7c.sd7) has been improved: - A heap corruption is avoided if the RHS (right hand side) of an. Assignment changes the target variable. E.g.: AVariable := changeParameter(aVariable); This has been for the types string, bstring, bigInteger. Bitset, array, clib_file, struct, window, pointList, SqlStatement, interface, ref_list, process, program, and Database. The generated code to handle assignments has been improved in. Arr_act.s7i, big_act.s7i, bst_act.s7i, drw_act.s7i, fil_act.s7i, Itf_act.s7i, pcs_act.s7i, pol_act.s7i, prg_act.s7i, rfl_act.s7i, Sct_act.s7i, set_act.s7i, sql_act.s7i and str_act.s7i. In inline.s7i the function process_inline_func() has been to define the result name. Now the inlining of a result. Expression works correctly. A test for

GNU GPL software-development interpreter compiler

bluetooth_mgr.lua 1.3 💾

bluetooth_mgr.lua is a terminal menu-driven frontend to bluetoothctl. It's intended for linux systems without a graphical environment and can be used to pair with devices like keyboards and bluetooth speakers. It;s written in lua and uses libUseful-lua.

minor feature: added 'bluealsa setup' for audio devices, sort device list on main menu, fix some bugs and crashes

GNU GPLv3 tui terminal bluetooth bluetoothctl

BIRD 2.15.1 💾

BIRD is a dynamic IP routing daemon supporting both, IPv4 and IPv6, Border Gateway Protocol (BGPv4), Routing Information Protocol (RIPv2, RIPng), Open Shortest Path First protocol (OSPFv2, OSPFv3), Babel Routing Protocol (Babel), Bidirectional Forwarding Detection (BFD), IPv6 router advertisements, static routes, inter-table protocol, command-line interface allowing on-line control and inspection of the status of the daemon, soft reconfiguration as well as a powerful language for route filtering.

major bugfix: OSPF: Fix regression in handling PtP links, RPKI: Handle connection resets properly, Static: Reject invalid combination of options, fix builds with limited set of protocols

GNU GPL internet networking router bgp rpki

Ampache 6.3.1 💾

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

minor feature: Added: Added an option to clean a folder path on the Show Catalogs page. Changed: Show full playlist names on the personal favorite plugins (missing username). Block direct stream for shared file when share is disabled. Removed: Config options `write_id3` and `write_id3_art` don't do anything so remove them. : Add missing album name through browser Media Session API. PHP caching false values when expecint an int. Typo for disabled song display. Show the count of returned art in the log. Don't show private playlists on browse or direct link if you don't have access. Refresh Democratic playlist on vote removal, and clear the votes on `clear all`. Preference text box possible XSS. Search. Added some documented aliases for rules that were missed. `NOT SOUNDS LIKE` responses. Don't scrub search input in the SQL (parameters are sanitized). Rule input XSS in JS. Subsonic. Array not set on some items in JSON responses. ## API 6.3.1. Added: API6. New Method: now_playing (Get what is currently being played by all users.).

Apache php streaming server audio music javascript video

CMake 3.29.0 💾

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: CMake 3.29 Release Notes Changes made since CMake 3.28 include the following. New Features. Command-Line. cmake(1)" "-E cat" can now print the standard input by passing the. argument. Generators. Visual Studio Generators now support selecting between the Intel oneAPI Fortran compiler ("ifx") and the Intel classic Fortran compiler ("ifort") using a "fortran=" field in. CMAKE_GENERATOR_TOOLSET". File-Based API. The "cmake-file-api(7)" "codemodel" version 2 "version" field has been updated to 2.7. The "cmake-file-api(7)" "codemodel" version 2 "target" object gained a new "launchers" field. Compilers. The LLVM/Clang GNU-like frontend on Windows ("clang++") may now be used to compile "CUDA" language sources. Compilers targeting the GNU ABI on Windows (MinGW) may now be used to compile Objective C ("OBJC") and Objective C++ ("OBJCXX"). These include GNU compilers ("gcc" and "g++") and the LLVM/Clang GNU-like frontends ("clang" and "clang++"). TI Clang-based compilers are now supported with compiler id. TIClang". Commands. The add_custom_command(TARGET) signature now supports adding build events through Alias Targets. The "cmake_language(EXIT)" sub-command was added to terminate "cmake. P" scripts with a specified exit code. The "export(SETUP)" sub-command was added to configure export sets. Its "TARGET" option's "XCFRAMEWORK_LOCATION" setting specifies the location of a ".xcframework" that can be substituted for an installed target. The "if()" command gained new tests "IS_READABLE", "IS_WRITABLE" and. IS_EXECUTABLE" to check file or directory permissions. Variables. The "CMAKE_INSTALL_PRE" environment variable was added to provide a default value for the "CMAKE_INSTALL_PRE" variable. The "CMAKE_LINKER_TYPE" variable and corresponding "LINKER_TYPE" target property were added to specify what linker to use with some toolchains. The "CMAKE_ lt;LANG gt;_COMPILER_LINKER". CMAKE_ lt;LANG gt;_COMPILER_LINKER_ID". CMAKE_ lt;LANG gt;_COMPILER_LINKER_VERSION" and. CMAKE_ lt;LANG gt;

BSDL software-development build-tool

FlexGet 3.11.26 💾

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