This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
v1.5.0
refactorsaurusrex
released this
27 Feb 06:33
·
42 commits
to master
since this release
Enhancements
Get-JournalFiles
now has options to sort results by date.- Added
-Wait
switch toOpen-JournalEntry
cmdlet in order to allow reading or editing entries one at a time. - New splash screen will be displayed for new installations and when new versions are automatically installed.
- Added new
Add-JournalEntryContent
cmdlet, which enables journaling directly from the command line window.
Bug Fixes
Get-JournalFiles
now returns PowerShell objects which can be manipulated by native cmdlets such asGet-Content
andSelect-String
. In previous versions, the objects returned byGet-JournalFiles
didn't always work as expected when piped into native cmdlets.- The application will no longer check for updates on fresh installs. Instead, the first update check will occur 7 days after installation.
- If an entry is created without any tags, a new default tag will be applied called
(untagged)
. This tag will be automatically removed if and when any non-default tags are added. This prevents indexing functions from failing if any entries lack a tag.
Other Changes
Get-RecentJournalEntries
has been deprecated. Please useGet-JournalFiles
instead.- Updated several cmdlet names in order to follow a consistent
Verb-{Journal}Noun
naming convention. Previous names will still work, but a deprecation warning will be displayed.