Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit ea4d495

Browse files
Updat readme
1 parent 23ccc38 commit ea4d495

1 file changed

Lines changed: 29 additions & 35 deletions

File tree

README.md

Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,58 +25,52 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi
2525

2626
## Updates
2727

28+
- 1.1.10 - 2021.05.15
29+
- 🐛Replaced `Exit` with `Return` in `Get-WordDocument`, and few other cmdlets to prevent PowerShell Exit
2830
- 1.1.9 - 2020.09.21
29-
- [x] Fixes `Set-WordTextReplace` that would not work at all
30-
- [x] Updates PSD1
31-
- [x] Removed dependency on PSSharedGoods when used from powershellgallery
32-
- [x] Module is now signed
31+
- Fixes `Set-WordTextReplace` that would not work at all
32+
- Updates PSD1
33+
- Removed dependency on PSSharedGoods when used from powershellgallery
34+
- Module is now signed
3335
- 1.1.8 - 3.06.2020
3436
- Fixes `Transpose` parameter for `Add-WordTable` giving wrong order [#44](https://github.com/EvotecIT/PSWriteWord/issues/44)
35-
3637
- 1.1.7 - 6.04.2020
3738
- Fixes for `Add-WordCustomProperty` [#39](https://github.com/EvotecIT/PSWriteWord/issues/39)
38-
3939
- 1.1.6 - 5.04.2020
4040
- Fixed problems with Documentimo Colors
4141
- Added `Transpose` to `DocumentimoTable`
42-
4342
- 1.1.5 - 21.03.2020
4443
- Added Get-WordBookmark
4544
- Added Set-WordBookmark
46-
4745
- 1.1.4 - 8.02.2020
4846
- Fixes for New-WordList
49-
5047
- 1.1.3 - 18.01.2020
5148
- Fixes for Colors for Documentimo
52-
5349
- 1.1.2 - 18.01.2020
5450
- Migrated Documentimo to PSWriteWord. You can use syntax of Documentimo now.
55-
5651
- 1.1.1 - 17.11.2019
5752
- Fixes colors adding ability to choose them from a list (change from System.Drawing.Colors to System.Drawing.KnownColors)
5853
- Removes Set-WordHyperlink as it was a bit too complicated to use
5954
- Expanded Add-WordHyperLink with a lot of options
6055
- Fixed adding more than 1 hyperlink (#32)
61-
6256
- 1.1.0 - 17.11.2019
6357
- Removes using namespaces because of wonky way it worked
6458
- In case you want to keep using shortnames you would need to use both commands right after Import-Module PSWriteWord
6559
- using namespace Xceed.Words.NET
6660
- using namespace Xceed.Document.NET
6761
- Includes new DocX DLL version 1.4.1 which added/fixed following:
68-
- [x] In Document, the new PageBackground property can now be set to customize the background color of all the document’s pages.
69-
- [x] In Document, the new PageBorders property can now be set to display up to 4 different borders in a document page.
70-
- [x] In Document, inserting a chart by setting its width and height is now supported.
71-
- [x] In Document, adding an image from a stream will no longer throw an exception when the stream is not positioned at the beginning.
72-
- [x] In Document, accessing Bookmarks multiple times no longer decreases the application’s performance.
73-
- [x] In Paragraph, the MagicText property will no longer read the Xml at each call. Instead, the saved data will be used to improve the performance.
74-
- [x] In Paragraph, setting an alignment and then calling InsertPicture() with no index will no longer reset the alignment to left.
75-
- [x] In Paragraph, the LineSpacingBefore will no longer be added to the preceding paragraph’s LineSpacingAfter, when those values are identical.
76-
- [x] In Paragraph, the AppendPageNumber and AppendPageCount methods will now return the paragraph, in order to let users continue adding actions on the paragraph.
77-
- [x] In Paragraph, replacing a text without specifying a formatting will now replace all occurrences of that text.
78-
- [x] In Table, using CustomTableDesignName now correctly adjusts the table’s custom style.
79-
- [x] In Table, modifying the TableLook, or any property of TableLook, will now correctly update the table.
62+
- In Document, the new PageBackground property can now be set to customize the background color of all the document’s pages.
63+
- In Document, the new PageBorders property can now be set to display up to 4 different borders in a document page.
64+
- In Document, inserting a chart by setting its width and height is now supported.
65+
- In Document, adding an image from a stream will no longer throw an exception when the stream is not positioned at the beginning.
66+
- In Document, accessing Bookmarks multiple times no longer decreases the application’s performance.
67+
- In Paragraph, the MagicText property will no longer read the Xml at each call. Instead, the saved data will be used to improve the performance.
68+
- In Paragraph, setting an alignment and then calling InsertPicture() with no index will no longer reset the alignment to left.
69+
- In Paragraph, the LineSpacingBefore will no longer be added to the preceding paragraph’s LineSpacingAfter, when those values are identical.
70+
- In Paragraph, the AppendPageNumber and AppendPageCount methods will now return the paragraph, in order to let users continue adding actions on the paragraph.
71+
- In Paragraph, replacing a text without specifying a formatting will now replace all occurrences of that text.
72+
- In Table, using CustomTableDesignName now correctly adjusts the table’s custom style.
73+
- In Table, modifying the TableLook, or any property of TableLook, will now correctly update the table.
8074

8175
- 1.0.2 - 16.09.2019
8276
- Fix for Add-WordPicture (try/catch missing)
@@ -156,25 +150,25 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi
156150
## Requirements
157151

158152
- Works only on Windows (as NET CORE is not supported by DLL) - until Xceed ads that to their version. Which will take a while for the free version to have (if ever).
159-
- Works only on PowerShell 5.1 (not tested on PowerShell 6.0 with Windows compatibility pack)
153+
- Works only on PowerShell 5.1
160154

161155
## Systems it should run on (marked those confirmed to run)
162156

163157
### Windows Client Systems
164158

165-
- [ ] Windows 7 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
166-
- [ ] Windows 8.1
167-
- [x] Windows 10 1809
168-
- [x] Windows 10 1803
169-
- [x] Windows 10 1809
170-
- [x] Windows 10 1903
171-
- [x] Windows 10 1909
159+
- Windows 7 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
160+
- not Windows 8.1
161+
- Windows 10 1809
162+
- Windows 10 1803
163+
- Windows 10 1809
164+
- Windows 10 1903
165+
- Windows 10 1909
172166

173167
### Windows Server Systems
174168

175-
- [ ] Windows 2008 R2 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
176-
- [x] Windows 2012 R2
177-
- [x] Windows 2016
169+
- Windows 2008 R2 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
170+
- Windows 2012 R2
171+
- Windows 2016
178172

179173
## Credits
180174

0 commit comments

Comments
 (0)