- Added:
- View can now show data for non-text files.
- Hover on row highlights the row.
- Fixed:
- Bytes no longer show
i
prefix in kibi size mode (e.g.5 iB
=>5 B
). - Make lines between rows less distracting by reducing their opacity.
- Bytes no longer show
- Added:
- Setting for kibi/kilo file sizes (
sizeMode
). - Real path, shown if path contains symbolic links.
- Unix style file permissions, might only show useful information on Unix systems. (Contributions by @krisk1958)
- Setting for kibi/kilo file sizes (
- Changed:
- File sizes are formatted with current locale.
Exact byte size should now also contain thousands separators.
- File sizes are formatted with current locale.
- Added:
- View that can be shown in the panel or sidebars. Default location: "Explorer"
- Support for virtual file systems (available information will be limited).
- Added:
- Extension-internal media type lookup via the
mime
package.
- Extension-internal media type lookup via the
- Removed:
- Dependency on external utility
xdg-mime
for media type lookup. - Extension option
queryMIME
,
- Dependency on external utility
- Changed:
- Renamed row
MIME Type
toMedia Type
.
- Renamed row
- No functional changes. Publishes missing read-me/changelog adjustments for changes of v.0.4.0.
- Added:
- Display relative time after timestamps.
- Option for turning off the relative time display (
disableRelativeTimestamps
). - Directory path link which should open the folder in the default file manager.
- Edit button which tries to open the file in VS Code (previously the functionality of the full path link).
- Tooltips for buttons.
- Changed:
- Full path link now opens the file with the default application.
- CSS for styling: Class
copy-button
renamed toicon-button
, which is used for both edit and copy.
- Fixed:
- Being unable to use command on user settings file.
- Fixed: fs.stat with options argument not working in remote environment due to an outdated polyfill used by vscode-server.
- Fixed: fs.stat throwing for undefined options argument.
- Fixed:
- Webview not working on Windows due to different file system path syntax.
- File link on Windows, also due to path syntax.
- Tab name showing not only file name on Windows, also due to path syntax.
- Added:
- Line-break opportunities in paths to allow the table to shrink horizontally.
- Switch from deprecated
vscode.previewHtml
command to webview API. (This change should not have any noticeable effect.)
- Added:
- Row for full file path with link to file.
- Copy button for name, directory and path values.
- Option for defining a custom table style.
- Section explaining how to set up Mediainfo support on Windows.
- Changed:
- Table style to be less noisy.
- Added optional support for:
- Initial release