Skip to content

Latest commit

 

History

History
executable file
·
773 lines (604 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

executable file
·
773 lines (604 loc) · 16.2 KB

Change Log

v1.50.0 (2024-04-06)

  • Added View category.

v1.23.0 (2022-10-28)

  • Repository configuration changed.

addAnchorPoints.js

1.1.0 (2024-06-01)

Added

  • Anchor points for type on a path and area type are now supported.
  • Added the function to check the illustrator version.

addNumericSeparators.js

1.2.0 (2024-04-29)

Added

  • Added the function to add commas only to text within a selection.

1.1.0 (2022-11-13)

Added

  • Modified to run the script in the text editing state.

addSelectedGradientsToSwatch.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

alignInCenterOfSpace(Horizontal).js

1.1.0 (2024-06-01)

Added

  • The Align panel menu > Use Preview Bounds is now supported.
  • Added the function to check the illustrator version.

alignInCenterOfSpace(Vertical).js

1.1.0 (2024-06-01)

Added

  • The Align panel menu > Use Preview Bounds is now supported.
  • Added the function to check the illustrator version.

alignObjects.js

1.1.0 (2024-06-01)

Added

  • Added supported units.
  • The up and down arrow keys can now be used to increase or decrease the value.

arrangeWindows.js

1.0.1 (2024-04-06)

Added

  • Added the function to check the illustrator version.

checkDayOfWeek.js

1.1.0 (2024-06-30)

Added

  • Japanese calendar is now supported.
  • Added the function to check the illustrator version.

Changes

  • Updated the UI.

closeAllDocuments.js

1.1.0 (2023-08-27)

Changes

  • Changed the UI to look more like Illustrator.

closePath.js

1.1.0 (2023-05-04)

Changes

  • Improved curve processing.

compareScale.js

1.1.0 (2024-06-30)

Changes

  • Changed the UI to show scale for each object.

1.0.1 (2023-08-27)

Changes

  • Changed localization method.

convertAllAnchorPointsToCorner.js

1.1.0 (2024-06-01)

Added

  • Anchor points for type on a path and area type are now supported.
  • Added the function to convert all anchor points or only selected anchor points when anchor points are selected with the Direct Selection Tool.
  • Added the function to check the illustrator version.

convertToGlobalColor.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

convertToSpotColor.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

copyLineDown.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

copyLineUp.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

copyLine(emptySelection).js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

createColorChart.js

2.2.0 (2024-09-16)

Added

  • Added supported units.

2.1.0 (2023-07-23)

Added

  • Added the function to select how to increase or decrease color values. (Addition or Intensity)

Changes

  • Changed requirements to CS6 or higher.

Bug Fixes

  • Fixed a bug in the target color.

2.0.1 (2023-06-25)

Bug Fixes

  • Fixed a bug in the color mode.

2.0.0 (2022-10-15)

Changes

  • Updated the UI.
  • Black color can also be increased or decreased.
  • Solid colors are supported.

createPageNumbers.js

2.0.0 (2023-03-26)

Changes

  • Updated the UI.

createTextParallelToPathSegment.js

1.0.1 (2024-06-01)

Added

  • The up and down arrow keys can now be used to increase or decrease the value.

Bug Fixes

  • Fixed the problem of not being able to undo with the esc key due to localization.

createThreadedText.js

1.1.0 (2024-04-29)

Added

  • Added corresponding ruler units.

Changes

  • Updated the UI.

cutLine(emptySelection).js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

deleteAllLeft.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

deleteAllRight.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

deleteAllSwatches.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

deleteHiddenLayers.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

deleteLockedLayers.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

deleteUnusedLayers.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

deleteWord.js

1.0.1 (2022-11-13)

Bug Fixes

  • Fixed a bug that prevented the deletion of the last word.

disjoinPath.js

1.1.0 (2024-08-10)

Added

  • Added the function to check the illustrator version.

Bug Fixes

  • Fixed a bug that created an extra path when an open path disjoined.

distributeInSpace(Horizontal).js

1.1.0 (2024-06-01)

Added

  • The Align panel menu > Use Preview Bounds is now supported.
  • Added the function to check the illustrator version.

distributeInSpace(Vertical).js

1.1.0 (2024-06-01)

Added

  • The Align panel menu > Use Preview Bounds is now supported.
  • Added the function to check the illustrator version.

drawCircumscribedCircle.js

1.1.0 (2023-04-29)

Features

  • Type on a path and area type is now supported.

drawNormalLine.js

1.0.1 (2024-08-10)

Bug Fixes

  • Fixed a bug in the return value of the isFlat() function.

drawRectangle.js

1.1.0 (2024-06-01)

Added

  • Added the function to ignore grouped objects.
  • Added preview function.
  • Added supported units.
  • Added the function to check the illustrator version.

drawShapeOnAnchorPoint.js

1.1.0 (2024-06-01)

Added

  • Added the function to draw a shape on all anchor points or only selected anchor points when anchor points are selected with the Direct Selection Tool.
  • Added supported units.
  • Added the function to check the illustrator version.

Bug Fixes

  • Fixed the problem of not being able to undo with the esc key due to localization.

exportColorValuesToCSV.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

extendHandle.js

1.2.0 (2024-06-01)

Added

  • Added supported units.
  • Added the function to check the illustrator version.
  • The up and down arrow keys can now be used to increase or decrease the value.

1.1.0 (2023-05-28)

Features

  • Added the function to change the angle.

extendLine.js

1.2.0 (2024-06-01)

Added

  • Added supported units.
  • Added the function to check the illustrator version.
  • The up and down arrow keys can now be used to increase or decrease the value.

1.1.0 (2023-05-14)

Features

  • Added preview function.

extractColorsFromGradient.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

generateGradientColor.js

1.0.2 (2024-09-16)

Changes

  • Refactoring.

1.0.1 (2023-09-18)

Changes

  • Changed localization method.

goToLine.js

1.0.1 (2023-08-27)

Features

  • A line number can now be increased or decreased by pressing the up or down cursor keys.

Changes

  • Changed localization method.

highlightWord.js

1.2.0 (2024-09-16)

Added

  • Added the functions to apply swatches, character and paragraph styles.

1.1.0 (2023-09-18)

Features

  • Regular expressions are now supported.

Changes

  • Changed localization method.

importCSVtoSwatch.js

1.2.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

1.2.0 (2023-04-08)

Features

  • Added support for 3-digit Hex color.

1.1.0 (2023-03-26)

Features

  • Added support for Hex color.

insertLineAbove.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

insertLineBelow.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

invertLockedLayer.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

invertVisibleLayer.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

jumpBackward.js

1.0.0 (2022-11-13)

Removed

  • Removed it because it can be done with the standard function. ( / Ctrl + )

jumpForward.js

1.0.0 (2022-11-13)

Removed

  • Removed it because it can be done with the standard function. ( / Ctrl + )

justifyContentSpaceBetween.js

1.0.1 (2023-10-28)

Bug Fixes

  • Fixed a bug where texts were not aligned to the target object.
    Set CharacterAttributes.kerningMethod to AutoKernType.NOAUTOKERN and kerning to 0.

matchLocationOfGradientStop.js

1.0.1 (2023-09-18)

Changes

  • Changed localization method.

measureDistance.js

1.3.0 (2024-06-30)

Added

  • Added supported units.

Changes

  • To avoid crashing Illustrator, labels are no longer displayed in Illustrator 2020 and earlier versions.
  • Updated the UI.

1.2.0 (2023-08-27)

Added

  • Labels are now displayed at anchor points.

1.1.0 (2023-05-14)

Added

  • Handle positions are now displayed for curves.

Bug Fixes

  • Fixed a bug that caused the wrong determination of curves.

moveLineDown.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

moveLineUp.js

1.0.1 (2022-10-28)

Bug Fixes

  • Fixed a bug in getting the line number.

moveSublayerToMainLayer.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

randomTextColor.js

1.3.0 (2024-09-16)

Changes

  • Updated the UI.

1.2.1 (2023-09-18)

Changes

  • Changed localization method.

1.2.0 (2022-05-19)

Added

  • Added the progress bar to UI.

1.1.0 (2022-05-18)

Added

  • Added the function to change colors by character or sentences.

rearrangeObjects.js

1.1.0 (2024-06-01)

Added

  • Added supported units.
  • The up and down arrow keys can now be used to increase or decrease the value.

Bug Fixes

  • Fixed the problem of not being able to undo with the esc key due to localization.

relinkFileExtension.js

1.1.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

1.1.0 (2023-01-15)

Changes

  • The UI has been brought closer to InDesign.

1.0.1 (2021-06-17)

Bug Fixes

  • Changed the file encoding due to garbled Japanese characters.
  • Files with no extension are now supported.
  • Changed the function to display the results.

relinkFileExtensionExtra.js

1.3.1 (2024-09-16)

Changes

  • For CS6, CC and CC2014, changed to use the action to relink.
  • Changed requirements to CS6 or higher.

Bug Fixes

  • Fixed a bug that prevented rotation when PDF files were relinked.

1.3.0 (2024-08-10)

Added

  • PDF is now supported.
  • Unicode combining character sequence is now supported.

Changes

  • Updated the UI.

1.2.0 (2023-11-23)

Added

  • Added linked file folder field. The links folder can now be selected.

1.1.0 (2023-01-15)

Changes

  • Updated the UI.

relinkToFolder.js

1.1.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

1.1.0 (2023-01-15)

Changes

  • The UI has been brought closer to InDesign.

removeColorInGuideObject.js

1.0.1 (2023-08-12)

Changes

  • Changed to restore the layer state.

Bug Fixes

  • Fixed a bug that caused incorrect behavior when no guide objects were in the document.

removeDeletedGlobalColor.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

renameLinkedFile.js

1.0.1 (2024-08-10)

Added

  • Unicode combining character sequence is now supported.

resetToFullScale.js

1.0.2 (2024-08-10)

Added

  • Added the function to check the illustrator version.

1.0.1 (2023-03-26)

Bug Fixes

  • Fixed a bug in the images to shift position.

roundColorValue.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

roundLocationOfGradientStop.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

selectEmbeddedLink.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

selectGuides.js

1.0.1 (2023-08-12)

Bug Fixes

  • Fixed a bug that caused incorrect behavior when no guide objects were in the document.

selectLink.js

1.2.0 (2024-08-10)

Added

  • Unicode combining character sequence is now supported.

Changes

  • Changed the algorithm for selecting linked files.
  • Updated the UI.

1.1.0 (2023-08-27)

Added

  • Added a list box to display linked file names.

Changes

  • Changed localization method.

showArtboardName.js

1.3.0 (2024-08-10)

Added

  • Added supported units.

Changes

  • Changed the artboard size display.

1.2.0 (2023-05-04)

Added

  • Added the serial number.

1.1.0 (2022-11-04)

Added

  • Added the artboard size.

showColorValues.js

1.1.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

1.1.0 (2023-04-08)

Features

  • Added support for Hex color.

showDimensions.js

2.1.0 (2024-06-01)

Added

  • Added the function to show dimensions only selected anchor points when anchor points are selected with the Direct Selection Tool.
  • Added supported units.
  • Added the function to check the illustrator version.

2.0.0 (2023-05-14)

Added

  • Curves are now supported.

Changes

  • Changed the file name from measurePathItems.js to showDimensions.js.
  • Changed requirements to CS6 or higher.

1.0.1 (2022-02-17)

Bug Fixes

  • Fixed a bug that caused dimensions to be displayed twice in the case of open paths.

shuffleGradientColor.js

1.0.1 (2024-09-16)

Added

  • Added the function to check the illustrator version.

sortArtboards.js

1.0.1 (2024-08-10)

Added

  • Added the function to check the illustrator version.

splitText.js

1.1.0 (2024-04-29)

Added

  • Area types are now supported. After splitting, convert to point types.

Changes

  • Changed the algorithm for splitting text.

Bug Fixes

  • Fixed a bug that prevented whitespace characters from being removed.

stepAndRepeat.js

2.1.0 (2024-06-01)

Added

  • Added supported units.
  • Added the function to check the illustrator version.
  • The up and down arrow keys can now be used to increase or decrease the value.

Bug Fixes

  • Fixed preview behavior.

2.0.1 (2023-05-14)

Bug Fixes

  • Fixed the problem of not being able to undo with the esc key due to localization.

2.0.0 (2022-10-08)

Changes

  • The UI has been brought closer to InDesign.
  • Changed the file name.

sumNumbers.js

2.0.0 (2024-06-30)

Changes

  • Changed the UI to allow editing of numeric values in text fields.

syncView.js

1.0.1 (2024-04-06)

Added

  • Added the function to check the illustrator version.

Bug Fixes

  • Fixed an issue where multiple openings of the same file would not synchronize.

textAlign_Center.js

1.0.1 (2023-04-08)

Changes

  • Refactoring.

textAlign_Left.js

1.0.1 (2023-04-08)

Changes

textAlign_Right.js

1.0.1 (2023-04-08)

Changes

  • Refactoring.

unifyLayerColors.js

1.1.0 (2024-08-10)

Added

  • Added specification that locked layers do not change color.
  • Added the function to check the illustrator version.

XmpFunctions.js

1.0.2 (2022-01-27)

Features

  • Added xmpGetLinkedFiles(src) function.
  • Changed the return value of xmpGetFonts(src).

1.0.1 (2022-01-22)

Features

  • Added tint, colorant property to the return value of xmpGetSwatches(src).