asterisk 16.30.0 šŸ’¾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature:

GNU GPL communication conferencing telephony sip

asterisk 19.8.0 šŸ’¾

Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source.

minor feature:

GNU GPL communication conferencing telephony sip

firejail 0.9.72 šŸ’¾

Firejail is a security sandbox tool, which utilizes Linux 3.x namespaces to setup restricted environments for untrusted applications. It works for console and graphical applications, servers, or even login sessions; by assigning them and their subprocesses a private view of globally shared kernel resources. Firejail isolates mount points, adds chrooting, filesystem writability or overlays, sandbox filesystem sharing, networking stack and firewall isolation, constrains interprocess communication, and separates processes. It comes with default profiles for Firefox or Evince, includes Seccomp and Linux caps support.

minor feature: Feature: On failing to remount a fuse filesystem, give warning instead of. Erroring out Feature: Update syscall tables and seccomp groups. Feature: improve force-nonewprivs security guarantees. Feature: add support for restricting the creation of Linux namespaces. (--restrict-namespaces, --restrict-namespaces=), implemented as a seccomp. Filter for both 64 and 32 bit architectures Feature: add support for custom AppArmor profiles (--apparmor=). Feature: add support for ICMP in nettrace. Feature: add --dnstrace, --icmptrace, and --snitrace commands. Feature: Add basic gtksourceview language-spec (file type detection/syntax. Highlighting for profiles) Feature: add restrict-namespaces to (almost) all applicable profiles. Feature: add support for netlock in profile files. Modif: removed --cgroup= command. Modif: set --shell=none as the default. Modif: removed --shell= command. Modif: disabled firetunnel by default in configure.ac. Modif: disabled chroot by default in /etc/firejail/firejail.config. Modif: disabled private-lib by default in /etc/firejail/firejail.config. Modif: disabled tracelog by default in /etc/firejail/firejail.config. Modif: removed grsecurity support. Modif: disabled whitelisting for /dev directory. : Flood of seccomp audit log entries. : --netlock does not work (Error: no valid sandbox). Build: deduplicate configure-time vars into new config files. Build: file mode of shell scripts (644 - 755). Build: reduce autoconf input files from 32 to 2. Build: add dist build directory to.gitignore. Build: add autoconf auto-generation comment to input files. Build: Add files make uninstall forgot to remove. Build: add and use TARNAME instead of NAME for paths. Build: only install ids.config when --enable-ids is set. Build: Remove deprecated syntax and modernize shell test scripts. Build: musl warnings. Build: sort.py improvements. Build: deduplicate makefiles. Build: formatting and misc in configure. Build: actually set LDFL

GNU GPL c linux security process-isolation namespaces sandbox

Perl One-Liner Magic Wand 0.91.0 šŸ’¾

Some tasks are too menial for a dedicated script but still too cumbersome even with the many neat one-liner options of perl -E. This small script fills the gap: various one-letter commands & magic variables (with meaningful aliases too) and more nifty loop options take Perl programming to the command line. Fully imports List::Util. With no program on the command line, starts a pl Shell.

minor feature: Expand Number(). Fix Form() regression.

GNU GPL perl one-liner cli terminal filter

ALT Education 10.1 šŸ’¾

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

minor feature: This release is available for x86_64, AArch64, i586 architecture. Support for Russian certification authorities (CA) added. The PascalABC.NET programming system has been supplemented with graphical environment. WINE 7.19 supports running both 32-bit and 64-bit Windows executables and resource files from the same profile at the same time. Two kernels system installation (std-def - 5.10 and un-def - 5.15). BTRFS subvolume support during installation. The Group policy project updated. Standalone LiveCD.

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

OpenCAMLib 2023.01.11 šŸ’¾

A 3D CAM-library written in c++ with python bindings. The main functionality it provides is axial and radial cutter-projection algorithms against polyhedral (triangulated) surfaces.

minor feature: Changes FindPython to FindPython3 Disables BUILD_DOC when building the Python library Fixes issue with VERSION_STRING, it could not be passed as a CMake option, because the default was set to a boolean value, which could not be changed to a string. Adds LANGUAGES to CMake's project() definition Use sscanf on unix platforms in STLReader Use RelWithDebInfo for release builds, and add .dSYM file on macOS for source mapping and better debugging support. Enable link time optimization Zip CXX libraries before release Add custom delocate script on macOS, and prefer system OpenMP before loading the bundled one. Use current date as version in development builds

GNU LGPLv3 cnc cpp python

matplotlib 3.6.3 šŸ’¾

Python matplotlib is a for 2D plotting publication-ready figures in various formats, or rendering them interactively cross-platform. It can be scripted or used in Pythons interactive shell, within web applications, or through bindings with multiple GUI toolkits. It simplifies plot generation, histograms, power spectra, bar charts, error charts, scatter plots. Typical uses only require a few lines of code, while complex rendering is kept feasible. Its pyplot interface provides a MATLAB-style API.

minor feature: REL: v3.6.3 This is the third release of the 3.6.x series. This release contains several -and adjustments: Artist removal from `axes_grid1` Axes classes. `inset_locator` in subfigures. `scatter` on masked arrays with units. colorbar ticks with log norm contours. deprecation warnings in GTK4 backend. using relative paths in `HTMLWriter`. Improve failure message from rcParams string validation for tuple. inputs. Improve performance of QtAgg backends. No longer modify `pil_kwargs` argument to `imsave` and `savefig`.

Python python plotting graphs science mathematics matlab matplot

rpmrebuild 2.17 šŸ’¾

rpmrebuild is a tool to build an RPM file from a package that has already been installed, or from an rpm file In a basic use, rpmrebuild use do not require any rpm building knowledge. (On debian, the equivalent product is dpkg-repack)

minor feature: - fix -r does not work (xujing) - fix spelling errors that could mislead users (xujing) - fix --comment-missing=n does not work (xujing) - fix --cap-from-fs does not work (xujing) - all shell are bash - clean test x var, use -z - change email to tutanota - change copyright year - change gpg key - fix warnings from shellcheck - add unitary tests for plugins and options - if batch mode, do not edit any spec part - spec_only : display spec name if successfull - echo+read in one line with read -p - add new plugin exclude_file to exclude files from spec - split tests in t directory - bugfix in nodoc plugin - rename internal variable with RPMREBUILD_ prefix

GNU GPL packaging

GitLab 15.7.2 šŸ’¾

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

minor security: (2023-01-09). ### Security (9 changes). Avoid regex with potential for poorly performing backtracking (gitlab-org/security/gitlab@1cb3b4904b25f1e47a40ddd48f3fdcb16bf02401) ( merge request (gitlab-org/security/gitlab!2987)). Protect web-hook url variables after changing URL (gitlab-org/security/gitlab@58015aa49e63456094fcbf06a8fa739ac2a27f21) ( merge request (gitlab-org/security/gitlab!2976)). Limit the size of user agent to reduce ReDos attack (gitlab-org/security/gitlab@ac3eb7cbf4a1701a499d0cbbbae568c55914c8c3) ( merge request (gitlab-org/security/gitlab!2985)). Protect Sentry auth-token after changing URL (gitlab-org/security/gitlab@eba316d255caaa497e3a137aba5f262fd6272939) ( merge request (gitlab-org/security/gitlab!2983)). Delete project specific licenses when license policy is deleted (gitlab-org/security/gitlab@a6bef9aee6175401408a12fe1439e775b84bc8cb) ( merge request (gitlab-org/security/gitlab!2969)). Restrict user avatar availability based on visibility restrictions (gitlab-org/security/gitlab@9620a1bcae911c84112cc14da22711a344b89acf) ( merge request (gitlab-org/security/gitlab!2971)). Policy change to read and destroy token without license for.com (gitlab-org/security/gitlab@5fcf1350fafe9a30f17fa19a3567620f10df1ccd) ( merge request (gitlab-org/security/gitlab!2968)). Restrict Grafana API access on public projects (gitlab-org/security/gitlab@3274a7fbeabc04f9db69ffd052e0e77a6b71a7f8) ( merge request (gitlab-org/security/gitlab!2960)). "Race condition enables verified email forgery" (gitlab-org/security/gitlab@c3e6fede4230a3ce0fc1d0e4c82f5f3ede41f663) ( merge request (gitlab-org/security/gitlab!2966)).

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

Vim 9.0.1167 šŸ’¾

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

minor feature: patch 9.0.1167: EditorConfig files do not have their own filetype Problem: EditorConfig files do not have their own filetype. Solution: Add the "editorconfig" filetype.

Other text-editor ide vi vim

WackoWiki 6.1.17 šŸ’¾

WackoWiki is a light and easy to install multilingual Wiki-engine. Supports WYTIWYG-editing, section edit, page rights (ACLs), design themes (skins), file upload, email notification, URI router, template engine, session handler and much more. Compatible with PHP 7.3 - 8.2 and MariaDB / MySQL.

minor feature: Bug fix release for 6.1.x series, adds typografica option to page settings, removes obsolete charset determination, PHP 8.2 compatibility fixes, miscellaneous minor fixes

BSDL php javascript mysql web-based documentation education wiki

exiftool 12.54 šŸ’¾

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 bugfix: Increased precision of Sony FocusDistance2 conversion. - Decode a number of new Apple tags. Writing QuickTime-format files which have a zero-sized mdat (ie. Media data extends to end of file) which would cause an incorrect mdat size to be written.

Artistic perl exif meta-data

web2ldap 1.8.1 šŸ’¾

A full-featured web-based LDAPv3 client, which is agnostic to the actual LDAP tree structure. It does not require prior setup and configuration. It's intuitve schema browsing for references and dependencies makes it suitable for prototyping LDAP administration use-cases.

minor feature: Small improvements and fixes.

Apache python web-based ldap ldapv3 client

Converseen 0.9.10.0 šŸ’¾

Converseen is a batch image-processing application, which utilizes Qt5 for cross-platform support. It supports common image formats including DPX, EXR, GIF, JPEG, JPEG-2000, PhotoCD, PNG, Postscript, SVG, TIFF and many others. It can process single or an selectable amount of files. Converseen allows resizing, size compression, rotation and flipping, file renaming. It can also split up PDF files into multiple images.

minor feature: Added WebP support for quality, compression, etc. Added a feature to remove metadata when images are processed. a that inhibits the overwrite feature when the Rename option is checked. Various.. 0.9.5 Ć¢ 2016-08-29 Latest. Porting to Qt5.

GNU GPLv3 c++ qt5 image-processing image-conversion

LimeSurvey 5.5.1 (build 230103) šŸ’¾

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: JS part for copy functionality (Borys). Label sets: When adding a label set e.g. at the edit responses screen, the loaded label sets can not be searched (Gabriel Jenik). Data Entry: Data entry with multiple languages does not work (Gabriel Jenik). Updated translation: Slovak by jelen1. Updated translation: Portuguese (Portugal) by c_schmitz, samarta. Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: German by c_schmitz. Updated translation: German (Informal) by c_schmitz. Updated translation: French (France) by aschwey, DenisChenu. Updated translation: Finnish by Jmantysalo. Updated translation: Dutch by Han. Updated translation: Dutch (Informal) by Han. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1. Updated translation: Chinese (Simplified) by duestin, FangZhijian, humandynamic, xiongrui, zengqing, zhanginshanghai, Zoctan.

GNU GPL survey php mysql mssql postgres

Homebank 5.6.1 šŸ’¾

HomeBank helps managing your personal accounting. It's designed for ease of use, and quickly analyzing and tracking your personal finances in detail, has filtering tools and pretty graphing. It can import from Quicken, MS Money, bank statements as OFX, QIF, CSV and QFX. HomeBank also detects duplicate transactions, auto-numbers cheques, handles bank, cash, asset, credit and liability account types, can schedule transactions, internel transfers, and so forth.

minor bugfix: Vehicule cost report label vehicle while properties label Category. When fiscal year is not 01 jan last/this/next year is 1 year ahead. User feedback when create template or assignment. Typo in french translation. Move buttons in Manage Assignments window do not update at ends. Statistics Time 'Balance mode' ignores filters. Week 51/52 display incorrectly in Statistics Report. Quick filter transactions uncleared shows reconciled transactions. Duplicated 'This fortnight' label in date range. Category list with an show other name. New assignment by amount do not save the amount. When I hide a payee, changes are not saved. Win: crash in scheduled transaction. Future/remind list column width to 0 (hidden). Program crashes exporting Payees to csv. Moving assignment rule is not subject to saving and moving to position 99 fails. Show detail preference is ignored + column width to 0. Void transactions show regardless of preferences setting. Translation is missing for days and transaction status. Translation is missing for the new date selector. 2022-12-06 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money

Wine 8.0-rc3 šŸ’¾

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: Only, we are in code freeze. #35126 AirBuccaneers hangs on exit, #41339 Minor regression: Wine loads with quot;/wine/dlls/ntdll/loader.c: loader_section quot; errors when creating a new preor running an application, #47438 Bloodstained: Ritual of the Night freeze at whitescreen, #47536 Can #039;t aim in Overwatch after alt-tabbing, #47828 regedit: Random crashes on selecting an entry (thread-related?), #48322 World of Warcraft Classic: Mouse movement can block keydown events from registering, #49164 Call of Cthulhu: Dark Corners of the Earth crashes after start, #50519 Adobe Digital Editions 4.5 crash on Wine 6.0, #52563 d3d11:d3d11 fails in test_dynamic_map_synchronization() on cw-rx460 in Wine, #52903 Resizing Dn-FamiTracker fails to redraw pattern editor and status bar, #53101 Public Peer silently exits, #53403 winegstreamer quot;flush quot; removal breaks radio in fallout 3, #53627 Max Payne: mouse scroll behaves erratically, #53640 Bully: Scholarship Edition hangs on loading screen and doesn #039;t play intros, #53680 urlmon:url - test_BindToStorage() fails on Windows lt;= 8.1, #53743 Vivisector has graphical glitches, #53748 Sacred Gold (GOG): missing audio in.wmv videos, #53752 Rayman 3: glitched graphics (black textures), #53785 Need for Speed: Payback crashes on launch with OpenGL renderer, #53863 Tsui no Stella = Stella of the End: doesn #039;t launch anymore (GL_INVALID_OPERATION), #53908 Comptes.exe errors with quot;dxLockMessage fails quot; #53995 d2d1:d2d1 runs out of GL memory and crashes on the debian 11 VM, #54023 d3d11:d3d11 - test_dynamic_map_synchronization() fails on w11pro64_nv, #54049 ddraw:ddraw2 test_texture_wrong_caps test triggers use after free, #54170 20XX: invisible character, #54184 Multiple applications fail http requests when WinHttpSendRequest() doesn #039;t contain full request data, #54191 Agarest 1 stopped showing Videos after implementing ASF Reader filter, #54268 Movin

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

BallroomDJ 4 4.0.6 šŸ’¾

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

minor bugfix: 4.0.6 beta 2023-1-7 * Bug Fixes: * configuration: Clean up edit dances display. * configuration: Fix a crash on exit. * conversion: Fix incorrect conversion of the database. * song selection: Fix handling of up/down arrow keys and page up/down keys. * song selection: Fix update of scrollbar using mouse wheel. * Changes: * edit song lists: re-arranged menu items. * player: re-arranged menu items. * user interface: Menu background is darker. * requests: Add a label indicating which queue is being managed when show extra queues is on. * New Features: * song editor: Control-N switches to the next entry. * song editor: Control-P switches to the previous entry. * song editor: Control-S will now perform a save.

Zlib end-users linux macos windows player ballroom c gtk

Calibre 6.11 šŸ’¾

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.11 06 Jan, 2023 New features Edit book: Check book: Allow automatic ing of various simple CSS errors. E-book viewer: When Read aloud is speaking, make the control bar translucent so that words under the bar are visible. Edit book: Switch to a new library (stylelint) for find problems in CSS as the old library was no longer maintained. Edit book: File browser: Allow using keyboard shortcuts to re-order the spine. calibredb list: Allow specifying multiple fields for --sort-by Check library: Allow opening the book folder easily windows not being moved onto the current monitor when they were previously visible on a removed monitor that was to the left of the current monitor. Book list: a regression in the previous release that broke drag and drop of multiple books detection of Tolino Vision 6 on macOS/Linux Content server: auto full screen not working when continuing to read books with user account enabled Edit book: Set semantics: error when setting the "Notes" semantic. HTMLZ output: images referred to in CSS stylesheets not being converted Book details panel: HTML comment tags in the comments breaking display of book details Content server home page: When showing recently read books from across devices hide the entries for which loading the cover fails. Windows Text-to-speech: Dont fail to configure if one of the voices has no defined language. a regression in calibre 5 that broke using a file for the --extra-css option of ebook-convert. Content server FTS: page header bar not visible. Content server: identifiers from third party metadata download plugins not becoming clickable links on the book details page. Edit book: Warn when saving will overwrite a read-only file. restoring geometry of maximized/fullscreen dialogs forcing them visible. a regression in the previous release that caused spurious error message when doing some out of band searches a regression in the previous release that broke choosing new programs for the Open with function. New new

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

RE/flex lexical analyzer generator 3.2.12 šŸ’¾

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 3.2.12 Regression in trailing context pattern matching, e.g. `xy` and `x/x` patterns collided when they should not; updated yaml parser example #158.

BSDL code-generator c++ cross-plattform developers

GitLab 15.7.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-01-05). ### (2 changes). Relax FIPS constraints on PyPi packages (gitlab-org/gitlab@e0bfadf38b0873119dab0abba92e07085658abcd) ( merge request (gitlab-org/gitlab!107993)). Workaround a segfault due to array GC (gitlab-org/gitlab@85c7b6ad255c1638d54cb9953367e1e3e6b8396b) ( merge request (gitlab-org/gitlab!107993)). ### Performance (1 change). Remove vulnerability state migration (gitlab-org/gitlab@ef444959f787daa31d33e61fa94aa072be47a7b7) ( merge request (gitlab-org/gitlab!107993)).

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

Mozilla Firefox 108.0.2 šŸ’¾

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: a crash for some users on Mac OS X 10.12-10.14 during video playback ( ). a crash that might occur when managing browser history ( ). The "Tabs sharing devices" menu item for WebRTC is now located in the tools menu on macOS only ( ). Reference link to 108.0.1 release notes.

MPL c++ web-browser html5 javascript mozilla

BallroomDJ 4 4.0.5 šŸ’¾

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

minor feature: 4.0.5 beta 2023-1-5 * New Features: * song list editor: Import from iTunes is now implemented. * database update: Update from iTunes is now implemented. * Internal: * fixed memory corruption and many memory leaks.

Zlib end-users linux macos windows player ballroom c gtk

exiftool 12.53 šŸ’¾

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 support for a number of new XMP tags written by ACR 15.1. - Added a new Nikon LensID. - Decode timed GPS from Lamax S9 dual dashcam MOV videos. - Decode a number of new Nikon tags. - Decode a couple of new Canon tags. - Decode FujiFilm BWMagentaGreen tag. - Enable block-write of EXIF to JXL files. - Accept values of "now" and "Z" when writing EXIF OffsetTime tags. - Changed priority of XMP when reading/writing HEIC files so that it is no longer preferred as with other QuickTime-based formats. - Changed family 1 group name of Canon DR4 tags from CanonVRD to CanonDR4 to allow newer tags to be differentiated from older ones. The family 0 group name for both remains CanonVRD. - Patched to recognize JXL EXIF box with non-zero header length. - Patched to avoid runtime error when writing a PDF with an Info dictionary which was stored incorrectly as a direct object. - problem writing EXIF to JXL images where a new EXIF box was created even if one previously existed.

Artistic perl exif meta-data

Pidgin 2.14.12 šŸ’¾

Pidgin is a widely-used and featureful instant messenger and chat client. It supports AIM, Bonjour, Gadu-Gadu, Google Talk, Groupwise, ICQ, IRC, MSN, MXit, GroupWise, SILC, SIMPLE, Sametime, XMPP (Jabber), Yahoo!, Zephy. It provides friend lists across chat networks, file transfers, avatars, custom smileys, typing status display, away messages, and many more features (encryption, audio alerts, LED notification, IRC scripting, SMS gateways, sessions, auto-replys) and IM services (Tor, Twitter, WhatsApp, Facebook, QQ) through plugins.

minor bugfix: : Remove a string from the Romanian translation that's breaks the creation of the Windows installer. (RR 2157) (Gary Kramlich).

GNU GPL c gtk chat instant-messenger xmpp cross-platform internet-relay-chat

Gambas 3.18.0 šŸ’¾

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: Compilation and installation. Read the instructions there.. If everything was fine, type "gambas3" to run the development environment.. Enjoy it ! Changelog. CONFIGURATION... New bytecode version 3.18... detection of C++11 and C++17 compilation flags... Update configuration files to autoconf 2.71... Update README.

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

The Timeline Project 2.9.0 šŸ’¾

Timeline displays a navigatable timeline. It provides zooming in on events, varies the presentation accordingly, can jump to a specific data, search event text notes, organize them in a tree instead. Events can be added per wizard or dragged and resized visually.

minor feature: Download source.. Download windows installer.

GNU GPLv3 python wxwidgets timeline events

Poppler 23.01.0 šŸ’¾

Poppler is librarified PDF rendering toolkit derived from the Xpdf 3.0 code base. It can utilize X11-independent rendering backends like Cairo, Splash, or Qt4 Arthur. It's not designed for platform-agnosticy, but proper BSD/Linux integration; is used by various PDF applications (Evince, Okular, TeXStudio, pdftotext, Zathura, Xournal, Inkscape), and comes with a set of command-line tools of its own.

major bugfix: : core: PDFDoc::sign: crash if font can't be found. PDFDoc::sign: Try Arial to sign if Helvetica isn't found. FoFiType1::parse: Be more flexible parsing the encoding content. Gfx::opBeginMarkedContent: Support Span with Name. Splash: Avoid color due to implicit rounding. Splash: crash on malformed file. CairoOutputDev: Ignore text rendering mode for type3 fonts. Remove unused FoFiType1::load function. build system: Increase minimum required versions of several dependencies. Improve include path handling. qt6: - Use less deprecated functions.

GNU GPL c++ pdf rendering library developers

Warzone 2100 4.3.3 šŸ’¾

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

minor feature: : General: Add: Cursor scaling implemented. Change: Prevent loading old pre-4.x series saves to curb strange and invalid reports. : Various potential crashes. : Audio Improve stream buffer exhaustion handling to hopefully avoid occasional music resets. : Don't override orders with guard behavior when done repairing unless explicitly ordered to repair. : Load structure and droid limits before loading droids and structures. Remove: "Go Back buttons in options menu" due to causing keymapping instability. Graphics: Change: Make light/medium half-tracks a bit more distinct. Change: SDL backend Windows: Workaround for Nvidia threaded optimization. Campaign: Change: Rebalance FastPlay to better fit the new campaign balance. : Default initialize the NP artifact group waypoint on Alpha 11 so grabbing the artifact first won't interfere with their movement. : config file not storing the correct color variable when selecting a flag color in the options menu, thus reverting to green after level exit. Multiplayer: Change: Allow setting up to 20 research labs in the limits menu. : Attempt to improve slot/identity behavior. Balance MP: Change: Use a new set of experience thresholds for unit and commander ranks; Make EMP/Electronic weapon research depend on Command Turret Upgrade. Change: Reduce splash radius of the EMP Cannon to 1.5 tiles from 2 tiles. Change: Reduce build power of the little scourge cyborg to 233 from 250 and increase range by 1 tile. Change: Reduce Assault Cannon research time by about 1 minute, Twin Assault Cannon still appears at the same time. Change: Make Twin Assault Gun come earlier by about 1 minute so to appear before Twin Assault Cannon. Change: Push Whirlwind further back into the tech tree and depend on Dedicated Synaptic Link Data Analysis Mk3 / move Depleted Uranium Bullets after Dense Composite Alloys Mk3. Other: Add: GitHub Actions Flatpak: Initial publishing support. Add: Attempt to create an overview document on micro-AI behavior. Change:

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

BallroomDJ 4 4.0.4 šŸ’¾

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

minor bugfix: 4.0.4 beta 2023-1-1 * Bug Fixes: * filter dialog: add profile accent color display. * bpm counter: add profile accent color display. * song list editor: fix (broken in 4.0.3). * Internal: * code cleanup.

Zlib end-users linux macos windows player ballroom c gtk

Checkstyle 10.6.0 šŸ’¾

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: Simplify JavadocStyleCheck: remove functionality for missing package-info Javadoc. Inconsistent allowedAbbreviations when a method contains an underscore. NoWhitespaceAfter false positive on synchronized method. Null pointer exception with records in RequireThisCheck. Resolve pitest for profile metrics. Review usages of `BeforeAll` in tests. Create CI task to lint github actions. Run regression testing in CI over openjdk19. Replace backward slash with forward slash while creating `CheckerFrameworkError` object in `checker-framework.groovy`. Convert sevntu-checkstyle-check to ant run. doc: remove 'pre' tags from description. Create YAML linting CI task. Use Shellcheck to resolve violations code in Shell Script. All scripts that print example of execution should not have hardcoded name in message. R: Push Release Notes' makes xml section version as snapshot. R: Push Release Notes' failing on push. Remove 'releasenotes.xml after commit:'. R: Push Release Notes' failing. Create CI task to enforce '.ci' directory contains only script files.

MITL java coding-style syntax-checker command-line

Pidgin 2.14.11 šŸ’¾

Pidgin is a widely-used and featureful instant messenger and chat client. It supports AIM, Bonjour, Gadu-Gadu, Google Talk, Groupwise, ICQ, IRC, MSN, MXit, GroupWise, SILC, SIMPLE, Sametime, XMPP (Jabber), Yahoo!, Zephy. It provides friend lists across chat networks, file transfers, avatars, custom smileys, typing status display, away messages, and many more features (encryption, audio alerts, LED notification, IRC scripting, SMS gateways, sessions, auto-replys) and IM services (Tor, Twitter, WhatsApp, Facebook, QQ) through plugins.

minor bugfix: : Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!. (RR 1952) (Gary Kramlich). a crash when closing a group chat with spellchk plugin enabled. (RR (Markus Fischer). network interface detection on Windows to broken file transfers. (PIDGIN-17123, PIDGIN-17293, PIDGIN-17516, PIDGIN-17704) (RR 2018) (Gary Kramlich). Update the about box to point people to Discourse instead of the mailing lists. (RR 2154) (Gary Kramlich).

GNU GPL c gtk chat instant-messenger xmpp cross-platform internet-relay-chat

LimeSurvey 5.5.0 (build 221219) šŸ’¾

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: New feature #8436: Enable / disable users and fields to manage users (Gabriel Jenik). New feature #8239: Allow for user friendly survey URLS (Gabriel Jenik). New feature #18375: security Some plugin settings need encryption (Gabriel Jenik). New feature #18204: Extend form via plugin (Olle Haerstedt). Return JSON instead of string from actionCheckQuestionValidateTitle (Olle Haerstedt). Also allow to compare with null in list_participants (Olle Haerstedt). security #18553: SQL injection on surveygroup update (Denis Chenu). Impossible to add participant after correcting an e-mail address error (Gabriel Jenik). Copy Survey: New Title shouldn't be mandatory (Gabriel Jenik). Saving statistics exports to excel fails (Gabriel Jenik). Inconsistent GUI: Sort alphabetically vs. random (Gabriel Jenik). admin css hide logic file part (Gabriel Jenik). Updated translation: Ukrainian by apache_borys. Updated translation: Slovak by jelen1. Updated translation: Finnish by Jmantysalo. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1, slansky. Updated translation: Catalan by qualitatuvic. Updated translation: Bosnian by PawelAtroszko. Updated translation: Azerbaijani by PawelAtroszko.

GNU GPL survey php mysql mssql postgres

BallroomDJ 4 4.0.3 šŸ’¾

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

minor bugfix: 4.0.3 beta 2022-12-31 * Bug Fixes: * linux: Resolve ICU library versioning issues. * macos: Resolve ICU library versioning issues. * nederlands: Fix missing queue D configuration. * player ui: Fixed crash after the history queue was selected. * starter/support: Fix crash when there is no internet connection. * starter/support: linux: fix send of core dump. * Changes: * song selection: Added short heading names for dance rating and dance level. * Internal: * fixed memory corruption and memory leak. * fixed extraneous messages on db entry update. * code cleanup.

Zlib end-users linux macos windows player ballroom c gtk

Gitea 1.18.0 šŸ’¾

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. Remove ReverseProxy authentication from the API. Support Go Vulnerability Management. Forbid HTML string tooltips. BREAKING. Rework mailer settings. Remove U2F support. Refactor `i18n` to `locale`. Enable contenthash in filename for dynamic assets. FEATURES. Add color previews in markdown. Allow package version sorting. Add support for Chocolatey/NuGet v2 API. Add API endpoint to get changed files of a PR. Add filetree on left of diff view. Support forms and PR forms. Add support for Vagrant packages. Add support for `npm unpublish`. Add badge capabilities to users. Add filter for Author. Add KaTeX rendering to Markdown.. Add support for Pub packages. Support localized README. Add support mCaptcha as captcha provider. Add team member invite by email. Added email notification option to receive all own messages. Switch Unicode Escaping to a VSCode-like system. Add user/organization code search. Only show relevant repositories on explore page. User keypairs and HTTP signatures for ActivityPub federation using go-ap. Add sitemap support. Allow creation of OAuth2 applications for orgs. Add system setting table with cache and also add cache supports for user setting. Add pages to view watched repos and subscribed /PRs. Support Proxy protocol. Implement sync push mirror on commit. API. Allow empty assignees on pull request edit. Make external tracker regexp configurable via API. Add name field for org api. Show teams with no members if user is admin. Add latest commit's SHA to content response. Add allow_rebase_update, default_delete_branch_after_merge to repository api response. Add new endpoints for push mirrors management. ENHANCEMENTS. Add setting to disable the git apply step in test patch. Multiple improvements for comment edit diff. button in branch list, avoid unexpected page jump before restore branch actually done. flex layout for repo list icons. vertical align of committer avatar rendered by email a

MITL git go