Skip to content

Commit 32e653e

Browse files
committed
Update Readme and About
1 parent 199b8c8 commit 32e653e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ A PowerShell GUI application for folder backups and spreadsheet combining operat
2424
- **Duplicate Qty=2**: Duplicate rows with '2' in the "Add to Quantity" column
2525
- **Normalize Qty to 1**: Change all values in "Add to Quantity" column to '1'
2626
- **Log to File**: Save terminal output to a log file for future reference
27+
- **BLANK**: Insert a row with "BLANK" text between data from different spreadsheets
28+
- **Reverse, Reverse**: Reverse the order of data rows in the final combined spreadsheet
2729

2830
### Configuration Management
2931
- Save/load application settings to/from XML files

SpreadsheetWrangler.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ $aboutMenuItem.Add_Click({
698698

699699
# Main about text
700700
$aboutLabel = New-Object System.Windows.Forms.Label
701-
$aboutLabel.Text = "Spreadsheet Wrangler v1.0`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date -Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
701+
$aboutLabel.Text = "Spreadsheet Wrangler v1.2.0`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date -Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
702702
$aboutLabel.AutoSize = $false
703703
$aboutLabel.Dock = "Fill"
704704
$aboutLabel.TextAlign = "MiddleCenter"

0 commit comments

Comments
 (0)