Skip to content

Commit d1655f4

Browse files
committed
doc Updated NEWS
1 parent 0340ce2 commit d1655f4

1 file changed

Lines changed: 21 additions & 27 deletions

File tree

docs/NEWS.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
1-
### What's new in release [22.9.25](https://github.com/pchiorean/Indentz/releases/tag/22.9.25)
1+
### What's new in [22.11.10](https://github.com/pchiorean/Indentz/releases/tag/22.11.10)
22

33
#### Cleanup
4-
- **`DefaultSwatches`** You can now cancel adding swatches by pressing 'Esc'.
5-
- **`DocCleanup`** No longer converts empty text frames to generic frames.
6-
- **`ReplaceLinks`**
7-
- Fixed an error for names containing `%`.
8-
- You can now cancel relinking by pressing 'Esc'.
9-
- **`SwatchesSave`** Changed the TSV encoding to UTF-8 to preseve swatch names using non-ASCII characters.
4+
- Added **BreakLinkToStyles:** Unnaplies paragraph/character/object styles from all or selected objects.
5+
- Added **DumpLayers:** Saves a TSV file with the properties of the active document layers (compatible with **DefaultLayers**).
6+
- **DefaultPrefs:** Preferences are now applied in two steps: application/document.
7+
- **DocCleanup:** Reinstated conversion of empty text frames to generic frames, but only when they are not auto-sized.
8+
- Renamed **SwatchesSave** to **DumpSwatches**.
109

1110
#### Export
12-
- **`QuickExport`** Cosmetic tweaks to 'Export in subfolders' description.
11+
- **QuickExport:**
12+
- Custom bleed is now imported when defined in the PDF preset.
13+
- Document layers will be restored to initial status after export.
14+
- Increased maximum bleed value to 152.4 mm.
15+
- Improved the PDF preset tooltip info.
16+
- Errors are now reported after running additional scripts.
17+
- When the PDF preset is set to preserve original resolution the DPI option is now disabled.
1318

14-
#### File
15-
- **`SpreadsToFiles`** Cosmetic tweaks to the prompt text.
16-
17-
#### View
18-
- **`ZoomTo...`**
19-
- Refactored to use similar code to its twin.
20-
- Tweaked the zoom factor (fits a square page to 90% of 'Fit Page in Window').
21-
22-
#### Lib
23-
**Note:** In the release version, the `jsxinc` stubs are statically-linked, so the scripts are stand-alone, and the **`lib`** folder is not included. Also, some stubs are used elsewhere but kept here for convenience.
24-
25-
- **`getDataFile`** Updated to take as argument a list of files; returns the first one found.
26-
- **`parseDataFile`** (and all scripts that use TSVs as input)
27-
- `new` Added `@includepath` statement which sets a reference path to which subsequent relative paths will refer.
28-
- `new` You can now use relative paths for both `@include` and `@includepath`: thus, a path may be an absolute path, one relative to the current data file, or a path relative to a reference path, if defined by a previous `@includepath` statement.
29-
- Changed data files extension to `.tsv` (it still looks for `.txt` as fallback).
30-
- Added support for comments at the end of lines (everything after a `#` is ignored).
31-
- **`report`** `new` Added `auto` to filtering mode – automatically shows filtering if there are more than 20 lines.
19+
#### Misc
20+
- Added **EAN:** Embeds an EAN code in the selected frame or adds it to a new page.
21+
- **QR:**
22+
- Switched uppercase and white label options.
23+
- Set label leading to 100%.
3224

3325
#### Other
34-
- Activated auto filtering to the status report for scripts that need it.
26+
- Dialogs are centered in the InDesign window.
27+
28+
For other fixes and improvements not mentioned here see the full [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)