diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9280aaef..f2d9d446 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04] - - Version [e.g. 4.0.5] + - OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04 / Arch Linux] + - Version [e.g. 4.1.0] **Additional context** Add any other context about the problem here. You may include the debug log although it is normally best to attach it as a file. diff --git a/core/__init__.py b/core/__init__.py index 95b06944..32f5a465 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.0.5" +__version__ = "4.1.0" __appname__ = "dupeGuru" diff --git a/help/changelog b/help/changelog index af0ebaa1..614d28ca 100644 --- a/help/changelog +++ b/help/changelog @@ -1,4 +1,4 @@ -=== 4.0.5 (2020-10-27) +=== 4.1.0 (2020-12-06) * Use tabs instead of floating windows (#688) * Add image comparison features to details dialog (#683) @@ -14,7 +14,8 @@ * Add shortcut description to mark selected action (#656) * Fix row trimming being too aggressive. (#655, #654) * Add a preference option to disable bold font on reference row (#646) -* Various building and packaging issues +* Use relative icon path for themes to override more easily (#746) +* Fix various building and packaging issues === 4.0.4 (2019-05-13)