-
-
Notifications
You must be signed in to change notification settings - Fork 580
Release: v2.53.0 #1976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: v2.53.0 #1976
Conversation
Adds more cleanups
…t wchar_t on Windows is 2-byte length
`{ "type": "localip", "showIpv6": "ula" /* Show ULA only */ }` Fixes #1459
Let's stop this hide and seek game.
Prevent fastfetch from printing invalid create date on Android
1. ffStrbufMatchSeparatedIgnCaseNS 2. ffStrbufSeparatedContainNS 3. ffStrbufSeparatedContainNS
* feat(logos): add new ObsidianOS logo * feat(logos): update colors * chore: remove internal paddings since they're not allowed
Follows changes of util-linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a major release update for v2.53.0 that includes new features, bug fixes, and improvements across multiple modules. The changes focus on enhancing functionality for device filtering, network configuration, and cross-platform compatibility.
- Adds IPv6 type selection for LocalIP module with specific filtering options
- Implements device ignoring functionality for input devices (keyboard, mouse, gamepad)
- Introduces array support for disk configuration options and improved separator configuration
Reviewed Changes
Copilot reviewed 54 out of 54 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
CMakeLists.txt | Version bump to 2.53.0 and wcwidth implementation changes |
src/util/wcwidth.c | New wcwidth implementation using widecharwidth library |
src/util/FFstrbuf.c | Adds new string matching functions for separated lists |
src/modules/separator/separator.c | Refactors separator module with improved Unicode handling |
src/modules/mouse/mouse.c | Adds device filtering with ignores list |
src/modules/keyboard/keyboard.c | Adds device filtering with ignores list |
src/modules/gamepad/gamepad.c | Adds device filtering with ignores list |
src/modules/localip/localip.c | Adds IPv6 type filtering options |
src/detection/disk/disk.c | Removes deprecated disk matching function |
src/logo/builtin.c | Logo updates for TempleOS and removes Starry |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.