Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## 5.2.0

- Statically link OpenSSL on Linux and Windows, in addition to MacOS. No more DLLs distributed.
- Upgrade to OpenSSL 1.1.1i.
- Provide pre-built binaries for ARM64 on Windows (not regularly tested, but should work).

## 5.1.0

- Update to SQLCipher 4.4.2 / SQLite 3.33.0.
- Fix crash on Electron on Windows.
_ Always use system or bundled OpenSSL, not OpenSSL bundled with Node.
- Always use system or bundled OpenSSL, not OpenSSL bundled with Node.

## 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@journeyapps/sqlcipher",
"description": "Asynchronous, non-blocking SQLCipher bindings",
"version": "5.1.0",
"version": "5.2.0",
"homepage": "http://github.com/journeyapps/node-sqlcipher",
"author": {
"name": "JourneyApps",
Expand Down