From 6307b68e74216b5b51c7aa4dada8732647fe7e90 Mon Sep 17 00:00:00 2001 From: uctakeoff Date: Sat, 5 Oct 2024 16:07:13 +0900 Subject: [PATCH] fix: #105 Ignore the case of file names and extensions --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1e156..0e50456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how * workspace counter in status bar. +## [3.6.0] +### Changed +- Ignore the case of file names and extensions. (#105) + ## [3.5.0] ### Changed - Support: Configure "outputDirectory" to outside of workspace [#101](https://github.com/uctakeoff/vscode-counter/issues/101)