Skip to content

Releases: nabijaczleweli/rust-embed-resource

v1.3.2: Praise be to those who pore over the esoterics

26 Feb 18:02
v1.3.2
f9cab46
Compare
Choose a tag to compare
Fixed:
  * windows.h and friends not being found by RC.EXE by updating %INCLUDE%
    (720ccc27a6f8c56e49e11ba3bdd7dcb851425d2f)
    (5d1c517c0f1fae4fc6ef172de3ed18c471bf09dc)
    (f9cab4602b5c25fa96714c3917621abe619d56a6)
    (#17) (#11) (@MSxDOS)

New:
  * Top-to-bottom embedding example in README
    (f09cb5eac7ee481fcc39a288b773780459eea5cc)
    (d1efd90d152a340b29a428623cd02a3492e3873e)
    (#15) (#16) (@jpoles1)
  * @jpoles1 in authors list
    (d1efd90d152a340b29a428623cd02a3492e3873e)
  * @MSxDOS in authors list
    (f9cab4602b5c25fa96714c3917621abe619d56a6)

v1.3.1: smol steppy

14 Sep 11:24
v1.3.1
4da1eea
Compare
Choose a tag to compare
New:
  * @repi in authors list
    (4da1eea09fe134f3e9147187a4fd50e248a8167b)

Internal:
  * Changed winreg version to 0.6
    (280750cbbce5ae85494bbdc15d368e5800f14f4d)
    (#14)

v1.3.0: Dearchaicised

24 Aug 13:27
v1.3.0
c36f544
Compare
Choose a tag to compare
Fixed:
  * Documentation links
    (14091ab23381cf6d2fbd90829f20b957176af1ca)

New:
  * Windows cross-compilation on non-Windows
    (6cbf91ceee22f26bf640d0d08b422f1fd3b26f3e)
    (475248bb1edafa5a95c8307597542a9664d9c92e)
    (25de28c6fc173867c168afc68538847cf1331b30)
    (30eb22900b38c6049a91951ebe4b408b0052d5b2)
    (37ecbee8c51596959b2e82273e24409079f656e5)
    (#13) (@SonnyX)

Internal:
  * Install clippy from rustup/git rather than cargo
    (18ee139136c8b69a8f27dd077f001976cf028d78)

v1.2.1: Retrofit

24 Aug 13:24
v1.2.1
8ede398
Compare
Choose a tag to compare
Changed:
  * Non-MSVC Windows messages for clarity
    (8ede39814767b2aa7a19cdb1409012bfc4281dca)
    (https://github.com/nabijaczleweli/cargo-update/issues/105)

v1.2.0: New numbers! New people! New protocols!

06 Apr 10:15
v1.2.0
c55893a
Compare
Choose a tag to compare
Changed:
  * Protocol for crate version image
    (a7c9637b0bc10d5ff8afe9f9f6b172f05419f8e0)
  * Required winreg version to 0.5 to improve compilation times
    (4b481ad16fde0d7be42ab19b95c78f9734dbb864)
    (#9) (@pravic)
  * try_opt!() macro to the builtin
    (1bfad5a0fc78d5fb6681325b40b34e390150dc6a)
    (#7) (1bfad5a0fc78d5fb6681325b40b34e390150dc6a)
  * RawGit links to GitHack ones
    (a34c4e6a9a5ba536f316ddc463c6bd2fe750a56f)

New:
  * vswhom-based RC.EXE acquisition mechanism
    (63e072fd29c4c0d825968616cd628ff055133d52)
  * Test executable with empty resource file to match
    (108133a44244a72550e2f37e9f7962710b1a35e5)
    (744883c131d9696b0e906ab19aadff7d655e9bc7)
    (7d4186445463c82970312e9534003786a42c7bdb)
  * @pravic and @GabrielMajeri in authors list
    (82373406d785411ace6990c1a73436562ddd2a01)#

v1.1.4: Guess who's back

13 Aug 07:45
v1.1.4
384a4df
Compare
Choose a tag to compare
New:
  * Abort if resource compilation fails to limit cryptic errors
    (35e92a8b7731dbc8475f33b5c8a2702b6be84e1d)
    (1032f64d063337159120d579644022504ed5f87b)
    (#6)

v1.1.3: windoze ten

23 Jun 17:34
v1.1.3
c1f8218
Compare
Choose a tag to compare
New:
  * Recognise and look through Windows 10-specific RC.EXE locations
    (7a5f6c0c0c2bca268e44af3883ec7aa79bf8d384)
    (#5)

v1.1.2: Henlo unwrap(), go back to being useless, ugly

28 May 20:07
v1.1.2
e337f3e
Compare
Choose a tag to compare
Internal:
  * Replaced all unwrap()s with expect()
    (258a7bd188365b2d3ea7dba535f110329179c7fd)

v1.1.1: MSVC is still G A R B A G E

03 Mar 21:32
v1.1.1
0049f12
Compare
Choose a tag to compare
Fixed:
  * Partial WinSDK installs are handled properly
    (152956d11e79d07c70ac734b1baa7d64bfe6c27c)
    (#2)

v1.1.0: Support has arrived!

31 Jan 19:27
v1.1.0
3644538
Compare
Choose a tag to compare
Changed:
  * No longer is it required to do the magic in main.rs
    (f49507188111764f0fe4218d42b3ef2186c52288)
    (#1)
    (@retep998)
  * Fixed MSVC support
    (f49507188111764f0fe4218d42b3ef2186c52288)
    (#1)
    (@retep998)