Skip to content

Commit 7f0f518

Browse files
Update #121
1 parent 2ae6e1d commit 7f0f518

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

PSWriteHTML.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Przemyslaw Klys
55
#
6-
# Generated on: 19.04.2020
6+
# Generated on: 23.04.2020
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSWriteHTML.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.81'
15+
ModuleVersion = '0.0.82'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop', 'Core'

readme.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us
6464

6565
## Changelog
6666

67+
- 0.0.82 - 2020.04.23
68+
- `New-HTMLTable` added ability to define Title which will be used as filename when exporting
69+
- If no Title is defined title is used from `New-HTML`
70+
- If no Title is provided name of button will be used (default)
71+
- `New-TableButtonXXX` also have `Title` field which allows different naming for buttons
72+
6773
- 0.0.81 - 2020.04.18
6874
- `New-HTMLDiagram` keeps expanding without height bug fixed ([#113](https://github.com/EvotecIT/PSWriteHTML/issues/113)) with huge help from Thomaash
6975

@@ -178,7 +184,7 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us
178184
- Fix for Tab Selector not being Active by default
179185
- Changes to Tables
180186
- Updated Table Row size to 20px from 27px
181-
- Renamed New-HTMLTable* commands to New-Table* to better reflect what they deliver (and those don't deliver HTML)
187+
- Renamed New-HTMLTable*commands to New-Table* to better reflect what they deliver (and those don't deliver HTML)
182188
- Old commands still available as aliases
183189
- Added **Calendar**
184190
- Added New-HTMLCalendar

0 commit comments

Comments
 (0)