VeraCrypt 1.26.17 💾

VeraCrypt is a full-disk encryption software derived from TrueCrypt. It revises some of the algorithm usage against brute-force attacks. For example system partitions use use larger rounds of PBKDF2 key stretching. The partition and container format is different to that of TrueCrypt however.

minor bugfix: /strong (November 19th, 2024):. . All OSes:. . Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.. Updated translations. . . Windows:. . Dropped support for Windows 32-bit.. Set Windows 10 May 2020 Update (version 2004) as the minimum supported version.. driver deadlock under low-memory scenarios caused by re-entrant IRP completions.. failed EFI detection on some PCs where the BootOrder variable is not defined.. various affecting the EFI system encryption configuration editor.. Replaced the deprecated CryptGenRandom with BCryptGenRandom for generating secure random bytes.. . . Linux:. . an assertion with the wxWidgets library included in Ubuntu.. Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.. . . macOS:. . Disabled screen capture by default. Added the --allow-screencapture CLI switch to enable it if needed.. . . .

Other c++ encryption disk-encryption security

Siril 1.2.5 💾

Siril is an astronomical image processing tool. It is specially tailored for noise reduction and improving the signal/noise ratio of an image from multiple captures, as required in astronomy. Siril can align automatically or manually, stack and enhance pictures from various file formats, even image sequence files (films and SER files). It works well with limited system resources, like in embedded platforms, but is also very fast when run on more powerful computers. Contributors are welcome. Programming language is C, with parts in C++. Main development is done with most recent versions of libraries.

minor bugfix: Crash in gaussVertical() on macOS (reported on pixls.us, !742). Free space disk computation on macOS, probably for good. Crash if the CWD changes after a first successfull Automated light Curve process. in TIFF files that have TIFFTAG_MINSAMPLEVALUE and TIFFTAG_MAXSAMPLEVALUE set to 0 by removing these tags. Added HISTORY after seqcrop and GUI crop. Better handling of Siril opening when double-clicking on an image, under macOS.

GNU GPLv3 astronomy astrophotography photography image processing

strace 6.12 💾

strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

minor feature: Noteworthy changes in strace 6.12 (2024-11-18) Improvements. Implemented decoding of EPIOCGPARAMS and EPIOCSPARAMS ioctl commands. Implemented decoding of NS_GET_MNTNS_ID, NS_GET_PID_FROM_PIDNS, NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS, NS_MNT_GET_INFO, NS_MNT_GET_NEXT, and NS_MNT_GET_PREV ioctl commands. Implemented decoding of FRA_DSCP netlink attribute. Implemented decoding of IORING_REGISTER_CLOCK and IORING_REGISTER_CLONE_BUFFERS opcodes of io_uring_register syscall. Updated decoding of struct landlock_ruleset_attr. Updated lists of AUDIT_*, ETHTOOL_*, F_*, IORING_*, LSM_*, MAP_*, MSG_*, NT_*, SCHED_*, SCM_*, SO_*, and V4L2_ constants. Updated lists of ioctl commands from Linux 6.12. the syscall name printed by strace when PTRACE_GET_SYSCALL_INFO is in use and a syscall is restarted by a just attached tracee using restart_syscall mechanism. Contributors. This release was made possible by the contributions of many people. The maintainers are grateful to everyone who has contributed changes or reports. These include: Dmitry V. Levin. Eugene Syromyatnikov. Florian Weimer. Gleb Fotengauer-Malinovskiy. Khem Raj. Please refer to the CREDITS file for the full list of strace contributors.

GNU LGPL c debugger software-development

Seed7 20241118 💾

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: A new Seed7 installer for Windows (seed7_05_20240812_win.exe) has. Been released. This installer correctly identifies if the Windows Operating system is 32- or 64-bit. Many thanks to Bruce Axtens And Simon Dash for reporting errors caused by 32-bit Seed7 Installations (running out of memory with bigfiles.sd7 and a Failing test with chkarr.sd7). In idxarray.s7i the type 'array integer baseType' has been. Mapped to 'array baseType'. Many thanks to Simon Dash for Reporting that the use of 'array integer baseType' triggered Errors. In httpserv.s7i the function getHttpRequest() has been improved to. Assure that something can be read from the socket without waiting. In array.s7i size arrays have been improved to support. For-each-loops. In bitdata.s7i, the types lsbOutBitStream and msbOutBitStream have. Been introduced. These types support the functions putBit(), PutBits(), length(), truncate(), flush() and getBytes(). The function putBits(lsbOutBitStream) is 22 faster than the. Deprecated function putBitsLsb(). The function putBits(msbOutBitStream) is 24 faster than the. Deprecated function putBitsMsb(). Tests for lsbOutBitStream and msbOutBitStream have been added to. Chkbitdata.sd7. The tests check putBit(), putBits(), length() and Truncate(). Tests have been added to chkbitdata.sd7. The tests check the. Addition of zero bit sequences to a bit stream. The library lzw.s7i has been improved to use a lsbOutBitStream or a msbOutBitStream for the LZW compression. In bitdata.s7i the types lsbBitStream and msbBitStream and the. Functions openLsbBitStream and openMsbBitStream are deprecated. The types lsbInBitStream and msbInBitStream and the. Functions openLsbInBitStream and openMsbInBitStream should be Used instead. Support for Huffman encoding has been added to the huffman.s7i. Library. The libraries ccittfax.s7i, gzip.s7i, huffman.s7i, inflate.s7i. Lzw.s7i and zstd.s7i have been changed to replace the deprecated Type lsbBitStream with lsbInBitStream. Th

GNU GPL software-development interpreter compiler

Linux kernel 6.11.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.11.9, 9p: slab cache name creation for real, mm: krealloc: MTE false alarm in __do_krealloc, drm/xe: Don't restart parallel queues multiple times on GT reset, drm/xe/ufence: Prefetch ufence addr to catch bogus address, drm/xe: Handle unreliable MMIO reads during forcewake, drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout, drm/xe: Enlarge the invalidation timeout from 150 to 500, bpf: Check validity of link- type in bpf_link_show_fdinfo(), net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition, LoongArch: KVM: Mark hrtimer to expire in hard interrupt context, ASoC: fsl_micfil: Add sample rate constraint, LoongArch: Use "Exception return address" to comment ERA, ASoC: rt722-sdca: increase clk_stop_timeout to clock stop, RISCV: KVM: use raw_spinlock for critical section in imsic, ASoC: codecs: lpass-rx-macro: RXn(rx,n) macro for DSM_CTL and SEC7 regs, HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard, HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad, HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad, afs: lock recursion, fs: uninitialized value in from_kuid and from_kgid, netfs: Downgrade i_rwsem for a buffered write, ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops, ASoC: amd: yc: non-functional mic on ASUS E1404FA, ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA, ASoC: codecs: error handling in aw_dev_get_dsp_status function, ASoC: Intel: avs: Update stream status in a separate thread, bpf: mismatched RCU unlock flavour in bpf_out_neigh_v6, bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx, virtio_pci: admin vq cleanup by using correct info pointer, vDPA/ifcvf: pci_read_config_byte() return code handling, samples/landlock: port parsing in sandboxer, nvme: make keep-alive synchronous operation, nvme-loop: flush off pending I/O while shutting down loop controller, drm/xe/query: Increase timestamp width, net: phy: mdio-bcm-unimac: Add BCM6846 support, powerpc/power

GNU GPL c linux kernel operating-system

Newspipe 11.1.0 💾

Newspipe is a web news aggregator and reader.

minor feature: Release 11.1.0 (2024-11-17) New: The home page now dynamically loads article content only when it becomes visible, optimizing performance and reducing initial load times. A new command is designed to detect various types of security advisories such as CVEs, GHSAs, PySec, CSAF reports, and more within articles from a specified category. The extracted advisory data is automatically transmitted to the Vulnerability-Lookup API as sightings. Added a way to view a collection of feeds without requiring a user identifier. Improvements: Improved LDAP documentation. Various enhancements to the dark and light themes. Multiple improvements to the main page. Updated all icons and removed any superfluous ones. Enabled CSRF protection globally. Updated Python and JavaScript dependencies. Updated French translations. Enhanced light/dark theme switching for a seamless transition without flickering. : the creation of categories via the main menu. Addressed various minor graphical related to Bootstrap 5.

GNU GPLv3 python flask rss atom news newsreader

VeraCrypt 1.26.16 💾

VeraCrypt is a full-disk encryption software derived from TrueCrypt. It revises some of the algorithm usage against brute-force attacks. For example system partitions use use larger rounds of PBKDF2 key stretching. The partition and container format is different to that of TrueCrypt however.

minor bugfix: /strong (November 17th, 2024):. . All OSes:. . Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.. Updated translations. . . Windows:. . Dropped support for Windows 32-bit.. Set Windows 10 May 2020 Update (version 2004) as the minimum supported version.. driver deadlock under low-memory scenarios caused by re-entrant IRP completions.. failed EFI detection on some PCs where the BootOrder variable is not defined.. various affecting the EFI system encryption configuration editor.. Replaced the deprecated CryptGenRandom with BCryptGenRandom for generating secure random bytes.. . . Linux:. . an assertion with the wxWidgets library included in Ubuntu.. Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.. . . macOS:. . Disabled screen capture by default. Added the --allow-screencapture CLI switch to enable it if needed.. . . .

Other c++ encryption disk-encryption security

Joplin 3.2.3 💾

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

minor feature: lt;ul gt;. lt;li gt;New: Add OneNote Importer lt;/li gt;. lt;li gt;New: Plugins: Add support for editor.scrollToText on desktop ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/laurent22/joplin/commit/6eac8d9ccfabe0d2e4ca0cd603bb6bacf84aba69/hovercard" href="https://github.com/laurent22/joplin/commit/6eac8d9ccfabe0d2e4ca0cd603bb6bacf84aba69" gt; lt;tt gt;6eac8d9 lt;/tt gt; lt;/a gt;) lt;/li gt;. lt;li gt;Improved: Deprecated OneDrive sync method ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/laurent22/joplin/commit/e36f37707f062a7ed6649cb23b0aa4125b7e8431/hovercard" href="https://github.com/laurent22/joplin/commit/e36f37707f062a7ed6649cb23b0aa4125b7e8431" gt; lt;tt gt;e36f377 lt;/tt gt; lt;/a gt;) lt;/li gt;. lt;li gt;Improved: Trying to with permission errors when installing a plugin ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/laurent22/joplin/commit/fb6a807a37eb385b031daa58926b1966352c0d2a/hovercard" href="https://github.com/laurent22/joplin/commit/fb6a807a37eb385b031daa58926b1966352c0d2a" gt; lt;tt gt;fb6a807 lt;/tt gt; lt;/a gt;) lt;/li gt;. lt;li gt;Improved: Mermaid version update lt;/li gt;. lt;li gt;Improved: Plugins: Allow specifying render options on renderMarkup command ( lt;a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/laurent22/joplin/commit/8e3c81717e24d7dab85bc3f0b34d99839a83ef34/hovercard" href="https://github.com/laurent22/joplin/commit/8e3c81717e24d7dab85bc3f0b34d99839a83ef34" gt; lt;tt gt;8e3c817 lt;/tt gt; lt;/a gt;) lt;/li gt;. lt;li gt;Improved: Remove the need for sync locks lt;/li gt;. lt;li gt;: PDF export fails with error lt;/li gt;. lt;li gt;: dropping files into the editor lt;/li gt;. lt;li gt;: race condition which may cause data loss, particularly before or after pasting text in the note editor lt;/li gt;. lt;li gt;: vertical alignment of checkboxes

Affero GPLv3 note-taking todo markdown typescript javascript

FlexGet 3.11.58 💾

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

ImageMagick 7.1.1-41 💾

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

minor bugfix: Merged: Revert map changes breaking ABI `#7768`. Compiler identification with Clang on Darwin `#7773`. Commits: Beta release. Reference cstdlib. Remove new operator. There is no need to set the green and blue channel when the numcomps is not 1 in the jp2 coder.. Improved decoding speed of the jp2 decoder by storing some values that won't change per image or row.. to ensure code clarity and correctness. Output test-suite.log when unit tests fail.. Correct install for macos.. Added typecast to more places where GetPixelChannels is used.. Added typecast to more places where GetPixelChannels is used.. Corrected refactor mistakes.. No longer get the extra_samples twice and refactored setting of the alpha and attributes.. Using ptrdiff_t is recommended for pointer arithmetic in C. Use ptrdiff_t where appropriate. Cosmetic. Use ptrdiff_t. Use ptrdiff_t for pointer offsets. Use ptrdiff_t for pointer offsets. Calculation of the padding in the tiff decoder.. Restored setting the grue and blue channel when the number of components is two.. RPM spec files are finicky. Increased buffer size for heif_has_compatible_brand.. Only calculate the padding when there are no meta channels.. The extra_samples should not be subtracted from the samples_per_pixel when calculating the padding in the tiff coder.. Release. Release.

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

gsequencer 7.2.9 💾

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) . Export window initial backend and card. Export window initial filename.

GNU GPLv3 sound-synthesis mixers sequencer audio

stochas 1.3.13 💾

Stochas is at its core a step sequencer, which means it generates MIDI notes. As such it does not generate any sound of it’s own but can be used to sequence other plugins and/or hardware synthesizers. Although it can be used for basic step sequencing, it’s main function is to provide randomness to the step sequencing process. It does this in a few ways: Randomly determine whether a note should be played or not (create more dynamic and varied drum patterns) Randomly choose between two or more notes to play at a specific time (create random or semi-random melodic or drum lines) Add slight timing randomness to notes so that they play slightly before or after their position Add randomness to velocity and length of notes In addition to the randomness features, it offers a wealth of features: Suitable for both drum and melodic programming Live performance features - Most features can be controlled by MIDI so that you can mute/unmute layers, switch patterns, change timing, transpose notes, etc. Polyrhythms - Create up to 4 simultaneous layers with different time signature, playback speed and/or number of steps per layer. Patterns - switch between patterns during playback for more variety. Timing - Parts can be played at eg half-time or double-time, etc Groove and humanization - Steps can be individually shifted off the grid. Basic swing can be applied, as well as grooves. Grooves can be imported from MIDI files. Chords - quickly select

minor feature:

GNU GPLv3 audio sequencer cpp

OpenModelica 1.24.2 💾

OPENMODELICA is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage. Its long-term development is supported by a non-profit organization – the Open Source Modelica Consortium (OSMC). An overview journal paper is available and slides about Modelica and OpenModelica. The goal with the OpenModelica effort is to create a comprehensive Open Source Modelica modeling, compilation and simulation environment based on free software distributed in binary and source code form for research, teaching, and industrial usage. We invite researchers and students, or any interested developer to participate in the project and cooperate around OpenModelica, tools, and applications.

minor feature: lt;p gt;Patch release of 1.24.0, with the OMEdit GUI. Replaces the previously planned 1.24.1 which was skipped. lt;/p gt;. lt;p gt;A list of the is available lt;a href="https://github.com/OpenModelica/OpenModelica/milestone/56?=1" gt;here lt;/a gt;. lt;/p gt;. lt;h2 gt;What's Changed lt;/h2 gt;. lt;ul gt;. lt;li gt;Hide the start and attributes based on final modifier by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/adeas31/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/adeas31" gt;@adeas31 lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2585865693" data-permission-text="Title is private" data-url="https://github.com/OpenModelica/OpenModelica//13008" data-hovercard-type="pull_request" data-hovercard-url="/OpenModelica/OpenModelica/pull/13008/hovercard" href="https://github.com/OpenModelica/OpenModelica/pull/13008" gt;#13008 lt;/a gt; lt;/li gt;. lt;li gt;Add context to lt;code gt;Inst.expand lt;/code gt; by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/perost/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/perost" gt;@perost lt;/a gt; in lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2591153875" data-permission-text="Title is private" data-url="https://github.com/OpenModelica/OpenModelica//13023" data-hovercard-type="pull_request" data-hovercard-url="/OpenModelica/OpenModelica/pull/13023/hovercard" href="https://github.com/OpenModelica/OpenModelica/pull/13023" gt;#13023 lt;/a gt; lt;/li gt;. lt;li gt;OMEdit by lt;a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/adeas31/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/adeas31" gt;@adeas31 lt;/a gt; in lt;a class="-lin

modeling simulation simulator modelica cpp c

gRPC 1.68.0 💾

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

major bugfix: lt;p gt;This is release 1.68.0 ( lt;a href= quot;https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md quot; gt;groovy lt;/a gt;) of gRPC Core. lt;/p gt;. lt;p gt;For gRPC documentation, see lt;a href= quot;https://grpc.io/ quot; rel= quot;nofollow quot; gt;grpc.io lt;/a gt;. For previous releases, see lt;a href= quot;https://github.com/grpc/grpc/releases quot; gt;Releases lt;/a gt;. lt;/p gt;. lt;p gt;This release contains refinements, improvements, and, with highlights listed below. lt;/p gt;. lt;h2 gt;Core lt;/h2 gt;. lt;ul gt;. lt;li gt; XdsClient Backport Add missing authority to XdsClient metrics scope. lt;/li gt;. lt;li gt; Release Bump core version in preparation for 1.68 Branch Cut. lt;/li gt;. lt;li gt; ConfigFetcher Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. lt;/li gt;. lt;li gt; ruby reduce INFO log for server CQ pluck registration to DE. lt;/li gt;. lt;li gt; EventEngine Enable the PosixEventEngine client experiment. lt;/li gt;. lt;li gt; chttp2_server race between connection starting and it being orphaned. lt;/li gt;. lt;li gt; Chttp2Server race between connection manager updates and handshake. lt;/li gt;. lt;li gt; xds XdsClient race between ResourceDoesNotExist timer and receiving resources. lt;/li gt;. lt;/ul gt;. lt;h2 gt;C++ lt;/h2 gt;. lt;ul gt;. lt;li gt; Build Minimum version of MSVC is now 2022. lt;/li gt;. lt;li gt; Build Bumped the minimum version of cmake. lt;/li gt;. lt;/ul gt;. lt;h2 gt;Python lt;/h2 gt;. lt;ul gt;. lt;li gt;Add templating and support for Python 3.13. lt;/li gt;. lt;/ul gt;. . gnossen. . . . . tag:github.com,2008:Repository/27729880/v1.68.0-pre1. 2024-10-31T15:43:22Z. . Release v1.68.0-pre1. lt;p gt;This is a prerelease of gRPC Core 1.68.0 (groovy). lt;/p gt;. lt;p gt;For gRPC documentation, see lt;a href= quot;https://grpc.io/ quot; rel= quot;nofollow quot; gt;grpc.io lt;/a gt;. For previous releases, see lt;a href= quot;https://gith

Apache rpc cpp python c

pyzo 4.18.0 💾

Pyzo is a free and open-source computing environment based on Python. If you're used to e.g. Matlab, Pyzo can be considered a free alternative. Pyzo is a Python IDE that works with any Python interpreter installed on your system, including Conda environments. The IDE is aimed at interactivity and simplicity, and consists of an editor, a shell, and a set of tools to help the programmer in various ways.

major bugfix: Add "Save a copy as..." menu entry for creating file backups by @bdieterm in https://github.com/pyzo/pyzo/pull/1087. Exclude broken PySide6 6.8.0 from CI workflow by @bdieterm in https://github.com/pyzo/pyzo/pull/1089. Rework the Qt wrapper to work around a in PySide6 6.8.0 by @bdieterm in https://github.com/pyzo/pyzo/pull/1091. Boot.py for new qt wrapper by @bdieterm in https://github.com/pyzo/pyzo/pull/1092. Line duplication and deletion behavior by @bdieterm in https://github.com/pyzo/pyzo/pull/1090. Remove unused QtHelp dependency by @bdieterm in https://github.com/pyzo/pyzo/pull/1094. Update macOS version in CI workflow to macos-13 by @bdieterm in https://github.com/pyzo/pyzo/pull/1098. Wrong size of calltip label size after updating calltip text by @bdieterm in https://github.com/pyzo/pyzo/pull/1097.

BSDL ide python

Sommelier 10.2 💾

A downloader/installer for apps/games/doom-wads that run under wine, dosbox, java, scummvm, the fuse spectrum emulator, crispy-doom or chocolate-doom, mednafen, citra and other emulators, and also some native apps. Also can install games from gog.com that can be run under wine/dosbox/scummvm/native (gog installers must be manually downloaded). Comes with a list of apps. Checks sha256 of downloads, downloads dependancies, makes registry changes for running/installing, etc.

minor bugfix: For programs that can't handle ':' in paths (e.g. StreetsOfRage4 for linux). Addmore gog games, including Rage Of Mages 2, Lands of Lore, Lands of Lore 2.

GNU GPLv3 wine downloader installer

Mixxx 2.4.2 💾

Mixxx is an audio mixing / turntable software for DJs. It provides a dual-deck interface, easy drag and drop. It's GUI has various wave transformation controls, beat and cue points, and full waveform previews, vinyl emulation, sample stretching, single click looping, quad sampler decks, MIDI controls. It also helps organazing playlists, with BPM detection, an auto DJ feature, recording, replaygain normalization, and even ICY broadcasting.

minor bugfix: Controller Mappings Denon MC7000: Fix star up/down logic by only handling button down events #13588 Intech TEK2: Add initial mapping #13521 Korg Kaoss DJ: Update script #12683 MIDI for light: Fix unsound timer handling #13117 Novation Dicer: Remove flanger mapping with quickeffect toggle #13196 #13134 Novation Launchpad X: Fix detection on macOS #13691 #13633 Numark PartyMix: Fix EQ (script binding) display name #13255 Numark Scratch: Add initial mapping #4834 #13375 Pioneer DDJ-400 and DDJ-FLX4: Remove tap beat mapping to resolve conflict with toggle quantize and fix shift + play #13815 #13813 #13857 Reloop Beatmix 2/4: Fix eject button and jog LED being lit on track unload #13601 #13605 Reloop Mixage MK1, MK2, Controller Edition: Add initial mapping #12296 Sony SIXAXIS: Fix mapping #13319 Fixes Handle not supported files when dragging to waveforms and spinnies #13208 #13271 #13275 Fix Sqlite 3.45 builds by using only single quotes for SQL strings #13247 #13257 LateNight: Use default colors for sampler overviews (like main decks) #13274 Library: Allow to drop files to decks with unsupported or no file extensions #13209 #13204 Update build environment with libdjinterop 0.21.0 #13288 Move to GitHub workflow runner macos-12 #13296 #13248 Recording: with empty config, save default split size immediately #13304 Allow to drop files with supported MIME type regardless off the file extensions #13209 #13204 Add support for Ubuntu Oracular Oriole and remove Lunar Lobster #13348 Recordbox: Fix string decoding issues #13293 #13291 Mixer preferences: Don't update EQs/QuickEffects while applying #13333 Hardware preferences: Fix UX when applying config with missing/busy devices #13312 Fix minor 64 bit CPU performance issue #13355 Fix clicks at loop-out when looping into lead-in #13294 Fix wrong pitch value on startup, caused by components.Pot #11814 #13463 Engine Pri

GNU GPL c++ qt audio playback mixing auto-dj

qpwgraph 0.8.0 💾

qpwgraph is a graph manager dedicated to PipeWire, using the Qt C++ framework, based and pretty much like the same of QjackCtl.

major feature: A new Patchbay/Manage... feature dialog is introduced, targeting. The currently loaded patchbay, allowing the removal and cleanup of connection rules that are no longer used, obsolete or simply. Not applicable anymore. Force an actual complete graph refresh on main View/Refresh. Introducing the new Graph/Options... dialog, to where the most. General option settings have been (re)moved from the main Help Menu. Introducing Graph/Options.../Filter to hide nodes by node name. Pattern (blacklist). Default PipeWire node nickname if given empty.

GNU GPLv3 audio jack pipewire qt cpp

PowerShell Core 7.5.0-rc.1 💾

PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

minor feature: 7.5.0-rc.1 - 2024-11-14. Build and Packaging Improvements. lt;details gt;. lt;summary gt;. lt;p gt;Bump to.NET 9.0.100 lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;Update ThirdPartyNotices file lt;/li gt;. lt;li gt;Bump to.NET 9.0.100 lt;/li gt;. lt;li gt;Add a way to use only NuGet feed sources lt;/li gt;. lt;li gt;Update PSResourceGet to v1.1.0-RC2 lt;/li gt;. lt;li gt;Add PMC mapping for debian 12 (bookworm) lt;/li gt;. lt;li gt;Bump.NET to 9.0.100-rc.2.24474.11 lt;/li gt;. lt;li gt;Keep the roff file when gzipping it. lt;/li gt;. lt;li gt;Checkin generated manpage lt;/li gt;. lt;li gt;Update PSReadLine to 2.3.6 lt;/li gt;. lt;li gt;Download package from package build for generating vpack lt;/li gt;. lt;li gt;Delete the msix blob if it's already there lt;/li gt;. lt;li gt;Add CodeQL scanning to APIScan build lt;/li gt;. lt;li gt;Update vpack pipeline lt;/li gt;. lt;li gt;seed max value for Container Linux CI lt;/li gt;. lt;li gt;Bring preview.5 release to release/v7.5 lt;/li gt;. lt;li gt;Add lt;code gt;BaseUrl lt;/code gt; to lt;code gt;buildinfo lt;/code gt; json file lt;/li gt;. lt;/ul gt;. lt;/details gt;. 7.5.0-rc.1 : v7.5.0-preview.5...v7.5.0-rc.1.

MITL powershell shell

ugrep 7.0.4 💾

Ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.

minor feature: Released 7.0.4 Ugrep.exe TUI after #437 which caused some users to struggle with TUI due to Windows API peculiarities with different Windows OS.

BSDL utilities system-administrators developers

Qucs-S 24.4.1 💾

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.

minor bugfix: : Improved diagrams rendering speed #1042. hardcoded version in LC Cauer filter #1039. pulsed current source show exit status if Ngspice crashes #1001. Localization: Russian translation update #1038. Packaging: Prepare for Flatpak package #51.

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

Linux kernel 6.11.8 💾

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.11.8, vsock/virtio: Initialization of the dangling pointer occurring in vsk- trans, hv_sock: Initializing vsk- trans to NULL to prevent a dangling pointer, xtensa: Emulate one-byte cmpxchg, ASoC: amd: yc: internal mic on Xiaomi Book Pro 14 2022, drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout, drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout, drm/xe: Move LNL scheduling WA to xe_device.h, drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout, block: queue limits checks in blk_rq_map_user_bvec for real, block: rework bio splitting, firmware: qcom: scm: suppress download mode error, firmware: qcom: scm: Refactor code to support multiple dload mode, selftests: hugetlb_dio: check for initial conditions to skip in the start, ucounts: counter leak in inc_rlimit_get_ucounts(), ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove(), irqchip/gic-v3: Force propagation of the active state with a read-back, staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation, staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation, thunderbolt: connection with Pluggable UD-4VPD dock, clk: qcom: gcc-x1e80100: halt_check for pipediv2 clocks, clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs, USB: serial: option: add Quectel RG650V, USB: serial: option: add Fibocom FG132 0x0112 composition, USB: serial: qcserial: add support for Sierra Wireless EM86xx, USB: serial: io_edgeport: use after free in deprintk, usb: typec: potential out of bounds in ucsi_ccg_update_set_new_cam_cmd(), usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier, usb: dwc3: fault at system suspend if device was already runtime suspended, usb: musb: sunxi: accessing an released usb phy, thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEFS_MARGINING, mm/thp: deferred split unqueue naming and locking, mm/mlock: set the correct prev on failure, mm/damon/core: handle zero schemes apply interval, mm/damon/core: handle

GNU GPL c linux kernel operating-system

VSCode 1.95.3 💾

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

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

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

Duplicati 2.0.9.111 💾

Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with: Amazon S3, IDrive e2, Backblaze (B2), Box, Dropbox, FTP, Google Cloud and Drive, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more!

major feature: This release is a canary release intended to be used for testing. This release is expected to progress to a stable release if no major blockers are found. Unlike regular canary builds, this one has a major change in the build system, so it now runs on.NET8. The builds are self-contained so Mono or.NET installations are not required to install. Important changes from last Beta. Updated to.NET8 with OS specific builds. Using Kestrel as the API/UI server. Mandatory password and new authentication scheme for server. Settings database version updated to v8. Backup database updated to v13. New tool to manage a running server. Due to incompatibility with `duplicati_client` a new tool is included, named `Duplicati.CommandLine.ServerUtil.exe`/`duplicati-server-util`. Upgrade from `v2.0.9.105`. If you are upgrading from 2.0.9.105 please see the release notes from 2.0.9.106 for how to prepare the database. Upgrades from other versions do not need special steps. ## Detailed list of changes: Added missing options to Agent commandline. a warning when using the S3 backend. Sending package type id to usage reporter. Reduced log output and increased heartbeat period for Agent.

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

Doxide 0.7.0 💾

Doxide generates documentation for C++ source code. It is configured with YAML, generates Markdown, and publishes HTML. Entities in the source code are documented with special /** comments */ containing @commands, as with the classic tool Doxygen. The source code is parsed and documentation processed into Markdown then HTML. Doxide aims at online documentation with a modern look and responsive design for desktop and mobile devices. Doxide is open source software written in C++. It depends on libyaml to parse YAML configuration files and Tree-sitter to parse source code. By generating Markdown, it opens a whole wide world of static site generation tools and themes for presentation. There is particular support for MkDocs and the Material for MkDocs theme. A little extra effort enables alternatives such as Jekyll and Hugo. Other formats such as PDF are possible too, via Pandoc.

minor feature: lt;ul gt;. lt;li gt;Adds an experimental lt;code gt;doxide cover lt;/code gt; command that outputs lt;code gt;gcov lt;/code gt;-compatible JSON to enumerate executable lines in the source code. The intended use is to mix this line data with execution data from lt;code gt;gcov lt;/code gt; for more accurate C++ code coverage reports, addressing the problem of uninstantiated function templates being ignored by code coverage tools. lt;/li gt;. lt;li gt;Minor improvement to extraction of brief descriptions ( lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2654000145" data-permission-text="Title is private" data-url="https://github.com/lawmurray/doxide//52" data-hovercard-type="" data-hovercard-url="/lawmurray/doxide//52/hovercard" href="https://github.com/lawmurray/doxide//52" gt;#52 lt;/a gt;). lt;/li gt;. lt;li gt;Minor for presentation of macros ( lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2654002408" data-permission-text="Title is private" data-url="https://github.com/lawmurray/doxide//53" data-hovercard-type="" data-hovercard-url="/lawmurray/doxide//53/hovercard" href="https://github.com/lawmurray/doxide//53" gt;#53 lt;/a gt;). lt;/li gt;. lt;/ul gt;.

Apache documentation utilities doxygen mkdocs cpp

GitLab 17.5.2 💾

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

minor security: (2024-11-12). ### (4 changes). group wiki activity events breaking the user feed. Add param filtering to avoid error while saving project settings (merge request) GitLab Enterprise Edition. new project group templates pagination GitLab Enterprise Edition. Update pdf worker file path in pdf viewer. ### Security (7 changes). Add missing project_id for build_chat_data (merge request). Use custom adapter for parsing Fogz XML (merge request). Removed id from authorize buttons and added specs (merge request). HTML injection in vulnerability Code flow leads to XSS on self hosted instances (merge request). Remove is-unsafe-link from product analytics tables to prevent XSS (merge request). Details of blocking merge request can be exposed via list (merge request). Prevent agent access via unconfirmed or disallowed group members (merge request). ### Performance (1 change). Remove permissions JSONB column from the condition.

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

Warzone 2100 4.5.5 💾

Command the forces of "The Project" in a battle to rebuild the world after mankind has almost been destroyed by nuclear missiles. The game offers a full campaign with optional (but strongly recommended!), videos, battle against four factions, multiplayer and single-player skirmish modes, and an extensive tech tree and a full unit designer. Multiplayer is also cross-platform - battle your friends with any OS, Windows, Linux or macOS, it all works seamlessly!

minor bugfix: : General: : Various potential crashes. Multiplayer: : Handling certain socket disconnects and error states. Translations: Change: Translation updates. Other: Add: cmdinterface: New event output, room status json output. : Compilation with Vulkan SDK headers = 301.

GNU GPL real-time-strategy game c++ linux windows macos bsd

Back In Time 1.5.3 💾

Back In Time is a simple backup solution for Linux Desktops. It is based on rsync and uses hard-links to reduce space used for unchanged files. It comes with a Qt5 GUI which will run on both Gnome and KDE based Desktops. Back In Time is written in Python3 and is licensed under GPL2. Backups are stored in plain text. They can be browsed with a normal file-browser or in Terminal which makes it possible to restore files even without Back in Time. Files ownership, group and permissions are stored in a separate compressed plain text file (fileinfo.bz2). If the backup drive does not support permissions Back in Time will restore permissions from fileinfo.bz2. So if you restore files without Back in Time, permissions could get lost.

minor bugfix: Doc: User manual (build with MkDocs). Doc: User-callback topic in user manual. Feature: Support language Interlingua (Occidental). Feature: Warn if destination directory is formatted as NTFS. Breaking Change: Minimal Python version 3.9 required. Breaking Change: Auto migration of config version 4 or lower not longer supported. : Prevent duplicates in Exclude/Include list of Manage Profiles dialog. : Qt segmentation fault when canceling out of unconfigured BiT. : Correct global flock fallbacks. : Use SSH key password only if it is valid, otherwise request it from user. Feature: Support fcron. Feature: User message about release candidate. Refactor: General tab and its Schedule section. Refactor: Own module for Manage Profiles dialog and separate Generals tab code. Refactor: Remove class OrderedSet. Refactor: Remove os.system() from class Execute. Refactor: Systray notifications send utilize DBUS instead of notify-send. Refactor!: Remove unused config field "user_callback.no_logging". Refactor!: Remove eCryptFS check for home folder. Dependency: Remove libnotify-bin (notify-send). Dependency: PyFakeFS minimal version 5.6. Build: Replace "pycodestyle" linter with "flake8".

GNU GPLv3 backup restore python

SVR.JS 4.2.0 💾

SVR.JS is a web server running on Node.JS, that's free as in freedom, scalable, secure, and configurable.

minor feature: Added a CLI option and configuration property to not save the configuration file.. Added a CLI option to enable "stdout" even when it's not a TTY.. "config.wwwroot" property is now a normalized path to the webroot.. a which caused SVR.JS to crash when an image in ".dirimages" directory is accessed and when no image in any of the ".dirimages" directories are present.

MITL http-server javascript system-administrators information-technology

gsequencer 7.2.5 💾

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) . Minor improvements missing presets of ags-fx-synth and ags-fx-fm-synth pitch.

GNU GPLv3 sound-synthesis mixers sequencer audio

exiftool 13.03 💾

ExifTool is a Perl library and command-line tool for reading and updating common meta data information in various file formats. Foremost it works on image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3. It can also edit maker notes of digital (RAW) camera files from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.

minor feature: Added ability to include or exclude tags from CSV and JSON imports. (-csv=CSVFILE and -json=JSONFILE) by adding -TAG or --TAG options. - Added read/delete support for SEAL metadata in JPG, TIFF, XMP, PNG, WEBP, HEIC, PPM, MOV and MP4 files, and read support in PDF, MKV and WAV files. - Added support for user-defined application extensions in GIF images. - Added print conversion for QuickTime VideoFullRangeFlag. - Apply API LimitLongValues option to hex field in -j output. - Avoid extracting some large AES-encrypted data from PDF files for performance reasons unless the -m option is used (current limits are 100 kB for XMP and 10 kB for everything else). - WindowsLongPath option to support wide characters. - problem writing ICC_Profile to a GIF image which already had one. - problem writing Apple:FocusDistanceRange. - API Changes: - Enchanced GlobalTimeShift option to allow the base tag to be specified, otherwise use the first specified source date/time tag when copying tags.

Artistic perl exif meta-data

Kamailio SIP Server 5.8.4 💾

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.8.4 Maintenance release of the latest stable branch, 5.8, that. Includes since the release of v5.8.3. There is no change to. Database schema or configuration language structure that you have to do. on previous installations of v5.8.x. Deployments running previous v5.8.x. Versions are strongly recommended to be upgraded to v5.8.4. For more details about version 5.8.4 (including links and guidelines to. Download the tarball or from GIT repository), visit: Https://www.kamailio.org/w/2024/11/kamailio-v5-8-4-released/.

GNU GPL sip voip webrtc volte ims telephony messaging

ALT Education 10.4 💾

ALT is a set of Linux distributions based on Sisyphus, an APT-enabled RPM package repository that aims to achieve feature completeness, usability, and security in a sensible and manageable mixture.

minor bugfix: The build is available for x86_64, i586, aarch64 and Elbrus Platform 10, based on the 6.1 LTS kernel. * Yandex.Browser's special educational version with bookmarks for schools. * USB Guard module is provided to configure connected device permissions for the specified users or groups. * SafeEyes utility. * Updated application versions

GNU GPL operating-system starterkit installation end-users developers livecd rescue desktop server security bbs communication communication commu

RaySession 0.14.4 💾

RaySession is a GNU/Linux session manager for audio programs such as Ardour, Carla, QTractor, Guitarix, Patroneo, Jack Mixer, etc... The principle is to load together audio programs, then be able to save or close all documents together. Its main purpose is to manage NSM compatible programs, but it also helps for other programs. Features: Load many programs together and remember their documents and jack connections in an unified folder Nice patchbay with stereo connections, wrappable boxes and a search tool Snapshot at each save (optional), then you can go back to the snapshot (it uses git) Save client as template, and then restore it easily Save session as template Make almost all actions and get several informations with the CLI named ray_control Script sessions and clients actions with shell scripts Remember and recall JACK configuration with the jack_config session scripts Having sub-sessions working through the network with the "Network Session" template Remember the virtual desktop of the programs (requires wmctrl, doesn't works with Wayland) Bookmark the current session folder in your file manager and file pickers (gtk, kde, qt, fltk)

minor bugfix: Release. : Support pyliblo3 as well as pyliblo. Ray_control open_session_off (very important for some scripts) Execute chmod +w on session files after their copy from template (needed for NixOs) Save_via_windows script is now POSIX compliant Improvments: Add --osc-port argument to sooperloooper_nsm executable

GNU GPLv3 audio audio-engineering music linux mixing session-manager python

Doxide 0.6.0 💾

Doxide generates documentation for C++ source code. It is configured with YAML, generates Markdown, and publishes HTML. Entities in the source code are documented with special /** comments */ containing @commands, as with the classic tool Doxygen. The source code is parsed and documentation processed into Markdown then HTML. Doxide aims at online documentation with a modern look and responsive design for desktop and mobile devices. Doxide is open source software written in C++. It depends on libyaml to parse YAML configuration files and Tree-sitter to parse source code. By generating Markdown, it opens a whole wide world of static site generation tools and themes for presentation. There is particular support for MkDocs and the Material for MkDocs theme. A little extra effort enables alternatives such as Jekyll and Hugo. Other formats such as PDF are possible too, via Pandoc.

minor feature: lt;ul gt;. lt;li gt;Improved cleaning of the output directory when rebuilding documentation. This greatly improves workflow, making it possible to keep lt;code gt;mkdocs serve lt;/code gt; running when using lt;code gt;doxide build lt;/code gt; without the browser automatically refreshing to 404 errors due to an intermediate state. Rather than deleting all generated files and then recreating them, files are now overwritten and new files generated where necessary, before a second pass removes old files that are no longer required (but that were previously generated, i.e. have lt;code gt;generator: doxide lt;/code gt; in their YAML frontmatter). lt;/li gt;. lt;li gt;Workaround for lt;code gt;mkdocs lt;/code gt; removing underscores and capitalizing titles in its navigation menu. Entity names are now preserved. lt;/li gt;. lt;li gt; lt;strong gt;Parameter lt;/strong gt; and lt;strong gt;Template Parameter lt;/strong gt; headings are no longer shown. Longer term, looking for ways to reduce whitespace and make the documentation more compact. lt;/li gt;. lt;li gt;handling of array variables ( lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2648131367" data-permission-text="Title is private" data-url="https://github.com/lawmurray/doxide//50" data-hovercard-type="" data-hovercard-url="/lawmurray/doxide//50/hovercard" href="https://github.com/lawmurray/doxide//50" gt;#50 lt;/a gt;). lt;/li gt;. lt;/ul gt;.

Apache documentation utilities doxygen mkdocs cpp

mtools 3.1 💾

Tools for multicast testing (msend and mreceive)

minor feature: Update ChangeLog and bump version for v3.1 release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

Public Domain multicast

ImageMagick 7.1.1-40 💾

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

minor bugfix: Merged: .cut (Dr Halo) reading when run count in header `#7734`. Bump azure/trusted-signing-action from 0.4.0 to 0.5.0 `#7725`. Implement Magic Kernel Sharp 2013 and 2021 `#7701`. Commits: Beta release. Update web site. Don't process TIFF image if there is an exception. Correct download links. Closing blob before destroying it to access violation.. Also update the Q8 and Q16 version on winget after each release.. Support ICON size of 512 (https://github.com/ImageMagick/ImageMagick//7684). Refactor code to prepare for reading tiled images with the new openexr api.. Whitespace.. More whitespace.. Code style changes.. Restored support for reading tiled images with the new openexr api.. do not "ping" image for identify:locate define (https://github.com/ImageMagick/ImageMagick//7693). Don't truncate "clipboard" delegate. Corrected check for indexed channels in PSD files.. Increase the default undo cache limit. Export exception when undo resource limit exceeded. Bump semantic versioning. Corrected semantic versioning. Simplify checks.. Respect alpha Update trait (#https://github.com/ImageMagick/ImageMagick//7709). Lab translation not required for HDRI support (https://github.com/ImageMagick/ImageMagick//7724). Simplify setting the data_precision when writing a lossless jpeg image.. Lastest autoconf/automake update. if default font not found, identify a suitable font (https://github.com/ImageMagick/ImageMagick//7728). Eliminate g++ 14 exceptions. Build error.. Removed statement to macos build error.. Reset memory to avoid possible uninitialized pixel. Search for default font (https://github.com/ImageMagick/ImageMagick//7728). Remove std namespace. Clone website documentation. Conditionally compile new operator. Configure urw type1 fonts. List font metrics. Check type1 folder for type1 fonts. Search type1 folder for type1 fonts. Eliminate compiler warning. Patch that ignores the layer and/or view of an exr channel name when all

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

NormCap 0.5.9 💾

OCR powered screen-capture tool to capture information instead of images * Many languages * Works offline * Heuristic parsing * Multi monitor * Cross-platform * Free & Open Source

minor feature: All: Add Chinese translation. Thanks, @mofazhe!. All: Add Portuguese translation. Thanks, ssantos!. Windows: Add portable package. Thanks, @mofazhe!. macOS: Drop support for macOS 12 (end of life).

GNU GPLv3 ocr screen-capture python