Skip to content

Releases: spacestation13/dmi-rust

v0.3.4

26 Dec 22:26
Compare
Choose a tag to compare

New Features

  • Add get_image function to IconState by @itsmeow in #20

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Dec 02:31
Compare
Choose a tag to compare

New Features

  • There is now a direction struct and associated lists for the byond dir bitflags under the dirs module - by @ZeWaka in #18

Other

Full Changelog: v0.3.1...v0.3.3

v0.3.1

25 Nov 20:59
800054c
Compare
Choose a tag to compare

What's Changed

  • Add list of tools created using this to the README by @ZeWaka in #14
  • Improves DMI saving (smaller files, better formatting) by @LemonInTheDark in #15
    • Note: This will cause DMIs saved by this tool to be smaller, as compression is being applied at a higher level now.

New Contributors

Full Changelog: v0.3.0...v0.3.1

0.3.0

24 Jun 23:50
f8ce0b5
Compare
Choose a tag to compare

Breaking Changes

In #7 and #8, many things were moved out of the useless dmi module or had fields cleaned up.
These should be extremely simple to fix, and may require no changes.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

0.2.1

10 Feb 07:04
02ac008
Compare
Choose a tag to compare

Basically just a checkup on the library, publishing a new release to reset the 'last release' date

What's Changed

  • small clippy changes - partialeq_to_none by @ZeWaka in #6

Full Changelog: v0.2.0...v0.2.1

0.2.0

27 Oct 03:38
Compare
Choose a tag to compare

What's Changed

  • Fix movement not saving by @Mothblocks in #3
  • Debloat & Package maint by @ZeWaka in #5 - greatly reduced dependencies and buildtime

Full Changelog: v0.1.3...v0.2.0

0.1.3

04 Jan 15:20
f5221c7
Compare
Choose a tag to compare

What's Changed

Just a general maintenance upgrade, updating the deflate dependency.

Full Changelog: v0.1.2...v0.1.3

0.1.2

10 Jun 23:17
Compare
Choose a tag to compare

New release due to change on the Icon struct which is public.

0.1.1

25 Apr 01:57
Compare
Choose a tag to compare

Version bump due to dependency upgrades, and higher minimum supported rust version.
Also due to clippy fixes/performance improvements.

0.1.0

25 Apr 01:44
Compare
Choose a tag to compare

Initial release

No actual documentation yet 😿