Skip to content

Releases: StuartMeeks/Snipdeck

v1.0.4

10 Jun 03:42
e6d1c3d

Choose a tag to compare

What's Changed

  • docs: refresh READMEs and add status badges by @StuartMeeks in #60
  • docs: drop the standalone tile from the README top by @StuartMeeks in #61
  • chore: bump deps to latest stable + NuGet trusted publishing by @StuartMeeks in #65

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Jun 10:12
5f86965

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

08 Jun 08:37
2675f26

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Jun 08:14
87925c0

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Jun 04:01
b743d4c

Choose a tag to compare

What's Changed

  • Credit SnipCommand as Snipdeck's inspiration in the README by @StuartMeeks in #50
  • Command execution: run Snips with a live terminal + clean history (v1.0.0) by @StuartMeeks in #51

Full Changelog: v0.2.0...v1.0.0

v0.2.0

07 Jun 10:27
a129e69

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Jun 09:50
73e0ab5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.1...v0.1.0

v0.1.0-alpha.1

30 May 02:08
b4c1e5e

Choose a tag to compare

What's Changed

  • Phase 1 foundation + repo conventions by @StuartMeeks in #1
  • Phase 2 app lifecycle skeleton by @StuartMeeks in #2
  • Drop MSIX scaffold cruft so VS stops demanding deployment by @StuartMeeks in #4
  • Remove dead MSIX launch profile by @StuartMeeks in #5
  • feat/phase-3-shell: NavigationView shell + read-only browse by @StuartMeeks in #6
  • feat/phase-4-authoring: authoring + parameter-fill flyout (stacked on #6) by @StuartMeeks in #7
  • feat/phase-5-platform: hotkey, tray, close-to-tray, file-picker (stacked on #7) by @StuartMeeks in #8
  • feat/phase-6-settings: editable settings + Velopack updater (stacked on #8) by @StuartMeeks in #9
  • Fix startup crash: keep ShellViewModel.LoadAsync on the UI thread by @StuartMeeks in #10
  • Add TODO entry: execute Snips with per-CLI shell and run history by @StuartMeeks in #11
  • Add TODO entry: importer as a separate dotnet CLI tool by @StuartMeeks in #12
  • Log unhandled exceptions to %LOCALAPPDATA%\Snipdeck\logs\unhandled.log by @StuartMeeks in #13
  • Fix CrashLog editorconfig violations breaking the Windows build by @StuartMeeks in #14
  • Fix tray icon NRE: load BitmapImage from a file URI by @StuartMeeks in #15
  • Wrap tray identicon in an ICO container so System.Drawing.Icon accepts it by @StuartMeeks in #16
  • Stamp the tag-derived version into published assemblies by @StuartMeeks in #17
  • Disable PublishTrimmed for Release so the release pipeline can publish by @StuartMeeks in #18

New Contributors

Full Changelog: https://github.com/StuartMeeks/Snipdeck/commits/v0.1.0-alpha.1