Skip to content

Releases: tgstation/rust-g

1.1.0

30 Sep 07:13
2f3d4db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

31 Jul 19:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Jul 02:05
Compare
Choose a tag to compare

What's Changed

  • Pallette Encoding Image Fix by @ZeWaka in #107
    • Fixes a hidden error where png metadata stripping failed due to palette information not being added to new png files
  • Uploads rust_g.dm as an Actions Artifact by @san7890 in #108

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Jul 18:56
f82e57b
Compare
Choose a tag to compare

Full Release

We're finally incrementing the version to 1.0.0 because rust-g has been battle-tested and likely will not receive many backwards incompatible changes for a bit; the framework all the contributors have laid out is extremely solid and is being used by many major servers.
This also allows us to better communicate changes in our versioning, as we can now release proper patch versions.

What's Changed

  • Small improvements for before 1.0 in #105 and #106
    • Basically just a rust edition upgrade from 2018 to 2021 w/ no code changes and a small cargo upgrade

Full Changelog: 0.8.0...1.0.0

Downloads

Compiling your own binaries is recommended for many reasons, but we provide most-likely-working binaries below.

All Prior Contributors

Thanks to the following contributors for making this all possible!
@SpaceManiac @neersighted @ZeWaka @Mothblocks @vuonojenmustaturska @EdgeLordExe @AnturK @Crossedfall @AffectedArc07 @Cyberboss @4dplanner @MCHSL @Absolucy @optimumtact @praisenarsie @Gamer025 @MarkSuckerberg @Sindorman @PJB3005 @Ralms @actioninja @ShadowLarkens @Qustinnus @adamsong @cadyn @pali6 @tralezab

0.8.0

22 Jul 06:49
Compare
Choose a tag to compare

What's Changed

  • toml to json now returns error reasons to byond + rust-analyzer.cargo.target gnu > msvc by @tralezab in #98
  • Adds a new type of noise: Discrete Batched Perlin-like Noise (DBP) by @EdgeLordExe in #99
  • Updates CellularNoise to be faster and multi-threaded by @EdgeLordExe in #101
  • Updates WorleyNoise to be multi-threaded and faster by @EdgeLordExe in #102
  • Updates cargo packages by @ZeWaka in #104

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

02 May 10:04
974bc74
Compare
Choose a tag to compare

What's Changed

  • Cleaner and saner http request parsing. by @AnturK in #93
  • Add functions for seeking lines and getting line counts in functions by @Mothblocks in #95

Full Changelog: 0.6.0...0.7.0

0.6.0

03 Jan 03:09
107123a
Compare
Choose a tag to compare
  • Added TOTP generation on hash feature (#76)
  • Added Precise time measurement (#77)
  • Added Aho-Corasick string replacements (#82)
  • Added Redis Pub/Sub integration (#80)

All commits

New Contributors

0.5.0

20 Sep 12:56
fb02e59
Compare
Choose a tag to compare
  • Added toml default dependency, added rustg_read_toml_file to read a TOML file into a list by path.

v0.4.10

12 Aug 05:53
Compare
Choose a tag to compare
  • Updated cargo dependencies.
  • rustg_url_encode, and thus url_encode when overriding builtins, now convert their inputs to strings automatically.

v0.4.9

16 Jul 09:33
Compare
Choose a tag to compare

The url feature is now enabled by default (#71).