Skip to content

Releases: razenxc/SymlinkShorthand

Release v1.2.0

11 Jan 21:16
Compare
Choose a tag to compare

Useability: 🟢 Normal

Changelog

  • Added a button that fills the destination path using the target path's upper directory
  • Simplified if-else structure in xamlLinkTargets_Clicked()

Compatibility

  • 🟢Windows (Full | Tested)
  • 🟡Linux (Installer and call from context menu are missing | Tested)
  • 🔴MacOS (Fully Untested)

Screenshots

image

Release v1.1.0

06 Jan 19:44
Compare
Choose a tag to compare

Useability: 🟢 Normal

Features

  • Create a symbolic link to a directory or a file
  • Create a symbolic link from Windows Context Menu

Compatibility

  • 🟢Windows (Full | Tested)
  • 🟡Linux (Installer and call from context menu are missing | Tested)
  • 🔴MacOS (Fully Untested)

Screenshots

image
image
image

Alpha 1.0.1 - Windows Setup

04 Jan 19:11
Compare
Choose a tag to compare
Pre-release

Useability: 🟠medium

  • You wanna make sure that destination path has a "slash" in the end, like this:
  • Right: C:/Folder/
  • Wrong: C:/Folder

Added setup for Windows

  • The program is automatically adds to the registry and on uninstallation deletes the records
  • Requests admin rights (before this, you had to manually enable launch with admin rights)

Installation screenshots

image
image
image
image

Alpha 1

03 Jan 21:45
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

Useability: 🔴low

  • It's possible only if you know the program's "defects" + you need to add it manually to Windows Registry to use it from Windows Context menu

image

If you add it manually to the registry, you can use it from Windows context menu

.reg files are in Scripts/ directory, if you want to add it to context menu:

  • You need to edit AddToShell.reg and in the executable properties in the Compatibility tab enable Run the program as an administrator.

image
image