Releases: ololx/quick-symlink
Releases · ololx/quick-symlink
Release version 0.10.5
Release version 0.10.4
[0.10.4] - 2021-10-10
Fixed
- Fix incorrect link location after creation.
[0.10.3] - 2021-10-07
Added
- Add the checkbox item on the contextual menu of the
soft link extention
to switch on/off the relative path use to create a symbolic link.
For more details see #12
Release version 0.10.2
[0.10.2] - 2021-10-05
Changed
- Change the menu item names for hard link actions - replace
alias
tohard link
.
See #9 for more details
Release version 0.10.1
[0.10.1] - 2021-10-05
Fixed
- Fix the localization bug - only Russian localization in for all
system languages
.
See #9 for more details
Release version 0.10.0
[0.10.0] - 2021-09-18
Added
- Add the checkbox button on the application view to switch on/off the relative path use to create a symbolic link.
- Implement the strategy for create new symlink with relative or absolute path.
[0.9.0] - 2021-09-17
Changed
- Change the extention boubdle name from
quick-symlink-extention to
symlink actions`. - Change the module name
quick-symlink-extention to
soft-link-actions-name`.
Release version 0.8.1
[0.8.1] - 2021-09-13
Fixed
- Fix a bug that led to fatal error:
Can't remove last element from an empty collection
.
Added
- Added the ability to create links from the
Finder
menu without selected objects.
See #6 for more details
Release version 0.8.0
[0.8.0] - 2021-09-02
Added
- Develop additional
Finder extension
which allows to create ahard links
for selected folders and files via contextual menu.
Changed
- Change build os version to 10.10.
Fixed
- Fix soft link replace with function.
See #3 for more details
Release version 0.7.0
[0.7.0] - 2021-08-22
Added
- Added new classes
Path
for working with path's and creating relative path from specified directory. - Add unit-tests cases for the
Path
class.
Changed
- Change soft link creation using relative instead absolute path.
See #3 for more details
Release version 0.6.0
[0.6.0] - 2021-08-02
Changed
- Changed the activity property of some menu items according to the rule:
- if no object was copied, then the menu items "Paste link to here" an "Move it here and replace with a link" are not active.
- if at least one object was not copied, then the menu items "Paste link to here" an "Move it here and replace with a link" are inactive.
Added
- Added cleaning clipboard after inserting links.
Release version 0.5.0
[0.5.0] - 2021-08-02
Added
- Add the new menu item for creating symlink in a parent directory (parent for target objects).