This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
Releases: jdhitsolutions/MyTasks
Releases · jdhitsolutions/MyTasks
MyTasks_v2.4.0
Change Log for MyTasks
v2.4.0
- Restructured module layout
- Removed
Show-MyTask
and modified default format view forGet-MyTask
to use ANSI escape sequences instead ofWrite-Host
. (Issue #44) Breaking Change - Added the aliases
Show-MyTask
andshmt
toGet-MyTask
to provide some sort of backward compatibility. - Modified
Get-EmailReminder
to display a warning if the scheduled job is not found. - Updated
Enable-EmailReminder
to better handle text output now that default formatting uses ANSI. - Updated Pester tests.
- Help and documentation updates.
MyTasks_v2.3.0
Change Log for MyTasks
v2.3.0
- Updates to
Show-MyTask
to better handle long descriptions (Issue #40 and #41) - Modified
Remove-MyTask
to remove by ID number (Issue #42) - Added online help links
- Updated
README.md
- Updated help documentation
- Updated Pester tests
MyTasks_v2.2.0
v2.2.0
- Fixed bug where overdue tasks were not displaying in red
- Added a Table view called DueDate
- Minor help updates.
- Minor updates to
README.md
MyTasks_v2.1.0
v2.1.0
- Renamed
Set-MyTaskPath
toSet-MyTaskHome
and set original name as an alias. (Issue #38) - Renamed
Get-MyTaskPath
toGet-MyTaskHome
and set original name as an alias. (Issue #38) - Restructured module to better accommodate Desktop vs Core PSEditions (Issue #37)
- Manifest updates
- documentation updates
- updated pester tests
myTasks_v2.0.0
v2.0.0
- Updated manifest to require PowerShell 5.1 and support for both Desktop and Core PSEditions Breaking Change
- Added
Get-MyTaskPath
command (Issue #36) - Added a format.ps1xml file for
Get-MyTaskPath
- Modified code to determine home folder to use
[Environment]::GetFolderPath([Environment+SpecialFolder]::MyDocuments)
Thank you @kilasuit and @thecliguy (Issue #35) Breaking Change - Fixed bug in
Show-Mytask
where year is displayed in 2 digits instead of 4 on Linux platforms. - documentation updates
MyTasks_v1.9.0
v1.9.0
- Updated autocompleter to get task names and enclose in quotes
- Fixed bug in
Get-EmailReminder
to determine if the command is supported. - Modified
Save-MyTask
to provide more detail when using -Whatif. - Added
Get-MyTaskArchive
command. - Updated class and commands to better handle OverDue values.
- Modified
MyTasks.format.ps1xml
to support myTaskArchive type - Updated help
MyTasks_v1.8.2
v1.8.2
- Fixed bugs with email reminder. Typo in a parameter name.
- Added parameter validation for
-Days
inEnable-EmailReminder
- Help updates
MyTasks_v1.8.0
v1.8.0
- Fixed Task Category bug (Issue #26) Thank you @shaneis
- revised Pester test for category fix
- Updated
README.md
myTasks_v1.7.0
- file cleanup for PowerShell Gallery
- moved aliases to function definitions
- Added auto completer for
Get-MyTask
,Set-MyTask
,Complete-MyTask
,Remove-MyTask
(Issue #32) - Updated
Get-MyTask
to support multiple ID numbers (Issue #31) - help documentation update
- general code cleanup
myTasks_v1.6.0
v1.6.0
Fixed bug saving XML to non-filesystem paths (Issue #28)
Update Set-MyTaskPath to support -Passthru (Issue #25)
Updated Get-EmailReminder to include additional details (Issue #18)
Fixed CSS bug in email scriptblock
Updated Enable-EmailReminder to let user specify number of days (Issue #29)
Updated Enable-EmailReminder to let user specify alternate path (Issue #30)
updated Pester tests
updated documentation