From 5934d3a9907c4d52019d6a8f41ddbd162c7210dd Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 17 Sep 2023 19:59:13 +0200 Subject: [PATCH 1/3] ci: update beta build node version --- .github/workflows/build-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 134c19f5..b24fdd8d 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies run: npm i From 495e48625cb8dd635f81baabe98b2f5a098f7210 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 17 Sep 2023 23:56:05 +0200 Subject: [PATCH 2/3] ci: manual creation of arm64 linux artifacts --- .github/workflows/create-artifact-linux-arm64.yml | 4 +++- package.json | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-artifact-linux-arm64.yml b/.github/workflows/create-artifact-linux-arm64.yml index a772cbce..0baa145e 100644 --- a/.github/workflows/create-artifact-linux-arm64.yml +++ b/.github/workflows/create-artifact-linux-arm64.yml @@ -9,11 +9,13 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v3 + with: + ref: master - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies run: npm i diff --git a/package.json b/package.json index 0b28c2cf..5399e9a7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,6 @@ "target": "deb", "arch": [ "x64", - "arm64", "armv7l" ] }, @@ -75,7 +74,6 @@ "target": "AppImage", "arch": [ "x64", - "arm64", "armv7l" ] } From 7d84b4e81f4807c93be434d7a482fdc7b893f9ad Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 17 Sep 2023 23:56:24 +0200 Subject: [PATCH 3/3] chore(release): 0.7.17-beta.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d6ad3b..04b59871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.7.17-beta.0](https://github.com/antares-sql/antares/compare/v0.7.16...v0.7.17-beta.0) (2023-09-17) + + +### Features + +* customize keep-alive-interval for ssh-tunnel ([b4731d6](https://github.com/antares-sql/antares/commit/b4731d67a5b819bf87c437eb626f30a7489477f9)) +* keep alive interval in seconds ([8d605ee](https://github.com/antares-sql/antares/commit/8d605ee2872c20495f0ac4de84bf17d61c6455ae)) +* **translation:** Update Dutch ([b43c400](https://github.com/antares-sql/antares/commit/b43c4000d5905838348c391f25b3228dc6a6b2ac)) + + +### Bug Fixes + +* empty workspace deleting connections in some conditions ([0de5ef8](https://github.com/antares-sql/antares/commit/0de5ef8a985cc8d9f1fa4479eeaf7dbb20f5fd7c)) +* **SQLite:** disconnecting a sqlite connection does not truly close it, fixes [#661](https://github.com/antares-sql/antares/issues/661) ([757a2b3](https://github.com/antares-sql/antares/commit/757a2b3cbf0d7f4df37eb5d90faa2f9821794e5f)) +* **UI:** update notification indicator moves settings icon ([e6f45d7](https://github.com/antares-sql/antares/commit/e6f45d71c75206187a7ae87e5f90a22d288a53ef)) + + +### Improvements + +* **core:** improved app security, fixes [#666](https://github.com/antares-sql/antares/issues/666) ([1359242](https://github.com/antares-sql/antares/commit/13592425afc643fe7188463fe4a2d02b6e27f87c)) +* improved ipc validation on Linux ([9de5f67](https://github.com/antares-sql/antares/commit/9de5f67d189c9b56fff41b29e6df69a3909bfa26)) +* migration from font icons to svg icons ([e7bec0a](https://github.com/antares-sql/antares/commit/e7bec0aaaf019fe0c3040d2d9443233e46a60188)) + ### [0.7.16](https://github.com/antares-sql/antares/compare/v0.7.16-beta.1...v0.7.16) (2023-08-26) ### [0.7.16-beta.1](https://github.com/antares-sql/antares/compare/v0.7.16-beta.0...v0.7.16-beta.1) (2023-08-18) diff --git a/package-lock.json b/package-lock.json index 30c4fc6f..1b19de5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.16", + "version": "0.7.17-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.16", + "version": "0.7.17-beta.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5399e9a7..0b71524a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.16", + "version": "0.7.17-beta.0", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",