We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610892 commit d0c7961Copy full SHA for d0c7961
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [0.2.5] - 2022-04-28
4
+### Added
5
+- Sort filenames by alphanumeric order by default
6
+- Added additional configuration for sorting in settings
7
+
8
## [0.2.3] - 2022-04-28
9
### Added
10
- Display filename as tab title in the viewer
package.json
@@ -2,7 +2,7 @@
"name": "vscode-image-gallery",
"displayName": "Image Gallery",
"description": "An extension that enhances image browsing experience.",
- "version": "0.2.4",
+ "version": "0.2.5",
"publisher": "GeriYoco",
"repository": {
"type": "git",
@@ -121,4 +121,4 @@
121
"dependencies": {
122
"panzoom": "^9.4.2"
123
}
124
-}
+}
0 commit comments