Skip to content

Releases: nikarh/brie

Release v0.0.11

14 May 07:48
98a4f45
Compare
Choose a tag to compare

Changelog

[0.0.11] - 2024-05-14

Details

Added

Changed

Release v0.0.10

14 Jan 19:38
cd31acf
Compare
Choose a tag to compare

Changelog

[0.0.10] - 2024-01-14

Details

Fixed

  • Make all sunshine fields optional in deserialization (#24)

Release v0.0.9

13 Jan 12:22
4745a09
Compare
Choose a tag to compare

Changelog

[0.0.9] - 2024-01-13

Details

Fixed

  • Batch override dlls (#21) (#22)

Release v0.0.8

13 Jan 10:32
a0e65d4
Compare
Choose a tag to compare

Changelog

[0.0.8] - 2024-01-13

Details

Changed

  • Append to WINEDLLOVERRIDES instead of overriding (#19)

Release v0.0.7

09 Jan 12:47
af77fa1
Compare
Choose a tag to compare

Changelog

[0.0.7] - 2024-01-09

Details

Fixed

  • Fixed native unit cd and debug log (#17)

Release v0.0.6

09 Jan 12:27
4a71975
Compare
Choose a tag to compare

Changelog

[0.0.6] - 2024-01-09

Details

Changed

  • Set logo and icon in steam shortcut (#15)

Fixed

  • Native units accept relative commands when cd is defined (#14)

Release v0.0.5

08 Jan 20:55
e9c4dfa
Compare
Choose a tag to compare

Changelog

[0.0.5] - 2024-01-08

Details

Changed

  • Replaced intotify crate with a cross-platform notify (#11)

Fixed

  • Set current dir for native units (#12)

Release v0.0.4

04 Jan 13:11
70495a0
Compare
Choose a tag to compare

Changelog

[0.0.4] - 2024-01-04

Details

Reduced binary size by changing rustls to openssl

Changed

  • Replaced rustls with openssl and lazy_static with OnceLock (#9)

Release v0.0.3

02 Jan 12:04
81d0eed
Compare
Choose a tag to compare

Changelog

[0.0.3] - 2024-01-02

Details

Fixed

  • Header in release message (#6)
  • Deserialization of unit enum (#7)

v0.0.2

30 Dec 21:57
2dc76ff
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.0.2] - 2023-12-30

Details

Added

  • Added empty CHANGELOG.md for the CI (#4)

Changed

  • Preparation is working
  • Better error context
  • Working runner
  • Added nvidia-libs
  • Added watch command
  • Added native unit support
  • Use workspace for common package fields
  • Prepared for public release and added CI
  • Bumped checkout action to v4 (#2)

Fixed

  • Filter closed prs by label for release (#3)