-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from eugenesvk/master
Update to the latest fman version (new filesystem API) and more
- Loading branch information
Showing
12 changed files
with
265 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
README.html | ||
Changelog.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file | ||
|
||
## [Unreleased] | ||
[ Unreleased]: https://github.com/kek91/StatusBarExtended/compare/v0.3.1...HEAD | ||
|
||
## [v0.3.1 — 07.08.2021] | ||
[ v0.3.1 — 07.08.2021]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.3.1 | ||
- __Fixed__ | ||
+ :beetle: Hidden non-dotfiles always counted; (Windows) dotfiles (even without the 'hidden' attribute) not counted if option is set to hide | ||
+ :beetle: Status bar is NOT updated when a _visible_ hidden file/folder is _selected_ and then _hidden_ via `Toggle hidden files` | ||
|
||
## [v0.3.0 — 07.08.2021] | ||
[ v0.3.0 — 07.08.2021]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.3.0 | ||
- __Fixed__ | ||
+ :beetle: Hidden files not counted even when they're shown | ||
+ :beetle: Not updating on pane changes via keyboard `switch_panes` command (e.g. with a <kbd>Tab</kbd>) | ||
|
||
## [v0.2.1 — 05.08.2021] | ||
[ v0.2.1 — 05.08.2021]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.2.1 | ||
- __Changed__ | ||
+ The currently active pane indicator from `Pane: Left`/`Pane: Right` to `◧`/`◨` | ||
+ The `Dirs:`/`Files:` indicators' to align with and without selection | ||
|
||
## [v0.2.0 — 05.08.2021] | ||
[ v0.2.0 — 05.08.2021]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.2.0 | ||
- __Fixed__ | ||
+ :beetle: Not working with the latest fman version (`1.7.3`) and its new file system API ([blog](https://fman.io/blog/fmans-new-file-system-api/), [API](https://fman.io/docs/api#FileSystem)) | ||
|
||
## [v0.1.2 — 15.08.2017] | ||
[ v0.1.2 — 15.08.2017]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.1.2 | ||
- Shorter size indicators with lower-case for (kilo)bytes: `b, k, M, G, T`. Kibibyte (`2^10`) format is preserved | ||
- Change the status icon of hidden files toggle to `◻`white (hidden files shown) and `◼`black (hidden files hidden) Unicode square symbols | ||
- Align all indicator position to keep it the same regardless of the length of the indicator (file/folder count is consistent up to `9,999`) | ||
- Remove empty folder/file numbers indicators (including labels) | ||
![Toolbar only screenshot with a custom theme v0.1.1f](fman-plugin-StatusBarExtendedF.png) | ||
- Add thousands separator (`,`) to file/folder numbers (e.g. `Files: 1,000`) | ||
- Change status of selected items to be consistent with the regular view for faster read | ||
|
||
## [v0.1.1 — 06.04.2017] | ||
[ v0.1.1 — 06.04.2017]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.1.1 | ||
- Show binary prefix instead of decimal for file size | ||
|
||
## [v0.1.0 — 01.03.2017] | ||
[ v0.1.0 — 01.03.2017]: https://github.com/kek91/StatusBarExtended/releases/tag/v0.1.0 | ||
- Shows output only for the currently active pane due to layout/resize issues | ||
- Don't display "Files: n" and "Size: n xB" if there are 0 files in current directory | ||
- Hidden status is visualized by checkmark or cross | ||
|
||
|
||
**25.02.2017:** | ||
|
||
- Align text to the left and right for the respective panes | ||
- Reduce text to make the status bar smaller thus allowing resizing window smaller | ||
|
||
|
||
**19.01.2017:** | ||
|
||
- Shows selected directores and files/filesize when selecting files | ||
- Restructured code for readability | ||
|
||
|
||
**16.01.2017:** | ||
|
||
- StatusBar shows immediately when toggled | ||
|
||
|
||
**28.11.2016:** | ||
|
||
- Cleaned code | ||
- Should work in all 3 supported OS (tested on Windows and Linux only) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.