George
George
## Description: It has come to my attention that `passlib` is no longer actively maintained, with the last release dating back to 2020. This raises concerns about potential CVE and...
## Summary: This pull request replaces the usage of the `passlib` library with `bcrypt` for password hashing and verification. ## Changes: - remove `passlib` from conda environments and auth.py -...
Adds support for [Jujutsu VCS](https://github.com/jj-vcs/jj) as a fetcher plugin for Yazi. This plugin is very similar to [git.yazi](https://github.com/yazi-rs/plugins/tree/main/git.yazi) but also adds conflict and rename support. I think at some point...