Skip to content

build(deps): bump the cargo-minor group with 3 updates#22927

Merged
torokati44 merged 1 commit intomasterfrom
dependabot/cargo/cargo-minor-8607d3af01
Feb 3, 2026
Merged

build(deps): bump the cargo-minor group with 3 updates#22927
torokati44 merged 1 commit intomasterfrom
dependabot/cargo/cargo-minor-8607d3af01

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the cargo-minor group with 3 updates: clap, bytemuck and insta.

Updates clap from 4.5.54 to 4.5.56

Release notes

Sourced from clap's releases.

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Changelog

Sourced from clap's changelog.

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Commits
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates bytemuck from 1.24.0 to 1.25.0

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

1.25

1.24

1.23.2

  • bump derive minimum version.

1.23.1

  • Added a windows-only ZeroableInOption impl for "stdcall" functions.

1.23

  • impl_core_error crate feature adds core::error::Error impl.
  • More ZeroableInOption impls.

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.
  • internal: Simplified the library's fill_zeroes calls to write_bytes

1.19

... (truncated)

Commits

Updates insta from 1.46.1 to 1.46.3

Release notes

Sourced from insta's releases.

1.46.3

Release Notes

  • Fix inline escaped snapshots incorrectly stripping leading newlines when content contains control characters like carriage returns. The escaped format (used for snapshots with control chars) now correctly preserves the original content without stripping a non-existent formatting newline. #865

Install cargo-insta 1.46.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.46.3/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.46.3/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.46.3

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.46.2

Release Notes

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #866
  • Remove < 0.4.17 upper bound on globset dependency. #864

Install cargo-insta 1.46.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.46.2/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.46.2/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.46.2

... (truncated)

Changelog

Sourced from insta's changelog.

1.46.3

  • Fix inline escaped snapshots incorrectly stripping leading newlines when content contains control characters like carriage returns. The escaped format (used for snapshots with control chars) now correctly preserves the original content without stripping a non-existent formatting newline. #865

1.46.2

  • Fix inline snapshot corruption with carriage returns. The leading_space() function incorrectly treated \r as indentation, causing carriage returns to be stripped from snapshot content. #866
  • Remove < 0.4.17 upper bound on globset dependency. #864
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Feb 3, 2026
@torokati44 torokati44 enabled auto-merge (rebase) February 3, 2026 10:40
Bumps the cargo-minor group with 3 updates: [clap](https://github.com/clap-rs/clap), [bytemuck](https://github.com/Lokathor/bytemuck) and [insta](https://github.com/mitsuhiko/insta).


Updates `clap` from 4.5.54 to 4.5.56
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.56)

Updates `bytemuck` from 1.24.0 to 1.25.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.24.0...v1.25.0)

Updates `insta` from 1.46.1 to 1.46.3
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.46.1...1.46.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: bytemuck
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: insta
  dependency-version: 1.46.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@torokati44 torokati44 force-pushed the dependabot/cargo/cargo-minor-8607d3af01 branch from 76e3fb0 to ec0de36 Compare February 3, 2026 10:40
@torokati44 torokati44 merged commit 99df11c into master Feb 3, 2026
26 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/cargo-minor-8607d3af01 branch February 3, 2026 10:55
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Feb 8, 2026
--------------------------------------------------------------------------------------------------------
batocera-emulationstation.mk 899b8b66f1de2f2c5c794dcf9ca4bc4ad9084728 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------------------------
update po

Signed-off-by: Nicolas Adenis-Lamarre <nicolas.adenis.lamarre@gmail.com>,

------------------------------------------------------------------------------------------------
batocera-es-piboy.mk 899b8b66f1de2f2c5c794dcf9ca4bc4ad9084728 # Version: Commits on Feb 03, 2026
------------------------------------------------------------------------------------------------
update po

Signed-off-by: Nicolas Adenis-Lamarre <nicolas.adenis.lamarre@gmail.com>,

------------------------------------------------------------------------------------------
dolphin-emu.mk 64d40316d03d231d3ab8a27c51702a0a3cb8ba9f # Version: Commits on Feb 04, 2026
------------------------------------------------------------------------------------------
Merge pull request #14318 from jordan-woyak/RunOnCPUThread-always-non-blocking

Core: Make RunOnCPUThread always non-blocking.,

-----------------------------------------------------------------------------------------------
dolphin-triforce.mk 859db7adc4135ce5491360755fb3e80231d7091d # Version: Commits on Feb 04, 2026
-----------------------------------------------------------------------------------------------
SI_DeviceAMBaseboard: Fix log issues related to GeneralDriverOutput,

------------------------------------------------------------------------------------------
duckstation.mk 8c669e38c8d43701174767104b11510e26b18c22 # Version: Commits on Feb 03, 2026
------------------------------------------------------------------------------------------
VideoThread: Simplify reconfiguration

- Removes cross-thread access of FSUI state.

- Fixes lockup when startup fails.,

-----------------------------------------------------------------------------------
eden.mk 48ba1f3f241123ca4950fed5965fe78bb804849c # Version: Commits on Feb 04, 2026
-----------------------------------------------------------------------------------
[vk, cmake] Bump minimum VulkanTools to 1.4.317 and add UnifiedImageLayouts (#3318)

-------------------------------------------------------------------------------------
hatari.mk 27807c7ff25df283e404a9e9b61c533f201121ad # Version: Commits on Feb 01, 2026
-------------------------------------------------------------------------------------
Docs: fix Neurobotix game name,

---------------------------------------------------
pcsx2.mk v2.7.93 # Version: Commits on Feb 04, 2026
---------------------------------------------------
- [Qt: Don't set a layout for the log window central widget twice](PCSX2/pcsx2#13953)

,

-----------------------------------------------------------------------------------
play.mk 63ea4d70a255d1c2ab19969538d83c433c6aa96a # Version: Commits on Feb 02, 2026
-----------------------------------------------------------------------------------
Fix crash when opening VFS manager on Linux.,

-------------------------------------------------------------------------------------
ppsspp.mk eb25a3d7e454cb514a68f2c0a714aed30cf48f4c # Version: Commits on Feb 04, 2026
-------------------------------------------------------------------------------------
Merge pull request #21198 from HR1025/bugfix/build

Fix build in windows with cmake,

------------------------------------------------------------------------------------
rpcs3.mk ebf9374ccdfe9bc1d8a9535d6b3c5335e03e9ac6 # Version: Commits on Feb 04, 2026
------------------------------------------------------------------------------------
Fixed typos in rpcs3/System.cpp

- changed string containing a typo buyes -> bytes

- capitalized ps2/ps3 to PS2/PS3,

-------------------------------------------------------------------------------------
snes9x.mk 02f642cdadfaa8f9fa7ec674382d6c70a8b534d6 # Version: Commits on Feb 04, 2026
-------------------------------------------------------------------------------------
Merge pull request #1022 from itsoli/fix-hat-switch-d-pad

Fix button state for HAT switch D-Pad,

-------------------------------------------------
vice.mk r45965 # Version: Commits on Feb 04, 2026
-------------------------------------------------
null

-------------------------------------------------------------------------------------
vita3k.mk 1167cb63ac6df13f1952a31b3adf816aceaa04d3 # Version: Commits on Jan 26, 2026
-------------------------------------------------------------------------------------
vita3k: add some SDL_Error log,

-----------------------------------------------------------------------------------
ymir.mk 003a76c8e64cd542ce9912c068d010e406dfcfb3 # Version: Commits on Feb 04, 2026
-----------------------------------------------------------------------------------
chore(settings): Move Settings and MIDI to services,

-------------------------------------------------------------------------------------
ikemen.mk a9f366de2dd3f06ac235461c5a0f012d9e2584be # Version: Commits on Feb 03, 2026
-------------------------------------------------------------------------------------
Merge pull request #3241 from potsmugen/push4

fix: missing TTF lines,

-----------------------------------------------------------------------------------------
lightspark.mk 9b729eb7a3e41571fbba6f2b44aa859e0f6536cb # Version: Commits on Feb 04, 2026
-----------------------------------------------------------------------------------------
[Class_base] ensure namespace kind is included in key for borrowedSlot

fixes #1185,

---------------------------------------------------------------
ruffle.mk nightly-2026-02-04 # Version: Commits on Feb 04, 2026
---------------------------------------------------------------
## What's Changed

* chore: Remove outdated comment by @SuchAFuriousDeath in ruffle-rs/ruffle#22910

* build(deps): bump the cargo-minor group with 3 updates by @dependabot[bot] in ruffle-rs/ruffle#22927

* build(deps-dev): bump the npm-minor group in /web with 15 updates by @dependabot[bot] in ruffle-rs/ruffle#22926

* avm2: Implement Dxns and DxnsLate opcodes by @SuchAFuriousDeath in ruffle-rs/ruffle#22761

* avm2: Fix StaticText.text output by @kjarosh in ruffle-rs/ruffle#22923

**Full Changelog**: ruffle-rs/ruffle@nightly-2026-02-03...nightly-2026-02-04,

---------------------------------------------------------------------------------------
thextech.mk 93ad4a52d60b1150205804205e437f58d190c822 # Version: Commits on Feb 04, 2026
---------------------------------------------------------------------------------------
effect.cpp: NewEffect - unify default effect creation code

This saves 3.5kb and 200 lines of code,

---------------------------------------------------------------------------------------------
deskpipro-case.mk de8d5ee595324eb33c3016675d3ec901a41726c1 # Version: Commits on Feb 04, 2026
---------------------------------------------------------------------------------------------
Merge pull request #210 from DeskPi-Team/yoyojacky-patch-2

Update uninstall-ubuntu-mate.sh,

-----------------------------------------------------
libfyaml.mk v0.9.4 # Version: Commits on Feb 03, 2026
-----------------------------------------------------
Release v0.9.4

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>,

-------------------------------------------------------------------------------------------
sdl12-compat.mk e677f477c862a066da7490097ce86dddadd086e3 # Version: Commits on Feb 04, 2026
-------------------------------------------------------------------------------------------
Updated to version 1.2.75 for development,

-----------------------------------------------------------------------------------------
sdl3_mixer.mk 9ea9abee0057406ec87e67f2dc7f5136b31091c4 # Version: Commits on Feb 04, 2026
-----------------------------------------------------------------------------------------
update vendored flac, ogg and vorbis to avoid cmake deprecation warnings,

------------------------------------------------------------------------------------
box64.mk 9d9b20c672c5df06d9c3ac5dd58ade387b234cc6 # Version: Commits on Feb 04, 2026
------------------------------------------------------------------------------------
[DYNAREC] Fix build,

---------------------------------------------------------------------------------------
corsixth.mk 56c8d1b1158ef7506ce65808a3732377e8d1ba7c # Version: Commits on Feb 03, 2026
---------------------------------------------------------------------------------------
Merge pull request #3215 from lewri/close_options_daughter_windows

Close daughter UIOptions Windows when clicking outside boundary,

--------------------------------------------------------------------------------------
eduke32.mk ba6b7bb1d50d7db820ec03d9bbd66404fab5c543 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------
Engine: Avoid crash when given an OOB voxel ID

---------------------------------------------------------------------------------------
etlegacy.mk ff67c60275f400a7a2befa0742ac3345efa40ebc # Version: Commits on Feb 04, 2026
---------------------------------------------------------------------------------------
Merge branch 'master' of https://github.com/etlegacy/etlegacy,

--------------------------------------------------------------------------------------
stalker.mk 0baad7094b28fc2dc498e5831a401931385922c2 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------
build(deps): bump Externals/imgui from `be2cfc2` to `913a3c6` (#2042)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>,

----------------------------------------------------------------------------------------
supertux2.mk bbb47a08a2241058e43ffc6d176ef1c295b1fb30 # Version: Commits on Feb 04, 2026
----------------------------------------------------------------------------------------
player: does not want buttjump when stoned on slope

Buttjumping on a slope will cause Tux to remain in the buttjump state when he is stoned.

Signed-off-by: Swagtoy <me@ow.swag.toys>,

---------------------------------------------------------------------------------------------------------
batocera-onscreen-keyboard.mk 9fb1964f5daf617feb26eaa4f8b96e402777d3be # Version: Commits on Jan 22, 2026
---------------------------------------------------------------------------------------------------------
version bump,

-------------------------------------------------------
syncthing.mk v2.0.14 # Version: Commits on Feb 03, 2026
-------------------------------------------------------
## Major changes in 2.0

- Database backend switched from LevelDB to SQLite. There is a migration on

  first launch which can be lengthy for larger setups. The new database is

  easier to understand and maintain and, hopefully, less buggy.

- The logging format has changed to use structured log entries (a message

  plus several key-value pairs). Additionally, we can now control the log

  level per package, and a new log level WARNING has been inserted between

  INFO and ERROR (which was previously known as WARNING...). The INFO level

  has become more verbose, indicating the sync actions taken by Syncthing. A

  new command line flag `--log-level` sets the default log level for all

  packages, and the `STTRACE` environment variable and GUI has been updated

  to set log levels per package. The `--verbose` and `--logflags` command

  line options have been removed and will be ignored if given.

- Deleted items are no longer kept forever in the database, instead they are

  forgotten after fifteen months. If your use case require deletes to take

  effect after more than a fifteen month delay, set the

  `--db-delete-retention-interval` command line option or corresponding

  environment variable to zero, or a longer time interval of your choosing.

- Modernised command line options parsing. Old single-dash long options are

  no longer supported, e.g. `-home` must be given as `--home`. Some options

  have been renamed, others have become subcommands. All serve options are

  now also accepted as environment variables. See  `syncthing --help` and

  `syncthing serve --help` for details.

- Rolling hash detection of shifted data is no longer supported as this

  effectively never helped. Instead, scanning and syncing is faster and more

  efficient without it.

- A \default folder\ is no longer created on first startup.

- Multiple connections are now used by default between v2 devices. The new

  default value is to use three connections: one for index metadata and two

  for data exchange.

- The following platforms unfortunately no longer get prebuilt binaries for

  download at syncthing.net and on GitHub, due to complexities related to

  cross compilation with SQLite:

  - dragonfly/amd64

  - solaris/amd64

  - linux/ppc64

  - netbsd/*

  - openbsd/386 and openbsd/arm

  - windows/arm

- The handling of conflict resolution involving deleted files has changed. A

  delete can now be the winning outcome of conflict resolution, resulting in

  the deleted file being moved to a conflict copy.

This release is also available as:

* APT repository: https://apt.syncthing.net/

* Docker image: `docker.io/syncthing/syncthing:2.0.14` or `ghcr.io/syncthing/syncthing:2.0.14`

  (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version)

## What's Changed

### Fixes

* fix(beacon): skip point-to-point interfaces on Android by @bt90 in syncthing/syncthing#10504

* fix(stdiscosrv): use fmt.Println for version output (fixes #10523) by @maishivamhoo123 in syncthing/syncthing#10527

* fix(stdiscosrv): log full device ID on startup by @maishivamhoo123 in syncthing/syncthing#10541

### Other

* chore(api): remove charset declaration from JSON content-type (fixes #10500) by @prathik8794 in syncthing/syncthing#10508

* chore(sqlite): allow periodic database maintenance to be disabled by @pixelspark in syncthing/syncthing#10441

* chore(gui): include license files for fork-awesome assets by @gotmax23 in syncthing/syncthing#10539

* build: add build attestation step at release by @calmh in syncthing/syncthing#10540

## New Contributors

* @prathik8794 made their first contribution in syncthing/syncthing#10508

* @gotmax23 made their first contribution in syncthing/syncthing#10539

* @maishivamhoo123 made their first contribution in syncthing/syncthing#10527

**Full Changelog**: syncthing/syncthing@v2.0.13...v2.0.14,

----------------------------------------------------------------------------------------
retroarch.mk c9a06dcac1c8c440c7068f56abba119cda782b8e # Version: Commits on Feb 04, 2026
----------------------------------------------------------------------------------------
Config reset icon corrections,

----------------------------------------------------------
bgfx.mk v1.136.9135-511 # Version: Commits on Feb 03, 2026
----------------------------------------------------------
build(deps): bump the submodules group with 2 updates (#11)

* build(deps): bump the submodules group with 2 updates

Bumps the submodules group with 2 updates: [bgfx](https://github.com/bkaradzic/bgfx) and [bx](https://github.com/bkaradzic/bx).,

-------------------------------------------------------------------------------------
libvni.mk 6055ec2b1de7f795d4f540c97b4181909ee1b225 # Version: Commits on Feb 03, 2026
-------------------------------------------------------------------------------------
misc: add support for ci builds and linux install for include/lib (#1)

* build: add support for lib and include install on linux

* ci: add support for building in github actions,

--------------------------------------------------------------------------------------------
vpinball-next.mk bb815858da96cbe780f516f41a258b5daf90b386 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------------
Move Win32 UI code apart from IHaveDragPoints,

----------------------------------------------------------------------------------------
doomretro.mk 9691acbc6447469a04a32a4dfc9ac7ad68ffb34c # Version: Commits on Feb 04, 2026
----------------------------------------------------------------------------------------
Update workflow,

--------------------------------------------------------------------------------------
vkquake.mk ce9e13c36c11c8b6685d52f05a7ec82e9b11c353 # Version: Commits on Feb 04, 2026
--------------------------------------------------------------------------------------
Fix #867: COM_FindFile only output warnings with developer > 1, use COM_FileExists in Mod_LoadModel, cleaner.,

--------------------------------------------------------------------------------------
yquake2.mk fcce5c9ad45e7e38c28f43f5bc8c2f7929deb1a9 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------
workflows: disable coverity,

----------------------------------------------------------------------------------
trx.mk dc69405b9f948b0cb2a380256f3819a51b588331 # Version: Commits on Feb 04, 2026
----------------------------------------------------------------------------------
lara/skin: fix combat face reset on outfit swap

This resolves Lara losing her combat face if she remains locked on

a dead enemy and not shooting, and the outfit is then swapped.,

------------------------------------------------------------------------------------------
xash3d-fwgs.mk 732bc50a3ae3a038bc534ce66d7a2e3b392b71ab # Version: Commits on Feb 03, 2026
------------------------------------------------------------------------------------------
filesystem: set custom_loader flag even if loading DLLs from archives is unsupported

After all, it's an engine job to figure out whether it wants to load this binary or not.,

--------------------------------------------------------------------------------------------------
libretro-clownmdemu.mk 9fb922e1b6f5ade0fc17a8296c496db0d8d6f1bd # Version: Commits on Feb 04, 2026
--------------------------------------------------------------------------------------------------
Bump version to v1.6.4.,

---------------------------------------------------------------------------------------------------
libretro-dosbox-pure.mk 6fe60a669e8781d738150ad2353b87c1e1de7dd4 # Version: Commits on Feb 04, 2026
---------------------------------------------------------------------------------------------------
Show very long file names left aligned so they don't get cut off from both sides with the default center alignment drawing,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk 62c1870411a54330ef525bd772c8f547553c6b9b # Version: Commits on Feb 03, 2026
---------------------------------------------------------------------------------------------
(libretro) update files,

--------------------------------------------------------------------------------------------------
libretro-gearcoleco.mk 78ed44df5068700618868e0031ccc1f735b3963a # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------------------
Update readme,

-------------------------------------------------------------------------------------------------
libretro-geargrafx.mk 58cdd0ef5d58b4c8f1ac1ee743d82133d0a1e2c0 # Version: Commits on Feb 03, 2026
-------------------------------------------------------------------------------------------------
Update readme,

--------------------------------------------------------------------------------------------------
libretro-gearsystem.mk d0e99020578c86d5bad8ec5fcc4b5945b3ec47a8 # Version: Commits on Feb 03, 2026
--------------------------------------------------------------------------------------------------
Update readme,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk eb25a3d7e454cb514a68f2c0a714aed30cf48f4c # Version: Commits on Feb 04, 2026
----------------------------------------------------------------------------------------------
Merge pull request #21198 from HR1025/bugfix/build

Fix build in windows with cmake,

---------------------------------------------------------------------------------------------
libretro-wasm4.mk ae6628ccdf3a91c3f5d875a87c419143d79b8533 # Version: Commits on Feb 03, 2026
---------------------------------------------------------------------------------------------
feat: support multiple authors for cart manuals

Closes #820 - Support multiple authors for carts on the website.

Changes:

- Update cart frontmatter format to: author: Name <contact>

- Contact can be GitHub username, email, or URL

- Multiple authors separated by commas

- Remove separate 'github' field from frontmatter

- Update PlayCart.js to display multiple author avatars

- Update PlayButton.js to show comma-separated author names

- Update Internet Archive upload script for multiple creators

- Convert all 139 existing cart markdown files to new format

- Update documentation with new author format examples

New author format examples:

  author: Alice <alice>                    # GitHub username

  author: Alice <alice@example.com>        # Email

  author: Alice <https://alice.dev>        # URL

  author: Alice <alice>, Bob <bob>         # Multiple authors,

----------------------------------------------------------
retrocrisis.mk 20260203 # Version: Commits on Feb 03, 2026
----------------------------------------------------------
SHOWCASE:

- https://youtu.be/OFeIFR1e7d8

___

NOTES:

- Added \2600\

___

INSTALLATION GUIDES:

- [Windows](https://youtu.be/G42g23ONYsI)

- [iOS](https://youtu.be/2L3fgoabkq0)

- [Linux](https://youtu.be/R12PqZ8LSIY)

- [Steam Deck - Discover Store version](https://youtu.be/Bbr0a6b1qHI)

- [Steam Deck - Steam Store version](https://youtu.be/xKyZ6F7r-54)

___

*Please delete old packs before installing this pack,

--------------------------------------------------------------------------------------------
slang-shaders.mk 367f5a5022593e60335b69e841b146cb3d16f818 # Version: Commits on Feb 04, 2026
--------------------------------------------------------------------------------------------
Changing AR strengths for Arcade & Sharpsmooth shaders (#848)

* Update crt-CreativeForce-Arcade.slangp

Changed AR strength to 0.33

* Update crt-CreativeForce-SharpSmooth.slangp

* Update lanczos16-AR.slang,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant