Skip to content

Commit

Permalink
Added renameArtboard.js, renameLayer.js
Browse files Browse the repository at this point in the history
Updated
deleteHiddenLayers.js
deleteLockedLayers.js
deleteUnusedLayers.js
invertLockedLayer.js
invertVisibleLayer.js
moveSublayerToMainLayer.js
relinkFileExtension.js
relinkFileExtensionExtra.js
relinkToFolder.js
renameLinkedFile.js
resetToFullScale.js
selectEmbeddedLink.js
selectLink.js
showArtboardName.js
sortArtboards.js
unifyLayerColors.js

Bug fix
disjoinPath.js
drawNormalLine.js
  • Loading branch information
sky-chaser-high committed Aug 10, 2024
1 parent e674af9 commit f84e5eb
Show file tree
Hide file tree
Showing 39 changed files with 2,821 additions and 629 deletions.
118 changes: 116 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log


## v1.50.0 (2024-04-06)
- Added View category.
## v1.23.0 (2022-10-28)
- Repository configuration changed.
<br><br>
Expand Down Expand Up @@ -184,13 +185,43 @@
<br><br>


## deleteHiddenLayers.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## deleteLockedLayers.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## deleteUnusedLayers.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## deleteWord.js
### 1.0.1 (2022-11-13)
### Bug Fixes
- Fixed a bug that prevented the deletion of the last word.
<br><br>


## disjoinPath.js
### 1.1.0 (2024-08-04)
### Added
- Added the function to check the illustrator version.
### Bug Fixes
- Fixed a bug that created an extra path when an open path disjoined.
<br><br>


## distributeInSpace(Horizontal).js
### 1.1.0 (2024-06-01)
### Added
Expand All @@ -214,6 +245,13 @@
<br><br>


## drawNormalLine.js
### 1.0.1 (2024-08-04)
### Bug Fixes
- Fixed a bug in the return value of the isFlat() function.
<br><br>


## drawRectangle.js
### 1.1.0 (2024-06-01)
### Added
Expand Down Expand Up @@ -308,6 +346,20 @@
<br><br>


## invertLockedLayer.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## invertVisibleLayer.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## jumpBackward.js
### 1.0.0 (2022-11-13)
### Removed
Expand Down Expand Up @@ -369,6 +421,13 @@
<br><br>


## moveSublayerToMainLayer.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## randomTextColor.js
### 1.2.1 (2023-09-18)
### Changes
Expand All @@ -393,6 +452,9 @@


## relinkFileExtension.js
### 1.1.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
### 1.1.0 (2023-01-15)
### Changes
- The UI has been brought closer to InDesign.
Expand All @@ -405,6 +467,12 @@


## relinkFileExtensionExtra.js
### 1.3.0 (2024-08-04)
### 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.
Expand All @@ -415,6 +483,9 @@


## relinkToFolder.js
### 1.1.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
### 1.1.0 (2023-01-15)
### Changes
- The UI has been brought closer to InDesign.
Expand All @@ -430,13 +501,30 @@
<br><br>


## renameLinkedFile.js
### 1.0.1 (2024-08-04)
### Added
- Unicode combining character sequence is now supported.
<br><br>


## resetToFullScale.js
### 1.0.2 (2024-08-04)
### 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.
<br><br>


## selectEmbeddedLink.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## selectGuides.js
### 1.0.1 (2023-08-12)
### Bug Fixes
Expand All @@ -445,6 +533,12 @@


## selectLink.js
### 1.2.0 (2024-08-04)
### 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.
Expand All @@ -454,6 +548,11 @@


## showArtboardName.js
### 1.3.0 (2024-08-04)
### Added
- Added supported units.
### Changes
- Changed the artboard size display.
### 1.2.0 (2023-05-04)
### Added
- Added the serial number.
Expand Down Expand Up @@ -488,12 +587,19 @@
<br><br>


## sortArtboards.js
### 1.0.1 (2024-08-04)
### Added
- Added the function to check the illustrator version.
<br><br>


## splitText.js
### 1.1.0 (2024-04-29)
### Added
- Area types are now supported. After splitting, convert to point types.
### Changes
- Changed algorithm for splitting text.
- Changed the algorithm for splitting text.
### Bug Fixes
- Fixed a bug that prevented whitespace characters from being removed.
<br><br>
Expand Down Expand Up @@ -554,6 +660,14 @@
<br><br>


## unifyLayerColors.js
### 1.1.0 (2024-08-04)
### Added
- Added specification that locked layers do not change color.
- Added the function to check the illustrator version.
<br><br>


## XmpFunctions.js
### 1.0.2 (2022-01-27)
### Features
Expand Down
Loading

0 comments on commit f84e5eb

Please sign in to comment.