Skip to content

Releases: joshkempner/Cosmic.NET

v1.2.2

11 Mar 16:55
ca4a70b

Choose a tag to compare

What's Changed

  • bot (deps): bump ReactiveUI.WPF from 16.3.10 to 16.4.1 in /Cosmic.NET by @dependabot in #46
  • bot (deps): bump reactiveui from 16.3.10 to 16.4.1 in /Cosmic.NET by @dependabot in #47
  • bot (deps): bump ReactiveUI.WPF from 16.4.1 to 17.0.1 in /Cosmic.NET by @dependabot in #48
  • bot (deps): bump reactiveui from 16.4.1 to 17.0.1 in /Cosmic.NET by @dependabot in #49
  • bot (deps): bump ReactiveUI.WPF from 17.0.1 to 17.0.13 in /Cosmic.NET by @dependabot in #50
  • bot (deps): bump reactiveui from 17.0.1 to 17.0.13 in /Cosmic.NET by @dependabot in #51
  • bot (deps): bump reactiveui from 17.0.13 to 17.1.6 in /Cosmic.NET by @dependabot in #52
  • bot (deps): bump ReactiveUI.WPF from 17.0.13 to 17.1.6 in /Cosmic.NET by @dependabot in #53
  • bot (deps): bump reactiveui from 17.1.6 to 17.1.9 in /Cosmic.NET by @dependabot in #54
  • bot (deps): bump ReactiveUI.WPF from 17.1.6 to 17.1.9 in /Cosmic.NET by @dependabot in #55
  • bot (deps): bump reactiveui from 17.1.9 to 17.1.17 in /Cosmic.NET by @dependabot in #56
  • bot (deps): bump ReactiveUI.WPF from 17.1.9 to 17.1.17 in /Cosmic.NET by @dependabot in #57
  • bot (deps): bump reactiveui from 17.1.17 to 17.1.50 in /Cosmic.NET by @dependabot in #59
  • bot (deps): bump ReactiveUI.WPF from 17.1.17 to 17.1.50 in /Cosmic.NET by @dependabot in #58
  • bot (deps): bump reactiveui from 17.1.50 to 18.0.7 in /Cosmic.NET by @dependabot in #60
  • bot (deps): bump ReactiveUI.WPF from 17.1.50 to 18.0.7 in /Cosmic.NET by @dependabot in #61
  • bot (deps): bump reactiveui from 18.0.7 to 18.0.10 in /Cosmic.NET by @dependabot in #63
  • bot (deps): bump ReactiveUI.WPF from 18.0.7 to 18.0.10 in /Cosmic.NET by @dependabot in #62
  • bot (deps): bump reactiveui from 18.0.10 to 18.1.8 in /Cosmic.NET by @dependabot in #64
  • bot (deps): bump ReactiveUI.WPF from 18.0.10 to 18.1.8 in /Cosmic.NET by @dependabot in #65
  • bot (deps): bump reactiveui from 18.1.8 to 18.2.5 in /Cosmic.NET by @dependabot in #66
  • bot (deps): bump ReactiveUI.WPF from 18.1.8 to 18.2.5 in /Cosmic.NET by @dependabot in #67
  • bot (deps): bump reactiveui from 18.2.5 to 18.2.9 in /Cosmic.NET by @dependabot in #68
  • bot (deps): bump ReactiveUI.WPF from 18.2.5 to 18.2.9 in /Cosmic.NET by @dependabot in #69
  • bot (deps): bump reactiveui from 18.2.9 to 18.3.1 in /Cosmic.NET by @dependabot in #70
  • bot (deps): bump ReactiveUI.WPF from 18.2.9 to 18.3.1 in /Cosmic.NET by @dependabot in #71
  • Reduce folder nesting, update workflows to match by @joshkempner in #72
  • bot (deps): bump reactiveui from 18.3.1 to 18.4.20 in /Cosmic.NET by @dependabot in #74
  • bot (deps): bump reactiveui from 18.4.20 to 18.4.25 in /Cosmic.NET by @dependabot in #76

Full Changelog: v1.2.1...v1.2.2

v1.2.1

26 Nov 17:19
87de9a5

Choose a tag to compare

What's Changed

Framework

  • Update to .NET 6

Housekeeping

  • bot (deps): bump reactiveui from 14.1.1 to 16.3.10
  • bot (deps): bump ReactiveUI.WPF from 14.1.1 to 16.3.10

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Jul 21:13
b9c94e4

Choose a tag to compare

New Features:

  • WPF UI: Added a "Copy to clipboard" button for single-redshift results.
  • WPF UI: Added the app version to the bottom left corner of the window.

Improvements:

  • Use DataAnnotations for range validation in Cosmo assembly.
  • Small optimizations to main window's view model.

Housekeeping:

  • Simplify third-party nuget references.
  • deps: bump reactiveui from 13.0.1 to 14.1.1
  • deps: bump ReactiveUI.WPF from 13.0.1 to 14.1.1

v1.1.1

09 Dec 14:29
d445381

Choose a tag to compare

Update to .NET 5

WPF UI

23 Dec 20:27
47708e8

Choose a tag to compare

Added a WPF UI as a separate project. Updated the cosmo library to use Reactive Extensions.