Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Unicode support and local icon storage #13

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    363d128 View commit details
    Browse the repository at this point in the history
  2. 1. Added parameter to copy icon file to local machine

    2. Added ability to use Unicode characters in shrtocut name
    leviustinov committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    52bbae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a5240c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. added a "-force" parameter when renaming the temp icon.

    Without this if you ran the script twice it would end up creating an icon with a temp name as well.
    leviustinov committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6aeb284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc3a13b View commit details
    Browse the repository at this point in the history
  3. changed encoding of detect script to UTF-8-BOM.

    Otherwise it would not take unicode file names.
    leviustinov committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    208c89b View commit details
    Browse the repository at this point in the history