OSPRay 3.0.0_beta_rc2 💾

Intel OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel Architecture CPUs. OSPRay is part of the Intel oneAPI Rendering Toolkit and is released under the permissive Apache 2.0 license. The purpose of OSPRay is to provide an open, powerful, and easy-to-use rendering library that allows one to easily build applications that use ray tracing based rendering for interactive applications (including both surface- and volume-based visualizations). OSPRay is completely CPU-based, and runs on anything from laptops, to workstations, to compute nodes in HPC systems. OSPRay internally builds on top of Intel Embree and ISPC (Intel SPMD Program Compiler), and fully exploits modern instruction sets like Intel SSE4, AVX, AVX2, and AVX-512 to achieve high rendering performance, thus a CPU with support for at least SSE4.1 is required to run OSPRay.

minor feature: Experimental support for device data DEVICE DATA. For device data we now detect the case where the application shares that. With us and, by default, handle it by copying into an internal shared. Buffer, just like we do for host data. The copy, as implemented. Requires a corresponding change in ispcrt that is expected in the next. Release. In the interim the superbuild applies the needed commit as. Patch. The new OSPRAY_ALLOW_DEVICE_MEMORY environment flag turns on an. Experimental mode where OSPRay instead leaves the buffer alone and. Attempts to use the device data in place. The mode is experimental. Because in most cases the app will simply crash as most code in OSPRay. VKL and Embree do not yet support device data. Applications that know. Exactly what they are doing ie using it only for VKL structured volumes. With the upcoming VKL release, or RGB surface colors, can use it to. Avoid a copy. TESTING. The --own-SYCL argument to ospTestSuite causes the test app to. Emulate in situ use cases where the sycl enabled application owns the. Context and shares it with ospray. The new test_sharedusm_data test (only available when compiled with. SYCL) creates a simple volumetric data set and validates that usm. Host, shared, or device data sharing work as expected. Co-authored-by: Johannes Günther lt;johannes.guenther@intel.com gt;.

Apache renderer

gaiasky 3.5.4-1 💾

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 square recursive grid style, additionally to the existing circular concentric rings. Add diagonal lines at 30 and 60 degrees to the circular recursive grid. Redesign time pane layout and widgets (warp slider, play/pause, information boxes, etc.) in controls window. Upgrade internal version numbering to include a sequence number within the revision (major.minor.revision-sequence). It should be backwards compatible, but starting with this version, internal version numbers have at least 7 digits instead of 5. Bump source version number. Refactor separator UI elements. Redesign loading screen to follow welcome screen style. .

MPL astronomy vr

GitLab 16.4.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 security: (2023-09-28). ### Security (15 changes). Mark any CI builds that are not complete as canceled when imported (gitlab-org/security/gitlab@2b3246c076dd7b6505945b6e19d3787fc8698b6f) ( merge request (gitlab-org/security/gitlab!3597)). Destroy group service accounts when removing group (gitlab-org/security/gitlab@5135447afe579babb040e7f40192ac330d663aee) ( merge request (gitlab-org/security/gitlab!3602)). SSO Enforcement for shared groups and projects (gitlab-org/security/gitlab@bdcbc1561c60b8039763bf85f0b00e34e6771cc0) ( merge request (gitlab-org/security/gitlab!3603)). Prevents Ci::Build data from being rendered (gitlab-org/security/gitlab@d53320b0ad9b5c6f517971072a073f985d35facb) ( merge request (gitlab-org/security/gitlab!3604)). Allow only one membership for security policy bots (gitlab-org/security/gitlab@0427e9ce8496fd587f4c971d8df710ab37d4a104) ( merge request (gitlab-org/security/gitlab!3611)). Reset all approvals when target branch changes (gitlab-org/security/gitlab@d3cd8f60d73ce2feecd034383bf2e17789f6fe43) ( merge request (gitlab-org/security/gitlab!3607)). Default to using the asset proxy (gitlab-org/security/gitlab@524aebbbaa746b3745506ce642eba67b668f9872) ( merge request (gitlab-org/security/gitlab!3587)). Restrict Project Fork Linking to Owners and Admins (gitlab-org/security/gitlab@3132e578fcd0fc093d732a9891dd72a37341cfab) ( merge request (gitlab-org/security/gitlab!3605)). Prevent math hijacking page elements (gitlab-org/security/gitlab@c8c813dc3fc8b26e3975392758328c97568e6eb4) ( merge request (gitlab-org/security/gitlab!3591)). Delete of member branch protection rules cascadingly (gitlab-org/security/gitlab@4635a97c527fbe81bb4d93502460d7147262c2a6) ( merge request (gitlab-org/security/gitlab!3594)). Prevent collaboration across forks when author cannot push (gitlab-org/security/gitlab@d9b21a60fe0ff6f7e5cbecbcaf2a70ac33aa4acd) ( merge request (gitlab-org/security/gitlab!3586)). Allow Maintainer+ to list Sentry projects (gitlab-

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

Qt5Gtk2 1.0 💾

This package provides GTK+2.0 style and platform plugins for Qt 5.7 or higher.

minor bugfix: Added preview support to the file dialog

GNU GPL qt gtk

PowerShell Core 7.4.0-preview.6 💾

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

minor feature: 7.4.0-preview.6 - 2023-09-28. General Cmdlet Updates and. Set approved experimental features to stable for 7.4 release. Revert changes to continue using `BinaryFormatter` for `Out-GridView`. Remove the comment trigger from feedback provider. Tests. Continued improvement to tests for release automation. Skip the test on x86 as `InstallDate` is not visible on `Wow64`. Harden some problematic release tests. Build and Packaging Improvements. lt;details gt;. lt;summary gt;. lt;p gt;Move to.NET 8.0.100-rc.1.23463.5 lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;Update the regex for package name validation (Internal 27783, 27795) lt;/li gt;. lt;li gt;Update ThirdPartyNotices.txt (Internal 27772) lt;/li gt;. lt;li gt;Remove the lt;code gt;ref lt;/code gt; folder before running compliance lt;/li gt;. lt;li gt;Updates RIDs used to generate component Inventory lt;/li gt;. lt;li gt;Bump lt;code gt;Microsoft.CodeAnalysis.CSharp lt;/code gt; from 4.7.0 to 4.8.0-2.final lt;/li gt;. lt;li gt;the release build by moving to the official.NET 8-rc.1 release build version lt;/li gt;. lt;li gt;Update the experimental feature JSON files lt;/li gt;. lt;li gt;Bump lt;code gt;XunitXml.TestLogger lt;/code gt; from 3.1.11 to 3.1.17 lt;/li gt;. lt;li gt;Update lt;code gt;Microsoft.PowerShell.PSResourceGet lt;/code gt; to 0.9.0-rc1 lt;/li gt;. lt;li gt;Update.NET SDK to version 8.0.100-rc.1.23455.8 lt;/li gt;. lt;li gt;Use lt;code gt;fxdependent-win-desktop lt;/code gt; runtime for compliance runs lt;/li gt;. lt;li gt;Add mapping for mariner arm64 stable lt;/li gt;. lt;li gt;Bump lt;code gt;xunit.runner.visualstudio lt;/code gt; from lt;code gt;2.5.0 lt;/code gt; to lt;code gt;2.5.1 lt;/code gt; lt;/li gt;. lt;li gt;Bump lt;code gt;JsonSchema.Net lt;/code gt; from 5.2.1 to 5.2.5 lt;/li gt;. lt;li gt;Bump lt;code gt;Microsoft.NET.Test.Sdk lt;/code gt; from 17.7.1 to 17.7.2 lt;/li gt;. lt;li g

MITL powershell shell

Kamailio SIP Server 5.7.2 💾

Kamailio (formerly OpenSER) is a high-performance SIP (RFC3261) server with a flexible architecture and many extensions. The server implements proxy, registrar, redirect, and location SIP/VoIP services. It has support for UDP, TCP, TLS, and SCTP transport layers, DNSsec, ENUM, AAA via database, RADIUS, DIAMETER, gateways to SMS and XMPP, least cost routing, load balancing, NAT traversal, and call processing language. Kamailio implements SIMPLE presence and instant messaging extensions, and includes an embedded XCAP server and MSRP relay, IMS/VoLTE extensions. It can be also used as a routing SIP sever for WebRTC via WebSocket.

minor feature: Version 5.7.2 Maintenance release of the latest stable branch, 5.7, that. Includes since the release of v5.7.1. There is no change to. Database schema or configuration language structure that you have to do. on previous installations of v5.7.x. Deployments running previous v5.7.x. Versions are strongly recommended to be upgraded to v5.7.2. For more details about version 5.7.2 (including links and guidelines to. Download the tarball or from GIT repository), visit: Https://www.kamailio.org/w/2023/09/kamailio-v5-7-2-released/.

GNU GPL sip voip webrtc volte ims telephony messaging

Embree 4.3.0 💾

Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel. The target users of Intel® Embree are graphics application engineers who want to improve the performance of their photo-realistic rendering application by leveraging Embree's performance-optimized ray tracing kernels. The kernels are optimized for the latest Intel® processors with support for SSE, AVX, AVX2, and AVX-512 instructions. Intel® Embree supports runtime code selection to choose the traversal and build algorithms that best matches the instruction set of your CPU. We recommend using Intel® Embree through its API to get the highest benefit from future improvements. Intel® Embree is released as Open Source under the Apache 2.0 license.

minor feature: Updates Use syclos 20230922 for release. Use proper public driver on Windows. Update ispc to 1.21.0. Update TBB to 2021.10.0. Update ICX RK to 20230926.

Apache redenderer

Mozilla Firefox 118.0 💾

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: Automated translation of web content is now available to Firefox users! Unlike cloud-based alternatives, translation is done locally in Firefox, so that the text being translated does not leave your machine. Web Audio in Firefox now uses the FDLIBM math library on all systems to improve anonymity with Fingerprint Protection. The visibility of fonts to websites has been restricted to system fonts and language pack fonts to mitigate font fingerprinting in Private Browsing windows. Video Effects and background blur are now available to Firefox users on Google Meet! (Note: These effects have also been released retroactively to support Firefox versions back to Firefox 115.), Firefox Suggest users (US-only at this time) will now be able to see browser add-on suggestions right in the address bar based on their keywords. Various security. You can find information about policy updates and enterprise specific in the Firefox for Enterprise 118 Release Notes. 10 new CSS math functions are now supported: round, mod, rem, pow, sqrt, hypot, log, exp, abs, sign. OpaqueResponseBlocking is now enabled by default. With the release of Firefox 118, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 8 of whom were brand new volunteers! Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions:

MPL c++ web-browser html5 javascript mozilla

Tornado 6.4.0b1 💾

Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. It's comprised of a web framework, a HTTP client and server implementation based on an asynchronous networking core, and it coroutine library. As whole it can supplant WSGI setups, but the web framework itself may be run with traditional servers.

minor feature: What's new in Tornado 6.4.0 In Progress. General Changes. Python 3.12 is now supported. Older versions of Tornado will work on Python 3.12 but may log. deprecation warnings. Deprecation Notices. `.IOLoop.add_callback_from_signal` is suspected to have been broken since Tornado 5.0 and will be. removed in version 7.0. Use `asyncio.loop.add_signal_handler` instead. The `client_secret` argument to `.OAuth2Mixin.authorize_redirect` is deprecated and will be. removed in Tornado 7.0. This argument has never been used and other similar methods in this module. don't have it. `.TwitterMixin` is deprecated and will be removed in the future. `tornado.auth`. The `client_secret` argument to `.OAuth2Mixin.authorize_redirect` is deprecated and will be. removed in Tornado 7.0. This argument has never been used and other similar methods in this module. don't have it. `.TwitterMixin` is deprecated and will be removed in the future. `tornado.autoreload`. Autoreload can now be used when the program is run as a directory rather than a file or module. New CLI flag `--until-success` re-runs the program on any failure but stops after the first. successful run. `tornado.concurrent`. reference cycles that could lead to increased memory usage. `tornado.escape`. Several methods in this module now simply pass through to their equivalents in the standard. library. `tornado.gen`. This module now holds a strong reference to all running `asyncio.Task` objects it creates. This. prevents premature garbage collection which could cause warnings like "Task was destroyed but it. is pending!". `tornado.ioloop`. `.IOLoop.add_callback_from_signal` is suspected to have been broken since Tornado 5.0 and will be. removed in version 7.0. Use `asyncio.loop.add_signal_handler` instead. The type annotation for `.IOLoop.run_in_executor` has been updated to match the updated signature. of `asyncio.loop.run_in_executor`. reference cycles that

Apache python web-framework http-server

CherryTree 1.0.2 💾

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

minor bugfix: Improved performance of search/replace with option 'all matches'. Added multi pages support to all matches dialog with a limit of 50 matches per page. Crash when searching with all matches option and the text line containing the pattern is very long. Pasting file/folder path with non latin characters on windows applies the start of the link before the pasted text. Pasting rich text into codebox causing with syntax highlighting. Single click on line number to select line, double click for pargraph. Added 42 stock icons. Incomplete languages: ar, el, fi, hi_IN, hr, ja, lt, pt.

GNU GPLv3 gtk c text-editor note-taking

Qt6 Configuration Tool 0.9 💾

This program allows users to configure Qt6 settings (theme, font, icons, etc.) under DE/WM without Qt integration.

minor bugfix: added Qt 6.6 compatibility; improved cmake support; fixed crash on QML applications and other issues; updated translations.

BSDL-2 qt6ct qt6

Babel 7.23.0 💾

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

major feature: (2023-09-25). #### :rocket: New Feature. `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import`. Support transforming `import source` for wasm (@nicolo-ribaudo). `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`. Implement `import defer` proposal transform support (@nicolo-ribaudo). `babel-generator`, `babel-parser`, `babel-types`. Implement `import defer` parsing support (@nicolo-ribaudo). Add parsing support for the "source phase imports" proposal (@nicolo-ribaudo). `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types`. Add `createImportExpressions` parser option (@JLHwung). `babel-standalone`. Pass through nonce to the transformed script element (@JLHwung). `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types`. Add support for optional chain in assignments (@nicolo-ribaudo). `babel-helpers`, `babel-plugin-proposal-decorators`. Implement the "decorator metadata" proposal (@nicolo-ribaudo). `babel-traverse`, `babel-types`. Add `t.buildUndefinedNode` (@liuxingbaoyu). `babel-preset-typescript`. Add `rewriteImportExtensions` option to TS preset (@nicolo-ribaudo). `babel-parser`. Allow TS tuples to have bo

MITL javascript ecmascript nodejs compiler conversion es6 es7 developers

Stellarium 23.3 💾

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

major bugfix: The Stellarium Team has released version 23.3. The major changes of this version: New plugin: Missing Stars. Allow semitransparent landscapes. Added discovery circumstances for Solar system bodies. Improve orbit drawing for minor bodies. Show named impact features as ellipses. Major changes in Navigational Stars plugin. Observing List - Unambiguous comet names. Behind the scenes, many more minor were. TELESCOPE USERS. We have identified and some in the TelescopeControl plugin on. the Qt6-based releases. Telescope users, please try whether this solves your problems. If not, we are looking for those of you with programming skills to help us ing remaining. Reward possible!

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

BallroomDJ 4 4.4.0 💾

BallroomDJ 4 is a ballroom music player. It is designed to play music the entire evening without intervention. Manage your ballroom dance music and create song lists, automatic playlist and sequenced playlists. BallroomDJ 4 is the replacement for BallroomDJ.

major feature: 4.4.0 2023-9-25 * Bug Fixes: * Audio Tags: Process ogg/opus/flac totaltracks, totaldiscs. * Song List Editor, Music Queue: Display numeric values correctly. * Favorites: Display configured not-set display text in heading. * Linux: Resolved library versioning issues (separate builds). * Listings: Fix duration display. * Translations: Fix some english/GB, english/US spelling differences. * User Interface: Fix read-only spinboxes. * Changes: * Configuration: General: re-arranged entries. * Configuration: Move audio tag interface selection to the general tab. * User Interface: Tooltip background is darker. * New Features: * Audio Identification (AcoustID, MusicBrainz).

Zlib end-users linux macos windows player ballroom c gtk

DBeaver 23.2.1 💾

DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, Teradata, MongoDB, Cassandra, Redis, etc.

minor feature: Revert "#20522 Remove `Entries per page` setting for QM " (#2 1265). This reverts commit 9f0b24a.

GNU GPL database front-end sql java

abc2svg 1.22.10 💾

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

Finit 4.5-rc3 💾

Finit is a SysV init replacement that starts services in parallel for a fast init. It comes with process supervision similar to that of daemontools and runit. Although the focus is on small and embedded GNU/Linux systems, it's fully functional on standard server and desktop installations. Cookies included.

minor feature: Update ChangeLog and bump for v4.5-rc3 No more changes are expected after -rc3. Will be used for testing in. Inand br2-ext-finit before the final v4.5 GA. Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

MITL init monitoring linux c

MusE 4.2.1 💾

MusE is a MIDI/Audio sequencer with recording and editing capabilities written originally by Werner Schweer now developed and maintained by the MusE development team. MusE aims to be a complete multitrack virtual studio for Linux, it is published under the GNU General Public License.

minor feature: . . . .

GNU GPL artistic-software audio midi sequencer

Calibre 6.27 💾

Calibre is an e-book library management application, viewer and editor. It's also commonly used for e-book file format conversion and syncing to reader devices. Calibre also simplifies downloading news from the web and converting them into e-book form, and can act as content server for online access to your book collection.

minor feature: Release: 6.27 22 Sep, 2023 New features Kobo driver: Support updated firmware Nook driver: Add support for Nook Glowlight Plus 2023. Data files manager: Allow drag and drop of files onto the list of files to add new files. Support 7z archives in addition to ZIP and RAR for automatic ebook extraction when adding to calibre Linux/macOS: detection of the Kindle Scribe with MTP firmware. E-book viewer: Allow clearing list of recently opened books from the open button's popup menu itself E-book viewer: Add a link to show the currently viewed book in the calibre library (Go to- gt;Metadata in the viewer controls to access it) Book information dialog: a regression that caused incorrect color for titles in dark mode E-book viewer: searching does not jump to first match if all matches are before current position in book EPUB Output: duplicated title page entry in spine for books that define a title page that ends up getting split Allow for-light/dark-theme icon overrides to work for plugin icons placed by the user in the override folder. PDF Output: background image + text not rendering correctly if the same background image is used with different text multiple times E-book viewer: section titles in highlights panel being incorrectly expanded to full titles when the section has multiple highlights Prevent Quickview window from opening in the background Edit book: a regression in the previous release that caused an error when doing text based searches New news sources. Times of India Print Edition by unkn0wn. Hindu Feeds based by unkn0wn. Australian Financial Review by unkn0wn. Improved news sources. Ambito. Financial Times. USA Today.

GNU GPLv3 python c++ ebook-reader e-book conversion

Artistic Style 3.4.8 💾

A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.

minor bugfix: * fixed various C++ and C Sharop formatting issues * added new option --pad-empty-paren to pad empty pairs of parentheses

MITL formatting indentation

Zabbix 6.4.6 💾

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

minor feature:

GNU GPL logging networking monitoring system-administration

GitLab 16.4.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-09-21). ### Added (179 changes). Create list for standards adherence report (gitlab-org/gitlab@e8aabe8fac4cf2d99de68ab325c788468abe64ee) ( merge request (gitlab-org/gitlab!129538)) GitLab Enterprise Edition. Add keyset pagination support for /users endpoint (gitlab-org/gitlab@bb7df12f5e7cb60c654d6b518a1e96a847a2f01b) ( merge request (gitlab-org/gitlab!130019)). Add documentation for Self-Managed Code Suggestions (gitlab-org/gitlab@cf61e023da5737d9fa7528283d66a3e9caed7167) ( merge request (gitlab-org/gitlab!131628)). Added create api for instance level gcp destinations (gitlab-org/gitlab@d40dde514fa1d456bc5fb09762f04e03fdc6eb1b) ( merge request (gitlab-org/gitlab!130663)) GitLab Enterprise Edition. Support multiline comment for code generation (gitlab-org/gitlab@6ad031e89bf3d9fb4530af0e0fe5de525ace17d8) ( merge request (gitlab-org/gitlab!131793)) GitLab Enterprise Edition. Expose `vulnerability_events` integrations field (gitlab-org/gitlab@501ffaceeb709179ebd9fe655d4cce67c7c051fa) ( merge request (gitlab-org/gitlab!131831)) GitLab Enterprise Edition. Added delete api for instance gcp config (gitlab-org/gitlab@87e31d608c0459979b46fbe398ff52621b55728b) ( merge request (gitlab-org/gitlab!131752)) GitLab Enterprise Edition. Enable package_metadata_advisory_sync and... (gitlab-org/gitlab@ae6fb2eb94d03bd3f979379ddad5b284b7f6ef46) ( merge request (gitlab-org/gitlab!131705)) GitLab Enterprise Edition. Add /award quick action for work items (gitlab-org/gitlab@e8c3705fde44496aa9ecac2be51ee1fceb9683d6) ( merge request (gitlab-org/gitlab!127953)). Added instance level gcp destination streaming (gitlab-org/gitlab@34f43f68e1c518e4b0e1111ba0a7ceec326fef71) ( merge request (gitlab-org/gitlab!131608)) GitLab Enterprise Edition. Graphql endpoint for listing all custom roles (gitlab-org/gitlab@e0fe47d2bffbbf503d21c1e4b884bc5f2e07921e) ( merge request (gitlab-org/gitlab!131324)) GitLab Enterprise Edition. Added archived filter for commits scope (gitlab-o

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

Sweet Home 3D 7.2 💾

Sweet Home 3D is an interior design application that helps you to quickly draw the floor plan of your house, arrange furniture on it, and visit the results in 3D.

minor feature: Added. Modify dimensions menu item to edit dimensions coordinates, color and font size.. Handled dimensions display in 3D view.. Added elevation dimensions to show items height.. Added. Selection and editing in 3D view option in the preferences pane to enable selection, modification, furniture moves and rotation, as well as dragging furniture from the catalog in the 3D view.. Managed magnetized placement of objects in shelf units with the new. shelfElevations and. shelfBoxes properties.. Managed user-defined properties defined in. com.eteks.sweethome3d.additionalFurnitureProperties System property with the ability to display them in the furniture table and modify them in Furniture modification panel.. Added preset postures choice (available for mannequin models in default catalog and in Scopia library ).. Added multi level printing support.. Added. Recompute room points item to plan contextual menu.. Made default category equal to. User in furniture import wizard.. Added the ability to display. Description column in furniture table.. Added. license property to furniture libraries and the ability to display. License column in furniture table.. Deactivated 3D updates process when the 3D view is hidden.. Ensured detached 3D view is visible after opening a SH3D file.. Ignored invisible objects under cursor when. Select object is chosen in 3D view contextual menu.. textures transparency in YafaRay rendering.. Updated JOGL to version 2.5.0 for macOS, Windows 64 bit and Linux 64 bit.. Updated Abbot library to version 1.2.. Added. Modify dimensions dialog box, elevation dimensions, 3D handling option, shelves magnetism and preset postures choice to Sweet Home 3D JS Online.. Added new classes to Sweet Home 3D JS to store home data directly on a server, in IndexedDB or in local storage, with auto recovery management in IndexedDB.. Added to repository Web application and Zip archive to deploy Sweet Home 3D JS on JSP or PHP servers respectively.. Added to Fur

GNU GPL modeller design visualization java

LimeSurvey 6.2.8 (build 230921) 💾

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: theme breaks when filepath inside the config includes linebreaks and empty spaces (Patrick Teichmann). Subquestions are not stored when saving saving and the same code exists in different scales (Carsten Schmitz). Iterate survey button not visible (Carsten Schmitz). CT-337: Wrong survey being picked up when using alias (Gabriel Jenik). Array by column answer options are not processed by EM before display (Matthew). When there are question themes installed, can't upload survey themes (Gabriel Jenik). security CSRF in Question Themes function (Gabriel Jenik). CR-1310: re-bind attributePanel buttons (Mohab E). CR-1310: edit attribute (Mohab E). CR-1310: Can't edit Attribute at admin/participants/sa/attributeControl (Mohab E). Updated translation: Slovak by jelen1. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Hungarian by kkd. Updated translation: German by c_schmitz. Updated translation: German (Informal) by c_schmitz. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

Prestashop Out of Stock 💾

Effectively manage out-of-stock products with the PrestaShop Out of Stock module. Enable customer notifications, transparently communicate stock availability, and gain control over handling temporarily unavailable items. This module prioritizes customer satisfaction and loyalty.

minor feature:

prestashop out of stock

Prestashop CSV Pricing 💾

Efficient pricing management is vital, especially for stores with extensive product catalogs. The PrestaShop CSV Pricing module simplifies the process of importing and updating prices via CSV files. This not only saves time but also reduces errors, ensuring pricing consistency, efficiency, and accuracy, regardless of your product inventory's scale.

minor feature:

prestashop csv pricing

Prestashop Private Shop 💾

For exclusive shopping experiences, consider implementing the PrestaShop Private Shop Module. This module empowers you to create a restricted section within your store, tailored for selected customers, whether they are VIPs or wholesale buyers. You have the flexibility to limit access to specific products, categories, or the entire store, ensuring personalized attention and offerings for a truly exceptional retail experience.

minor feature:

prestashop private shop

Prestashop Labels 💾

Efficiently manage product presentation with the PrestaShop Labels module. Simplifying product management, it allows you to apply informative labels like "New," "On Sale," or "Bestseller." These labels serve as helpful guides for customers, aiding them in making informed decisions and contributing to a delightful shopping experience.

minor feature:

prestashop labels

Module SEO PreStashop 💾

Enhance your online store's digital presence with the powerful PrestaShop SEO Module. It plays a pivotal role in boosting website visibility and improving search engine rankings. This module enables you to fine-tune critical SEO elements, including product pages, meta tags, and sitemaps, ultimately driving organic traffic, attracting a larger audience, and strengthening your online presence.

minor feature:

module seo prestashop

PrestaShop Registration Form 💾

The PrestaShop Registration Form module streamlines the customer sign-up process on your PrestaShop store, providing a registration procedure that's both user-friendly and adaptable. It efficiently collects vital customer data, empowering you to fuel targeted marketing campaigns and create personalized shopping experiences. This enhances initial customer interactions and nurtures long-term relationships.

minor feature:

PHPL prestashop registration form

LightZone 5.0.0~beta1-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 Mon, 26 Jun 2023 22:30:00 +0900.

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

MusE 4.2 💾

MusE is a MIDI/Audio sequencer with recording and editing capabilities written originally by Werner Schweer now developed and maintained by the MusE development team. MusE aims to be a complete multitrack virtual studio for Linux, it is published under the GNU General Public License.

minor feature: New: Midi remote control feature redesigned. New: Export midi options New: Soft bypass support for plugins. New: Generic plugin UI 'Off' button. New: Export midi selected visible tracks only. In main app menu. New: Export midi selected parts on visible tracks only. In main app menu. New: LV2 midi-out support added. Supports things like midi arpeggiators, midi effects etc. New: Midi control assignment New: Momentary Mute and Solo buttons! NEW audio automation graphs redesign New: Audio automation graphs: Choice of DISCRETE or INTERPOLATED points. New: LATCH automation mode, in addition to OFF, READ, TOUCH, WRITE modes. New: Audio automation graphs: 'Align all selected to point' context menu item. New: Adjustable graph point size. In Global Settings GUI tab. New: Buttons on toolbar turn the graph points on and off ! Added: Latency correction for VST midi-out. Major plugin/controller/logarithmic/UI changes Midi assign and mixer overhaul Fix VST midi-out: Recording times were way off. (Midi arpeggiators, midi effects etc.) Fix #1088: Cannot copy/paste parts Fix: Reuploaded script (Fix issue 1037: Time stretching/shrinking for midi/drum parts.) Fix #1106: Running scripts in midi editors takes waaay too long. Fix #1238: Not responding to program MSB from inputs. Fix #1233: RtAudio 6 compatibility. Fix midi remote control: Don't accept note-offs. Fix #1121: Undefined symbol ipatch_close. Fix #1120: Cannot clone parts. Fix #1119: Routing doesn't work with utf-8 symbols in names. Fix #1022: Allow even more zoom out in piano roll. Fixed: A number of crash bugs! For the complete list of changes see: https://github.com/muse-sequencer/muse/blob/4.2.0/src/ChangeLog

GNU GPL artistic-software audio midi sequencer

gaiasky 3.5.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 feature: Full changelog : Atmosphere object distance falloff. Exit JVM process with a proper status code depending on application state. Mismatch in bundled JRE versions in install4j script. Glitches and artifacts in atmosphere ground tessellation shader. Base opacity applied to model bodies when rendered as billboards. Update minimum required JRE in install4j script to 15. version tag. Use camrecorder target frame rate instead of frame output system one in keyframes. Check keyboard focus state when polling cursors in main mouse/kdb listener. Raymarching event description. Small improvements in UCD parser for IDs and magnitudes. do not preemptively check display resolution in macOS, as it usually runs a headless JVM. Clean editing keyframe on deletion. do not render keyframe lines/points when camcorder is playing. index in path linear interpolator. Features: New welcome screen title design and splash. Add check for keyframe timings (t_kf fps 1 == 0) and respective notice. Add new visibility type 'Keyframes', which controls the keyframe points and lines. Add new keyboard mapping SHIFT+K to toggle it. Add tooltips to keyframe playback buttons. Move `onlyBody` trajectory attribute to `bodyRepresentation`, which is an enum that enables the representation of only body, only orbit or both. The `onlyBody` attribute is still kept as a proxy. Rename `pointColor` to `bodyColor` in trajectories. `pointColor` is kept as an alias. Skip back/fwd, step back/fwd, play/pause and timeline slider all work. Move keyframes logic and model to keyframe manager. Add direct playback capability to keyframes. Still WIP. Keyframe system to use new camera path object in export operation. Move from buffered file-backed recording and playback to model-backed solutions for the camrecorder. This means that, during recording, the data is captured and stored in memory and persisted to disk when the recording finishes. During playback, the data is loaded to memory at once at the b

MPL astronomy vr

libmp4tag 1.2.7 💾

An MP4 tagging library where all tags can be accessed and modified and any tags, unknown tags or custom tags are never lost when the audio file is updated. A list of known tags is only used when new tags are added.

minor bugfix: 1.2.7 beta 2023-9-20 * Bug Fixes: * Fix pkg-config file to install in correct library location.

Zlib library c audio video tagging mp4

Tomb, the Crypto Undertaker 2.10 💾

Tomb is a system to make strong encryption easy for everyday use. A tomb is like a locked folder that can be safely transported and hidden in a filesystem. Its keys can be kept separate; for example, you can keep the tomb on your computer and its key on a USB stick. Tomb is written in code that is easy to review and links shared components: it consists of a ZShell script and desktop integration apps; it uses standard GNU tools and the crypto API of the Linux kernel (dm-crypt) via cryptsetup.

minor feature: This release adds optional support for Argon2 KDF brute-force protection and introduces support for doas as an alternative to sudo for privilege escalation. It also improves support for BTRFS formatted Tombs, adds zram detection as swap memory, updates documentation and translations and cleans up the script code.

GNU GPLv3 dyne-org security cryptography archiving shell terminal console linux

exiftool 12.67 💾

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

minor feature: Added a new Pentax LensType. - Added a new FujiFilm FilmMode and FaceElementTypes values. Error writing new DataMining tag where URI prewasn't being. Properly added to the value

Artistic perl exif meta-data

QtPass 1.4.0 💾

Password management should be simple and follow Unix philosophy. With QtPass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files can be be organised into meaningful folder hierarchies, which can be shared with teams.

minor feature: Initial Korean from Weblate.

GNU GPLv3 password manager utility qt qt5 pass gpg git

Inadyn 2.12.0 💾

Inadyn is a small and simple DDNS client with HTTPS support, both GnuTLS and OpenSSL are supported. Inadyn is commonly available in many GNU/Linux distributions, used in off-the-shelf routers and Internet gateways to automate the task of keeping your DNS record up to date with any IP address changes from your ISP. It can also be used in installations with redundant (backup) connections to the Internet.

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

GNU GPL ddns dns monitoring c console daemon windows linux unix

Hibernate 6.3.1 💾

Hibernate is a popular Object/Relational Mapper tool for Java, and implements the persistence API. Besides ORM functionality, it provides indexing and search, annotation-based constraints, OGM for NoSQL storage, various tools (mapping editor, console, wizards, database reverse engineering) and a few extensions (Hibernate Shards).

minor bugfix: https://hibernate.atlassian.net/projects/HHH/versions/32188 HHH-17221 - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field. HHH-17203 - ElementCollection doesn't consider @Where annotation on delete of elements. HHH-17202 - ArrayStoreException for single field id class entity collection batch loading. HHH-17201 - Unexpected value type exception for unordered multi id Load with ordered return disable. HHH-17189 - Audited annotations are ignored on embeddable super types. HHH-17177 - JDBC type code is ignored in XML mapping for an id attribute. HHH-17173 - Getting one-to-one association through a referenece to a bytecode enhanced entity fails. HHH-17168 - Investigate failures on db10_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength. HHH-17167 - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId. HHH-17166 - query methods returning primitive types incorrectly inferred to be mutation query methods. HHH-17165 - short method names in metamodel generator cause SIOBE. HHH-17163 - persist() should throw JPA's EntityExistsException if passed detached instance. HHH-17159 - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON. HHH-17156 - NPE when an Embeddable column is reused in another class related by inheritance. HHH-17154 - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl. HHH-17135 - CriteriaQuery error passing nullLiteral with entity type class. HHH-17131 - Regression in entity streams with associated collections resulting in result duplication. HHH-17105 - SQL clause from @WhereJoinTable is no longer used for DELETE queries (6.2 regression). HHH-17104 - with max() request inside projection. HHH-17100 - CustomType wrongly calls UserType#disassemble. HHH-17080 - Envers AuditReader.getRevisionNum

GNU GPL java orm hibernate database indexing