Gitea 1.20.2 šŸ’¾

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

minor feature: ENHANCEMENTS. Calculate MAX_WORKERS default value by CPU number. Display deprecated warning in admin panel pages as well as in the log file. . allowed user types setting problem. handling of plenty Nuget package versions. UI regression of asciinema player. LFS object list style. allowed user types setting problem. Prevent primary key update on migration. when pushing to a pull request which enabled dismiss approval automatically. in LFS meta garbage collection. Update xorm version. Remove "misc" scope check from public API endpoints. CLI allowing creation of access tokens with existing name. incorrect router logger. Improve commit graph alignment and truncating. Avoid writing config file if not installed. escape problems in the branch selector. handling of Debian files with trailing slash. Missing 404 swagger response docs for /admin/users/ username . Use stderr as fallback if the log file can't be opened. Increase table cell horizontal padding. wrong workflow status when rerun a job in an already finished workflow. duplicated url preon context menu.

MITL git go

rpki-client 8.5 šŸ’¾

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.

minor feature: ASPA support was updated to draft-ietf-sidrops-aspa-profile-16. As part of supporting AFI-agnostic ASPAs, JSON syntax for Validated ASPA Payloads changed in both filemode and normal output. Support for gzip and deflate HTTP Content-Encoding compression was added. This allows web servers to send RRDP XML in compressed form, saving around 50 of bandwidth. File modification timestamps of objects retrieved via RRDP are now deterministically set to prepare on-disk cache for seamless failovers from RRDP to RSYNC. 30-50 performance improvement was achieved through libcrypto's partial chains certificate validation feature. Already validated non-inheriting CA certificates are now marked as trusted roots. Improved detection of RRDP session desynchronization: Check was added to compare whether delta hashes associated to previously seen serials are different in newly fetched notification files. Improved handling of RRDP deltas in which objects are published, withdrawn, and published again. Check to disallow duplicate X.509 certificate extensions, empty sets of IPs or ASNs in RFC 3779 extensions were added. Compliance checks were added for proper X.509 Certificate version and CRL version, to ensure CMS Signed Objects contain SignedData, in accordance to RFC 6488 section 3 checklist item 1a, for version, KeyUsage, and ExtendedKeyUsage of EE certificates in Manifest, TAK, and GBR Signed Objects. Warning is printed when CMS signing-time attribute in Signed Object is missing. Warnings about unrecoverable message digest mismatches now include manifestNumber to aid debugging the cause. Check was added to disallow multiple RRDP publish elements for same file in RRDP snapshots. If this error condition is encountered, RRDP transfer is failed and RP falls back to rsync. CMS signing-time value being after X.509 notAfter timestamp was downgraded from an error to warning. Bug was fixed for handling of CA certificates which inherit IP resources.

ISC rpki bgp routing security bird openbgpd

buy watches for men online UAE šŸ’¾

Tornado is a celebration of all things that man has accomplished in the face of all odds. It is a tribute to the spirit of never giving up, of conquering our limits. This enduring journey has been the inspiration behind our craft and passion.

minor bugfix:

BSDL-2

Inkscape 1.3 šŸ’¾

Inkscape is vector graphics software for creating icons, illustrations, logos, diagrams, maps and web graphics. It's cross-platform, extremely feature-rich yet simple to use, and extendable. Users therefore include design professionals as well as hobbyists. It's engineered around the open and standard SVG (Scalable Vector Graphics) format. Its sophisticated drawing tools easily match up to Adobe Illustrator, CorelDRAW and Xara Xtreme. Inkscape also can import and export to AI, Encapsulated/Postscript, PDF, and PNG/JPEG and many other bitmap or vector formats.

minor bugfix: https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html

GNU GPL c c++ gtk graphics-editor svg vector-image drawing illustration animation web-graphic cross-platform

G'MIC 3.2.6 šŸ’¾

G'MIC (GREYC's Magic for Image Computing) is a portable and scriptable image processing framework. It comes as C++ library, can be used as command line tool, as Gimp plugin, as web service, or with its Qt application. G'MIC allows image conversion, manipulation, applying complex filters and visualization pipelines. Various image types can be used, 1D/2D/3D sources, multi-spectral and volumetric images or 3D vector objects, regardless of pixel depths. The "gmic" command line tool is often an alternative to ImageMagick or GraphicsMagick.

minor feature:

GNU GPL c++ libgmic image-processing gimp graphics-conversion visualization

Clam AntiVirus 1.1.0 šŸ’¾

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

minor feature: - Added the ability to extract images embedded in HTML CSS `` blocks. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/813 - Updated to Sigtool so that the `--vba` option will extract VBA code from Microsoft Office documents the same way that libclamav extracts VBA. This resolves several issues where Sigtool could not extract VBA. Sigtool will also now display the normalized VBA code instead of the pre-normalized VBA code. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/852 - Added a new ClamScan and ClamD option: `--fail-if-cvd-older-than=days`. Additionally, we introduce `FailIfCvdOlderThan` as a `clamd.conf` synonym for `--fail-if-cvd-older-than`. When passed, it causes ClamD to exit on startup with a non-zero return code if the virus database is older than the specified number of days. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/867 - Added a new function `cl_cvdgetage()` to the libclamav API. This function will retrieve the age in seconds of the youngest file in a database directory, or the age of a single CVD (or CLD) file. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/867 - Added a new function `cl_engine_set_clcb_vba()` to the libclamav API. Use this function to set a `cb_vba` callback function. The cb_vba callback function will be run whenever VBA is extracted from office documents. The provided data will be a normalized copy of the extracted VBA. This callback was added to support Sigtool so that it can use the same VBA extraction logic that ClamAV uses to scan documents. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/852 ## Other improvements - Removed the vendored TomsFastMath library in favor of using OpenSSL to perform "big number"/multiprecision math operations. Work courtesy of Sebastian Andrzej Siewior. - GitHub pull request: https://github.com/Cisco-Talos/clamav/pull/840 - Build system: Added

GNU GPL c virus-scanner mail-filter security administrators

dysk 2.7.1 šŸ’¾

dysk is a linux utility listing your filesystems.

major bugfix: Improved `--help`. Man page generated in /build and included in downloadable archives. Completion scripts generated in /build and included in downloadable archives.

MITL disk utility filesystem rust

OpenSnitch 1.6.1 šŸ’¾

OpenSnitch is a GNU/Linux application firewall. Key features Interactive outbound connections filtering. Block ads, trackers or malware domains system wide. Ability to configure system firewall from the GUI (nftables). Configure input policy, allow inbound services, etc. Manage multiple nodes from a centralized GUI. SIEM integration

minor feature: Added support to secure communications between the daemon and the GUI with SSL certificates (12b4cf3) More info: https://github.com/evilsocket/opensnitch/wiki/Nodes-authentication#nodes-authentication-added-in-v161 TODO (WIP): Configure daemon auth options from the GUI. System fw: report any error when applying rules (8740755) Rules to intercept outbound connections changed (e090833, 26b8415) Discussion with the details: #995 What's Changed Allow to configure GUI autostart option by @munix9 in #964 Allow starting the GUI in background when the systray not available by @WojtekWidomski in #975 Dinit service file by @jackffmm in #969 Use temporary files instead of piping in ebpf Makefile by @nnsee in #985 i18n: update Brazilian Portuguese translation by @tioguda in #974 Add basic Traditional Chinese locale by @PeterDaveHello in #997 Better errors when the eBPF modules fail loading (662cd2e)

GNU GPLv3 firewall c

Q Light Controller Plus 4.12.8 šŸ’¾

QLC+ is a tool to control DMX and analog lighting systems. It can orchestrate moving heads, dimmers, scanners etc. It's a fork of QLC with new features comparable to commercial control systems.

minor feature: Plugins/ArtNet: add default standard transmission mode as per protocol specifications. Plugins/DMX USB: add support for DMXKing MAX products. New ture: Ibiza Mini Moving Star Wash. -- Massimo Callegari Sun, 17 Dec 2023 12:13:14 +0200.

Apache c++ qt lighting light-systems control engineering

Mozilla Firefox 115.0.3 šŸ’¾

Firefox is a widely used web browser. It's based on Mozillas Gecko HTML rendering and IonMonkey JavaScript engine. It supports HTML5, XML, XHTML, SVG 1.1, MathML, XSLT, CSS3, Web fonts, APNG, SSL/TLS, sandboxed JavaScript 1.8.5 with many newer DOM and WHATWG extensions. It's highly extensible and themeable, provides tabbed browsing, security and privacy features, traditional and live/smart bookmarks.

minor feature: Improved migration experience for users switching to the ESR release. ( ), Reference link to 115.0 release notes

MPL c++ web-browser html5 javascript mozilla

Gambas 3.18.3 šŸ’¾

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 made since the 3.18.2 release... Compilation and installation Read the instructions there. If everything was fine, type "gambas3" to run the development environment. Enjoy it !.. Changelog. CONFIGURATION. Update README files. DEVELOPMENT ENVIRONMENT. Form editor. If multiple controls are selected, do not crash when editing common properties if some of the controls are virtual... Allows control properties to be applied when its _DrawWith

GNU GPL c++ c basic interpreter ide developers x11 gtk kde curses sdl

gyroflow 1.5.2 šŸ’¾

Advanced gyro-based video stabilization tool for cinematography, drone videography and much more! Bring your cinematic footage to the next level.

minor feature:

GNU GPLv3 video stabilization

BRL-CAD 7.36.0 šŸ’¾

BRL-CAD is a constructive solid geometry (CSG) solid modeling computer-aided design (CAD) system. It includes an interactive geometry editor, ray tracing support for graphics rendering and geometric analysis, computer network distributed framebuffer support, scripting, image-processing and signal-processing tools. The entire package is distributed in source code and binary form. BRL-CAD is a powerful cross-platform Open Source combinatorial Constructive Solid Geometry (CSG) solid modeling system that includes interactive 3D solid geometry editing, high-performance ray-tracing support for rendering and geometric analysis, network-distributed framebuffer support, image and signal-processing tools, path-tracing and photon mapping support for realistic image synthesis, a system performance analysis benchmark suite, an embedded scripting interface, and libraries for robust high-performance geometric representation and analysis. For more than 20 years, BRL-CAD has been the primary tri-service solid modeling CAD system used by the U.S. military to model weapons systems for vulnerability and lethality analyses. The solid modeling system is frequently used in a wide range of military, academic, and industrial applications including in the design and analysis of vehicles, mechanical parts, and architecture. The package has also been used in radiation dose planning, medical visualization, computer graphics education, CSG concepts and modeling education, and system performance benchma

minor feature: This major release of BRL-CAD introduces significant updates to geometry conversion support. The update includes modernization for NURBS importing and interaction, BoT manipulation, and incorporates many new formats for importing and exporting to BRL-CAD database files. The geometry conversion tool (GCV) now supports mesh importing. from: 3D, 3DS, 3MF, AC, AMF, ASE, ASSBIN, B3D, BVH, COB, COLLADA, CSM, FBX, GLTF/GLB 1.0 + 2.0, HMP, IFC-STEP, IQM, IRR, IRRMESH, LWO, LWS, M3D, MD2, MD3, MD5, MDC, MDL, MMD, MS3D, NDO, NFF, OFF, OGRE, OPENGEX, Q3BSP, Q3D, RAW, SIB, SMD, TERRAGEN, X, X3D, XGL. Additionally, GCV now supports mesh exporting to: 3DS, 3MF, ASSBIN, ASSJSON, ASSXML, COLLADA, GLTF, PBRT, STEP, X, X3D. This release also introduces new BoT subcommands to improve. manipulation and preparation. The subdivision "subd" command incorporates 5 new subdivision algorithms. The "flip" command will flip surface normals - effectively turning the BoT 'inside out'. Lastly, the "smooth" command will smooth the BoT's topology. Added a point-inside-object subcmd "inside" to analyze - Cliff Yapp. Added "flip" "subd" and "smooth" subcommands to BoT - Cliff Yapp. g-ply converter on Windows - Chris McGregor. infinite loop in noise generation - Sean Morrison. analyze in/out test for multi-segment ray hits - Cliff Yapp. analyze cmd crash when specifying invalid objects - Cliff Yapp. search -attr behavior with names having spaces - Cliff Yapp. nirt hanging on hits with a lot of output - Chris McGregor. nirt -b is now default behavior - Chris McGregor. Updated OpenNURBS library, 3dm-g now supports ver. 7 files. - Cliff Yapp, Chris McGregor. Updated OpenMesh library to version 9.0 - Cliff Yapp. Updated Open Asset Import Library - v5.2.5 + - Chris McGregor. Updated Tcl/Tk to version 8.6.13 - Cliff Yapp. Updated NETPBM library to version 10.73.42 - Cliff Yapp. Updated GDAL library to version 3.6.3 - Cliff Yapp. Updated PROJ library to version 9.2.0 - Cliff Yapp. Updated PNG library to vers

GNU LGPL cad solid modeling electromagnetics graphics signal processing design engineering

wxMaxima 23.07.0 šŸ’¾

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

minor feature: Printing, stability and performance. Printing: Made the page margins configurable. Printing: We no more print page headers. Printing: Printing no more omits labels. Printing: A better pagebreak algorithm. Printing: No more ghost lines around text cells. Less ugly integral signs. Many stability. More Consistent worksheet scaling and sizes. Correctly save the color settings. Correctly check the numeric and other menu items. The cursor no more disappears. Updated italian translation.

GNU GPL mathematics cas maxima

Git LFS 3.4.0 šŸ’¾

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

major bugfix: (26 July 2023). This release is a feature release which includes support for generating. shell scripts for command-line tab-completion of Git LFS commands with the new `git-lfs-completion(1)` command, providing multiple headers to Git credential helpers (a new feature as of Git 2.41), and installing Git LFS with a Git configuration file stored under the XDG configuration path. Note that this release will be made by a different member of the core. team than the person who performed many of the past releases, and thus this release will be signed with a different OpenPGP key. Please follow the steps in the README to download all of the keys for the core team to verify this release. We would like to extend a special thanks to the following open-source. contributors: @anihm136 for implementing shell completion script generation. @aymanbagabas for multiple to our SSH and transfer queue code. @dscho for ensuring our Windows installer works on 32-bit systems. @dyrone for correcting an erroneous file name in our documentation. @jlosito for making sure our CI job actions are up to date. @nfgferreira for speeding up the track command on Windows. @ry167 for improving our Ubuntu installation instructions. @salvorizza for ing a JSON in our unlock command. @slonopotamus for cleaning up accommodations for legacy Go versions. @steffen for improving our installation documentation. Features: Add support for `wwwauth ` to credential helpers #5381. Add a `--file` option to install and uninstall #5355. Add shell completion generation #5311. : Handle local paths with trailing slashes #5402. Unlock by ID with JSON Flag returns empty array #5385. Refactor macro attribute handling to prevent crashes with `--up` migration option #5382. locks: print warning about locking API to standard error #5350. Avoid needlessly spawning SSH connections with `git archive` #5309. standalone: print an error if the destination isn't a Git repository #5283. locks: ensure loc

MITL git

Open Lighting Architecture 0.10.9 šŸ’¾

The Open Lighting Architecture is a framework for lighting control information. It supports a range of protocols and over a dozen USB devices. It can run as a standalone service, which is useful for converting signals between protocols, or alternatively using the OLA API, it can be used as the backend for lighting control software. OLA runs on many different platforms including ARM, which makes it a perfect fit for low cost Ethernet to DMX gateways.

minor bugfix: Features: Python 3 compatibility across the board (including the RDM Responder Tests)!. #1506. Support for the JMS USB2DMX PRO V2.1 device via the FTDI plugin #1728. API: Python: Add a fetch current DMX example. RDM Tests: Python 3 compatibility of the RDM Tests #1599. a longstanding in the GetMaxPacketSize RDM test around timeouts. : some tests not working on Big Endian machines because our RPC is encoded with native format and those tests used sample data from a Little Endian machine. Renamed EndpointNoticationEvent(sic) to EndpointNotificationEvent in the E1.33 EndpointManager code. Check if librt exists and add it to the build if required. Ensure we can build on later Protobuf and C++ and silence deprecation messages where required. the NetBSD build. Clarify the usage of some of the various Enttec Open DMX USB plugins. Relax the timing on the ClientWrapperTest so it doesn't fail occasionally. #1714. Correct the documentation of some existing limits in the E1.31 plugin. some undefined behaviour in TimeoutManager::ExecuteTimeouts #1726. UARTs on Debian Bullseye #1749. Python version detection for versions 3.9 #1755, #1780. Update Angular and Angular-Route versions used by the new web UI and add workaround to be compatible #1782 Debian #1016447. Significantly reduce the delay when using StreamingClient with EPoll and multiple universes #1793. Internal: Add more deging so we can tell why setting the baud rate failed. Replace "currentThread" with "current_thread" in Python since the former has been deprecated. lots more internal typos and grammar. Add unit tests for more of the Python RDM Test classes. Sort the Python imports with isort.

Mixed

Praat 6.3.12 šŸ’¾

Praat is a speech analysis tool used for doing phonetics by computer. Praat can analyse, synthesize, and manipulate speech, and create high-quality pictures for your publications. Praat was created by Paul Boersma and David Weenink of the Institute of Phonetics Sciences of the University of Amsterdam. Some of Praatā€™s most prominent features are: Speech analysis Speech synthesis Speech labelling Grammar models Statistical analysis

minor feature: Improvements in manual, including corrections on layout problems introduced in version 6.3.11.

GNU GPLv3 speech analysis

LabPlot 2.10.1 šŸ’¾

LabPlot is a FREE, open source and cross-platform Data Visualization and Analysis software accessible to everyone. High-quality Data Visualization and Plotting with just a few clicks Reliable and easy Data Analysis and Statistics, no coding required! Intuitive and fast Computing with Interactive Notebooks Effortless Data Extraction from plots and support for Live Data Smooth Data Import and Export to and from multiple formats Available for Windows, macOS, Linux and FreeBSD

major bugfix: : Support markdown library discount version 3. Improve Vector BLF dependency (git download must be enabled if needed). Correctly use system header of system QXlsx (). group separator problem in formulas (). Improve log scales (auto scaling and tick number). Improve auto scale (). limits when changing scale (). Use system liborigin headers if linking against system liborigin (). Don't clear the undo history when saving the project (). Properly react on orientation changes in the worksheet properties explorer. In the collections of example projects, color maps and data sets allow also to search for sub-strings and do the search case-insensitive. Properly save and load the property "visible" for box and bar plots in the project file. copy paste and duplication of box and bar plots. .xlsx import: crash importing empty cells. support datetime import (). Properly set the initial properties of the reference line like line width, etc. (). Properly show the initial value of the property "visible" for the reference range (). React of Delete and Backspace keys to delete selected cells in spreadsheet columns (). Update the plot legend on column name changes used in box and bar plots (). the positioning of values labels for horizontal bar plots (). Initialize the parameters for the baseline subtraction with reasonable values on first startup and better apperance of the preview plot ().

Mixed plot graphs data analysis

GitLab 16.2.1 šŸ’¾

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 bugfix: (2023-07-25). ### (1 change). crash when LDAP CA file set outside tls_options (gitlab-org/gitlab@a10e127dda8b2f228639164d1b5055b007546166) ( merge request (gitlab-org/gitlab!127313)).

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

LinuxCNC 2.8.4 šŸ’¾

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. Runs under Linux (optionally with realtime extensions). Simple installation on Debian and Ubuntu, or via our Live/Install DVD/USB images. Accepts G-code input, drives CNC machines in response. Active user community. Several different GUIs available. Compatible with many popular machine control hardware interfaces. Supports rigid tapping, cutter compensation, and many other advanced control features. Full source code available under the terms of the GNU GPLv2 (General Public License version 2).

major feature:

GNU GPL cnc machining fabrication toolpath 3d printer milling machine lathe laser cutter plasma cutter robot arm hexapod automaton manufactur

Pysolar 0.11 šŸ’¾

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations, and more.

minor feature: What's changed Add leap second information for 2022 by @dietervansteenwegen in #149 Pass elevation to get_topocentric_position in get_altitude by @obsoletesystm in #157 Use install_requires keyword in setup.py by @cquark7 in #158

GNU GPLv3 python

LightZone 5.0.0~beta1 šŸ’¾

LightZone is a professional-level digital darkroom and photo editor for Mac, Windows, and Linux. It includes RAW processing and editing. Rather than using layers in the way that other photo editors do, LightZone lets the user build up a stack of tools which can be rearranged, readjusted, turned off and on, and removed from the stack. It's a completely non-destructive editor, where any of the tools can be re-adjusted or modified later ā€” even in a different editing session. A tool stack can even be copied to a batch of photos at one time. LightZone always operates in a 16-bit linear color space with the wide gamut of ProPhoto RGB.

major feature:

BSDL capture digital-camera graphics-conversion viewer macos linux c

abc2svg 1.22.9 šŸ’¾

abc2svg is a set of ECMAscript files that handle the ABC music notation. This includes editing, displaying, printing, playing the music files and converting them to other formats such as ABC and MEI notations.

major bugfix: Lots of bug fixes and improvements.

GNU GPL abc music conversion

Jailer 15.1.2 šŸ’¾

Database Subsetting and Relational Data Browsing Tool. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships. Exports consistent, referentially intact row-sets from relational databases. Removes data w/o violating integrity. Generates topologically sorted SQL-DML, hierarchically structured XML. and DbUnit datasets.

minor feature: The dynamic search of the data browser now supports columns of type "UUID".

Apache database pl-sql java java swing command-line front-ends software-testing qa-automation

ZynAddSubFX 3.0.6 šŸ’¾

ZynAddSubFX is a fully featured open source software synthesizer capable of making a countless number of instruments, from some common heard from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds.

minor feature: Enhances watchpoint system for waveform views (GSOC michiboo). - Add anti-alias mode to add synth oscillator interpolation. - Add 14 bit NRPN support for automations. - Add Tanh, Cubic, and square distortions with additional shaping params. - Add filter parameter smoothing. - Add filter optional LPF to LFO. - Add repeatable envelopes. - Add LFO fade in. - Add moog ladder filter. - Add comb filter. - Add BPM sync. - Add latched key mode. - Re-enable classic MIDI learn. - Increase envelope time parameter resolution. - excessively loud volume in Part XML loader. - crash with gcc 10.x.x within file manager. - crash in erroneous patch load. - OSS/etc detection under cygwin. - padsynth memory leak. - weird note-to-note portamento switches. - Reduce fftw resolution from 64bit to 32bit. - Remove Cxxtest dependency. - other.

GNU GPLv3 audio synthesizer

Wine 8.13 šŸ’¾

Wine is an implementation of the Windows API on top of X and Unix. It does not require Microsoft Windows, but can use native Windows DLLs if they are available. It provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes.

minor feature: Wow64 support in WineGStreamer. WeakMap support in JScript. Georgian translation. Various. #24614 Multiple games crash or hang on startup due to D3DXAssembleShader not handling apostrophes in comments (Medieval II: Total War, Yu-Gi-Oh! ONLINE 3 client)( #039;winetricks -q d3dx9_xx #039; is a workaround), #35690 Steam network hang ups. #35701 League of Legends: Right click contextual menu on friends list is invisible, #35866 AvP 2000 game: some ingame text has red boxes around it with built-in d3dx9 libraries, #41466 Steam: Tray icon menu sometimes flickers, #42867 steam store doesnt work, #44223 FrameMaker 7.2/8.0: Console window minimized and not (re)drawn, #44529 Steam Process remaining after exiting, #45042 Steam doesn #039;t uninstall applications, gets stuck saying quot;deleting game quot; and the other popup is barely visible, #45564 Kolab E14 Client installation fails with quot;Copy failed quot; #46221 League of Legends 8.23 crash after champion select, #46888 Office 2007 word does not export to PDF/A, #47328 Steam crashes when loading the Store tab (Assertion Failed: killing unresponsive browser for URL), #49371 Incorrect output buffer length check in WSAIoctl with SIO_GET_INTERFACE_LIST, #50771 msys2 unlink() fails on read-only files needs CreateFile(FILE_WRITE_ATTRIBUTES) , #50868 League of Legends: infinite loading after login, #51383 S.T.A.L.K.E.R.: Call of Pripyat rendering is messed up with Enhanced full dynamic lighting (DX10), #51950 Iperf 2.0.8 hangs in parallel dual mode on localhost, #51982 When installing Kobo for Desktop, user data meant for AppData Local Kobo is instead placed inside an arbitrary folder of the program #039;s installation. #53446 Total War Shogun 2 crashes on Intel Iris Plus Graphics G4, #53723 Star Ocean The Last Hope HD exits to desktop on start after NtUserSystemParametersInfo change. #53890 comctl32:edit - test_ime() fails in Korean on Windows, #54166 Compilation fails with

GNU LGPL c x86 windows win32 emulator compatibility library desktop operating-system

Neptune 8.0 šŸ’¾

Neptune is a KDE Plasma and Debian-based GNU/Linux distribution for desktop and multimedia usage. It includes a more recent kernel and drivers, custom packages while relying on Debian for remaining updates, Chrome as default web browser, for media Amarok, Gwenview, VLC and KDEnlive, for security Truecrypt and Wireshark.

minor feature: nbsp;.. New Debian 12 base. Upgraded to Linux Kernel 6.1. Chromium 115. Thunderbird 102. KDE Plasma 5.27.5. KDE Apps 22.12. LibreOffice 7.4.5.1. VLC 3.0.18.

Mixed linux distribution kde debian

Gitea 1.20.1 šŸ’¾

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

minor feature: SECURITY. Disallow dangerous URL schemes. ENHANCEMENTS. Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled. Make pending commit status yellow again. . version in rpm repodata/primary.xml.gz. env config parsing for "GITEA____APP_NAME". ParseScope with owner/repo always sets owner to zero. SSPI auth panic. Avoid creating directories when loading config. Make environment-to-ini work with INSTALL_LOCK=true. Ignore `runs-on` with expressions when warning no matched runners. Avoid opening/closing PRs which are already merged. DOCS. RPM Registry: Show zypper commands for SUSE based distros as well. Correctly refer to dev tags as nightly in the docker docs. Update path related documents. MISC. Adding remaining enum for migration repo model type.. the route for pull-request's authors. commit status color on dashboard repolist. Avoid hard-coding height in language dropdown menu. Add shutting down notice. incorrect milestone count when provide a keyword.

MITL git go

Yoshimi 2.3.0.2 šŸ’¾

A software synthesizer for Linux, originally forked from ZynAddSubFX (Copyright 2002-2009 Nasca Octavian Paul) in 2009 by Alan Calvert. Initially, Yoshimi delivered the same synthesizer capabilities. After early improvement of Jack and Alsa midi/audio performance, now many new features have been added, and we are concentrating on accessibility.

minor feature: https://github.com/Yoshimi/yoshimi/releases/tag/2.3.0.2

GNU GPL audio synthesizer

ĀµBlock Origin 1.51.1b1 šŸ’¾

ĀµBlock Origin is an efficient and general-purpose web filter plugin for browsers. It's primarily used for ad blocking of course. Runs in Firefox, Chrome, Opera Blink, Safari, Fennec, and other Chromium-based browsers. It automatically uses EasyList, EasyPrivacy and Malware Domain filter lists, but also supports hpHosts, MVPS HOSTS, Spam404 and many other curated block lists. ĀµBlock is speedier and more memory conservative than other ad blockers, and is completely open source, does not undermine filtering like ADPs sponsored ads.

minor feature: Add visual hint for filtered out rows in firewall pane Related discussion: uBlockOrigin/uBlock-.

GNU GPLv3 javascript browser ad-blocker filter privacy

ansible-k3s-on-vms 1.1.0 šŸ’¾

An Ansible playbook to deploy virtual machines and deploy K3s. This playbook is a wrapper around the roles: https://github.com/stafwag/ansible-role-delegated_vm_install To set up the virtual machines. https://github.com/stafwag/ansible-role-libvirt To install and configure K3s on the virtual machines. https://github.com/PyratLabs/ansible-role-k3s To enable libvirt on the vm_kvm_host. The sample inventory will install the virtual machines on localhost. It's possible to install the virtual machine on multiple lbvirt/KVM hypervisors.

minor feature: Updated to Debian GNU/Linux 12

ansible role libvirt kvm k3s k8s kubernetes

gaiasky 3.5.0 šŸ’¾

Gaia Sky is a real-time 3D Universe application that runs on Linux, Windows and macOS. It is developed within the framework of ESA's Gaia mission to chart more than 1 billion stars. A part of Gaia Sky is described in the paper Gaia Sky: Navigating the Gaia Catalog.

major feature: Full changelog Features: Add control for maximum number of velocity vectors per star set in preferences dialog, performance section. Add CLI flag to force HiDPI mode either to 'Logical' or 'Pixels'. Enable holding comma or period to slow down or speed up time. Map time speed up and slow down to d-pad up and down in game controllers. Add `trailMinOpacity` to trajectories. This raises the opacity of a trail to the given minimum value. Speeding up and slowing down time can be done by pressing and holding '.' and ',' respectively. No more frantically clicking a key. Also, the time warp change is smooth now. Add camera position/orientation named bookmarks, additionally to the already existing object bookmarks. Add bookmarks for many eclipses in the default bookmarks.txt. Use coordinates provider from objects to sample periodic orbits instead of hardcoded algorithms. Dim atmosphere w.r.t. camera, star and eclipsing body positions during eclipses. Initial support for ephemeris based on Chebyshev polynomials. Add support for VSOP2000. Add eclipses by projecting the shadow umbra and penumbra from moons to planets and vice-versa. The option to outline the umbra and penumbra is given as a checkbox in the preferences. Eclipses can be deactivated, also from the preferences window, graphics tab. Celestial sphere showcase script. Add a few showcase scripts. Scripts showing an object on a horseshoe orbit around Jupiter. Update wording on point and line styles in preferences dialog to make it more concise and clear. Use GPU lines as the default line renderer for trajectories. This results in a big performance improvement, especially when many lines are on display. GPU lines now also can use the geometry shader to render as polyline quad-strips. Use a geometry shader to generate the triangles in the polyline quadstrip renderer instead of the CPU. Performance is much improved. Add geometry shader stage (optional) to shader program provider and to extended shader pr

MPL astronomy vr

GNU Radio 3.10.7.0 šŸ’¾

GNU Radio is a free software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing systems. It can be used with external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic, and commercial environments to support both wireless communications research and real-world radio systems.

minor feature: https://github.com/gnuradio/gnuradio/releases

GNU GPL signal processing radio sdr amateur radio

PicoTorrent 0.25.0 šŸ’¾

PicoTorrent is a tiny and minimal BitTorrent client Designed to be a friendly and tiny BitTorrent client for Windows (more OS options in the works) with high performance, low memory usage and a native user interface. Strong encryption with support for tunneling via I2P, SOCKS4, SOCKS5 and HTTP(S) Works with both IPv4 and IPv6 Multi-lingual user interface Free, open source, with a great community

minor feature:

MITL bittorrent

YouTube to CUE 0.5 šŸ’¾

This program is intended to download audio albums from YouTube. It downloads audio file using youtube-dl and generates Cue Sheet with metadata.

minor bugfix: fixed latest yt-dlp output parsing; updated Korean translation.

BSDL-2 cue youtube qt

GitLab 16.2.0 šŸ’¾

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.

major feature: (2023-07-21). ### Added (176 changes). Add GraphQL API to get compliance standards adherence at group level (gitlab-org/gitlab@79f1bb21779ffd683476596998255bcf4f337978) ( merge request (gitlab-org/gitlab!125875)) GitLab Enterprise Edition. Add read_dependency column to member_roles table (gitlab-org/gitlab@5b8edb4e4becc9cce5d2841990b06937a5f3ec90) ( merge request (gitlab-org/gitlab!126247)). Dashboards item under group analyze nav menu (gitlab-org/gitlab@c9a7ba67e2a9a0f2b76ba49cdcd3d237147142e5) ( merge request (gitlab-org/gitlab!123852)) GitLab Enterprise Edition. Backfill vulnerability_occurrences.uuid_convert_string_to_uuid column (gitlab-org/gitlab@0a534cf29b527c328e5b777d9c5003da8481f972) ( merge request (gitlab-org/gitlab!124986)). Add support for vulnerability age filtering (gitlab-org/gitlab@2123dfd5360d713a727f17413daca45bfa59c71e) ( merge request (gitlab-org/gitlab!123956)) GitLab Enterprise Edition. Use default template when creating via gql (gitlab-org/gitlab@72ae0b58ef4518451946585c391ef4a29dcbe239) ( merge request (gitlab-org/gitlab!125440)). Add background migration worker for Redis (gitlab-org/gitlab@ad5b117bc10d7515d0544fc5837802f1f3b5787b) ( merge request (gitlab-org/gitlab!124951)). Trigger Microsoft Group Sync on sign-in (gitlab-org/gitlab@a317f4cd289a35baf45f828471fde0d56c8e5dcd) ( merge request (gitlab-org/gitlab!126081)) GitLab Enterprise Edition. Add a new faster git refs finder (gitlab-org/gitlab@7cf2f8959a73bcbec0d186bf2544cea80f4bc344) ( merge request (gitlab-org/gitlab!125718)). Add SCIM as a provider to the Users API search (gitlab-org/gitlab@3ac64827a94d1ef42c4941a4a7890cef5ef03e8a) ( merge request (gitlab-org/gitlab!125201)) GitLab Enterprise Edition. Add sync for advisories (gitlab-org/gitlab@0c2ee8e56039486068fe5d0752fd9d02082d181a) ( merge request (gitlab-org/gitlab!125594)) GitLab Enterprise Edition. Add developer documentation on required stops (gitlab-org/gitlab@94ae77cbc9ddf57d395c4ce59ece609e3c97a198)

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

BiglyBT 3.4.0.0 šŸ’¾

Logo Features Donate GitHub Privacy Policy Terms & Conditions BiglyBT is a feature filled, open source, ad-free, bittorrent client. Since 2003, BiglyBT's team has worked hard to bring you the best open source torrent product in the market. Unlike our competitors, our client is ad-free and our installer contains no third party offers. We provide migration tools for several popular bittorent clients. Switching to BiglyBT from projects using the same source is simple and requires no interactions beyond the initial migration approval. Your settings, downloads, and plugins will all be there and ready to use.

minor feature: https://biglybt.tumblr.com/tagged/BiglyBT3400

GNU GPL bittorrent