From 88eb113e5393003f87e958e140c4bef91d0b250b Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sat, 12 Mar 2022 17:42:34 +0100 Subject: [PATCH] chore: update README.md --- README.md | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c04cfae..4cf4c52a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ We are actively working on it, hoping to provide new cool features, improvements - Query history: search through the last 1000 queries. - SSH tunnel support. - Manual commit mode. +- Import and export database dumps. - Dark and light theme. - Editor themes. @@ -71,7 +72,6 @@ This is a roadmap with major features will come in near future. - Users management (add/edit/delete). - More context menu shortcuts. - More keyboard shortcuts. -- Import/export and migration. - Support for other databases. - Apple Silicon distribution diff --git a/package.json b/package.json index c598d3d1..2ca547b4 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,7 @@ "target": { "target": "default", "arch": [ - "x64", - "arm64" + "x64" ] } },