Skip to content

Releases: electron/asar

v3.2.17

07 Nov 05:16
4df48cd
Compare
Choose a tag to compare

3.2.17 (2024-11-07)

Bug Fixes

  • isUnpackedDir matches non-child directories that have same folder name prefix (#333) (4df48cd)
  • checking if symlink with same prefix points outside the directory (#335) (9ec1830)

v3.2.16

05 Nov 14:23
f30b93d
Compare
Choose a tag to compare

3.2.16 (2024-11-05)

Bug Fixes

v3.2.15

30 Oct 14:34
e313c0a
Compare
Choose a tag to compare

3.2.15 (2024-10-30)

Bug Fixes

v3.2.14

25 Oct 02:01
8a9959e
Compare
Choose a tag to compare

3.2.14 (2024-10-25)

Bug Fixes

v3.2.13

11 Sep 00:48
baf479c
Compare
Choose a tag to compare

3.2.13 (2024-09-11)

Bug Fixes

  • Add previously exported types back in (#326) (baf479c)

v3.2.12

11 Sep 00:00
06312cd
Compare
Choose a tag to compare

3.2.12 (2024-09-11)

Bug Fixes

v3.2.11

10 Sep 01:49
4f7abe9
Compare
Choose a tag to compare

3.2.11 (2024-09-10)

TypeScript refactor

@electron/asar v3.2.11 refactors the entire codebase into TypeScript while retaining the same public-facing APIs (#320). Please report any usage bugs into the issue tracker! 🙇

Bug Fixes

  • ensure symlinks do not write unexpectedly (#322) (4f7abe9)

v3.2.10

02 May 22:10
d8111fc
Compare
Choose a tag to compare

3.2.10 (2024-05-02)

Bug Fixes

v3.2.9

05 Mar 23:52
a9b4e7b
Compare
Choose a tag to compare

3.2.9 (2024-03-05)

Bug Fixes

  • fix symlink pointing error in filesystem.insertLink (#301) (a9b4e7b)

v3.2.8

07 Nov 21:34
b9f5c8a
Compare
Choose a tag to compare

3.2.8 (2023-11-07)

Bug Fixes

  • better error message when extracting a file that doesn't exist in the archive (#286) (b9f5c8a)