Skip to content

Releases: ololx/quick-symlink

Release version 0.10.4

10 Oct 09:40
37bdcfb
Compare
Choose a tag to compare

[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

05 Oct 17:14
1d9be79
Compare
Choose a tag to compare

[0.10.2] - 2021-10-05

Changed

  • Change the menu item names for hard link actions - replace alias to hard link.

See #9 for more details

Release version 0.10.1

05 Oct 10:59
76fb1eb
Compare
Choose a tag to compare

[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

18 Sep 04:01
c966e70
Compare
Choose a tag to compare

[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

13 Sep 14:48
a7a6c2f
Compare
Choose a tag to compare

[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

02 Sep 17:15
Compare
Choose a tag to compare

[0.8.0] - 2021-09-02

Added

  • Develop additional Finder extension which allows to create a hard 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

22 Aug 15:21
949387f
Compare
Choose a tag to compare

[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

07 Aug 05:08
Compare
Choose a tag to compare

[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

02 Aug 10:41
Compare
Choose a tag to compare

[0.5.0] - 2021-08-02

Added

  • Add the new menu item for creating symlink in a parent directory (parent for target objects).

Release version 0.4.1

15 Jul 20:08
Compare
Choose a tag to compare

[0.4.1] - 2021-07-15

Changed

  • Implement the Command pattern for the Quick Symlink actions.

[0.4.0] - 2021-07-15

Added

  • Add the extension localization for English and Russian languages.

[0.0.4] - 2021-05-28

Added

  • The application icons.

Changed

  • The toolbar icons.

[0.0.3] - 2021-05-25

Added

  • The toolbar icon.

Changed

  • The language version from Swift 5.0 to Swift 4.0.
  • The project version from xcode 12.x to xCode 9.2.