Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Releases: jdhitsolutions/MyTasks

MyTasks_v2.4.0

14 Oct 17:30
Compare
Choose a tag to compare

Change Log for MyTasks

v2.4.0

  • Restructured module layout
  • Removed Show-MyTask and modified default format view for Get-MyTask to use ANSI escape sequences instead of Write-Host. (Issue #44) Breaking Change
  • Added the aliases Show-MyTask and shmt to Get-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

28 Aug 16:14
Compare
Choose a tag to compare

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

09 Mar 12:08
Compare
Choose a tag to compare

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

21 Feb 16:38
Compare
Choose a tag to compare

v2.1.0

  • Renamed Set-MyTaskPath to Set-MyTaskHome and set original name as an alias. (Issue #38)
  • Renamed Get-MyTaskPath to Get-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

20 Feb 16:43
Compare
Choose a tag to compare

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

07 Jan 18:33
Compare
Choose a tag to compare

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

13 Dec 18:45
Compare
Choose a tag to compare

v1.8.2

  • Fixed bugs with email reminder. Typo in a parameter name.
  • Added parameter validation for -Days in Enable-EmailReminder
  • Help updates

MyTasks_v1.8.0

28 Nov 14:32
Compare
Choose a tag to compare

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

23 Oct 13:36
Compare
Choose a tag to compare
  • 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

20 Jun 13:53
Compare
Choose a tag to compare

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