From ffac1b68fbf56a67c2f5e0b09faf7e937ac3800f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Sun, 29 Dec 2019 11:54:56 +0100 Subject: [PATCH 1/5] [1.18.1] Disabled External in NoSym exam mode --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index 0d3568c60..a048e6b45 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.18.0-0 +EPSILON_CUSTOM_VERSION ?= 1.18.1-0 # USERNAME ?= N/A # Valid values are "none", "update", "beta" EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external From 114c97c1f99a8272fb7c7336c9f6eeb55474582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Sun, 29 Dec 2019 17:17:04 +0100 Subject: [PATCH 2/5] [1.18.2] Fixed a bug where all contributors where not shown --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index a048e6b45..782270e3c 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.18.1-0 +EPSILON_CUSTOM_VERSION ?= 1.18.2-0 # USERNAME ?= N/A # Valid values are "none", "update", "beta" EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external From 2f0fdc1a26b11f1e490f7ac4ff202288ed59b598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Mon, 30 Dec 2019 22:03:01 +0100 Subject: [PATCH 3/5] [1.18.3] Fixed a keyboard issue --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index 782270e3c..bba9c7c67 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.18.2-0 +EPSILON_CUSTOM_VERSION ?= 1.18.3-0 # USERNAME ?= N/A # Valid values are "none", "update", "beta" EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external From 473c3e878cb06c84d59f6bee8ce3def99c49946b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Fri, 3 Jan 2020 20:46:29 +0100 Subject: [PATCH 4/5] [1.18.4] Fixed #122 --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index bba9c7c67..9ff5bf0ec 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.18.3-0 +EPSILON_CUSTOM_VERSION ?= 1.18.4-0 # USERNAME ?= N/A # Valid values are "none", "update", "beta" EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external From 27b4dcdf043997998fda41e0f36afd1fc58190dd Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 7 Jan 2020 16:25:29 +0100 Subject: [PATCH 5/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .../problems-during-installation.md | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/problems-during-installation.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 358b5dc40..30b227d04 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Omega is not working like it should? Let us know! title: '' -labels: Triage +labels: Bug, Triage assignees: '' --- @@ -11,4 +11,4 @@ assignees: '' #### Environment - - Omega Version: { go to settings > about > Omega Version and type version here} + - Omega Version: {go to settings > about > Omega Version and type the version here} diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b06d63f4d..eee03aa6a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for an improvement of Omega title: '' -labels: Triage +labels: Feature, Triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/problems-during-installation.md b/.github/ISSUE_TEMPLATE/problems-during-installation.md new file mode 100644 index 000000000..c9fe25a0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problems-during-installation.md @@ -0,0 +1,19 @@ +--- +name: Problems during installation +about: Create a report to help us improve +title: '' +labels: Installation issue, Triage +assignees: '' + +--- + +#### Describe the problem + + +#### Logs +``` +Copy/paste the logs here (If you have some) +``` + +#### Environment + - Omega Version: {go to settings > about > Omega Version and type the version here}