Skip to content

v0.7.0

Compare
Choose a tag to compare
@Windos Windos released this 01 Apr 08:28

0.7.0

  • HEADLINE FEATURE: My People "Shoulder Tap" notifications have been implemented
  • You can now specify images on the network via UNC paths. Fix for #56
  • We're now properly supporting bindable text, and removing the curly braces more gracefully
  • Get a list of all toasts you've sent, which have not been dismissed by the user, using Get-BTHistory
  • Remove toasts you've sent, using Remove-BTNotification
  • Set expiration times on toasts using the new ExpirationTime parameter on New-BurntToastNotification and Submit-BTNotification
    • Toasts which have expired are removed from the Action Center
  • Send toasts directly to the Action Center, and avoid showing them on screen, with the new SuppressPopup switch on New-BurntToastNotification and Submit-BTNotification
  • You can now adjust a toasts timestamp (both past and future) using the CustomTimestamp parameter on New-BurntToastNotification and New-BTContent
    • If not specified, the system uses the time at which the toast was received and this may not accuratly reflect the intent of the notification

Changes:

  • aba63ac Full ProgressBar example in progressbar help
  • 43770b3 Last minute fixes and documentation
  • 7ebb2a1 Starting work on documentation
  • f8429f3 Transition over to shoulder taps
  • 348321e Custom time stamp wasn't exposed
  • aba7e44 STarting on easier shoulder taps
  • 1239b18 Shoulder Taps implemented
  • d4efc9a Adding custom time stamps
  • e458373 Updating release notes
  • 5684dbc Also exposing through NewBTN
See more
  • 3169985 Set expiration & suppress popup
  • 6422718 Get history, fintered by unique id
  • 234f90c Skip context if notification platform unavailable
  • 5ab8516 Fixed bad syntax
  • 05ef6b6 Can't do toasts in pipeline, neuters history a touch
  • 0301ca8 Tests for BTHistory
  • 2ddac0c Unload module, excess test gone, future proof asertions
  • 9f71fbe Upgrade Pester if Shipped version
  • 6c9ee5a Verify mock
  • 0244b18 Mocking sorted!
  • 62e8f0b AppID is required for all, defualt to clear
  • dc04159 Clearing toasts
  • 2de1e91 Framework for getting toast history
  • beab3d1 I'm about to need these runtimes in more functions
  • 8cb2f45 Shouldn't have assumed
  • ae089c7 2019?
  • eaf0bd6 works on my machine!
  • a8d6258 I really can't see why this one test is failing
  • d4031da ...
  • 1d6e866 Tracking down source of test failures
  • 04d8438 Updating change log
  • 7c270ca Correcting the tests to acount for NOBIND Removal
  • 2dda362 Redundant code removed
  • 2311ae4 The nobind thing was a bad hack
  • bd73ac4 Adjusting tests
  • ac497e3 Initial implementation of updateable toast
  • 82d3b71 Merge branch 'master' into 0.7.0
  • 1c7fdaf Demoing pipelines
  • deaf8a8 Merge pull request #60 from ScreamingHawk/patch-1 [ #59 ]
  • d2cedb7 Default timer interval to 1 second #59
  • 9c1a0b7 Image on UNC path not displaying (Fixes #56)
  • 3a9cc5d Upping version number and clearing release notes
  • eef52d9 Revert "Set up CI with Azure Pipelines"
  • 3fdd30c Set up CI with Azure Pipelines
  • 70f3b01 Found a way to put custom text in there
  • 0ed91d6 Increasing version number, for testing
  • c19ba4e Announce release on Twitter
  • d6ab0f8 That's a better way to go
  • dd8cd7a And here too
  • 2bd3b0c Proper location?
  • 66713c3 No Space in folder name!
  • 79c1808 Trying again
  • d4596b8 seperating out
  • 28e0746 Practice release, will be deleting it
  • 6d3de48 It's really not liking this version business
  • 92c4d50 Herm
  • 50df8ba Getting version from build, assigning in release
  • a059ad8 No zippy if already importy
  • a7e65b3 Compress (for GitHub)
  • 17bad6a Clean up, PUNs, Release notes
  • 9ff6ea6 Beginning to work on Release pipeline
  • 104dd3c Had confused what I was actually trying to do here
  • c31e5fc Supressing confirm, you'd think Force would do it, eh?
  • c9d9412 Cleaning up artifact
  • 7dd52f5 Why does that throw?!
  • bfbb3da Lets see if we can do without the "this folder or that" nonsense
  • a866cfa And coverage is looking in wrong directoty
  • 5547d99 Path not valid when testing compile
  • 2db51f0 Strings need to be in quotes
  • 3015cb6 Trying to compile into single psm1
  • e7d2c7e Merge pull request #58 from Windos/pester
  • fe6ef23 Final aditional test
  • 9b7c5c4 Code coverage campaign 1
  • a717ceb Checking input validation features
  • cfcee37 Issue with image paths, fixed
  • 8cb2116 Strictly speaking, I don't need to join
  • b677fd5 Have to shorten this output
  • 4581f98 Tests for N-BTN
  • 9684108 Tests for New-BTVisual
  • c641866 Tests for New-BTInput
  • 67accfa Tests for SelectionBoxItems and Text
  • 9526760 Tests for ProgressBar
  • 5d63886 Had variables not expanding
  • da30c73 Tests for New-BTHeader and New-BTImage
  • 0f2f4d7 Tests for New-BTContextMenuItem + re-arrange
  • 69f2446 Tests for New-BTContent
  • e281068 Tests for New-BTButton
  • a3e2840 Added New-BTBinding + removed class tests
  • 66794de Tests for New-BTAudio
  • 674e72e Oh wow, that's an old artifact
  • 84d15a4 Making it work
  • a6b31bd Putting dashes back until I update Pester in pipeline script
  • 7d9e30d Using dashes in asertions
  • 6ef1b75 Trimming the fat
  • c989257 One more try before I go to twitter
  • c9cd1ea Why won't you Mock me?!
  • c56b398 Moving mocks downlevel
  • 584e08f First try failed
  • ef27c49 Tests for New-BTAppId + only run whatif on TF_Build
  • 4ecb07e Lets see if Azure likes these tests

This list of changes was auto generated.