v0.2.1

sxyazi/yaziv0.2.1Jan 16, 2024by github-actions[bot]

AI Summary

This release addresses an urgent crash in the renaming feature when handling Unicode characters and updates the trash library to version 3.2.1 to fix bin location issues.

Key Highlights

  • Fix crash when renaming files with Unicode characters in CJK languages
  • Add support for trash v3.2.1 to fix trash bin location detection

New Features

  • Fix Unicode renaming crash
  • Update trash library

Full Release Notes

Sorry, this is an urgent fix. The newly added `rename --cursor=before_ext` may cause a crash when renaming files with Unicode characters, affecting new users in CJK languages.

This version also adds support for [trash v3.2.1](https://github.com/Byron/trash-rs/releases/tag/v3.2.1), addressing a bug where the trash bin couldn't be located correctly.

## What's Changed
* fix: renaming may cause a crash when encountering Unicode characters by @sxyazi in https://github.com/sxyazi/yazi/pull/519


**Full Changelog**: https://github.com/sxyazi/yazi/compare/v0.2.0...v0.2.1