Releases: jdhitsolutions/PSWorkItem
Releases · jdhitsolutions/PSWorkItem
PSWorkItem_v1.11.1
Changelog for PSWorkItem
v1.11.1 - 2024-12-04 16:06:55
This release was not pushed to the PowerShell Gallery.
Changed
- Minor Markdown style edits.
Removed
- Removed global variable reference in
Get-PSWorkItemDatabase
that was used for testing.
PSWorkItem_v1.11.0
Changelog for PSWorkItem
v1.11.0 - 2024-12-04 14:55:38
Added
- Added documentation PDF and the
Open-PSWorkItemHelp
command. - Added
en-GB
localized string data. - Added missing basic Pester tests
Changed
- Updated custom verbose output.
- Updated
README.md
. - Updated Terminal.Gui assembly to version 1.17.1
- Help documentation updates
Fixed
- Updated module to better handle datetime values from different cultures.
PSWorkItem_v1.10.0
Changelog for PSWorkItem
v1.10.0 - 2024-05-28 11:32:19
Added
- Added argument completer for the
ID
parameter ofComplete-PSWorkItem
,Set-PSWorkItem
, andRemove-PSWorkItem
Changed
- Updated
README
- Updated
Terminal.gui
assembly to version 1.16.0 - Updated
Nstack
assembly to version 1.1.1.0
PSWorkItem_v1.9.0
Changelog for PSWorkItem
v1.9.0 - 2024-02-24 13:37:07
Changed
- Update TUI to allow filtering table by the number of days dues.
- Updated TUI to show about information using a dialog instead of a message box to allow for better formatting.
- Update TUI-based console so that selected category is always in view.
Fixed
- Fixed hard-coded references in private functions that were pointing to
C:\temp
.
PSWorkItem_v1.8.0
Changelog for PSWorkItem
v1.8.0 - 2024-02-23 10:03:32
Added
- Added
mySQLite
module version to the About display inOpen-POSWorkItemConsole
. - Added an
about_psworkitem
help topic - Added support for running on Linux-x64 platforms.
Changed
- Updated
Open-PSWorkItemConsole
to use the$PSWorkItemDefaultDays
value instead of the hard-coded 30. - Updated help documentation
- Updated
README.md
. - Revised module description.
Fixed
- Fixed bug importing localized data on non-Windows systems.
PSWorkItem_v1.7.0
Changelog for PSWorkItem
v1.7.0 - 2024-01-07 12:40:05
Changed
- Updated the sample PSWorkItem database.
- Revised format file for PSWorkItems to show due date with leading zeros and no seconds.
- Updated
Open-PSWorkItemConsole
to format due dates with leading zeros and no seconds. - Updated
Open-PSWorkItemConsole
to display overdue items in the table in Red and items due within 5 days in Cyan. - Updated table layout in
Open-PSWorkItemConsole
. Added a RepresentationGetter to display progress value with a % sign. Hiding theOverdue
column to give more space to theName
andDescription
columns.
Fixed
- Update the TUI form which was hiding the
Clear
checkbox - Fixed missing properties in the PSWorkItemDatabase class.
PSWorkItem_v1.6.0
Changelog for PSWorkItem
v1.6.0 - 2024-01-04 15:01:38
Added
- Added private helper functions to create and use a stopwatch. Modified functions to display a verbose message at the end of the command showing how long the function took to run.
- Added menu option in
Open-PSWorkItemConsole
to display database details.
Changed
- Updated
Open-PSWorkItemConsole
to highlight labels of required values in magenta. - Updated
Open-PSWorkItemConsole
to use string data. - Updated the TUI console to display tooltips in the status bar on mouseovers.
- Modified
Open-PSWorkItemConsole
to export internal variables to the global scope when using-Debug
. After closing the window you can use$wicWindow
and$wicControls
to help debug, troubleshoot, or develop the TUI form. - Modified category report in
Open-PSWorkItemConsole
to use a TextView control in place of a label so that it doesn't lay on the top of other controls. - Updated Terminal.Gui assembly to version 1.14.1
- Revised the command help displayed in
Open-PSWorkItemConsole
. - Modified the
Created
property of thePSWorkItemDatabase
class to use the value from the database metadata instead of relying on the file creation age. - Modified
PSWorkItemDatabase
class to show additional information. The default formatting won't change, but you'll see additional properties if you pipe toSelect-Object
and select all properties. - Updated
README.md
.
PSWorkItem_v1.5.0
Changelog for PSWorkItem
v1.5.0 - 2023-10-06 08:40:19
Added
- Added a feature in
Open-PSWorkItemConsole
to allow the user to right-click on a table row and display PSWorkItem details in a pop-up window. - Added menu choices in
Open-PSWorkItemConsole
to manage categories. - Added additional verbose output.
Changed
- Modified private helper functions to support Verbose output.
- Renamed localized string data file to match module name.
Fixed
- Fixed typo in strings file
- Fixed
Open-PSWorkItemConsole
to refresh report table when modifying or removing PSWorkItems. - Fixed bug in
Remove-PSWorkItemCategory
that wasn't detecting the category value from the dynamic parameter.
PSWorkItem_v1.4.0
Changelog for PSWorkItem
v1.4.0 - 2023-09-29 12:32:40
Changed
- Help updates.
- Updated
README.md.
Fixed
- Fixed bug in
Add-PSWorkItemCategory
andInitialize-PSWorkItemDatabase
that was causing errors using the default categories.
PSWorkItem_v1.3.1
Changelog for PSWorkItem
v1.3.1 - 2023-09-29 11:41:39
Changed
- Updated
README.md
. - Removed minimum version for the MySQLite dependency.