logfilegen 1.1.0 💾

Logfilegen is a fast and highly customizable tool to generate common server (nginx, etc) or user-defined format log files to make fake workloads for data ingest or analytics programs. You can generate log file with the desired rate (lines per second), the file size, lines count and the duration. Each variable of the log file can be redefined by the random or static value. logfilegen depends just on GCC or Clang with C++17 support, and, optionally, cmake.

major feature: What's new? The new release is slighty faster. Two new macros were added: @meta and @seq. All of them are described at the documentation, here in a short - @meta allows to combine several macros into one, so we can use more than one macro at the simple (non-sequenced) variable value. And @seq can be used to use sequences at macro, as in the usual variable value.

Public Domain testing benchmark logging c++ console cross-plattform information-technology

Homebank 5.6.2 💾

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: Change: updated the example.xhb file with up to date data. Change: avoid to call the update currency api unless file last save is less than 24h. Date and column title alignement. Budget manage table view category column no ellipsis nor resizable. Changing a category name do not update the list. En_GB locale faultly translated to Arabic by a user. Update currency at program start always mark the file changed. Impossible to schedule income template with an amount equal to 0. Crash importing OFX under specific conditions. Vehicle cost report shows duplicated subcats. 2023-01-08 Maxime Doyen.

GNU GPL c gtk accounting personal-finance quicken money

Vim 9.0.1280 💾

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.1280: inssufficient testing for what 9.0.1265 Problem: Inssufficient testing for what 9.0.1265. Solution: Add a couple of test cases.

Other text-editor ide vi vim

Traffic monitor for BPF expression/iptables rule 2.51 💾

While tcpdump shows what packets are going through the network, bpfmon will show how much in terms of bytes per second and packets per second in a nice pseudo-graphical terminal interface. bpfmon also supports monitoring an iptables rule that is selected by command line option or selected from a menu.

minor feature:

GNU GPL

Yet Another Screen Library (lib(n)curses alternative) 1.96 💾

Suitable for developing terminal applications or daemons with telnet access and terminal support. Main features * small footprint * does not have external dependencies * allows both internal and external event loop * allows stdin/stdout or external input/output (can work over socket) * supports basic set of telnet sequences, making it suitable for built-in terminal interfaces for daemons * supports a limited set of input keystroke sequences * fully Unicode compatible (parts of this depend on wcwidth in libc) * supports utf8 verification of input * relies only on a limited subset of ANSI/xterm ESC sequences, making it compatible with mostly all modern terminals (inspired by linenoise) * there is no curses API and ancient terminal compatibility, hence less bloat * clean API with opaque private data, usable from C/C++

minor feature:

GNU LGPLv3

bigz 2.1.0 💾

bigz is a simple but feature-rich C library for bignum calculations. It's the continuation of an old BigNum project originally begun as a research project. Current releases include many fixes, extensions and improvements. It's not as efficient as GMP, but comes with a smaller footprint, provides Z+Q infinite precision, and is rather portable and multi-thread safe.

minor feature: Extend std::to_string for CBignum and CRational. Add C++ specialized std::numeric_limits for CBignum and CRational. Improve rational to double conversion. Qualified port on Linux (loongarch64) with gcc 13.0.0. Add support for long double. Build.dylib instead of.so shared libs macOS. Qualified port on macOS 19.4.0 (x86_64) with tcc 0.9.27. internal error with BzAsh when n is 0. Automatically generate config.h.in from autogen.sh. Refresh configure.ac using autoupdate script. Modernize and configure.ac, add AC_REVISION. Add bignum amalgamation rule. BzRandom uses xorshift algorithm.

BSDL c c++ lisp bignum mathematics library developers science

Calibre 6.12 💾

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.12 03 Feb, 2023 New features E-book viewer: Read aloud: On Windows switch to using the new Microsoft speech subsystem with access to more voices Note that this means that old voice, speed and audio devices setting will not be used so a reconfiguration might be needed. calibre:// URL scheme: allow specifying a Virtual library for show_book URLs Add by ISBN: Allow adding using identifiers other than ISBN as well Update bundled Qt to 6.4 this means calibre on macOS is now only supported on Big Sur and newer. Spell check dialog: Allow up and down arrow keys to work regardless of focus. Allow multiple Template tester dialogs Windows MTP device driver: Ignore failure to enumerate objects inside non-root folders There are apparently a lot of devices out there that fail in this way. So rather than aborting the scan simply ignore the folder. Book list: a regression in the previous release that broke dragging to select multiple books. Content server viewer: reload book not actually reloading until the browser is also refreshed E-book viewer: occasional false warning about highlight being overwritten E-book viewer: detection of selected highlights when all text is selected an error when embedding metadata into a large number of books When updating metadata in EPUB 2 files and no language is specified, do not remove the lt;dc:language gt; tag as this causes epubcheck to complain. Instead set the language to "und" Wireless device driver: Remove the timeout for initial connection Use an icon rather than a color to report errors in fields and the search box Conversion dialog: Regex builder: Workaround in Qt that prevented searching for non breaking spaces in the wizard used to test search expressions. Spell check dialog: move down after correcting word, not up Get books: Mobileread store plugin not working New news sources. Boston Globe Print Edition by unkn0wn. Observer Reach Foundation by unkn0wn Improved news sources. Jerusalem Post. LiveMint. The Seattle Times

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

rpmrebuild 2.18 💾

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 bugfix: - fix --cap-from-fs is not as expected when use libcap-2.32 (xujing) - reset defattr when users want to keep files permission, uid and gid (xujing) - fix -k may not keep uid or gid (xujing)

GNU GPL packaging

CMOC 0.1.81 💾

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 bugfix: Fixed compilation problems when building CMOC on Cygwin. Fixed bugs in memcmp(), memicmp(), strcmp(), stricmp() for OS-9. Added sqrt32() to CMOC's standard library. Optimizations and minor fixes.

GNU GPLv3 compiler c developers

LimeSurvey 5.6.3 (build 230130) 💾

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: RemoteControl invite_participants unexpectedly stops after first failure (Gabriel Jenik). Internal server error (HTTP 500) in RemoteControl get_participant_properties for removed participant (Gabriel Jenik). Updated translation: Slovak by jelen1. Updated translation: Portuguese (Portugal) by samarta. Updated translation: Malay by PawelAtroszko. Updated translation: Japanese by d_inoue. Updated translation: German by c_schmitz. Updated translation: German (Informal) by c_schmitz. Updated translation: German (Easy) by c_schmitz. Updated translation: French (France) by b00z00, DenisChenu. Updated translation: French (France) by DenisChenu. Updated translation: Finnish by Jmantysalo. Updated translation: Czech by jelen1. Updated translation: Czech (Informal) by jelen1.

GNU GPL survey php mysql mssql postgres

OpenSSH 9.2 💾

OpenSSH is a BSD/Linux implementation of SSH1 and SSH2 for encrypted terminal connections, tunneling and file transfers. It includes the sshd server, scp and sftp, and various utility tools such as ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen, and the sftp-server.

minor feature: This release a number of security. Security. This release contains for two security problems and a memory. Safety problem. The memory safety problem is not believed to be Exploitable, but we report most network-reachable memory faults as Security. Sshd(8): a pre-authentication double-free memory fault. Introduced in OpenSSH 9.1. This is not believed to be exploitable, And it occurs in the unprivileged pre-auth process that is Subject to chroot(2) and is further sandboxed on most major Platforms. Ssh(8): in OpenSSH releases after 8.7, the PermitRemoteOpen option. Would ignore its first argument unless it was one of the special Keywords "any" or "none", causing the permission list to fail open if only one permission was specified. bz3515. Ssh(1): if the CanonicalizeHostname and CanonicalizePermittedCNAMEs. Options were enabled, and the system/libc resolver did not check That names in DNS responses were valid, then use of these options Could allow an attacker with control of DNS to include invalid Characters (possibly including wildcards) in names added to Known_hosts files when they were updated. These names would still Have to match the CanonicalizePermittedCNAMEs allow-list, so Practical exploitation appears unlikely. Potentially-incompatible changes. Ssh(1): add a new EnableEscapeCommandline ssh_config(5) option that. Controls whether the client-side C escape sequence that provides a Command-line is available. Among other things, the C command-line Could be used to add additional port-forwards at runtime. This option defaults to "no", disabling the C command-line that. Was previously enabled by default. Turning off the command-line Allows platforms that support sandboxing of the ssh(1) client currently only OpenBSD) to use a stricter default sandbox policy. New features. Sshd(8): add support for channel inactivity timeouts via a new. Sshd_config(5) ChannelTimeout directive. This allows channels that Have not seen traffic in a configurable interval to be Automati

BSDL c ssh security cryptography utilities sftp scp openbsd linux

Wine 8.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: Windows version set to Windows 10 for new pre. Many code cleanups that were deferred during code freeze. Various. #43235 Dungeons amp; Dragons Online crashes on FreeBSD, #44650 Multiple Blizzard games need dxgi and d3d11 dlls mapped without hole between two LOAD segments (Diablo III v2. 6. 1. 49286+, World of Warcraft, Overwatch), #47508 FL Studio: Pressing backspace while editing the name of something edit name window prematurely, #49202 Never exited critical section in freetype.c, #49443 Anno 1800: Super slow amp; bad performance, #49615 Device read errors logged in dmesg when running wine commands with empty CD/DVD drive, since 5.5, #51040 msi:package fails on Windows 10 if privileges not high enough, #51313 gdi32:driver sometimes fails with a STATUS_GRAPHICS_PRESENT_OCCLUDED error, #51784 The dinput8:hid output is too big in Wine, #52354 winemac.drv not functional on non metal GPUs, #52462 Wine don #039;t recognize Ipega PG-9025 LT, RT and right analog stick is miss-mapped to RT and LT, #52878 Free PC Audit 5.1.211.96 fails to show info in #039;Brief #039; tab (needs GetBinaryValue method of the StdRegProv class), #52936 winhttp:url assumes 0xfb00 cannot be converted to the ANSI codepage, fails with UTF-8 codepage, #53142 ieframe:webbrowser - test_ClientSite() has a rare failure on Windows 10 1809+, #53274 adsldp:ldap - test_ParseDisplayName() sometimes fails to connect to the server, #53386 cmd.exe: FOR /F USEBACKQ doesn #039;t handle UTF-16 output of commands. #53594 GOG Galaxy crashes in GetExtendedTcpTable(), #53666 Logitech X-56 Stick crashes the joystick subsystem if connected, #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. #54289 RtlCopyContext buffer overflow, #54328 nsi:nsi - test_tcp_tables() sometimes crashes in Wine, #54337 AviUtl shows Japanese text as gar

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

Poppler 23.02.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: CairoOutputDev: rendering of color type 3 fonts. CairoOutputDev: Add handling matte entry. Segfault on wrong nssdir. "NSS could not shutdown". Utils: Pdfsig: Point out supports PKCS#11 URIs as nickname. Qt6: *.

GNU GPL c++ pdf rendering library developers

BallroomDJ 4 4.0.10 💾

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.10 beta 2023-2-1 * Bug Fixes: * Configuration: Changed 'Player Queues' to 'Music Queues'. * Configure / User Interface: Added 'Scale' option for large screens. * Mac OS: Fix localization issue. * Management: Prevent multiple dialogs. * Player: Fix next song while in gap. * Player: Fix player control interaction with announcements. * Player User Interface: Prevent multiple dialogs. * Song List Editor: Fix Export M3U. * Song List Editor: Fix Import M3U (Windows). * Starter: Prevent multiple dialogs. * Starter: window position is saved globally, not per-profile. * Changes: * Minor user interface cleanup. * Internal: * Code cleanup (ui).

Zlib end-users linux macos windows player ballroom c gtk

Vim 9.0.1270 💾

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.1270: crash when using search stat in narrow screen Problem: Crash when using search stat in narrow screen. Solution: Check length of message.

Other text-editor ide vi vim

Checkstyle 10.7.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: Remove CheckstyleAntTask's classpath parameter. Support latest pattern matching syntax in switch labels. UnnecessaryParentheses: false negative on unnecessary parenthesis. action 'R: /Create Milestone' is not working. Resolve surviving pitest-design-check mutations for pitest. Resolve surviving pitest-coding-require-this-check mutations for pitest. linkcheck report full of error on damaged links to javadoc. Resolve violation from ResultOfMethodCallIgnored inspection. All Github CI workflows should have concurrency of 1. Picocli's coloring interfering with tests. Remove Apex project from usage in testing. Resolve surviving pitest-metrics-check mutations for pitest. Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files. Resolve Pitest for profile coding-2. Resolve surviving pitest-blocks mutations for pitest. doc: explanation on versioning of checkstyle. Corrects classes scanned for pitest to include sub-classes. Resolve surviving pitest-whitespace mutations for pitest. Resolve surviving sizes mutations for pitest. Empty ErrorStream in `checker-framework.groovy` to prevent buffer exhaustion and external processes from blocking. Resolve surviving pitest-java-ast-visitor mutations for pitest. Specify violation messages in input files. Resolve surviving modifier mutations for pitest. Resolve surviving naming mutations for pitest. Restore pitest.sh to ease operation on local. Lint GitHub Actions workflows executed twice. bump_license_year.yml` not adding year to commit message.

MITL java coding-style syntax-checker command-line

ALT Workstation 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 and Elbrus. Installation with a user-friendly interface. LiveCD image uses the same set of applications for scanning as the main image. Flatpack 1.14 has been added to the image repository. GIMP, Inkscape are now installed by default. CryptoPro support. The Group policy project updated.

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

GitLab 15.8.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-01-30). ### Security (5 changes). Remove parameter validation for registry notification request 15.8 (gitlab-org/security/gitlab@bf5a28cc21ffa3e7b63eeca02f220c1312314f75) ( merge request (gitlab-org/security/gitlab!3028)). Add size validation for Chart.yaml during file extraction (gitlab-org/security/gitlab@f4afa319cffded561731c117c808969b5261ca52) ( merge request (gitlab-org/security/gitlab!3018)). Prevent default branches from storing paths (gitlab-org/security/gitlab@a906e14f6891e84cfe854be960266adc7f0f6092) ( merge request (gitlab-org/security/gitlab!3011)). Validate Issuable description max length on update (gitlab-org/security/gitlab@312fbac888d0452d9beb9d6545b22972b7e1f09d) ( merge request (gitlab-org/security/gitlab!3004)). Security dynamic child pipeline zip extraction (gitlab-org/security/gitlab@ea09503c67eb1eb1f17ea49b7748543d2676e393) ( merge request (gitlab-org/security/gitlab!3007)).

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

Mozilla Firefox 109.0.1 💾

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: Reverted changes to Windows font smoothing which caused poor rendering on some configurations ( ), jank when loading pages containing a large number of emoji characters ( ), an causing authentication prompts to not appear when loading pages in some enterprise environments ( ), inconsistent sizing of event listener checkboxes inside the Inspector developer tool ( ), Reference link to 109.0 release notes.

MPL c++ web-browser html5 javascript mozilla

Pentobi 22.1 💾

Pentobi is a computer opponent for the board game Blokus. It supports the game variants Classic, Duo, Trigon, Junior, Nexos, GembloQ and Callisto. Pentobi has different levels of playing strength, a game analysis function and can rate the playing strength of human players. Games can be saved and loaded in Smart Game Format including comments and move variations.

minor bugfix: Fixed hanging game analysis on some platforms and unreadable menus in dark mode on KDE 5. Use Material style on Android. Other minor fixes. This release contains a new binary package for Android.

GNU GPLv3 c++ game board-game

Newspipe 9.5.0 💾

Newspipe is a web news aggregator and reader.

minor feature: Release 9.5.0 (2022-03-31) New: commands Added a function which deletes read articles retrieved since more than 60. Days ago;. commands added a command to delete inactive users (number of months given in. Parameter);. stats_bp Added new blueprint for future stats and added a new bar chart in the. History page. Improvements: Improved indexes of the database;. Various improvements to the Web graphical interface;. Improved code style;. Updated Python and JavaScript dependencies;. Various improvements related to the migration to Bootstrap 5. : controllers an in the management of bookmark's tags;. Various.

GNU GPLv3 python flask rss atom news newsreader

CherryTree 0.99.54 💾

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 feature: Implemented lightweight variant of tables. large tables visibly slow should use this interface. the change of interface is via table properties. The number of table cells to use as threshold for defaulting to table light mode is configurable in the preferences dialog (default 25). Searching for regexp everything (.*) freeze. Dialog search with regexp, added help button to display reference web page. Crash when attempting to print on Windows OS. Dialog all matches improved to show also the node tags and the pattern searched. With integrated terminal when using zsh as default shell on Mac OS. Integrated terminal shell now configurable in preferences dialog. Added menu item action to toggle focus between text and integrated terminal with default shortcut Ctrl+Shift+T. Implemented option to keep cherrytree always on top, under top menu 'view'. Added menu item action to insert today's node under the selected node rather than under the tree root. Added search dialog option to override search exclusions. Incomplete languages: ar, bg, el, fi, fr, hi_IN, hr, hu, kk_KZ, kk_LA, ko, lt, ru, zh_CN.

GNU GPLv3 gtk c text-editor note-taking

delegated_vm_install 1.1.0 💾

An Ansible role to install a libvirt virtual machine with virt-install and cloud-init. This role is designed to delegate the install to a libvirt hypervisor. It allows you to specify the Linux/libvirt KVM host as part of the virtual machine definition.

minor feature: update_ssh_known_hosts directive added * update_ssh_known_hosts directive added to allow to update the ssh host key after the virtual machine is installed. * Documentation updated * Debug code added

MITL ansible role libvirt cloudinit

SimulaBeta 3.0.1 💾

SimulaBeta is a continuous numerical simulation program for insulin-glucose feedback control. It is based on a published nonlinear MiMe-NoCoDI model of insulin-glucose homeostasis, calibrated with physiological data. It supports saving and reading parameter sets and sub-models as scenarios and the export of simulation results in various formats for evaluation in statistics packages.

minor bugfix: Bug-fix release resolving some minor issues. Additionally, introduction of native support for the Apple Silicon processor architecture.

BSDL-2 computer-aided-instruction scientific bio-informatics medical-science object-pascal pascal aqua carbon cocoa win32 education science-resear

dMagnetic 0.36 💾

dMagnetic is an interpreter for classic text adventure games by Magnetic Scrolls, such as "The Pawn" or "The Guild Of Thieves". The full list of supported games is: - "The Pawn" - "The Guild Of Thieves" - "Jinxter" - "Corruption" - "Fish!" - "Wonderland" - "Myth"

cleanup: The internal interfaces have matured. Now it is possible to split off the core engine into its own library. This allows for enjoying the magic of Magnetic Scrolls with different frontends. Interested developers can find a minimalistic "helloworld" example in the download package.

BSDL-2 game interpreter vm adventure emulator ansi-art commodore amstrad cpc archimedes atarixl atari800 interactive fiction magneticscrolls

Objeck 2023.1.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.

major feature: Web server as a service support v2023.1.2 Added the Web.HTTP.Server bundle (new) - Created a MultipartEncoding class - Separated Request and Response objects - Added response compression support (i.e., decompress, gzip, and br ) - Added cookie support - Optimized POST request - Updated example code Built support for binary literals (i.e., 0b1011) Fixed an issue with the Collection.Generic.Map class that prevented it from deleting an element when the map size was one (bug) v2023.1.1 Resolved bug float related compiler optimization bug linked to legacy 32-bit support (bug) Fixed MSYS2 build scripts v2023.1.0 New functions and optimizations for core classes (new) Removal of more legacy 32-bit code on Windows (new)

BSDL-2 compiler code-generator assembler interpreter

CDE - Common Desktop Environment 2.5.1 💾

The Common Desktop Environment (CDE) was an X11/Motif desktop environment developed by IBM, HP, Sun, Fujitsu and Hitachi for UNIX. It was also commercialized for Linux. CDE has become Open Source in 2012. It comprises file manager, text editor, terminal emulator, agenda, email client and extensive help. An extension of the Korn Shell can be used to write graphical applications. Compared with KDE or GNOME, it uses very little memory and CPU power, making it appropriate for old or low-powered (ARM) machines.

minor feature: 2.5.0 introduced autotools for the build system as replacement for Imake, added PAM support on Linux and FreeBSD and improved support of Fullscreen applications. 2.5.1 is a maintenance release fixing up a few issues with 2.5.0 mainly related with international fonts in Xm/Xaw software.

GNU LGPL desktop x11 motif unix

Vim 9.0.1251 💾

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.1251: checking returned value of ga_grow() is inconsistent Problem: Checking returned value of ga_grow() is inconsistent. Solution: Check for FAIL instaed of "not OK".

Other text-editor ide vi vim

Gitea 1.18.3 💾

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. Prevent multiple `To` recipients. . Truncate commit summary on repo files table.. Mute all links in timeline.

MITL git go

LimeSurvey 5.6.2 (build 230125) 💾

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: KCFinder stops working after updating with ComfortUpdate (Carsten Schmitz). Updated translation: French (France) by DenisChenu.

GNU GPL survey php mysql mssql postgres

ani-cli 4.0 💾

ani-cli is a cli to browse and watch anime (alone AND with friends).

minor feature: cut posix compliance. : literal. in grep. Chore: bump v4.0.2 - gt; v4.0.3. : posix compliance for cut. Feat : random user-agent, vrv provider, catt support. : add back posix compliance. add back execution bit. Docs: remove media locale from man page and add catt as player. Refactor: replace sed with tr. : add episode link to custom player. : readd literal. reversed by previous commit. : add exit on end and title flag for vlc. Co-authored-by: port19 lt;port19@port19.xyz gt;. Co-authored-by: coolnsx lt;ansari.tan20@gmail.com gt;.

GNU GPLv3 anime shell cli mpv iina vlc terminal bash macos-x console fzf

Qtractor 0.9.31 💾

Qtractor is an Audio/MIDI multi-track sequencer application written in C++ with the Qt framework. Target platform is Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.

minor feature: Home.. Intro. Screenshots. Features. Requirements. Downloads. Installation. Configuration.. Support. Acknowledgements Downloads.. Git. Screenshots. Documentation.

GNU GPL audio editor c++ qt jack

SportsTracker 7.9.1 💾

Application for tracking sporting activities for all kind of sports (e.g. cycling, running, swimming or tennis). It provides exercise overviews and the creation of statistics. Users of heartrate monitors can display and organize the recorded exercise data.

minor feature: This release contains several minor improvements, bugfixes and dependency updates. The ExerciseViewer now supports newer Garmin devices and the mapping of sport types can now be automated when importing FIT files (documented in README.txt). The search for entries now supports multiple search terms (AND logic). For the SQLite export the database model has been improved as well. The list of all changes can be found in the changelog.

GNU GPL sport training track exercise garmin polar java javafx

iotop 1.23 💾

iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS config options on. iotop-c is an alternative re-implementation of iotop in C, optimized for performance. Normally a monitoring tool intended to be used on a system under heavy stress should use the least additional resources as possible.

major feature:

GNU GPL monitoring

Wine 8.0 💾

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: After 4 years of work, the PE conversion is finally complete: all modules can, A special syscall dispatcher is used for PE - gt; Unix transitions, to avoid the, Building mixed Windows/Unix libraries in ELF format (.dll.so libraries) is, WoW64 thunks are implemented for essentially all Unix libraries, enabling a, When the 32-bit Wine loader isn #039;t found, 32-bit applications are started in, The quot;Light quot; theme is enabled in the default configuration, for a more modern, The graphics drivers (winex11.drv, winemac.drv, wineandroid.drv) are converted, The Print Processor architecture is implemented. This will be used to avoid, Effects are supported in Direct2D, including description parsing and a number, Command lists recording and playback are implemented in Direct2D. The Vulkan driver supports up to version 1.3.237 of the Vulkan spec. Many optimizations related to streaming map acceleration are implemented, in, Adapter video memory budget change notifications are implemented. The Vulkan renderer supports setting multiple viewports and scissor rectangles. Several Direct3D 10 and 11 features, which were already implemented, are, Per-format support for vertex and index buffers. Per-format support for all capabilities via D3D11_FEATURE_FORMAT_SUPPORT. No-overwrite maps on shader resources and constant buffers. Partial range binding of constant buffers. For convenience, a new WINE_D3D_CONFIG environment variable may be used instead, The Direct3D graphics card database recognizes more graphics cards. The Vulkan renderer limits the maximum Direct3D feature level based on, A new HLSL compiler is implemented using the vkd3d-shader library. A new HLSL disassembler is implemented using the vkd3d-shader library. The HLSL preprocessor is reimplemented using the vkd3d-shader HLSL, The D3DX 10 Thread Pump is implemented. Many more expressions are supported in Direct3D 10 effects. Cubemap projection is implemented in the D3DX 9 helper library. The MPEG-1 audio decoder filte

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

PowerShell Core 7.3.2 💾

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.3.2 - 2023-01-24. Engine Updates and. `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it. for JEA session leaking functions (Internal 23820). General Cmdlet Updates and. `Start-Job` to check the existence of working directory using the PowerShell way. `Switch-Process` error to include the command that is not found. Tests. Allow system lock down test dehook to work with new `WLDP` API. Build and Packaging Improvements. lt;details gt;. lt;summary gt;. lt;p gt;Bump to use.NET 7.0.2 lt;/p gt;. lt;/summary gt;. lt;ul gt;. lt;li gt;Update dependencies for.NET release (Internal 23818) lt;/li gt;. lt;li gt;Remove unnecessary reference to lt;code gt;System.Runtime.CompilerServices.Unsafe lt;/code gt; lt;/li gt;. lt;li gt;Add bootstrap after SBOM task to re-install.NET lt;/li gt;. lt;/ul gt;. lt;/details gt;. 7.3.2 : v7.3.1...v7.3.2.

MITL powershell shell