diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9134e..495efc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ ### Pre-changesets Changelog + **Features** - Add support for renaming to dotfiles. (`966e528c6a3309777eb09eb2470fdf63bfe40e1b`) @@ -59,11 +60,13 @@ - Use a new safer approach to show hidden dotfiles. (`c8a40e0ecbcd8e3fbca819aee623855fe6b2287b`) - Rename name "Show Dotfiles" to "Show Hidden Files". (`e7d9d3c459cdb3159a9da00109aaf100321ea742`) + **Features** - Add three commands to toggle visibility of hidden files. (`8ccce72c4d35c6aafbc02cec7770a711d278c4f4`) - Add setting `Show hidden files`. (`9e7dc20d087895eac06bd356451d77c9d417906a`) + **Fixes** - Fix the command to export settings to clipboard. (`993dff6c94b7e70e53c42afdad3fa8e56324a3aa`) @@ -75,6 +78,7 @@ ## 1.0.3 (2023-07-01) + **Improvements** - Remove confusing "Malformed data" notice. (`8b2e50ffcd085625dde0d0262e20fc1bfca90a8d`) @@ -84,6 +88,7 @@ ## 1.0.2 (2023-05-18) + **Improvements** - Improve performance. (`742f9abdd559eca0391769a2adf08da27a8f4496`) @@ -92,11 +97,13 @@ ## 1.0.1 (2023-05-17) + **Fixes** - Fix heuristics for detecting other plugin calls to `string#startsWith` not working on iOS. (`f98e1e6151e69c1ea15341956455aa6c59c2f837`) - Fix `Override config folder` failing on iOS. (`9a70c32a6f0d484f3a15cb0312944db15c4a36ed`..`7d48bad63088b4d6d65c9555373bd2620b193008`) + **Improvements** - Dynamically calculate overhead just in case someone else also patches `string#startsWith`. (`21779a0535de3a7fe9bf628751fd089576ed7001`)