Skip to content

Commit 43fd429

Browse files
Version 1.1.0
Added HTML path format, minor gui improvements.
1 parent 94ed46a commit 43fd429

File tree

15 files changed

+1934
-1902
lines changed

15 files changed

+1934
-1902
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ExplorerGenie can calculate some well-known hashes for the selected files, the l
3131

3232
Because context menus run inside the explorer process itself (shell-extension), and therefore can potentially interfere with this process, we took special care about the stability of this extension.
3333

34-
- The code of the shell extension is kept to a minimum, it only starts the real application, which does the work and is running in a separate process.
34+
- The code of the shell extension is kept to a minimum, it only starts the real application, which does the work and is running in its own separate process.
3535
- The shell extension is written in Delphi, which compiles to native applications. This way we can avoid loading of a (DotNet) runtime and possible version conflicts, and do not impact performance of explorer and file-open dialogs.
3636

3737
## Credits

0 commit comments

Comments
 (0)