diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b462ff5..6458e949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.5.13](https://github.com/antares-sql/antares/compare/v0.5.12...v0.5.13) (2022-08-09) + + +### Features + +* copy row as CSV, closes [#394](https://github.com/antares-sql/antares/issues/394) ([1c3d7aa](https://github.com/antares-sql/antares/commit/1c3d7aa30bb9c2bd900a764ee6b97960729e9263)) +* new macos icon ([0bfa14e](https://github.com/antares-sql/antares/commit/0bfa14e1c90320578597df030941530b670a4131)) + + +### Bug Fixes + +* **MySQL:** error with ANSI sql_mode ([f64a12a](https://github.com/antares-sql/antares/commit/f64a12a8e9c5f764c3a692f1a032736e008058b5)) +* set legacy: false ([104b7c9](https://github.com/antares-sql/antares/commit/104b7c928b9c2abfc056880f16c606a0b1fa7c67)) + ### [0.5.12](https://github.com/antares-sql/antares/compare/v0.5.11...v0.5.12) (2022-07-26) diff --git a/assets/linux/128x128.png b/assets/linux/128x128.png new file mode 100644 index 00000000..3e8304b4 Binary files /dev/null and b/assets/linux/128x128.png differ diff --git a/assets/linux/16x16.png b/assets/linux/16x16.png new file mode 100644 index 00000000..bf0db5f7 Binary files /dev/null and b/assets/linux/16x16.png differ diff --git a/assets/linux/256x256.png b/assets/linux/256x256.png new file mode 100644 index 00000000..b3af6dbb Binary files /dev/null and b/assets/linux/256x256.png differ diff --git a/assets/linux/32x32.png b/assets/linux/32x32.png new file mode 100644 index 00000000..8d6b9988 Binary files /dev/null and b/assets/linux/32x32.png differ diff --git a/assets/linux/64x64.png b/assets/linux/64x64.png new file mode 100644 index 00000000..017e81e7 Binary files /dev/null and b/assets/linux/64x64.png differ diff --git a/package-lock.json b/package-lock.json index 3a5c7098..1f211b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.5.12", + "version": "0.5.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.5.12", + "version": "0.5.13", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7872b250..4c603d88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.5.12", + "version": "0.5.13", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git", @@ -79,6 +79,7 @@ ] } ], + "icon": "assets/linux", "category": "Development" }, "appImage": { diff --git a/src/renderer/components/SettingBarContext.vue b/src/renderer/components/SettingBarContext.vue index 7be3dc55..19fe38ae 100644 --- a/src/renderer/components/SettingBarContext.vue +++ b/src/renderer/components/SettingBarContext.vue @@ -54,12 +54,15 @@ import { computed, Prop, ref } from 'vue'; import { storeToRefs } from 'pinia'; import { uidGen } from 'common/libs/uidGen'; +import { useI18n } from 'vue-i18n'; import { useConnectionsStore } from '@/stores/connections'; import { useWorkspacesStore } from '@/stores/workspaces'; import BaseContextMenu from '@/components/BaseContextMenu.vue'; import ConfirmModal from '@/components/BaseConfirmModal.vue'; import { ConnectionParams } from 'common/interfaces/antares'; +const { t } = useI18n(); + const connectionsStore = useConnectionsStore(); const {