Red5 Media Server 1.3.31 šŸ’¾

Red5 is an Open Source Flash Server written in Java that supports streaming Video (FLV, F4V, MP4, 3GP), streaming Audio (MP3, F4A, M4A, AAC), recording Client Streams (FLV and AVC+AAC in FLV container), shared objects, live stream publishing, remoting and protocols RTMP, RTMPT, RTMPS, RTMPE. Additional features supported via plugin: WebSocket (ws and wss), RTSP (From Axis-type cameras) and HLS.

minor bugfix: /title . . . mondain. . . . . tag:github.com,2008:Repository/14514767/v1.3.30. 2024-03-18T13:26:50Z. . .

Apache multimedia streaming server java

Paperless-ngx 2.6.3 šŸ’¾

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 feature: : : allow setting allauth @shamoon. Change: dont require empty bulk edit parameters @shamoon. Dependencies: . 4 changes. Chore(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 in /src-ui @dependabot. Chore(deps-dev): Bump the development group with 3 updates @dependabot. Chore(deps): Bump the django group with 1 update @dependabot. Chore(deps): Bump the small-changes group with 2 updates @dependabot. . All App Changes: . 8 changes. Chore(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 in /src-ui @dependabot. : allow setting allauth @shamoon. Change: remove credentials from redis url in system status @shamoon. Chore(deps-dev): Bump the development group with 3 updates @dependabot. Chore(deps): Bump the django group with 1 update @dependabot. Chore(deps): Bump the small-changes group with 2 updates @dependabot. Change: dont require empty bulk edit parameters @shamoon. : missing translation string @DimitriDR. .

GNU GPLv3 internet web dynamic content indexing search

LimeSurvey 6.4.12 (build 240311) šŸ’¾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: Survey not viewable if invalid str_repeat call is used in expressions (Carsten Schmitz). Cannot create URL panel parameters without assigning it to a question (Carsten Schmitz). CT-698: a link (lajosarpad). CT-681: Answer options order (answer_order) is missing as an attribute definition and causes the value to not persist through tsv exports and imports (Patrick Teichmann). Generated analytics script does not properly escape question group name (Matthew). Plugin with PHP error can not be resetted (Denis Chenu). Extra action button for Question are really badly placed (Denis Chenu). Survey listing - multiple calls of template (Denis Chenu). Updated translation: Turkish by kayazeren. Updated translation: Portuguese (Brazil) by c_schmitz, femariso, holch, marcelovincenzi, mauriciofurtado, paulohpmoraes, samarta, thiagosmartins. Updated translation: Korean by modernity4r. Updated translation: Japanese by d_inoue. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

RE/flex lexical analyzer generator 4.1.2 šŸ’¾

RE/flex is the fast lexical analyzer generator with full Unicode support, indent/nodent/dedent anchors, lazy quantifiers, word boundaries, and many other modern features. Supports Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator tool generates clean lexer class code that is thread-safe. Generates Graphviz files to visualize state machine DFAs. RE/flex also offers a collection of class templates to wrap C++ regex engines in a unified API for scanning and searching large data sources.

minor feature: Released 4.1.2 Updated configure scripts. Cast negative ctype function arguments (problem detected on NetBSD 10) #198.

BSDL code-generator c++ cross-plattform developers

ReMove to Waste 0.9.2 šŸ’¾

rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command line. It can move and restore files to and from directories specified in a configuration file, and can also be integrated with your regular desktop trash folder (if your desktop environment uses the FreeDesktop.org Trash specification). One of the unique features of rmw is the ability to purge items from your waste (or trash) directories after x number of days.

minor bugfix: * Show counter in real-time as items are getting purged * Update for use with canfigger 0.3.0 * Fix translations not working when using the AppImage

GNU GPLv3 terminal c end-users curses file-manager

Rust 1.76.0 šŸ’¾

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

major feature: Language Document Rust ABI compatibility between various types Also: guarantee that char and u32 are ABI-compatible Add lint ambiguous_wide_pointer_comparisons that supersedes clippy::vtable_address_comparisons Compiler Lint pinned # must_use pointers (in particular, Box where T is # must_use ) in unused_must_use. Soundness fix: fix computing the offset of an unsized field in a packed struct Soundness fix: fix dynamic size/align computation logic for packed types with dyn Trait tail Add message_type field to distinguish json diagnostic outputs Enable Rust to use the EHCont security feature of Windows Add tier 3 x86_64,i686 -win7-windows-msvc targets Add tier 3 aarch64-apple-watchos target Add tier 3 arm64e-apple-ios arm64e-apple-darwin targets Refer to Rust's platform support page for more information on Rust's tiered platform support. Libraries Add a column number to dbg!() Add std::hash:: DefaultHasher, RandomState exports Fix rounding issue with exponents in fmt Add T: ?Sized to RwLockReadGuard and RwLockWriteGuard's Debug impls. Windows: Allow File::create to work on hidden files Stabilized APIs Arc::unwrap_or_clone Rc::unwrap_or_clone Result::inspect Result::inspect_err Option::inspect type_name_of_val std::hash:: DefaultHasher, RandomState These were previously available only through std::collections::hash_map. ptr:: from_ref, from_mut ptr::addr_eq

MITL rust programming-language compiler concurrent type-safe

Fasttracker II clone 1.78 šŸ’¾

Fasttracker II clone for Windows/macOS/Linux Aims to be a highly accurate clone of the classic Fasttracker II software for MS-DOS. The XM player itself has been directly ported from the original source code, for maximum accuracy. The code is partly my own, partly based on the original FT2 code. What is Fasttracker II? Read about it on Wikipedia.

minor feature: lt;ul gt;. lt;li gt;: It was possible to deadlock the tracker by attempting to load samples that had a filesize of zero bytes, or if the sample was in use by another program lt;/li gt;. lt;li gt;Fullscreen mode has received more. Hopefully it should be better now. Please note that the "stretched" mode does not fill the entire screen in many cases. The mouse pixel mapping can also be off on some Linux systems. lt;/li gt;. lt;/ul gt;.

BSDL-2 audio tracker

butt 0.1.41 šŸ’¾

butt (broadcast using this tool) is a Shoutcast and Icecast streaming tool, which runs on Linux, Max OS X, and Windows. It's primarily meant for broadcasting live audio data, directly from line or microphone input. It's not intended as streaming or playlist server by itself.

minor feature: . . . . Add support for controlling BUTT via MIDI CC messages. . . EQ and compressor can now be enabled independently for the stream and record path. . . You can now use N as a placeholder for the current server name in your record file/path. . . Prevent BUTT from being disconnected by the server when using FLAC and the audio signal is 100 silent. . . The signal and silence detection can now by activated/deactivated with a checkbox instead of simply setting the value to 0. . . Add -L parameter to get a list of available audio devices. . . The ICY name and ICY description now support the same placeholders as the record file/path (activate the "expand variables" checkbox). . . Add Arabic language support (Thanks to Magd). . . an that could lead BUTT to freeze on startup if no internet connection is available. . . Overall stability improvements. . . . . . .

GNU GPL c++ audio streaming icecast shoutcast

FlexGet 3.11.24 šŸ’¾

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

XFCE4 desktop 4.19.2 šŸ’¾

Xfdesktop manages the root window for the XFCE4 desktop environment. It basically displays the background, shows desktop icons, implements the virtual desktop switching, and the root context and application menu.

minor bugfix: critical warning when disabling window icons. Update for new libxfce4windowing workspace API. with XfceDesktop- workspace_manager NULL on realize. Don't react to GdkScreen::monitors-changed if no monitors. Update for `xfw_window_x11_get_xid()` in `libxfce4windowing-4.19.3`. crash when primary monitor is not set. Avoid showing non-removable drives/volumes on the desktop. Add CI builds for --disable-x11 and --disable-wayland. ifdef out unusued code in settings dialog when X11 is disabled. build when X11 support disabled. Make DEFAULT_BACKDROP configurable at build time. rc file under sanity check. I18n: Update po/LINGUAS list. I18n: Update po/LINGUAS list. I18n: Update po/LINGUAS list. desktop window positioning on multi-monitor Wayland. Remove inaccurate comment. Pass event button on menu popup when it's a release event as well. spacing/layout in new settings tab for consistency. Move File/Launcher icons settings to a separate tab. Add pref for label underline when in single click mode. Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Azerbaijani, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese. (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English. (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian BokmƄl, Norwegian Nynorsk, Occitan. (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Ukrainian, Uyghur, Uzbek.

GNU GPL c gtk xfce desktop root-window x11

Unison 2.53.4 šŸ’¾

Unison is a file-synchronization tool for POSIX-compliant systems (e.g. *BSD, GNU/Linux, macOS) and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison has been in use for over 20 years and many people use it to synchronize data they care about. Features: Unison works across platforms, allowing you to synchronize a Windows laptop with a Unix server, for example. Unlike simple mirroring or backup utilities, Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict can be propagated automatically. Conflicting updates are detected and displayed. Unlike many network filesystems, Unison copies data so that already-synchronized data can be read and written while offline. Unlike most distributed filesystems, Unison is a user-level program that simply uses normal systems calls: there is no need to modify the kernel, to have superuser privileges on either host, or to have a FUSE implementation. Unison works between any pair of machines connected to the internet, typically communicating over ssh, but also directly over TCP. It is careful with network bandwidth, and runs well over slow links. Transfers of small updates to large files are optimized using a compression protocol similar to rsync.

minor feature: Released 2024-02-19 * Improved and simplified makefiles. Please review your build scripts for changed build goals, input variables and build artifact names. See INSTALL.md for details. * opam build uses the makefile build system. * Various fixes in Windows and Cygwin builds. * Preferences "force", "prefer" and related "partial" preferences now work slightly differently with values "newer" and "older". Previously, if mtimes in both replicas were equal then always the second root propagated to the first root (possibly reverting user changes). It is now made explicit that "newer" and "older" only work when mtimes are different. * Cleanups in documentation. * Bugfixes, minor improvements, cleanups.

GNU GPLv3 ocaml file-syncronization internet archiving networking mirroring rsync file-transfer backup

Gambas 3.19.1 šŸ’¾

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 made since the 3.19.0 release... Compilation and installation Read the instructions there. If everything was fine, type "gambas3" to run the development environment. Enjoy it !.. Changelog. CONFIGURATION. Compile gb.web

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

Checkstyle 10.14.2 šŸ’¾

Checkstyle assists with source coding standard checking for Java. It supports the Sun or Google code conventions, but is flexible and configurable. It can be run as console tool, or integrated as ANT task.

minor feature: Transitive dependency rejection after Guava upgrade to 32.1.3-jre. GenericWhitespaceCheck: Handling of whitespace between generic and record header. JavadocStyle doesn't work with inline `@return`. Refactor AbstractModuleTestSupport and InlineConfigParser to support XML configs in Input files without extra detalization on modules. Enable examples tests. Expand XPath IT Regression Testing. Resolve Pitest Suppression in Pitest-Javadoc Profile. update JavadocTokenTypes.java to new format of AST print. spelling: Some traditional Chinese characters were changed to simplified Chinese. Cover pitest survivals with tests.

MITL java coding-style syntax-checker command-line

HarfBuzz 8.3.1 šŸ’¾

HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple Advanced Typography. HarfBuzz is used in Android, Chrome, ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places.

major bugfix: - hb_blob_create_from_file_or_fail() on Windows will now try to interpret the file name as UTF-8 first, and as system code page if it is not valid UTF-8. - Fix hb_style_get_value() in fonts with STAT table. - Properly handle negative offsets in CFF table. - Update IANA Language Subtag Registry to 2024-03-07. - Subsetter now supports subsetting BASE table. - Subsetter will update hhea font metrics in sync with OS/2 ones. - --variations option of hb-subset now supports leaving out values that should be unchanged, e.g. wght=:500: will change the default and keep max and min unchanged. It also supports *=drop to to pin all axes to default location. - Fix hb_ot_math_get_glyph_kerning() to match updated MATH table spec. - Support legacy MacRoman encoding in cmap table. - Various build fixes. - Various subsetting and instancing fixes. - New API: hb_subset_input_pin_all_axes_to_default()

Mixed c++ c fonts text-shaping

GTK 4.14.1 šŸ’¾

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: - a mixup of cursor and anchor when retrieving surrounding text in input methods. Printing: - Avoid accessing freed printers. Accessibility: - memory leaks. GDK: - Rename the GDK_VULKAN_SKIP environment variable to GDK_VULKAN_DISABLE. - Add a GDK_GL_DISABLE environment variable. GSK: - Rename the GSK_GPU_SKIP environment variable to GSK_GPU_DISABLE. - Speed up handling of repeated ops, which should help for text. - Speed up the inner loop of text node conversion. - Drop the glyph-align optimization flag. - ngl: Avoid reusing frames while they are in use. - flickering thumbnails in nautilus. - Speed up buffer handling in both ngl and Vulkan. Demos: - Skip demos using gl shaders when we're not using the gl renderer. Build: - some ubsan warnings. - Avoid zink in ci since it spams stderr. Translation updates: Czech German Korean Russian.

GNU GPLv3 gnome gtk library framework gui toolkit cpp

Spyder 5.5.3 šŸ’¾

Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package. Beyond its many built-in features, its abilities can be extended even further via its plugin system and API. Furthermore, Spyder can also be used as a PyQt5 extension library, allowing developers to build upon its functionality and embed its components, such as the interactive console, in their own PyQt software.

minor bugfix: Important : Critical error when starting IPython console kernels on macOS and Linux in conda environments. : `PermissionError` when starting IPython console kernels on macOS and Linux. In this release 1 was. ----.

MITL interpreter ide cpython python science-research

gaiasky 3.6.0-3 šŸ’¾

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.

minor bugfix: Full changelog : Back-buffer scale initialization when config file is resetted. .

MPL astronomy vr

Linux kernel 6.8.1 šŸ’¾

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

minor feature: Linux 6.8.1, KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests, x86/rfds: Mitigate Register File Data Sampling (RFDS), Documentation/hw-vuln: Add documentation for RFDS, x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set

GNU GPL c linux kernel operating-system

exiftool 12.79 šŸ’¾

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: Improvements to new Geolocation feature: - Added ability to obtain GPS coordinates from city name. - Added -listgeo option to list the Geolocation database. - Added the ability to include user-defined cities in the Geolocation database. - Added the ability to write XMP-iptcExt LocationShown tags using Geolocate feature. - Added the ability to specify which tags to read from file for the API Geolocation option. - Added language translations for Geolocation names. - Increased resolution of Geolocation GPS positions and stored populations. - API Changes: - Save necessary data members to allow GetInfo to be accessed by user-defined tags.

Artistic perl exif meta-data

Orekit 12.0.2-RC1 šŸ’¾

Orekit aims at providing accurate and efficient low level components for the development of flight dynamics applications. It is designed to be easily used in very different contexts, from quick studies up to critical operations. As a library, Orekit provides basic elements (orbits, dates, attitude, frames, ...) and various algorithms to handle them (conversions, propagations, pointing, ...).

major feature: Release Candidate 1 for version 12.0.2

Apache scientific physics space flight dynamics aerodynamics astrodynamics satellite-prediction altitude spaceflight orbital-mechanics java

libevdev 1.13.1 šŸ’¾

libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.

minor bugfix:

MITL evdev library wrapper

LightZone 5.0.0~beta2-0obs1 šŸ’¾

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

minor bugfix: Unstable; urgency=medium Upstream sync. -- Masahiro Kitagawa Sun, 06 Jun 2023 12:13:00 +0900.

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

Evolution 3.52.0 šŸ’¾

Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.

minor feature: Bug Fixes: I#2632 - Workaround excessive memory use I#2672 - Calendar: Prefer html/markdown description in preview I#2691 - Incorrect/missing URLs in app metadata Miscellaneous: main.c: Fix unused variable when in non-development build SetupBuildFlags.cmake: Remove "-Wl,--no-undefined" from compiler flags ci: Create top 'pages' index.html page Plugins' .xml.in: Update homepage URI from GNOME wiki to GNOME GitLab (Andre Klapper)

GNU GPL email calendar office task organization

digiKam 8.3.0 šŸ’¾

digiKam is a KDE photo collection manager. It provides streamlined importing and organizing/classifying them into albums or chronologies. Besides allowing custom directory schemes for storage, it also permits plain tagging, indexing and rating. Through KIPI it integrates with other KDE photo management software; but also provides a Light Table tool to pick highest quality shots from a series, or retouch them. A built-in image editor can apply colorization and lightning correction effects.

minor feature:

GNU GPL cpp qt image photo galleries management kde digital-camera

Bokeh 3.4.0 šŸ’¾

Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over large or streaming datasets. Bokeh can help anyone who would like to quickly and easily make interactive plots, dashboards, and data applications.

minor feature: Allow to merge Toolbar.active_ and other properties ( pull request 13318 ).. Missing construct_color_bar for ImageStack glyph ( pull request 13289 ).. PropertyValueColumnData._stream() to handle large rollover ( pull request 13318 )

BSDL python javascript visualization data-science rendering science-research developers cross-platform python

Highlight 4.11 šŸ’¾

Highlight converts sourcecode to HTML, RTF, LaTeX, TeX, SVG, Pango, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable Lua scripts. It provides a plug-in interface to tweak syntax parsing and coloring. LSP servers can be used to add semantic highlighting.

minor bugfix: 14.03.2024 Updated astyle lib to version 3.4.13. Updated java definition ((https://gitlab.com/saalen/highlight/-//244). Updated solidity definition ((https://gitlab.com/saalen/highlight/-//217). Backslash symbol in man page. Src/makefile: added -std=c++17 to enable modern C++ features.

GNU GPLv3 documentation text-processing conversion utilities html latex lua cpp

GNUnet 0.21.1 šŸ’¾

GNUnet is a framework for secure and anonymous peer-to-peer networking that does not use any centralized or otherwise trusted services. Currently, the framework offers censorship-resistant file-sharing, messaging, VPN, GNS (a decentralized version of DNS), and much more. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/).

major feature: - Communicator and connectivity bugfixes

Affero GPLv3 anonymity f2f file-sharing gns gnunet internet networking p2p vpn

Messenger GTK 0.9.0 šŸ’¾

Messenger GTK is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.

major bugfix: * Fixes compatibility with libgnunetchat 0.3.0 * Contacts can be blocked and unblocked * Fix message sorting and notification handling for recent only * Fix deletion and updating of previous messages * Use pipewire and libportal for GStreamer pipelines * Remove unreadable whispered messages * Invitations can be rejected via tagging * Sent private messages can be read from sender * Fix multiple memory and synchronization issues * Camera sensor can be selected for capturing QR codes

Affero GPLv3 messaging internet p2p anonymity f2f gnunet gns networking chat conferencing

Discourse 3.2 šŸ’¾

Discourse is a discussion plattform. It provides a more fluent and accessible web interface than common bulletin boards or forum software. Discussions are visualized cohesively through scroll auto-loading, are automatically hypertext-interconnected where related, provide dynamic notifications, and are generally unintrusive and simple to partake. Discourse moreover prefers federated/social logins, encourages creative commons sharing, allows easy media embedding per drag and drop, uses a visual MarkDown editor rather than BBcode, is mobile compatible per default, and builds upon an extensive API and a modern search function.

major feature:

GNU GPL ruby ruby-on-rails discussion-forum bulletin-board online-messaging postgresql ember-js redis

Snort 3.1.82.0 šŸ’¾

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

major feature: Appid: broadcast commands with ctrlcon. Appid: change eve pattern matching logic. Appid: replaced warning log with logging api for CBD. File_api: do not clear the file capture and user file data pointers when updating the verdict from the cache. Filters: updated dyn array with vector. Flow: updated flow_data linklist with STL container. Framework: validate parameter of number type in a string form. Kaizen: rename to Snort ML. Main: clear lua stack when registering commands in a shell. Main: reset main-thread stats from the main thread. Main: update limits help. Packet_capture: add packet capturing per tenant. Sfip: remove references to unused mode feature. Sfip: zero out var/node pointers after operations to remedy heap-use-after-free on reload. Smb: for improper session cache destruction in tterm during config reload. Snort2lua: change deprecated use of ptr_fn to lambda. Stats: timing stats. Stats: perf improvement changes. Stream: remove splitter from session before inspectors. Stream_tcp: add reasons for drops due to trims. Stream_tcp: implement support for proxy mode normalization behavior. Stream_tcp: update documentation for stream TCP alerts to include the new 129:21 and 129:22 alerts. Trace: add tenants logging.

ids logger traffic cpp

KeePassXC 2.7.6 šŸ’¾

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

minor bugfix: Changes: Significant improvement to visual when drag/drop entries. Automatically prompt for Quick Unlock when showing unlock dialog. Improve colorful lock icon and file MIME icon on KDE. Ability to search by entry UUID. Add challenge-response support for NitroKey 3. Auto-Type: Disable entry level Auto-Type when disabled at group/entry. Browser: Show warning when adding duplicate URL's to entry. Browser: Improve error message when proxy cannot be found. : crash on exit on macOS. crash on search if entry doesn't have a group. several with Quick Unlock. Enable save button when not auto-saving non-data changes. Several UI/UX. Move toolbar back to top of window when disabling movement. Browser: closing password generator dialog with X button. Browser: handling of expired credentials. Windows: Prevent white flicker when launching application. Linux: warning message about allow screencapture. FdoSecrets: access confirmation dialog showing even when disabled.

password password-manager security privacy cpp

ZCAD 0.9.11.0 šŸ’¾

ZCAD is simple CAD program for technical drawings and electrical wirings and devices. It supports the DXF2000, DWG, PDF/PS/SVG/EPS and ZCP file formats and SHX or TTF fonts, is cross-platform, uses fast OpenGL rendering, allows polar tracking, accessible 2D and 3D object rotation and perspectivic view, and taking object snapshots.

minor bugfix:

Mixed lazarus fpc 3d-modeling cad autocad dxf win32 gnome kde russian pascal

CadQuery 2.4.0 šŸ’¾

CadQuery is an intuitive, easy-to-use python based language for building parametric 3D CAD models. CadQuery is for 3D CAD what jQuery is for javascript. Imagine selecting Faces of a 3d object the same way you select DOM objects with JQuery!

minor bugfix: ### Highlights * Updated to OCP and OpenCASCADE 7.7.2 #1440 (https://github.com/CadQuery/cadquery/pull/1440) * Python 3.12 support #1468 (https://github.com/CadQuery/cadquery/pull/1468) * VTK-based `show` function for showing models from the command line #1366 (https://github.com/CadQuery/cadquery/pull/1366) #1394 (https://github.com/CadQuery/cadquery/pull/1394) ### Other changes * Documentation fixes and improvements #1360 (https://github.com/CadQuery/cadquery/pull/1360) #1362 (https://github.com/CadQuery/cadquery/pull/1362) #1367 (https://github.com/CadQuery/cadquery/pull/1367) #1368 (https://github.com/CadQuery/cadquery/pull/1368) #1380 (https://github.com/CadQuery/cadquery/pull/1380) #1400 (https://github.com/CadQuery/cadquery/pull/1400) #1423 (https://github.com/CadQuery/cadquery/pull/1423) #1424 (https://github.com/CadQuery/cadquery/pull/1424) #1458 (https://github.com/CadQuery/cadquery/pull/1458) #1474 (https://github.com/CadQuery/cadquery/pull/1474) * Added an `enlarge` method to BoundBox object #1356 (https://github.com/CadQuery/cadquery/pull/1356) * Added parallel operation support to `_bool_op()` #1357 (https://github.com/CadQuery/cadquery/pull/1357) * Added typing for `importStep()` and `importShape()` #1372 (https://github.com/CadQuery/cadquery/pull/1372) * Added tuple parameter support to CQGI #1373 (https://github.com/CadQuery/cadquery/pull/1373) * Improved the shape iterator #1376 (https://github.com/CadQuery/cadquery/pull/1376) * Added all other formats to ReadTheDocs downloads #1377 (https://github.com/CadQuery/cadquery/pull/1377) * Improved segment naming in constraint solver test #1379 (https://github.com/CadQuery/cadquery/pull/1379) * Fixed ellipse arc normal with DXF import and export #1384 (https://github.com/CadQuery/cadquery/pull/1384) * Fixed bug in tapered extrude height #1388 (https://github.com/CadQuery/cadquery/pull/1388) * Implementation of cq.Shape selectors #1406 (https://github.com/CadQuery/cadquery/pull/140

Apache python cad 3d modeling codecad parametric