Skip to content

Releases: CandySharkStudio/RenRsCompiler

v1.2.3

Choose a tag to compare

@xphost008 xphost008 released this 06 May 01:34
a7c8a70

Fix:

  1. now when encrypt big file, the speed is getting fast!! Because now I apply to 256KB memory, not 32KB, the speed will be four times faster than the before version!!

version

Bump version to v1.2.3

v1.2.2

Choose a tag to compare

@xphost008 xphost008 released this 05 May 23:55
3eb5893

Feature

  1. Now when run this application, if you manual specify the AES Key, the final output will not output your AES Key!!
  2. Your AES Key is will define in your Github Secret!!

version

Bump version to v1.2.2

v1.2.1

Choose a tag to compare

@xphost008 xphost008 released this 03 May 14:53
c2db35e

Fix

  1. Fix an help doc wrong,
  2. Fix newline character at the end of help doc..

v1.2.0

Choose a tag to compare

@xphost008 xphost008 released this 02 May 19:46
e7c9f36

BREAKING CHANGE:

  1. Now it's use Resource() function to embed other file, not use Image() Font() Video() Audio() and other function to embed...
  2. Fix some other bug...

v1.1.3

Choose a tag to compare

@xphost008 xphost008 released this 02 May 02:28
e7c9f36

Feature

  1. bump version to 1.1.3
  2. change name from RenTauri to RenRs

v1.1.2

Choose a tag to compare

@xphost008 xphost008 released this 29 Apr 23:12
722e59e

Fix

  1. Fix main.lua comments not effective..
  2. Now the ci is manual trigger, the version key is manual trigger too!
  3. Bump version to v1.1.2

v1.1.1

Choose a tag to compare

@xphost008 xphost008 released this 29 Apr 21:49
180705e

Fix

  1. may lead to the memory write to the operation system memory then the .rrs file corruption
  2. AES Key has encryped without the judgement..

v1.1.0

Choose a tag to compare

@xphost008 xphost008 released this 29 Apr 12:40
a7471f1

Fix

  1. Bump version to v1.1.0
  2. the 1.0.4 is same as this version, just version name not change...

v1.0.4

Choose a tag to compare

@xphost008 xphost008 released this 28 Apr 23:37
2bc080f

BREAKING CHANGE

  1. Now it's stream to encrypt.
  2. the file structure is not compatible the old version!!

v1.0.3

Choose a tag to compare

@xphost008 xphost008 released this 27 Apr 22:36
7a09db1

Feature

  1. Remove all Lua file's comments, might be reduce the .rrs file size...
  2. fix all Image, Video, Font and embedLuaFile custom function not recognize single quotation marks...
  3. Bump version to 1.0.3