Skip to content

Commit

Permalink
doc Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiorean committed Jun 11, 2022
1 parent 5d58a74 commit 8d0e5b9
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## Changelog

### [Current version](https://github.com/pchiorean/Indentz/compare/22.4.11...master)
<!-- ### [Current version](https://github.com/pchiorean/Indentz/compare/22.6.11...master) -->

### [Release 22.6.11](https://github.com/pchiorean/Indentz/releases/tag/22.6.11)

##### New features

- [`new`](https://github.com/pchiorean/Indentz/commit/e9012199d92ba0bef97acdbc9720a85de0ae07ab)
**ReplaceSnippets**: Converted **lib/ReplaceText** to a standalone script
- [`new`](https://github.com/pchiorean/Indentz/commit/01003af9e7d6a59f6b8a59c4626c4bf85a3db6f1)
**ReplaceSnippets**: Added a scope limiting column – replacement will only be done if a string appears in the filename (regex)
- [`new`](https://github.com/pchiorean/Indentz/commit/a5104648fd99949bef989d579bbaceabcffc802a)
**LayersToSpreads**: Moves layers of the active document to separate spreads
- [`fix`](https://github.com/pchiorean/Indentz/commit/9858c669dc00ff0ec353796373935aae1c758faf)
[`fix`](https://github.com/pchiorean/Indentz/commit/97bf0b591a66e7790c218477fcc388053e4fbdc8)
**lib/ParseDataFile, DefaultLayers/Swatches/ReplaceFonts/Links**: Enforced UTF-8 encoding on opening the data file
- [`fix`](https://github.com/pchiorean/Indentz/commit/f06e68d91e8abab4e08933162f4676b8fceaafa6)
**DefPrefs**: Added 'Coated FOGRA39' as CMYK profile fallback

##### Updates

- [`upd`](https://github.com/pchiorean/Indentz/commit/c7459d5d0044b30edb875af724d718671f249b74)
**DocCleanup**: Split step 3 into separate steps
- [`new`](https://github.com/pchiorean/Indentz/commit/e9012199d92ba0bef97acdbc9720a85de0ae07ab)
**ReplaceSnippets**: Converted **lib/ReplaceText** to a standalone script
- [`upd`](https://github.com/pchiorean/Indentz/commit/2d43649c6fcb012b8ab4ed28901059245415829a)
**lib/Report**: Increased maximum width
- [`upd`](https://github.com/pchiorean/Indentz/commit/f82d55a4d1c7b17d6c8b00e9669770e04aac441b)
**MarkVisibleArea, PageSizeFromFilename**: Updated 'Visible area' swatch
- [`new`](https://github.com/pchiorean/Indentz/commit/01003af9e7d6a59f6b8a59c4626c4bf85a3db6f1)
**ReplaceSnippets**: Added a scope limiting column – replacement will only be done if a string appears in the filename (regex)
- [`upd`](https://github.com/pchiorean/Indentz/commit/41af4aafd86e5137f2764d6ca34476bd79bcec9d)
[`upd`](https://github.com/pchiorean/Indentz/commit/2783324ef151b8416c7ea306886b17e6f69b73be)
**lib/ParseDataFile, DefaultLayers/Swatches/ReplaceFonts/Links, QRBatch**: Trimmed trailing whitespace on import
Expand All @@ -30,6 +30,19 @@
- [`upd`](https://github.com/pchiorean/Indentz/commit/9b2af349305547bf016d77372cf744445f3617e1)
**ScaleTo**: Scaling now takes into account the transformations reference point

##### Bug fixes

- [`fix`](https://github.com/pchiorean/Indentz/commit/9858c669dc00ff0ec353796373935aae1c758faf)
[`fix`](https://github.com/pchiorean/Indentz/commit/97bf0b591a66e7790c218477fcc388053e4fbdc8)
**lib/ParseDataFile, DefaultLayers/Swatches/ReplaceFonts/Links**: Enforced UTF-8 encoding on opening the data file
- [`fix`](https://github.com/pchiorean/Indentz/commit/f06e68d91e8abab4e08933162f4676b8fceaafa6)
**DefPrefs**: Added 'Coated FOGRA39' as CMYK profile fallback

##### Miscellaneous

- [`upd`](https://github.com/pchiorean/Indentz/commit/2d43649c6fcb012b8ab4ed28901059245415829a)
**lib/Report**: Increased maximum width

### [Release 22.4.11](https://github.com/pchiorean/Indentz/releases/tag/22.4.11)

##### New features
Expand Down Expand Up @@ -337,6 +350,7 @@
- `fix` `transform()` and `app.transformPreferences.whenScaling`

##### New scripts
- `new` `?` **LayersToFiles**
- `new` **SpreadsToLayers**

---
Expand Down

0 comments on commit 8d0e5b9

Please sign in to comment.