From 4eae0750f7fb509afe569a26585d94025144f2f7 Mon Sep 17 00:00:00 2001 From: rnet Date: Sat, 6 Jan 2024 20:11:54 +0800 Subject: [PATCH] release: v1.3.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..04fb063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ + + +## 1.3.0 (2024-01-06) + + +### Features + +* add blog article ([10af3e7](https://github.com/pysunday/rs-reverse/commit/10af3e7a66fb5250f8c6d5f8b55360e8d8d51015)) +* add encrypt function ([5abb5e4](https://github.com/pysunday/rs-reverse/commit/5abb5e456a4f5690cd8922b2a722daa650f04d9a)) +* add loopcode/makecookie and Cookie global varible ([6973aa6](https://github.com/pysunday/rs-reverse/commit/6973aa68508b06c758d5777118f8fb7f89c8e6ba)) +* add makecookie must handler functions ([cc89969](https://github.com/pysunday/rs-reverse/commit/cc899698f87067d0ffa03437a5d42260ca57a514)) +* add uuid、numToNumber4 function, add bignum list ([852a647](https://github.com/pysunday/rs-reverse/commit/852a6478b5660d239856939ab47827fe0dc64594)) +* algorithm for generating cookies has been fully restored ([5570c75](https://github.com/pysunday/rs-reverse/commit/5570c75cd1c9c834d4cff8dc9b2f8099c4975e75)) +* immutext automatic extraction ([96068dd](https://github.com/pysunday/rs-reverse/commit/96068ddc285e9d09b1fd2966664586a2b83c4cf4)) +* key component function extraction ([0b38130](https://github.com/pysunday/rs-reverse/commit/0b38130533794d8665a7fc67a557572d3defcaf0)) +* key iv value logic optimization, addition of dynamic code execution mechanism ([fe2577e](https://github.com/pysunday/rs-reverse/commit/fe2577e51f8e057945c4440107932b5db89f4df7)) +* makecookie command support remote url gerente cookie ([76e2d20](https://github.com/pysunday/rs-reverse/commit/76e2d20d9644f4cbc64a66ec7dd543dd1a8b401b)) +* mock document.all and test ([eb834cc](https://github.com/pysunday/rs-reverse/commit/eb834cc4a90a812ffc5e6f0f5e008488127a39ec)) + + +### Bug Fixes + +* code logging optimization,upload to npm ([45588d1](https://github.com/pysunday/rs-reverse/commit/45588d148f8a81421e1e8838ba42b07c52a1caf6)) +* code optimization for the makecookie command ([fda003f](https://github.com/pysunday/rs-reverse/commit/fda003f6b199c2a5f78f9ec4a83eeae450f2fc6a)) +* README add blog link ([c3204f6](https://github.com/pysunday/rs-reverse/commit/c3204f65092c8f4fb1784dbb0c66aaa2b5236827)) +* readme and console ([cb08efe](https://github.com/pysunday/rs-reverse/commit/cb08efe0f1dc568ebe27e0665e87b461ed212404)) +* readme update ([8186ef7](https://github.com/pysunday/rs-reverse/commit/8186ef7915a298b195b32087282043fa8e1dce15)) +* update README ([bfbc06b](https://github.com/pysunday/rs-reverse/commit/bfbc06bc8f0337b7d586407e4ed0b05e183142da)) +* url/readme ([9351bc7](https://github.com/pysunday/rs-reverse/commit/9351bc7e17cf67b3f4fa997939bd297367b811e6)) +* use path.sep ([ccbcbcc](https://github.com/pysunday/rs-reverse/commit/ccbcbcc3fa368e79b1a18add4e239b5a0dcd071b)) diff --git a/package.json b/package.json index b1f6441..02c52a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rs-reverse", - "version": "1.2.3", + "version": "1.3.0", "description": "瑞数算法逆向,website reverse engineering", "main": "main.js", "directories": {