Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first.
Syncthing should be:
Safe From Data Loss
Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files.
Secure Against Attackers
Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties.
Easy to Use
Syncthing should be approachable, understandable, and inclusive.
Automatic
User interaction should be required only when absolutely necessary.
Universally Available
Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual.
For Individuals
Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization.
Everything Else
There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.
minor feature: lt;p gt;: lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2380873100" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9597" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9597/hovercard" href="https://github.com/syncthing/syncthing//9597" gt;#9597 lt;/a gt;: Filenames with extended characters not ignored correctly on macOS lt;/li gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2493699801" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9668" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9668/hovercard" href="https://github.com/syncthing/syncthing//9668" gt;#9668 lt;/a gt;: The Web UI defaults to Filipino on Finnish browsers. lt;/li gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2498917968" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9670" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9670/hovercard" href="https://github.com/syncthing/syncthing//9670" gt;#9670 lt;/a gt;: lib/api: /svc/lang disregards the passed quality values lt;/li gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2538339515" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9719" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9719/hovercard" href="https://github.com/syncthing/syncthing//9719" gt;#9719 lt;/a gt;: Unable to establish/maintain multiple connections due to connection priority error lt;/li gt;.
lt;/ul gt;.
lt;p gt;Enhancements: lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2530874358" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9715" data-hovercard-type="" d
MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript
BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists.
BallroomDJ 4 is the replacement for BallroomDJ.
minor bugfix: 4.12.1 2024-10-2
* Bug Fixes:
* Song Editor: Fix bug traversing multiple selections and off-screen selections.
* Updater: Fix crash when updating old versions of dances.txt.
* Translations:
* Added Romanian, machine translated, very poor quality.
* Internal:
* Code cleanup.
Zlib audio music end-users linux macos windows player ballroom c gtk
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: The in 7-Zip 24.00-24.07 was :
For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive,
if a file included to archive cannot be compressed to a size smaller than original.
The created zip archive is correct except for the useless zero bytes after the end of the archive.
When unpacking such a zip archive, 7-Zip displays a warning:
"WARNING: There are data after the end of archive".
The was : there was a leak of GDI objects (internal resources in Windows)
in "Confirm File Replace" window, causing problems after 1600 displays of "Confirm File Replace"
window from same running 7-Zip process.
Some optimizations for displaying file icons in 7-Zip File Manager and in "Confirm File Replace" window.
Some were.
Mixed compression zip archive cpp c
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_20240630_win.exe) has
been released. This installer works without a previously
installed gcc. Many thanks to Simon Dash for reporting that the
old Seed7 installer for Windows was aborting.
The declaration processing for functions with parameters in name.c
has been improved to leave original_name_list unchanged. Many
thanks to Simon Dash for reporting an error which happened with
array templates.
The run-time library has been improved to reliably raise
FILE_ERROR if gets(), getln() or getwd() are called with a write
only file. Many thanks to Joe Thompson for pointing out that the
chkexc.sd7 test failed with MinGW (GCC 14.1).
The test of _wrename() and the definition of os_rename_orig has
been removed from chkccomp.c. Many thanks to Liam O'Brien for
pointing out that chkccomp.c could not define os_rename_orig on a
new Windows 10 PC.
The library jpeg.s7i has been improved to use Exif data to change
the orientation of an image if necessary. Many thanks to
Johannes Gritsch for pointing out that pv7 displayed some images
with the wrong orientation.
The new library elf.s7i has been added. This library supports the
ELF executable and link format.
The new library pbm.s7i has been added. This library supports the
PBM (portable bitmap) image format in the ASCII and the binary
version.
The new library pgm.s7i has been added. This library supports the
PGM (portable graymap) image format in the ASCII and the binary
version.
Support for the ASCII PPM (portable pixmap) image format has been
added to the library ppm.s7i. The existing binary PPM function
has been refactored.
The library imagefile.s7i has been improved to support PBM, PGM
and PPM image files in the ASCII and the binary version.
The new library pixelimage.s7i has been added. This library
defines the type pixelImage (2D array of pixels) and functions to
convert (getPixmap() and getPixelImage()), rotate and mirror
pixel images. The type pixelImage is a 2D array with a
GNU GPL software-development interpreter compiler
TurboVNC is a performance-oriented version of the VNC remote desktop connection protocol, based on TightVNC, x4vnc, TigerVNC, and X.org. It provides 3D rendering and VirtualGL compression, works well on video and image-intensive connections. It remains fully compatible to other implementations, but often requires less than a fifth processing power.
A Java-based VNC viewer is also available
minor feature: ### Significant changes relative to 3.1.2:
1. Added a new Xvnc command-line option (`-noserverkeymap`) that can be used to.
Disable the server-side key mapping feature introduced in 3.1 beta1 4 .
GNU GPL c vnc rdp remote-desktop 3d tightvnc cross-platform java
OrientDB is a 2nd Generation Distributed Graph Database with the flexibility of Documents in one product with an Open Source commercial friendly license (Apache 2 license). First generation Graph Databases lack the features that Big Data demands: multi-master replication, and more flexibility for modern complex use cases.
minor bugfix: ## Core
- Minor correction on value conversion for comparison in queries
- Corrected implementation of tracing executor to trace source properly
- Minor fix on storage open failure
- Correct set of target class when query target a cluster
## Client
- Minor fix on retrying next host from client
## Distributed
- make sure to ignore empty response from distributed requests
- Refactor distributed configuration management to be handled by distributed context
## Server
- Minor fix on wait for shutdown
Apache nosql dbms graphdb
Rspamd is an advanced spam filtering system featuring support for various internal and external filters such as regular expressions, suffix tries, RBLs, URL black lists, IP lists, SPF, DKIM, character maps, advanced statistics module (based on OSB-Bayes algorithm) and fuzzy hashes database that is generated based on honeypots traffic.
Rspamd is designed to process hundreds of messages per second simultaneously without significant CPU load.
minor feature: MIME UTF8 support; Support for negative group score limits; Per key fuzzy ratelimit rules; Detect CPU using __builtin_cpu_supports where it s possible; Sender Reputation Improvements; Better OpenSSL 3.0 Support; DMARC Enhancements; various fixes; rules updates. https://rspamd.com/announce/2024/09/30/rspamd-3.10.0.html
Apache email-filter antispam c lua
A single binary to manage your multiple kubernetes clusters.
kubewall provides simplify and rich real time interface to manage and investigate your clusters.
Key features of KubeWall include:
* Single binary deployment: KubeWall can be easily deployed as a single binary, eliminating the need for complex configurations.
* Browser-based access: KubeWall can be accessed directly from your favorite web browser, providing a seamless user experience.
* Real-time cluster monitoring: KubeWall offers a rich, real-time interface that displays the current state of your Kubernetes clusters, allowing you to quickly identify and address issues.
* Cluster management: KubeWall enables you to manage multiple Kubernetes clusters from a single pane of glass, reducing the overhead of switching between different tools and interfaces.
* Detailed cluster insights: KubeWall provides comprehensive insights into your Kubernetes clusters, manifest info of your pods, services, config and others.
minor feature:
Apache kubernetes dashboard k8s cncf cloud native cluster
Hardinfo2 offers System Information and Benchmark for Linux Systems. It is able to show hardware and basic software information. It can benchmark your system and compare to other machines online.
You can find info like: cpu speed, gpu and graphics speed, benchmarks of internal network speed, Linux hw drivers and modules loaded. sysinfo like which development tools are installed, memory dmi and spd information, distro / os informations, hwinfo about your components like pcie and usb.
major feature: New Storage Benchmarking.
New Vulkan info on display page.
New SPD DDR5 DIMM decoding support (Kernel 6.11+).
New Based on Distro Detection along with Distro logos and links.
Fix Crash Bugs: Display refresh, DDR5 on 6.11 kernel.
Several minor fixes, updates and UI/UX improvements.
GNU GPLv3 sysinfo benchmark hwinfo hardinfo utilities linux distro desktop science-research information-technology c c++ hardware-driver user-inter
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.10.4, selftests: mptcp: join: check backup support in signal endp, selftests: mptcp: join: validate backup in MPJ, selftests: mptcp: always input's FD if opened, selftests: mptcp: error path, mptcp: duplicate data handling, mptcp: pm: only set request_bkup flag when sending MP_PRIO, mptcp: pm: backup support in signal endpoints, mptcp: bad RCVPRUNED mib accounting, mptcp: mib: count MPJ with backup flag, mptcp: NL PM announced address accounting, mptcp: distinguish rcv vs sent backup flag in requests, mptcp: user-space PM announced address accounting, r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY, net: wan: fsl_qmc_hdlc: Discard received CRC, net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex, net: usb: sr9700: uninitialized variable use in sr_mdio_read, io_uring: keep multishot request NAPI timeout current, wifi: mac80211: use monitor sdata with driver only if desired, wifi: ath12k: soft lockup on suspend, nouveau: set placement to original placement on uvmm validate. Bluetooth: hci_event: setting DISCOVERY_FINDING for passive scanning, drm/v3d: Validate passed in drm syncobj handles in the performance extension, drm/v3d: Validate passed in drm syncobj handles in the timestamp extension, drm/v3d: potential memory leak in the performance extension, drm/v3d: potential memory leak in the timestamp extension, drm/v3d: Prevent out of bounds access in performance query extensions, drm/i915: possible int overflow in skl_ddi_calculate_wrpll(), drm/virtio: type of dma-fence context variable, drm/amdgpu: contiguous handling for IB parsing v2, drm/ast: black screen after resume, drm/ast: astdp: Wake up during connector status detection, drm/vmwgfx: handling of dumb buffers, drm/vmwgfx: a deadlock in dma buf fence polling, PCI: pciehp: Retain Power Indicator bits for userspace indicators, Revert "ALSA: firewire-lib: operate for period elapse event in process context", Revert "ALSA: firewire-lib: obsolete workqueue for period update", ALSA: s
GNU GPL c linux kernel operating-system
Gambas is an IDE and BASIC interpreter with object-oriented extensions.
It's designed to ease building graphical applications programs using
Gtk+ or Qt, and runs on most Unix and Linux systems. With its runtime
standalone applications can be packaged, even command-line programs.
The Gambas3 JIT-compiling interpreter often executes faster than Perl
or Python apps.
It also supports SDL, OpenGL and OpenAL, MySQL or PostgreSQL databases,
CGI webserver interfacing,
minor feature: This release includes some important done since the 3.19.3 release... Compilation and installation
Read the instructions there.
If everything was fine, type "gambas3" to run the development environment.
Enjoy it !.. Changelog. CONFIGURATION.
archlinux compilation in.gitlab-ci.yml
GNU GPL c++ c basic interpreter ide developers x11 gtk kde curses sdl
A single binary to manage your multiple kubernetes clusters.
kubewall provides simplify and rich real time interface to manage and investigate your clusters.
Key features of KubeWall include:
* Single binary deployment: KubeWall can be easily deployed as a single binary, eliminating the need for complex configurations.
* Browser-based access: KubeWall can be accessed directly from your favorite web browser, providing a seamless user experience.
* Real-time cluster monitoring: KubeWall offers a rich, real-time interface that displays the current state of your Kubernetes clusters, allowing you to quickly identify and address issues.
* Cluster management: KubeWall enables you to manage multiple Kubernetes clusters from a single pane of glass, reducing the overhead of switching between different tools and interfaces.
* Detailed cluster insights: KubeWall provides comprehensive insights into your Kubernetes clusters, manifest info of your pods, services, config and others.
minor feature:
Apache kubernetes dashboard k8s cncf cloud native cluster
RouterOS configuration instructions and scripts for the MikroTik hAP ax lite router to implement a WiFi client with four (4) wired Ethernet interfaces.
documentation:
Public Domain mikrotik hap mobile office network extender
tlgu will convert an input_file from Thesaurus Linguae Graeca (TLG) and Packard Humanities Institute (PHI) representation to a Unicode (UTF-8) output_file which can then be read or searched using available pattern matching tools, like grep and awk.
The TLG/PHI representation consists of "beta-code" text and citation information. The TLG / PHI and Epigraphical corpuses include the majority of classical Hellenic and Latin works and inscriptions.
Several options are available, including splitting a file into works, hyphenation removal to re-join words and allow reformatting for reading the material, formatting of citation information.
cleanup: tlgu was first released in 2005.
Version 1.9 changes:
Citation handling corrections
GNU GPL hellenic latin epigraphical texts unicode search translation linguistic filter
Kiwix is an offline reader for Web content. It is especially intended to make Wikipedia available offline. With Kiwix, you can enjoy Wikipedia on a boat, in the middle of nowhere... or in Jail. Kiwix manages to do that by reading ZIM files, a highly compressed open format with additional meta-data.
minor feature:
GNU GPLv3 offline desktop mobile wikipedia encyclopedia wikivoyage library censorship ted gutenberg
React ChatBotify is an intuitive and versatile chatbot library tailored to streamline your development process while providing the flexibility to implement advanced features. It is crafted to meet a wide range of requirements, whether you're building a straightforward FAQ chatbot, an intricate conversational interface or even an integration with Large Language Models (LLMs).
React ChatBotify aims to simplify the creation of chatbots by offering a user-friendly experience while accommodating the diverse needs of developers. With its extensive capabilities, you can easily customize and expand your chatbot's functionalities. From basic interactions to sophisticated conversational flows, React ChatBotify empowers you to build chatbots that meet your specific project goals.
minor feature: Fixed:
- Fixed an issue where the toggle voice event was not properly triggered
Added:
- Improved support for ssr (users now no longer need to rely on dynamic imports as a workaround)
MITL
Making SSH more convenient
minor feature: (2024-09-29).
Added:
Ssh-authorized-keys: Collects info from authorized_keys files from every user it can find.
Ssh-sig: Make ssh-keygen -Y simpler.
Manpages. No need for help2man/pod2man as dependency anymore.
--version option to show version information.
GNU GPLv3 ssh bash cli
Shotwell is a photo manager for the GNOME desktop. Features: Import from disk or camera; organize by time-based Events, Tags (keywords), Folders, and more; view your photos in full-window or fullscreen mode; crop, rotate, color adjust, straighten, and enhance photos; slideshow; video and RAW photo support; share to major Web services, including Facebook, Flickr, and YouTube.
minor feature: Release Shotwell 0.32.8
an abort if WEBP contains animation.
expensinve DateTime comparison.
an assert on batch importing.
Prevent Events being resorted on startup.
Prevent navigation tree being re-layouted all the time while populating.
in this release:
https://gitlab.gnome.org/GNOME/shotwell//2766.
https://gitlab.gnome.org/GNOME/shotwell//5116.
Merge requests included in this release:
https://gitlab.gnome.org/GNOME/shotwell/merge_requests/88.
All contributors to this release:
Jens Georg lt;mail@jensge.org gt;.
GNU LGPL photo graphics viewer manager gnome vala
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
major bugfix: Added:
Enable the GNU Triangulated Surface Library (GTS) in Windows builds. #2557.
`dot_builtins` now also includes the vt plugin (`-Tvt` output format).
The vt plugin gained new output formats, `-Tvt-4up`, `-Tvt-6up`, and.
`-Tvt-8up`, for drawing monochrome 4-, 6-, and 8-pixel-per-character.
Visualizations, respectively.
The CMake build system now includes the WebP plugin also on Windows.
A Windows x64 `mingle` binary is now built with CMake.
Support for building the SWIG-generated D language bindings has been.
Integrated into the CMake build system. This is controllable by the
`-DENABLE_D= AUTO ON OFF ` option.
Support for building the SWIG-generated Go language bindings has been.
Integrated into the CMake build system. This is controllable by the
`-DENABLE_GO= AUTO ON OFF ` option. The target integer size can be set with.
`-DINTGOSIZE= ` if it is not auto-detected correctly.
Support for building the SWIG-generated JavaScript language bindings has been.
Integrated into the CMake build system. This is controllable by the
`-DENABLE_JAVASCRIPT= AUTO ON OFF ` option.
Changed:
The GTK plugin, for which build system support was removed in Graphviz 10.0.1.
Has been removed from the portable source tarball. #1848
To build from source, the required C++ standard has been upgraded from C++11
to C++17. #2536.
Breaking: the CMake variables `enable_ltdl`, `with_expat`, `with_gvedit`.
`with_smyrna`, `with_zlib`, `enable_tcl`, `enable_swig` and `enable_sharp`.
Have been renamed to `ENABLE_LTDL`, `WITH_EXPAT`, `WITH_GVEDIT`,
`WITH_SMYRNA`, `WITH_ZLIB`, `ENABLE_TCL`, `ENABLE_SWIG` and `ENABLE_SHARP`.
Respectively.
To build from source, the required Python version has been upgraded from 3.6
to 3.8. #2549.
Build system discovery of GDK now looks for GDK 3.0 instead of GDK 2.0. #1848.
Visual Studio build files are no longer distributed in the portable source.
Tarball. Builds on Windows must now use a repository clone.
:
`ccomps`, `gc`, the fdp layout engin
EPL presentation visualization graph
Offering a complete set of UI elements, GTK is suitable for projects ranging from small one-off tools to complete application suites.
Work with the language of your choice. Develop your GTK app with your language of choice by using Language Bindings or wrappers and take full advantage of the official GNOME bindings which guarantee API stability and time-based releases.
Portability. Projects built using GTK and its dependencies run on well known operating systems.
Stability. GTK delivers the enticing features and superb performance which adds to your applications.
Language Bindings. GTK is written in C but has been designed to support a wide range of languages such as Python, JavaScript, C++, Rust and many more.
Interfaces. GTK has a comprehensive collection of core widgets like Buttons, Windows, Toolbars for use in your application.
Open Source. GTK is a free and open-source project maintained by GNOME and an active community of contributors. GTK is released under the terms of the GNU Lesser General Public License.
API. GTK boasts of an easy to use API which helps in decreasing your development time and help you achieve better results.
Accommodation. GTK caters to many features like Native look and feel, theme support, Object-oriented approach that todayās developers look for in a toolkit.
Foundations. GTK is built on top of GLib. GLib provides the fundamental data types and system integration points to avoid duplicated code in applications.
minor bugfix: GtkTextView:
- ADd GtkTextBufferCommitNotify.
CSS:
- Propagate color state information to GSK for many features:
colors, borders, shadows, text.
Gdk:
- an fd leak in the Vulkan code.
- a leak of EGLSurfaces and DMA buffers.
- Set the opaque region of surfaces automatically based on their content.
Gsk:
- Emoji rendering in Vulkan.
- Rework color handling to take color states into account.
- Implement more powerful occlusion culling.
- Minimize our use of renderpasses.
Macos:
- window transparency.
Deging:
- The inspector shows details about color states.
Deprecations:
- gdk_draw_context_begin/end_frame.
- gdk_surface_set_opaque_region.
Build:
- Require gstreamer 1.24.
Translation updates
Romanian.
GNU GPLv3 gnome gtk library framework gui toolkit cpp
MathMod is a portable interactive plotting and graphing program for Windows, Linux, MacOSX and many other platforms.
MathMod allows to plot 3D mathematical surfaces, described by implicit or parametric equations, and offers a very large database of model samples that can be generated with it. It's Free and Open Source under the terms of the GPL licence version 2 or later.
major feature: Change-log for MathMod-12.0 (25/09/2024)
1) MathMod support for Android and IOS platforms (MathMod on Google's PlayStore and Apple's AppStore)
2) GUI improvement to support small screen formats:
1) Merged MathMod's two main windows into one
2) Added touch gestures support
3) Multi cores calculations optimization for embedded systems
3) Mandelbrot and Julia fractal functions support
4) New scripts: "Noids", "k_Noids", "Riemann_Minimal_Surface", "MandelBulb", "MandelTemple", "JuliaFractal", "MandelbrotTorus", "MandelbrotIsoSpheres", "MandelbrotSphere", "Mandelbrot", "Spherical_Harmonics"
5) Bug-fixes, code optimization and documentation update.
For a complete list of changes made during the course of development: https://github.com/parisolab/mathmod/milestone/5?closed=1
GNU GPL c++ qt json mathematics plotting 3d 4d scriptable animation visualization surfaces javascript education modeling
HandBrake is a video file conversion tool. It supports nearly all formats, can transcode media files and codecs for various platforms, players and devices (includes a user-friendly target list to select from). It has an uncomplicated interface and is available cross-platform.
minor feature: lt;h2 gt;Upgrade Notice lt;/h2 gt;.
lt;p gt;Before updating HandBrake, please make sure there are no pending encodes in the queue, and be sure to make a backup of any custom presets and app preferences you have, as they may not be compatible with newer versions. lt;/p gt;.
lt;p gt;Windows users, please make sure to install lt;a href="https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime" rel="nofollow" gt;Microsoft.NET Desktop Runtime version 8.0 lt;/a gt; lt;br gt;.
Download available from Microsoft: lt;/p gt;
lt;ul gt;.
lt;li gt; lt;a href="https://aka.ms/dotnet/8.0/windowsdesktop-runtime-win-x64.exe" rel="nofollow" gt;For x64 (AMD or Intel CPUs) lt;/a gt; lt;/li gt;.
lt;li gt; lt;a href="https://aka.ms/dotnet/8.0/windowsdesktop-runtime-win-arm64.exe" rel="nofollow" gt;For Arm64 (Qualcomm or other) lt;/a gt; lt;/li gt;.
lt;/ul gt;.
lt;h2 gt;HandBrake 1.8.2 lt;/h2 gt;.
lt;h3 gt;All platforms lt;/h3 gt;.
lt;h4 gt;General lt;/h4 gt;.
lt;ul gt;.
lt;li gt;a potential crash when trying to scan deleted files lt;/li gt;.
lt;li gt;scan of broken video that uses reserved color matrix values lt;/li gt;.
lt;li gt;an that could cause some audio tracks to be dropped lt;/li gt;.
lt;/ul gt;.
lt;h4 gt;Third-party libraries lt;/h4 gt;.
lt;ul gt;.
lt;li gt;Updated libraries.
lt;ul gt;.
lt;li gt;FFmpeg 7.0.2 (decoding and filters) lt;/li gt;.
lt;li gt;libass 0.17.3 (subtitles) lt;/li gt;.
lt;li gt;libvpx 1.14.1 (VP8/VP9 video encoding) lt;/li gt;.
lt;/ul gt;.
lt;/li gt;.
lt;/ul gt;.
lt;h3 gt;Windows lt;/h3 gt;.
lt;ul gt;.
lt;li gt;an where auto name wasn't triggering correctly with preset changes lt;/li gt;.
lt;li gt;a potential crash when importing presets from the mac version. lt;/li gt;.
lt;li gt;an loading presets where a video encode isn't available on the system. lt;/li gt;.
lt;li gt;Minor startup performance improvement on some Intel based systems. lt;/li gt;.
lt;/ul gt;.
lt;h3 gt;Linux lt;/h3 gt;.
lt;ul gt;.
lt;li gt;an where an encoded file could be output to th
GNU GPLv3 c c-sharp objective-c video conversion cross-platform
Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
Features:
Organize and index your scanned documents with tags, correspondents, types, and more.
Your data is stored locally on your server and is never transmitted or shared in any way.
Performs OCR on your documents, adding searchable and selectable text, even to documents scanned with only images.
Utilizes the open-source Tesseract engine to recognize more than 100 languages.
Documents are saved as PDF/A format which is designed for long term storage, alongside the unaltered originals.
Uses machine-learning to automatically add tags, correspondents and document types to your documents.
Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)1 and more.
Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents.
Beautiful, modern web application that features:
Customizable dashboard with statistics.
Filtering by tags, correspondents, types, and more.
Bulk editing of tags, correspondents, types and more.
Drag-and-drop uploading of documents throughout the app.
Customizable views can be saved and displayed on the dash
minor bugfix: :
: initial upload message not being dismissed @shamoon.
All App Changes:
: initial upload message not being dismissed @shamoon.
GNU GPLv3 internet web dynamic content indexing search
A single binary to manage your multiple kubernetes clusters.
kubewall provides simplify and rich real time interface to manage and investigate your clusters.
Key features of KubeWall include:
* Single binary deployment: KubeWall can be easily deployed as a single binary, eliminating the need for complex configurations.
* Browser-based access: KubeWall can be accessed directly from your favorite web browser, providing a seamless user experience.
* Real-time cluster monitoring: KubeWall offers a rich, real-time interface that displays the current state of your Kubernetes clusters, allowing you to quickly identify and address issues.
* Cluster management: KubeWall enables you to manage multiple Kubernetes clusters from a single pane of glass, reducing the overhead of switching between different tools and interfaces.
* Detailed cluster insights: KubeWall provides comprehensive insights into your Kubernetes clusters, manifest info of your pods, services, config and others.
minor feature:
Apache kubernetes dashboard k8s cncf cloud native cluster
rpmrebuild is a tool to build an RPM file from a package that has already been installed, or from an rpm file
In a basic use, rpmrebuild use do not require any rpm building knowledge.
(On debian, the equivalent product is dpkg-repack)
minor bugfix: - Set the directory mode to '-' instead of omit (xujing)
- support filetrigger (merged from github repo)
- fix IsPackageInstalled code
- fix trailing space (yixian)
- fix backslash in filename
- add rpm tag BUGURL
- add rpm tag VCS
- new plugin empty_section
- add in specfile a guide to use rpmbuild if spec-only
- new plugin replacefile
- new env variable RPMREBUILD_IGNORE_FILE_ERROR (allow to work if not root)
GNU GPL packaging
Universal Media Server is a DLNA-compliant UPnP Media Server, which is
implemented in Java and thus runs on all operating systems. It can
convert any media file format, and stream it to a wide range of hardware
devices (smart TVs, and media centers).
major feature: General:
Added support for adding video feeds from YouTube Handle URLs:
! adding youtube via handle (./changelog-images/14.4.0-add-youtube-handle.png).
Improved video quality when transcoding to H.265.
Improved design of Shared Content tab:
! adding youtube via handle (./changelog-images/14.4.0-shared-content.png).
video feeds.
MP4 transcoding compatibility.
browser settings crash when server is restarted.
UMS crash during drive scan.
video feed names not being parsed when added via web settings.
TV series metadata remote refresh.
wrong thumbnails being served.
duplicate files and folders being added when changes are made.
Added tests to protect against regressions.
Made E2E tests run faster.
Translation updates via Crowdin:
Chinese Simplified (58 ).
Hungarian (54 ).
Dependencies:
Bump `@playwright/test` from 1.44.1 to 1.45.3.
Bump `@types/lodash` from 4.17.5 to 4.17.7.
Bump `com.github.oshi:oshi-core` from 6.6.1 to 6.6.2.
Bump `com.h2database:h2` from 2.2.224 to 2.3.230.
Bump `commons-codec:commons-codec` from 1.17.0 to 1.17.1.
Bump `eslint-plugin-react-refresh` from 0.4.8 to 0.4.9.
Bump `eslint` from 8.57.0 to 9.8.0.
Bump `jetty.version` from 12.0.11 to 12.0.12.
Bump `JRE` from 17.0.11+10 to 17.0.12+10.
Bump `org.apache.commons:commons-lang3` from 3.14.0 to 3.15.0.
Bump `react-movable` from 3.2.0 to 3.3.1.
Bump `react-router-dom` from 6.23.1 to 6.26.0.
Bump `typescript` from 5.5.2 to 5.5.4.
Bump `yarn` from 4.3.1 to 4.4.0.
Bump `youtube-dl` from 2024.07.11 to 2024.08.07.
GNU GPL java media streaming ffmpeg upnp dlna
SVR.JS is a web server running on Node.JS, that's free as in freedom, scalable, secure, and configurable.
minor bugfix: Fixed a bug with no request ID shown for multiline log entries for HTTP requests.
MITL http-server javascript system-administrators information-technology
Univention Corporate Server (UCS) is our open integration platform offering centralized Identity & Access Management (IAM) with Nubus with a web portal. It enables management of heterogeneous IT domains with comprehensive Active Directory functions.
-Portal with Single Sign-On
-Integrated IAM
-Packaged integrations
-App Center with enterprise applications
-Active Directory integration
-Platform for your entire IT
-Operation on-premise, in the cloud, or hybrid
UCS is a scalable all-in-one solution for managing your entire IT infrastructure. The centerpiece is Nubus, which allows you to manage identities, roles, and groups. The integrated portal with Single Sign-On and Self-Service functions serves as a central access point for IT services and applications. A wide range of enterprise applications is available in our Univention App Center.
UCS is ideal for managing distributed, heterogeneous, and virtualized IT environments, whether using Microsoft Windows, Mac OS, or Linux. Integrated IT infrastructure management allows centralized management of server and desktop systems via an easy-to-use web interface.
Thanks to standardized interfaces, UCS can be easily integrated into your existing IT environment. Comprehensive Active Directory functions enable seamless integration with Microsoft Windows environments.
Find out more about UCS on our website: https://www.univention.com/products/ucs/
Click here to download the free UCS Core Edition: https://www.univention.com/download-ucs/
major feature: On september 24, 2024, UCS 5.0-9 was released.
Release notes with all details at:
https://docs.software-univention.de/release-notes/5.0-9/en/
Affero GPLv3 identity-access-management it-infrastructure-management active-directory-migration domain-management samba-4 app-center linux-distribution
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first.
Syncthing should be:
Safe From Data Loss
Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files.
Secure Against Attackers
Again, protecting the user's data is paramount. Regardless of our other goals, we must never allow the user's data to be susceptible to eavesdropping or modification by unauthorized parties.
Easy to Use
Syncthing should be approachable, understandable, and inclusive.
Automatic
User interaction should be required only when absolutely necessary.
Universally Available
Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual.
For Individuals
Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization.
Everything Else
There are many things we care about that don't make it on to the list. It is fine to optimize for these values, as long as they are not in conflict with the stated goals above.
minor feature: lt;p gt;: lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2493699801" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9668" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9668/hovercard" href="https://github.com/syncthing/syncthing//9668" gt;#9668 lt;/a gt;: The Web UI defaults to Filipino on Finnish browsers. lt;/li gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2498917968" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9670" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9670/hovercard" href="https://github.com/syncthing/syncthing//9670" gt;#9670 lt;/a gt;: lib/api: /svc/lang disregards the passed quality values lt;/li gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2538339515" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9719" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9719/hovercard" href="https://github.com/syncthing/syncthing//9719" gt;#9719 lt;/a gt;: Unable to establish/maintain multiple connections due to connection priority error lt;/li gt;.
lt;/ul gt;.
lt;p gt;Enhancements: lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a class="-link js--link" data-error-text="Failed to load title" data-id="2530874358" data-permission-text="Title is private" data-url="https://github.com/syncthing/syncthing//9715" data-hovercard-type="" data-hovercard-url="/syncthing/syncthing//9715/hovercard" href="https://github.com/syncthing/syncthing//9715" gt;#9715 lt;/a gt;: Lower the log level of "already connected to this device" to DE(is: INFO) lt;/li gt;.
lt;/ul gt;.
MPL syncronization file-syncronization peer-to-peer p2p backup archiving networking go html javascript
The abcMIDI suite consists of programs for turning ABC music files into MIDI and vice versa, typesetting them as PostScript files, and manipulate them in several ways.
minor feature: Several fixes.
GNU GPL abc music conversion midi cross-platform
abc2svg is a set of javascript files to edit, display, print and play music written in the ABC notation.
They may be used in web browsers as well as in command line scripts with a javascript interpreter.
major bugfix: Lots of bug fixes and improvements.
GNU GPL abc music conversion
Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.
minor bugfix: This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10
It fixes the following issues:
#30472 Investigate possibly broken 8.10.1
#30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
#30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context
Issues fixed in the first patch release:
#30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
#30272 Broken equals() contract for LifecycleAwareProject
#30385 Gradle should not validate isolated projects when isolated projects is disabled
Apache build-tool c c++ groovy java kotlin
Schism Tracker is a free and open-source reimplementation of Impulse Tracker, a program used to create high quality music without the requirements of specialized, expensive equipment, and with a unique "finger feel" that is difficult to replicate in part. The player is based on a highly modified version of the ModPlug engine, with a number of bugfixes and changes to improve IT playback.
minor feature: lt;p gt;Summary of changes since the lt;a href="https://github.com/schismtracker/schismtracker/releases/tag/20240630" gt;20240630 lt;/a gt; release: lt;/p gt;.
lt;ul gt;.
lt;li gt;Add new Unicode fonts (extended latin alphabet, Greek alphabet, and Hiragana) that are used in the sample, instrument, and module loading pages for filenames lt;/li gt;.
lt;li gt;Better tracker detection for S3M files lt;/li gt;.
lt;li gt;More accurate import of the XM lt;code gt;K00 lt;/code gt; effect lt;/li gt;.
lt;li gt;Rework cursor drawing to be more accurate to Impulse Tracker lt;/li gt;.
lt;li gt;exit prompt stacking lt;/li gt;.
lt;li gt;Add drag amp;amp; drop for modules, samples, and instruments lt;/li gt;.
lt;li gt;Performance improvements around the newly added Media Foundation code lt;/li gt;.
lt;li gt;Import panning on DSM files lt;/li gt;.
lt;/ul gt;.
GNU GPL audio editor music sequencer tracker c python
Mustangproject is a tool to write, validate and parse Factur-X/ZUGFeRD and (CII)XRechnung e-invoices.
It is a (permissive) open source cross platform command line tool and a Java library.
The command line tool e.g. allows to extract and combine PDF and XML from/to Factur-X as well as validate e-invoices, convert XML to HTML or migrate from ZUGFeRD v1 to v2.
The library additionally allows to generate the XML to be embedded either by implementing interfaces or actively creating objects.
minor feature: ZUGFeRD 2.3.0 support (fixing multiple validation issues).
Fixes
#467 Fix test using wrong file
#468 Fix validator dependencies
#482 Fix current validation errors
#423 can no longer add attachments via cli
#465 cli version should also be able to combine PDF/A-3 source
#472 Fix logging implementation missing in CLI
#471 Fix LegalOrganisation schemeId
#473 Fix UnsupportedOperationException in buildNotes
New Features
#456 Provide a way to set uriUniversalCommunicationId on the TradeParty using JSON deserialization
#461 UBL import contacts
#463 add support for BT-33, i.e. Tradeparty description #463
#469 Enable EN16931 schema validation for XRechnung
#476 Add DesignatedProductClassification for SpecifiedTradeProduct
#487 update to zugferd 2.3.0
APL invoice metadata accounting java-library java e-billing e-invoice
A sound designer's dream.
A friendly, open community.
Featuring many synthesis techniques, a great selection of filters, a flexible modulation engine, a smorgasbord of effects, and modern features like MPE and microtuning.
minor bugfix: Surge XT 1.3.3 contains, a few expanded features, and some infrastructure changes as we head towards 1.4 and Shortcircuit XT.
DSP.
.
Updated Wavetable and Window oscillators to correctly work with full-range 16 bit WT files.
.
This means that all the factory wavetable files from Bitwig Studio are loadable in Surge XT.
.
.
Updated the.wt format documentation to clarify some with 15-bit vs 16-bit range.
.
Open Sound Control.
.
Surge XT Effects plugin now supports OSC.
Refactoring for the core OSC message types.
Resetting tuning via OSC will now refresh the Tuning Editor.
a when parsing some modulation mappings sent via OSC.
.
Command Line and Python Interface.
.
Implemented handling of input and output audio busses.
CLI can now run without checking stdin to quit, for daemon-style operation.
Correctly handle tempo stored in patches and update PPQ position in the Python evaluator.
Python bindings can handle input and output audio streams.
.
Smaller Changes and .
.
Updated all LFO and Step Seq presets, activating the LFO EG where it was disabled.
Renamed the SILM (extended ring modulation) modes.
Added cycle length (in seconds) display to the LFO Rate tooltip.
Renamed Extend Range option for Pitch Bend Up/Down parameters to Use Decimal Values .
some inconsistent parameter defintions and formatting for FM2 and the Frequency Shifter effect.
Cleaned up the voice state when leaving latch mode, ing a when moving from Latch mode to mono modes..
.
Infrastructure.
.
Added warning flags for newer clang versions.
Upgraded SIMDE to version 0.8.2; SIMDE will now be used for any non-x86 platform.
Rebased our JUCE fork to JUCE 7.0.12.
.
GNU GPLv3 audio synthesizer music c cpp
OpenBGPD is a free implementation of the Border Gateway Protocol (BGP), Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.
The portable version (e.g. for Linux) does not have the means to influence kernel routing tables. It is only suitable for route servers/collectors.
major bugfix: Filtered prefixes are now included in the Local-RIB if the config option 'rde rib Loc-RIB include filtered' is set. Add 'bgpctl show rib filtered' to show filtered prefixes. Add 'min-version' RTR config option and default to RTR version 1. Set min-version to 2 to enable draft-ietf-sidrops-8210bis-14 and ASPA support or better define the ASPA table in the config. Adjust RTR ASPA pdu parser to follow draft-ietf-sidrops-8210bis-14. Check the max_prefix and max_out_prefix limits on config reload. Fix race condition between TCP-MD5 key removal and session closure to ensure all messages are sent with the proper TCP-MD5 signature. Fix 'nexthop qualify via bgp' by re-evaluating the nexthops when a BGP route is added to the FIB. Handle the CLUSTER_LIST attribute according to RFC7606. Fix some undefined or non-portable behaviour when handling NULL / 0-sized objects.
ISC openbgpd bgp routing
The OpenBSD rpki-client is a free, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP announcement. The program queries the RPKI repository system, downloads and validates Route Origin Authorisations (ROAs) and finally outputs Validated ROA Payloads (VRPs) in the configuration format of OpenBGPD, BIRD, and also as CSV or JSON objects for consumption by other routing stacks.
major bugfix: Avoid a quadratic complexity issue in ibuf_realloc() due to misuse of recallocarray(). Transferring a manifest with a large FileAndHash list across a privsep boundary could cost significant resources. RRDP sessions are periodically reinitialized to snapshot at random intervals. RRDP deltas and snapshots can diverge content-wise over time, leaving stale files in the cache. Reinitialization is triggered at random with increasing probability with increasing snapshot age, at least once every three months. this helps garbage collection. The internal state file format changed. The first run after an upgrade may produce harmless warning messages about invalid last_reset. Signed Prefix List statistics are now only emitted when rpki-client is run with -x. This changes the JSON output: without -x some keys are missing from 'metadata'. The -r command line option formerly enabling RRDP has long been the default and is now removed. The CRL number extension in CRLs is checked to be in the range 0..2 159-1 and otherwise the CRL is considered invalid, see https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-rpki-crl-numbers.
ISC rpki bgp routing security bird openbgpd
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space.
Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use branches and distributed clones, are all very handy reasons to use git. And annexed files can co-exist in the same git repository with regularly versioned files, which is convenient for maintaining documents, Makefiles, etc that are associated with annexed files but that benefit from full revision control.
When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content. These symlinks are checked into git and versioned like regular files. You can move them around, delete them, and so on. Pushing to another git repository will make git-annex there aware of the annexed file, and it can be used to retrieve its content from the key-value store.
minor bugfix: Remove deoutput (to stderr) accidentially included in
last version.
When getting from a P2P HTTP remote, prompt for credentials when
required, instead of failing.
When proxying an upload to a special remote, verify the hash.
Avoid loading cluster log at startup.
-- Joey Hess Thu, 08 Aug 2024 15:26:26 -0400.
Mixed git archive haskell
|