liquidsfz 0.3.2 💾

liquidsfz is a free and open source sampler that can load and play .sfz files. It can also load and play Hydrogen drumkits. We support JACK and LV2.

minor bugfix: This release fixes a crash triggered by Carla while saving without path. It also allows for overlapping notes during sustain, which makes sustain sound more realistic.

MPL audio sfz lv2 jack music sampler cpp

Vim 9.0.1503 💾

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.1503: Luau files are not recognized Problem: Luau files are not recognized. Solution: Add a patter for Luau files.

Other text-editor ide vi vim

LimeSurvey 6.0.4 (build 230427) 💾

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: Error on database upgrade (Carsten Schmitz). Updated translation: Polish by elissa. Updated translation: Polish (Informal) by elissa. Updated translation: Japanese by nomoto. Updated translation: German by c_schmitz.

GNU GPL survey php mysql mssql postgres

Nikola 8.2.4 💾

Nikola generates static websites and blogs, with feeds, comments, media galleries and an archive. Content can be authored in reStructuredText, Markdown/CommonMark, Wiki, BBCode, Textile, AsciiDoc, Python Notebooks, Misaka, Pandoc, txt2tags, orgmode, or plain HTML. It also provides code sections with syntax highlighting, is multi-lingual, fully themeable, and can utilize external tools. It's foremost rather fast and its static pages don't have further webserver requirements.

minor bugfix: Features Add a `-q`, `--ignore-query-strings` option to ignore query strings for internal links, allowing their use for cache busting. Update reST stylesheets. Add a `--timeout` parameter to the `check` plugin, defaulting to 30s.. GZIP compression is now deterministic for automatic deploys. failures to build with a "Document is empty" error in default themes. `PAGE_INDEX` skipping generation when there exists a conflicting post. RSS generation of galleries containing WebP images, which caused an unhandled exception due to not having a known MIME type. `auto` command infinite loop. API URL in CSS and JS minifiers. `:align: center` for images in reST. `GZIP_COMMAND` parsing on `win32` platforms.

MITL python website blog code-generator static-pages

sysklogd 2.5.0 💾

BSD syslog daemon and syslog()/syslogp() replacement API for Linux, provides 100% support for RFC3164 & RFC5424, unlike rsyslogd et al.

minor feature: Bump version and update ChangeLog for v2.5.0 release Signed-off-by: Joachim Wiberg lt;troglobit@gmail.com gt;.

BSDL

SaVi satellite constellation visualization 1.6.0 💾

SaVi is software for simulation and visualization of satellite orbits, especially satellite constellations such as O3b, Starlink and Project Kuiper. It shows and animates movement and coverage over the Earth in two and three dimensions. SaVi can optionally use Geomview for 3D rendering.

major feature: The SaVi 1.6.0 release (30 April 2023) integrates with v1.2 of the satellite plot scripts for better presentation of SaVi coverage maps, adds a reworked hierarchical menu structure with submenus, adds simulations of Audacy, Karousel, Project Kuiper, Laser Light/HALO, RADARSAT, Starlink, Telesat, Theia and Viasat LEO constellations, adds simulations of Singh's geosynchronous 4-satellite constellations as described in Nature Communications, increases maximum number of coverage colors to 29 for megaconstellations with a direct popup menu, adds menu options for coverage map size, adds -small-map and -all-maps options, associates fisheye, sunlight and geostationary satellite behaviour with simulation constants, and suppports wider downloading of TLEs using lynx.

BSDL c tcl tcltk tk satellite orbit constellation 3d geometry physics

CMOC 0.1.82 💾

CMOC is a 6809-generating cross-compiler for a large subset of the C language. It produces executables for the Motorola 6809 processor to be used under the Tandy Color Computer Disk Basic environment, OS-9 and others. It runs under GNU/Linux and other Unix-like environments.

minor feature: Added new header , which provides C functions setjmp() and longjmp(). Added optimization option -fomit-frame-pointer to tell the compiler to not keep the frame pointer in a register for functions that do not need one. This can shorten the program. This option is not on by default. It does not act on functions that use inline assembly. It should be used with caution because it has not seen much use as of this release. Added warning option -Wfor-condition-sizes, which warns if a for() loop's condition compares values of different sizes. For example: unsigned n = 256; for (unsigned char i = 0; i n; ++i) ... CMOC is now compiled without debugging information by default. To compile CMOC with it, pass --enable-debug to the configure script.

GNU GPLv3 compiler c developers

GnuPG 2.4.1 💾

GnuPG (the GNU Privacy Guard or GPG) is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc. Because it does not use any patented algorithms, it can be used without any restrictions.

minor feature: If the /.gnupg directory does not exist, the keyboxd is now. Automagically enabled. rGd9e7488b17 Gpg: New option --add-desig-revoker. rG3d094e2bcf . Gpg: New option --assert-signer. rGc9e95b8dee . Gpg: New command --quick-add-adsk and other ADSK features. T6395, https://gnupg.org/blog/20230321-adsk.html . Gpg: New list-option "show-unusable-sigs". Also show. " self-signature " instead of the user-id in key signature. Listings. rG103acfe9ca Gpg: For symmetric encryption the default S2K hash is now SHA256. T6367 . Gpg: Detect already compressed data also when using a pipe. Also. Detect JPEG and PNG file formats. T6332 Gpg: New subcommand "openpgp" for --card-edit. T6462 . Gpgsm: Verification of detached signatures does now strip trailing. Zeroes from the input if --assume-binary is used. rG2a13f7f9dc Gpgsm: Non-armored detached signature are now created without. Using indefinite form length octets. This improves compatibility With some PDF signature verification software. rG8996b0b655 Gpgtar: Emit progress status lines in create mode. T6363 . Dirmngr: The LDAP modifyTimestamp is now returned by some. Keyserver commands. rG56d309133f Ssh: Allow specification of the order keys are presented to ssh. See the man page entry for --enable-ssh-support. T5996, T6212 . Gpg: Make list-options "show-sig-subpackets" work again. Regression in 2.4.0. rG5a223303d7 Gpg: the keytocard command for Yubikeys. T6378 . Gpg: Do not continue an export after a cancel for the primary key. T6093 . Gpg: Replace the --override-compliance-check hack by a real. T5655 . Gpgtar: decryption with input taken from stdin. T6355 . See-also: gnupg-announce/2023q2/000478.html Release-info: https://dev.gnupg.org/T6454.

GNU GPLv3 security cryptography e-mail

Wine 8.7 💾

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: DXBC shader parsing delegated to vkd3d. More spool file improvements in the PostScript driver. Various. #9932 Listview highlight when drag amp;drop enabled, #23647 Street Fighter 4 Benchmark: Flickering screen with parallel rendering enabled, #32089 Window resize enters endless cycle, #32958 ReVolt 1207: Crashes when trying to play Stunt Arena, #33487 Davar bible software not working, #43672 Airscout program 1.2.0.5 does not load under wine 2.0.2, #50249 Shapes On A Plane crashes on start, #51625 Unravel fails to load, #52322 wineserver memory leak during HTTPs download (Genshin Impact Launcher, Qt5), #54424 user32:edit - test_dbcs_WM_CHAR() fails on Windows in mixed locales, #54464 Multiple games crash on launch (Sekiro: Shadows Die Twice GOTY, Dark Souls III), #54799 wininet:internet - test_InternetGetConnectedStateExA() fails in the Japanese and Chinese locales in Wine, #54808 Access violation in ntdll when running Adolix Split and Merge PDF with.NET Framework installed, #54815 wininet:internet - test_InternetErrorDlg() fails on Windows 10 1607, #54844 Existing prekeep resetting to Win10 when wine is updated, #54856 Final Fantasy XI Online: Opening movie doesn #039;t play (redux part II). #54882 Conemu fails to start (cannot attach to process)

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

Audacity 3.3.1 💾

Audacity is a multi-track audio and sound editor. It can also record from various input devices, up to 24bit wavelength, using ALSA or JACK with latencies up to 384kHz. All common audio formats and encodings such as WAV, AIFF, AU, FLAC, OGG Vorbis, GSM, MP2, MP3, AC3, M4A/M4R (AAC) and WMA are supported. Audio layers allow cutting, editing, and applying or layering a wide range of effects. And Audacity is also cross-platform.

minor feature: Effect preview progress related to progress dialogs when previewing effects, and a minor inconsistency in button tooltips.

GNU GPL desktop audio editing recording

Courier Mail Server 1.2.4 💾

Courier is a mail transfer agent (MTA) and groupware server. It implements IMAP, ESMTP, POP3, LDAP, SSL, HTTP, iCal. It also provides mailing list management, filtering, maildirs storage, and a webmail interface with calendaring and scheduling.

minor feature: Spurious gcc 13 compiler warnings. Have configure script, include the standardized location of the CA certificate bundle, in addition to various legacy compatibility paths. update the ESMTP server to recognize alternative Courier, ESMTP extension names, in addition to the current ones. A future, version of Courier will switch the syntax of its custom ESMTP extension, names to be strictly compliant with the ESMTP specification. The names, remain unchanged for now, but this version of Courier recognizes both, the existing names and the new names. update internal scripts, replace deprecated fgrep alias, with grep -F.

GNU GPL c e-mail smtp imap mail-server groupware calendaring

Calibre 6.17 💾

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.17 26 Apr, 2023 New features Font subsetting: Add support for WOFF format fonts and CID keyed fonts. Also further reduce file sizes when subsetting. Book details: Show a link to open the data files folder when data files are present. Template language: Add various functions to query the extra files associated with a book. Edit book: Compress images: Support compression of images in the WEBP format as well Comments editor: Add buttons to create links to data files and also to folders easily when inserting a link. Allow displaying the id, formats and path builtin columns via Preferences- gt;Add your own columns. Trash bin: Add a button to clear the bin Metadata editor: Use a dedicated editor with preview for custom columns that store markdown formatted text. a regression in the previous release that could result in empty author folders remaining in the library when the author of a book is changed. the data files associated with a book not being handled when using the Merge books and Copy to library functions a regression in the previous release that broke some operations in the Manage tags/authors/etc. dialogs. Ensure metadata.opf is always written when deleting book even if it is not sequenced for backup Improved news sources. Scientific American.

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

Gitea 1.19.2 💾

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

minor feature: SECURITY. Require repo scope for PATs for private repos and basic authentication. Only delete secrets belonging to its owner. API. typo in API route. access token on some public endpoints. ENHANCEMENTS. broken clone script on an empty archived repo. Monaco IOS keyboard button. Don't set meta `theme-color` by default. Wrap too long push mirror addresses. Add --font-weight-bold and set previous bold to 601. Unify nightly naming across binaries and docker images. footer display. label color, divider in dropdown. Vertical widths of containers removed. Use correct locale key for forks page. Sort repo topic labels by name. Highlight selected file in the PR file tree. . auth check. Add tags list for repos whose release setting is disabled. wrong error info in RepoRefForAPI. no edit//delete button in org repo project view page. Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC. Remove org users who belong to no teams. when deleting wiki with no code write permission. Handle canceled workflow as a warning instead of a fail. Load reviewer for comments when dismissing a review. Show commit history for /merged PRs. owner team access mode value in team_unit table. attachment handling. incorrect CORS default values. template error in pull request with deleted head repo. Don't list root repository on compare page if pulls not allowed. calReleaseNumCommitsBehind. Org edit page : renaming detection, maxlength. Update redis library to support redis v7. Use 1.18's aria role for dropdown menus. dot direct compare to use the right base commit. incorrect server error content in RunnersList. mismatch between hook events and github event types. BUILD. Support converting varchar to nvarchar for mssql database.

MITL git go

MediaInfo 23.04 💾

MediaInfo displays technical, format, encoding, aspect and textual tag data for audio and video files. It provides a unified GUI for various file containers such as MPEG/4, QuickTime, MKV, AVI, WMV, FLV. It can also generate reports in various text formats, batch process, and a GUI is available cross-platform.

minor bugfix: MXF: support of SMPTE ST 381-4 (AAC in MXF). DTS: show MA or HRA tip in commercial name for DTS:X. DTS: detection of DTS:X not lossless. APT-X100 a.k.a. Cinema DTS: initial support. Matroska: support of HDR10+. MP4: more information about thumbnails. ID3v2: more information about thumbnails. VP9: initial support, for more information about chroma subsampling. AWS S3: support for reference files with AccessID:SecretKey@URL. x Windows installer: crash with Windows 10/11 having ASLR enabled (NSIS update) x AWS S3: errors with some special chars in SecretKey x AWS S3: random credential with non geolocated URLs x DTS: freeze with some DTS-HD not DTS:X files x MPEG-TS: crash in HEVC_timing_and_HRD x AAC: samples per frame with SBR streams x FLAC: missing Tbc Tbr in ChannelLayout

GNU LGPLv3 c++ win32 command-line wxwidgets video analysis

Checkstyle 10.10.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: New filter: SuppressWithNearbyTextFilter to suppress checks with inline comments in any file type. Enforce file size on Java inputs. Specify violation messages in input files. Improvements to diff report generation. Resolve pitest for FinalLocalVariableCheck. Resolve pitest suppression for FinalLocalVariableCheck. Add more unit test cases for VariableDeclarationUsageDistanceCheck. check_job have warning on deprecation. windows line endings in GitHub event text. doc: remove extra space. Resolve pitest suppression for FallThroughCheck. Resolve pitest suppression for AbstractViolationReporter. Use Environment Files instead of `set-output` in GitHub Actions. Expand XPath IT Regression Testing. Create script for appending text to GITHUB_OUTPUT. Github CI does not run upon `Github, rebase` action. Grammar error in documentation of AbstractClassNameCheck.xml. Diff-Report action does not post link to report in GitHub comment. Re-enable action lint. Update doc for VisibilityModifier. Add 3 to earliest change variable to compensate for diff context. concurrency group for site action. Generate site workflow should provide more specific links. Update doc for DesignForExtension. Update doc for DescendantToken. Update doc for Translation.

MITL java coding-style syntax-checker command-line

Artistic Style 3.3-beta2 💾

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

minor bugfix: added new option "--squeeze-ws" to remove superfluous whitespace added new option "--squeeze-lines" to remove superfluous empty lines

MITL formatting indentation

Vim 9.0.1488 💾

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.1488: xchacha20v2 crypt header is platform dependent Problem: xchacha20v2 crypt header is platform dependent. Solution: Avoid using "size_t".

Other text-editor ide vi vim

Mozilla Firefox 112.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 high memory usage with animated images in minimized (or completely covered) windows, especially when using animated themes ( 1828587 ). an where Linux users with bitmap fonts installed may have had entire sections of text invisible to them on some sites ( 1827950 ). an where web notifications with images were not displaying for Windows 8 users ( 1822817 ). Reference link to 112.0.1 release notes.

MPL c++ web-browser html5 javascript mozilla

OpenHV 20230416 💾

An Open Source 90s Pixelart Science-Fiction Real Time Strategy game with Multiplayer (LAN and internet) support, competent skirmish AI as well as an integrated map editor. All the assets are licensed under Open Source compliant terms.

major feature:

GNU GPLv3 game rts pixelart sci-fi strategy

exiftool 12.61 💾

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 ImageDataMD5 support for J2C and JXL images. - Added support for PDF 2.0 (specification is finally freely available). - Added ability to extract timed Accelerometer data from Azdome GS63H MP4 videos which don't contain GPS. - Added some new Sony lenses. - Decode some new tags for the Sony ZV-E1. - Decode more tags for the Nikon Z30. - Enhanced -fileNUM option to allow tags from the main file to be used in the file name string. - Validate sample offset and size when calculating ImageDataMD5 for MP4 videos. (note: may change ImageDataMD5 value for videos where audio data runs past end of media data). - Return error when attempting to write a fragmented JXL file. - Improved robustness for determining image size for corrupted JPEG. - Patched to allow Insta360 GPS records of unexpected length and tweaked verification algorithm to determine validity of these records. - introduced in 12.57 where -progress: f gave runtime warnings. - "--" option to ignore subsequent -common_args option. - incorrect ImageDataMD5 for Sony A100 ARW images. - problem reading new XMP-et:OriginalImageMD5 tag.

Artistic perl exif meta-data

Scid vs. PC 4.24 💾

Scid vs. PC is a continuation of Shane's Chess Information Database, which provides a chess toolkit, move database, analysis tools, various chess AI engine bindings or to online servers. It remains database-compatible but adds many usability and feature enhancements, such as a tournament game mode, an overhauled GUI, new gamelists, rating graphs, other analysis engines, and drag and drop support on all platforms.

minor feature: Gamelist (and Best games) 'Copy to filter' context-menu/feature. Support for Graham O'Neill's (UCI engine) eboard drivers. New 'Country' feature/option for the Player Finder (though it's slow with big databases). Global background colour option, and use BWidget::Selectcolor (if found) on Linux. Player Ratings Graph now has a history context menu, and Player Info binding for the Player Name. Arrows in the small engine boards can now be clicked to add moves, and these arrows with Xboard engines and MultiPV. Big toolbar icons option, and a new GameInfo toolbar icon. Gamelist (and Best games) have an option for custom font (Selectable in the Switcher context menu - using the Small Font). Some comment editor / drawing improvements : Support for Chessbase arrow/squares diagrams. Shift+Button now draws the last symbol from the commenteditor (instead of always a full square). Change circle size...., Reinstate the Suggested Move feature. Simplify batch annotation feature. FICS - Enable use of zseal (an opensource timeseal). Some Edit menus were missing undo points. Undo for clipbase copy and paste was kindof broken / leaky. Add sanity checks for CC and CXX to configure. Little colour theme change, and high DPI doco, from Aditya's wordpress blog ; . Explicitly kill all engines when program and at program exit, be nice and wait a little for uci (and eboard) engines to. Add a check for Carbon macOS, and don't enable transient noborder for engine/gamelist popups if Cocoa. Text-search / FlashEntryBox improvements. Disable the nasty, persistent ComboBox entry highlighting after selection. Browse multiple games feature - please read help topic. Player Ratings graph can now (optionally) use the ratings history in the spelling "ratings.ssp" file. New Online tablebase lookups by Michael Brown (lokasoft bases are gone), and other minor tablebase window tweaks. PGN Window has a new 'Delete Comment' context menu. MS Windows - can now have sg4 files larger than 2gb. Allow for globbing/wil

GNU GPL c tcl tk game chess chess-engine database online-player

di 4.52 💾

di is a disk information utility that displays everything that df does and more. It features the ability to display your disk usage in whatever format you prefer. It also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space. It is designed to be highly portable across many platforms and is great for heterogenous networks.

minor bugfix: Makefile cleanup. Remove support for K and R compilers and ancient systems. Mac OS: apfs filesystems with a mount point starting with /System/ are ignored by default. Fix debug output for env vars. DI_ARGS: print error and exit when encountering unknown data.

Zlib c monitoring disk space console cross-platform system-administrators

Wherever Change Directory 6.0.5 💾

Wcd is a command-line program to change directory fast. It saves time typing at the keyboard. One needs to type only a part of a directory name and wcd will jump to it. Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories. Wcd also includes a full screen interactive directory tree browser with speed search.

minor feature: New Romanian and Swedish translations of the UI and the manual. The Friulian translation has been updated.

GNU GPL utility cross-plattform shell

BIRD 2.13 💾

BIRD is a dynamic IP routing daemon supporting both, IPv4 and IPv6, Border Gateway Protocol (BGPv4), Routing Information Protocol (RIPv2, RIPng), Open Shortest Path First protocol (OSPFv2, OSPFv3), Babel Routing Protocol (Babel), Bidirectional Forwarding Detection (BFD), IPv6 router advertisements, static routes, inter-table protocol, command-line interface allowing on-line control and inspection of the status of the daemon, soft reconfiguration as well as a powerful language for route filtering.

major feature: Babel: IPv4 via IPv6 extension (RFC 9229), Babel: Improve authentication on lossy networks, BGP: New 'allow bgp_med' option, BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD, experimental BMP protocol implementation, important bugfixes

GNU GPL internet networking router bgp rpki

BIRD 2.0.13 💾

BIRD is a dynamic IP routing daemon supporting both, IPv4 and IPv6, Border Gateway Protocol (BGPv4), Routing Information Protocol (RIPv2, RIPng), Open Shortest Path First protocol (OSPFv2, OSPFv3), Babel Routing Protocol (Babel), Bidirectional Forwarding Detection (BFD), IPv6 router advertisements, static routes, inter-table protocol, command-line interface allowing on-line control and inspection of the status of the daemon, soft reconfiguration as well as a powerful language for route filtering.

major feature: Babel: IPv4 via IPv6 extension (RFC 9229), Babel: Improve authentication on lossy networks, BGP: New 'allow bgp_med' option, BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD, experimental BMP protocol implementation, important bugfixes

GNU GPL internet networking router bgp rpki

Zotero 6.0.26 💾

Zotero is a free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes, and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice Writer, and Google Docs. It is produced by the Center for History and New Media at George Mason University.

major feature: Fixed inability to enter value into Identifier field in Dataset item type and removed redundant Number field

Affero GPLv3 citation documentation styles

Zotero 6.0.25 💾

Zotero is a free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes, and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice Writer, and Google Docs. It is produced by the Center for History and New Media at George Mason University.

major feature: Fixed collection switching in classic citation dialog (since 6.0.24)

Affero GPLv3 citation documentation styles

Zotero 6.0.24 💾

Zotero is a free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes, and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice Writer, and Google Docs. It is produced by the Center for History and New Media at George Mason University.

major feature: Functionality added or changed Added Dataset and Standard item types Bugs fixed Fixed potential error using Everything search if another library hadn't been loaded Fixed feed updates causing refreshing or scrolling of collection and item trees Don't show HTML and Markdown options for collection export Improved sorting by name in Quick Format dialog Set default color for Mendeley annotations on import if missing Prevent plugins from creating searches with empty names that break syncing

Affero GPLv3 citation documentation styles

LimeSurvey 6.0.2 (build 230417) 💾

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: security Administrator can change his own password without entering the existing one (Carsten Schmitz). CR-1054: Vertical scrollbar appearing between accordion transitions in questioneditor (jack-han-115). CR-1053: Accordion for survey plugins can't be opened with the icon, update to new admin theme (jack-han-115). Missing translation (Gabriel Jenik). Inherited value doesn't match any attribute option (Gabriel Jenik). QueXML formatting cannot be changed (Adam Zammit). Updated translation: Slovak by jelen1. Updated translation: Portuguese (Portugal) by c_schmitz, mauriciofurtado, samarta. Updated translation: Norwegian (Bokmål) by c_schmitz, pmonstad. Updated translation: Japanese by nomoto. Updated translation: Hungarian by kkd. Updated translation: Czech by c_schmitz, jelen1. Updated translation: Czech (Informal) by jelen1, slansky.

GNU GPL survey php mysql mssql postgres

FLoM 1.6.0 💾

FLoM is a tool for synchronizing shell commands and avoiding complex workarounds. It manages process serialization not unlike "nice" handles their prioritization. It allows shell commands to be serialized and synchronized within a single system or a network. It requires little configuration to easily handle common settings.

major feature: https://github.com/tiian/flom//20 https://github.com/tiian/flom//26 Added support for Ubuntu 22.04 Removed support for Ubuntu 10.04 After so long time the version can be considered stable.

GNU GPL c console terminal command-line shells distributed-computing cron

Calibre 6.16 💾

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.16 20 Apr, 2023 New features Allow storing extra data files with a book Right click the Add books button to add arbitrary files as "data files" to a book record. These are managed by calibre along with the book files, but cannot be used for conversion/viewing. Select a book and press the "O" key to view the data files in your file explorer. Allow undoing the deletion of books from the calibre library Now deleted books are stored in a calibre "Trash bin" from which they can be restored with a single click. To view the trash bin, right click the "Remove books" button. Kobo driver: Add support for the new Kobo Elipsa 2E Book details: if an item has an associated link then offer that link in the item's context menu. Content server viewer: end of chapter content being occasionally skipped when scrolling by screen full with multiple pages E-book viewer: a regression that caused notes from a different highlights to be shown in some situations E-book viewer: Show an error if the user tries to search for only punctuation or spaces in the search modes that ignore these custom columns not showing in Book details links from other libraries. New news sources. Bar and Bench by unkn0wn. The Washington Post Print Edition by unkn0wn Improved news sources. Frontline. Outlook Magazine.

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

Vim 9.0.1474 💾

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.1474: CI runs with old version of Ubuntu and tools Problem: CI runs with old version of Ubuntu and tools. Solution: Update CI to more recent versions.

Other text-editor ide vi vim

Objeck 2023.4.2 💾

Objeck is an open-source programming language inspired by Java and influenced by Scheme and UML. Objeck was designed to be fast, easier to use, lightweight and cross-platform.

minor feature: Minor enhancements v2023.5.2 Added the 'ByteBuffer' class and updated the 'Runtime- CommandOutput(..)' function Support for setting environment variables via 'Runtime- GetEnvironmentVariable(..)' and Runtime- SetEnvironmentVariable(..)' functions Optimized memory usage and refactored legacy code Modified the 'HttpClient' and 'HttpsClient' methods to use byte arrays instead of strings v2023.5.1 Tweaked syntax for 'TypeOf(..)' expressions (new) Better support for nested method calls with casts (new) Fixed issue #241 (bug) v2023.5.0 Improved runtime performance and memory usage (new) Relaxed constraint that concrete parameters be provided for resolved generics (new) Fixed MSYS2 issue #222 (new) Updated compiler error messages (new) Rewired the '-asm' compiler flag (bug)

BSDL-2 compiler debugger interpreter developers cross-plattform

wxEphe 1.8 💾

wxEphe displays Astronomical Ephemeris for The Sun, The Moon, and solar system planets, given date and observer's location.

minor feature: Meson build system.

GNU GPLv3 astronomy wxwidgets c

GitLab 15.11.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-04-21). ### Added (175 changes). Add error logic for admin jobs vue (gitlab-org/gitlab@fa55b3a412e76a431ed689527d1b957f62c5b82b) by @TrueKalix ( merge request (gitlab-org/gitlab!117990)). Added migration and models for instance external audit events (gitlab-org/gitlab@c3101feb41ed7e3bdd6be97eea1e304651d04826) ( merge request (gitlab-org/gitlab!116909)) GitLab Enterprise Edition. Add "explain this vulnerability" feature to vuln details page (gitlab-org/gitlab@8733ceb1d611b099aea06435a21c0aa24d4e5fb6) ( merge request (gitlab-org/gitlab!117657)) GitLab Enterprise Edition. Add empty state to admins jobs vue (gitlab-org/gitlab@ea124629c7fdf109781a1420feb643e4de7e8e74) by @TrueKalix ( merge request (gitlab-org/gitlab!118030)). Add support for snowplow PA configurator (gitlab-org/gitlab@bd92c8664934d10a15e82ec9f9ff48f6f15f88d3) ( merge request (gitlab-org/gitlab!117141)). GraphQL project fields to get refs tipping at a commit (gitlab-org/gitlab@fc4e77db4a81daaa42a447a0b246889b56280a5d) ( merge request (gitlab-org/gitlab!116697)). Add vulnerabilityLinkCreate GraphQL mutation (gitlab-org/gitlab@5388b8a5f717d0ac502a4764ca04c71935d91f24) ( merge request (gitlab-org/gitlab!114304)) GitLab Enterprise Edition. Add milestone reference to removed milestone note (gitlab-org/gitlab@27d9abcb69807e6c4029bf9db8ccdee7a01a2332) ( merge request (gitlab-org/gitlab!117529)). Add user_identities field to JWTv2 (gitlab-org/gitlab@b0d92f33023afb99fec95ec34996e2435da144d9) by @joe-snyder ( merge request (gitlab-org/gitlab!117541)). Create GraphQL endpoint for Explain Vulnerability (gitlab-org/gitlab@ddcae59b448bd53d58faa31e714c87fcf79e0c96) (merge request) GitLab Enterprise Edition. Automatically index projects in Zoekt when namespace is enabled (gitlab-org/gitlab@5670f066793539d243bcde0e5ceb555c1f74562f) (merge request) GitLab Enterprise Edition. Add AwardEmoji widget update (gitlab-org/gitlab@0a24f6cc11564deb973d9ac27034107d77b0ebe0) ( merge request (gitlab-org

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

Tornado 6.3.1 💾

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.3.1 Apr 21, 2023. `tornado.web`. `.RequestHandler.set_cookie` once again accepts capitalized keyword arguments. For backwards compatibility. This is deprecated and in Tornado 7.0 only lowercase. Arguments will be accepted.

Apache python web-framework http-server

gradle 8.1.1 💾

Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.

minor bugfix: This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1. It fixes the following issues: #24748 MethodTooLargeException when instrumenting a class with thousand of lambdas for configuration cache #24754 Kotlin DSL precompiled script plugins built with Gradle 8.1 cannot be used with other versions of Gradle #24788 Gradle 8.1 configure freeCompilerArgs for Kotlin in buildSrc breaks build with unhelpful errors

Apache build-tool c c++ groovy java kotlin

Wine 8.0.1 💾

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: For macOS Ventura 13.3 on Apple Silicon, Tamil and Turkish translation updates, Various, #49615 Device read errors logged in dmesg when running wine commands with empty CD/DVD drive, since 5.5, #51345 Regression: Visual Studio 2005 quot;package load failure quot; #52506 Setup of game quot;What #039;s the Secret? quot; fails to create icon, #52878 Free PC Audit 5.1.211.96 fails to show info in #039;Brief #039; tab (needs GetBinaryValue method of the StdRegProv class), #53274 adsldp:ldap - test_ParseDisplayName() sometimes fails to connect to the server, #53926 New typelib marshaller depends on IID_IDispatch support from target interface, #53981 Chromium broken sandbox due to GetSecurityInfo giving access denied, #54030 Snagit needs Win32_Volume class ( #039;select deviceid from win32_volume where driveletter =C: #039;), #54215 ListView doesn #039;t refresh when changing between List and Details styles. #54234 vbscript fails to compile when colon follows Else in If...Else, #54289 RtlCopyContext buffer overflow, #54318 Rich Edit inserts newly composed text at wrong position when system IME composition ends while a selection is active, #54337 AviUtl shows Japanese text as garbage after conversion in ExEdit edit box, #54353 crypt32:cert - testVerifyRevocation() gets unexpected success in Wine on second run, #54357 Spurious me message when calling ScrollWindow(), #54364 RtlGenRandom fails on systems with more than 128 cores, #54371 loader won #039;t launch from PATH unless named quot;wine quot; #54376 ws2_32:sock - test_reuseaddr() overflows a sockaddr variable by reading an AF_INET6 peer name into it, #54379 since wine 8.0 print doesn #039;t work any more, #54432 Missing ntdll.RtlAddressInSectionTable() implementation causes all GraalVM Native Image exes to crash on load, #54449 nethack crashes, #54456 vbscript memory leak in For Each with SafeArray as group, #54457 vbscript memory leaks in interp_redim_preserve, #54458

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

PowerShell Core 7.4.0-preview.3 💾

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.3 - 2023-04-20. Breaking Changes. Remove code related to `#requires -pssnapin`. Engine Updates and. Change the arrow used in feedback suggestion to a more common Unicode character. Support trigger registration in feedback provider. Update the `ICommandPredictor` interface to reduce boilerplate code from predictor implementation. a crash in the type inference code. Performance. Speed up `Resolve-Path` relative path resolution. General Cmdlet Updates and. Infer external application output as strings. a race condition in `Add-Type`. Detect insecure `https-to-http` redirect only if both URIs are absolute. Support `Ctrl+c` when connection hangs while reading data in WebCmdlets. Enable type conversion of `AutomationNull` to ` null` for assignment. Add the parameter `-Environment` to `Start-Process`. Add the parameter `-RelativeBasePath` to `Resolve-Path`. Exclude redundant parameter aliases from completion results. Allow using a folder path in WebCmdlets' `-OutFile` parameter. Code Cleanup. lt;details gt;. lt;summary gt;. lt;p gt;We thank the following contributors! lt;/p gt;. lt;p gt;@eltociear, @CarloToso lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;typo in lt;code gt;typeDataXmlLoader.cs lt;/code gt; lt;/li gt;. lt;li gt;typo in lt;code gt;Compiler.cs lt;/code gt; lt;/li gt;. lt;li gt;Inline the lt;code gt;GetResponseObject lt;/code gt; method lt;/li gt;. lt;li gt;Simplify lt;code gt;ContentHelper lt;/code gt; methods lt;/li gt;. lt;li gt;Initialize regex lazily in lt;code gt;BasicHtmlWebResponseObject lt;/code gt; lt;/li gt;. lt;li gt;codefactor in if-statement (part 5) lt;/li gt;. lt;li gt;Add nullable annotations in lt;code gt;WebRequestSession.cs lt;/code gt; lt;/li gt;. lt;/ul gt;. lt;/details gt;. Tests. Harden the default command test. Skip VT100 tests on Windows Server 2012R2 as console does not support it. Improve package management accept

MITL powershell shell

video2midi 0.4.7.1 0.4.7.1 💾

video2midi is an open source crossplatfrom utility, written in python for creating midi file from Synthesia video and the like.. Works on GNU/Linux, *BSD, Windows & Mac

minor feature: - workaround of error in midiutil: pop from empty list. - fixed some hints - fixed the start midi reconstruction button on the form to properly works with disable autoclose - merged with cleanup by C0rn3j #37 from svsdval/cleanup - updated README.md added fast way to install on Arch GNU/Linux

GNU GPLv3 python midi opencv music education