Store vs Portable version

For Microsoft Store apps on Windows 10, version 1809 and earlier:

All writes to the user’s AppData folder (e.g., C:\Users\user_name\AppData), including create, delete, and update, are copied on write to a private per-user, per-app location. This creates the illusion that the packaged application is editing the real AppData when it is actually modifying a private copy. This allows the system to clean up those files when the application is uninstalled, thus reducing system “rot” and providing a better application removal experience for the user.

https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes

This needs to be tested, but it looks like something that would be inconvenient for users that uninstalling the program which made changes to AppData will revert those changes. Regular users shouldn’t need to edit anything in AppData but for powerusers this might cause issues, and non-Store version will be recommended instead.

Windows 10, version 1903 and later: New files and folders created under the following directories are redirected to a per-user, per-package private location:

  • Local
  • Local\Microsoft
  • Roaming
  • Roaming\Microsoft
  • Roaming\Microsoft\Windows\Start Menu\Programs

Uninstallation

When a package is uninstalled by the user, all files and folders located under C:\Program Files\WindowsApps\package_name are removed, as well as any redirected writes to AppData or the registry that were captured during the packaging process.

Store vs Portable version

Update 2.7.0

– Jumplists
– Fixed issue with QuickLook
– Small performance improvements
– Pasting network share path in path box works (pressing \ to access path edit)
– Fixed issue where tab shortcuts would affect wrong panel (Ctrl+T/W)
– File-filtering (pressing a letter to filter view) now ignores OEM keys
– Restart program as Admin (Elevate) – CTRL+SHIFT+F12
– Bugfixes

Update 2.7.0

Update 2.6.5

The new update is out for Store version, Portable and ClickOnce. Please read all changes carefully to know if you want to update.
This update address some issues and requested functionality:

  • New licensing system
    Portable version and ClickOnce don’t have premium features for free anymore since now it is on par with Store version. If you update you will get new functionality but loose some premium features that you used to get without the license (license is $5 for single machine). ClickOnce version will not auto update to this paid version so you can have the choice, but there is no support for old version. It uses new new paypal purchasing system. It is still manual, where you need to send anonimized hardware ID (my pressing on key icon), pay on paypal, and receive activation code via email. It should be robust enough that it won’t deactivate if you change a graphic card or disk. This one is per machine basis, so Microsoft Store version is still preferred: smoother purchasing process and it works with up to 8 computers with one license (you need to be logged in with same user account). The license is not transferable between Microsoft Store version and the Portable/ClickOnce versions to respect the Microsoft Store policy.
  • Added PDF, AI Thumbnail and Preview reader
    Adobe has dropped support for thumbnails, so instead of asking you to install Foxit, this version has built in thumbnail handler for PDF and AI. It also supports preview for these without using ActiveX. Future update will make the thumbnails less aliased.
  • Added support for QuickLook (enable in Settings)
    If you have QuickLook and prefer it over built-in preview, you will be able to turn it on in settings. You will need non-store version of the QuickLook for it to work.
  • New folder change monitor (enable in Experimental Settings)
    Some computers have issues with reporting changes in folder, forcing you to F5 refresh to see changes. This will use new system for monitoring for changes, but note that the browsing folder will be delayed by 0.3 seconds while the watcher initializes on folder change. This needs to be enabled manually in settings.
  • Improved directory monitor – Radar
    This one uses the previously mentioned new folder change monitor. You can also let it report on deleted files, which previous one could not, and it also can monitor network folders.
  • Drag Folders from Columns implemented
    You can now draw folders from the Columns to copy/move them
  • Click twice to rename
    This should behave like the Windows File manager: If you double-click file it will open it, but if you click file twice, slower and don’t move mouse much it will initiate rename.
  • Now saving settings in C:\Users\YourName\ to prevent issues with permissions
    Store version has it by default. Windows Store manages program settings and it sometimes prevents programs writing in their own Appdata (weird redirecting going on), especially after a Windows Update, so we have to save settings outside of Appdata folder. The Portable/ClickOnce version will save in program folder if there is access to it, otherwise it saves to Users/Yourname folder.
  • Fixed saving window state and position between sessions and fixed Minimize to Tray
    Now all the issues with multimonitor window position state and size should be saved correctly. If not, share what setup you have and I’ll try to reproduce the issue
  • Other bugfixes
    – Fixed MiddleMouseButton selection rectangle
    – Fixed drag taking 2 items
    – Fixed High Contrast, GIF preview loop, F2/Rename on multiple items… and more
    – Open multiple items at a time
    – Thumbnail Blacklist for some filetypes
    If you don’t like thumbnails for mp3 files or something else, you can add it to the list and program will not generate thumbnail
    … and more.

I have also started working on Version 3, which may get a different name if it gets very different, but since both will share part of the code base, both will be supported. If you have free-to-give suggestions please share, no matter if you have weird ones. I consider it a blank slate, and the new version should try new concepts for file management instead of imitating functionality or look from any existing software. There is no timeline for it yet, and it is not a high -priority project, but I will share concepts on personal Twitter (@milosparipovic) when there is something to show.

As usual, I can be reached on support at ThisProgram’sName.com if you prefer it over the Google Groups.

Update 2.6.5

Update 2.5.8

What is new:

  • Icons to switch to Column/Dual-pane mode and new Settings icon
  • Ability to move divider between Folder-Columns and current folder (Columns Mode)
  • Option to Minimize the program to System Tray, hiding it from the taskbar (PRO)
  • Preview for photos recognizes camera orientation from metadata
  • Double-Click path Breadcrumbs to edit path
  • Reorganized Settings
  • Gray-out items on Delete command
  • Fixed Taskmaster bug where it would wait for folders with Access Denied Status
  • Fixed listing of Drives when a drive would be too slow to respond
  • Fixed dragging of favorites to respect Windows drag-start distance
  • Fixed several other bugs

 

Update 2.5.8

Update 2.5.7

What is new:

2.5.7

  • Backup strategy in case upgrading settings fails
  • Additional option to backup favorites into a file on each close (Settings>Debug)
  • Detects if there is a faulty drive causing slowdown. Shows message and tries to recover
  • History Panel Resizing Fix
  • Fixed a few small bugs

2.5.6

  • Click in Column to open (can be disabled in Settings)
  • Fixed drives listing bug and optimized
  • Fixed upgrading settings (on issue run OC with Shift+Ctrl+Alt pressed)

2.5.5

  • Added IEC/Mebibyte option in settings
  • Win + Alt + O brings window to the current virtual desktop
Update 2.5.7

Update 2.5.4

Fixed last week’s update with HDPI scaling issue. In addition, Portable/ClickOnce version was missing 7z.dll, and that has been fixed also.

Two small improvements:

  • Doubleclick on path (“breadcrumbs”) will open a Path-Edit box (Same as shortcut:”\”).
  • Pressing Space when folder is selected will show some information on that folder.

Please read on the rest of the changes of 2.5.3. if you jumped directly from 2.4.5 to 2.5.4

Update 2.5.4

Update 2.5.3

What is new:

  • Keep folders sorted by name even if files are sorted by date (option in Settings)
  • Different way of resizing folder-columns (check Columns tab in Settings) where desired size can be set; the non-fitting columns will be contracted. Columns will be aligned to the right, and drive details shown in the left is space allows
  • History panel can be resized
  • Drop URLs, Chunks of Text or images from a web browser to create files (Edge, Firefox and Chrome tested). It will create files from whatever original format the web browser provides
  • Paste images or text from Clipboard directly as files – Just navigate to desired folder and press Ctrl+V
  • Ctrl+Enter to Open With, or Run as Admin in case of EXE or BAT
  • Ctrl+Shift+Enter on Exe to Run with parameters
  • Archive password support (hold Ctrl for password input)
  • Metadata field for .url shows path
  • Fixed Window positioning bug (multiple desktops) and other bugs
  • Fixed text sharpness and alignment on some items

Unfortunate changes

  • Shadows/Blur effects are removed in program (because of a possible bug in Microsoft’s framework causing crashes)
  • Taskbar progress bar is now off by default to prevent possible crashing. You can turn it back ON in Settings>Other if it already worked without issues

Experimental

  • Try an Experimental Acrylic effect in Settings>Experimental. Two new themes will appear
Update 2.5.3

Update 2.4.0

This version contains some workflow-breaking changes as a result of your feedback.

  • Drive or a Favorite will open path in last used panel (and not in the Left Panel as default), so hover-buttons to open in Right Panel are obsolete now.
  • History Panel is off by default. It can be enabled in Settings.
  • Default Dark theme is modified. If you prefer the old Dark theme you can choose Dark Green theme in Settings.

other changes are as follows

  • New logo and program icon One Commander new Logo (Made to look like Opened Folder + 1, and to fit with new Office icons without being too similar)
  • Uses Active panel for all actions (instead of using left as primary) – This was one of the most asked changes. Left click on drive/favorite used to always open in left panel (primary), while Ctrl+click would open in right panel (secondary/helper). After this update, if the right panel was used last, clicking a drive/favorite will open it in that panel without needing to use Ctrl.
  • Video preview for more file types: mkv, m4v, 3gp…
  • Audio Preview (also Spacebar): wav, mp3, aiff, m4a…
  • Added Seek-Bar, Play and Pause buttons Video and audio Previews
  • Metadata for more video and audio file formats
  • Resizing Drives/Favorites panel by grabbing anywhere on the edge. There was a discoverability problem. Many users did not know they could resize that panel with the resizer in the bottom of the panel. It was originally whole height but was shrunk because some users would accidentally remove favorite as X button is on the edge. Now button becomes active after 300 ms to prevent that, resizing edge is thinner and button is a bit further
  • Button for removing Favorite path (appears on path hover) has different icon and has red color, to distinguish it from + button above it. There was discoverability issue. Does not react on RMB anymore.
  • Buttons when hovering Favorite path (Edit, Remove) become active after 300ms to prevent accidental activation (User clicking on Favorite at the left edge where buttons appear). Button “Open in Right panel” has been removed.
  • Rename Favorite popup now shown next to mouse cursor
  • Fixed Favorite path breaking into new line on hover when starting with \\
  • New Help window with organized sections and few more help items. It does not block main Window anymore
  • Help window saving position and size
  • Google Group link instead of Forum in About window. Forum has been removed due to hosting issue and too much spam
  • Directory count is now shown by default
  • Directory size may still be broken on non-english Windows. If ON and now working in your language, please to to Help>F.A.Q.>Folder sizes issue, and follow instructions how to submit feedback
  • Open folder in file list with a single click. Hovering directory size region (with > on the right of the date) shows a button to open that directory with a single click (This was existing functionality but there was a discoverability issues)
  • Added .bat file in New File template list
  • Labels for sorting buttons when mouse is above the file browsing panel. Some uses were confused which arrow was for which method of sorting, and even though I have tried to avoid using labels where possible, this one seems necessary
  • Change Key Color from Settings (Pro version only). Add by hex value or from a droplist with default WPF colors
  • When Drive or Favorite is focused (pressing Tab and arrow keys to navigate between panels), user can press Enter or Right key to open it
  • New Dark Theme with wider spacing between elements
  • History panel is hidden by default
  • Change: Hidden files are not listed by default anymore
  • Hides {…}.tmp files from OneDrive made by Office 365 by default
  • Bugfix: Hidden folders in Columns now not listed
  • Small UI element alignments and improvements
  • New icons: Edit (when hovering Favorite path), Locate File/Folder (in Search and Taskmaster)

Program is submitted to certification on Microsoft Store. It should roll out to everyone by 18.10.2018

Use new Google Groups for discussion: https://groups.google.com/forum/#!forum/onecommander

Testing out using Trello for todo / wishlist / bug tracking: https://trello.com/b/C36NVdA5/oc

Follow @milosparipovic and @oneCommander

Update 2.4.0

Update 2.3.0

10.04.2018.

Due to a bug with Store Apps and ActiveX components, this update doesn’t use ActiveX in File Preview (Space bar). If the Windows has appropriate Shell Extension for generating thumbnails for a certain file type, an image preview will be generated. For example, in case of PDF files, user will not be able to flip through pages within Preview, but will be presented with only the first page of the file (Acrobat Reader or other PDF reader needs to be installed and thumbnail option enabled in settings). The Portable and ClickOnce versions of One Commander from this page still support ActiveX. Once Microsoft resolves this issue, the ActiveX preview will be reenabled.

Program Messages are by default now shown in TitleBar instead of slide-down message. Due to unknown WPF rendering framework crashing while displaying information in this panel on some computers, messages have been moved to Title Bar, but these can be reenabled in program Settings.

Other various small bug-fixes have been made, and small UI tweaks and element alignment.

Update 2.3.0