Skip to content

Commit 64f67b3

Browse files
authored
Merge pull request #1656 from hovancik/release
Release 1.18.1
2 parents 87d2791 + 6b234ef commit 64f67b3

File tree

5 files changed

+37
-50
lines changed

5 files changed

+37
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.18.0
16+
- label: I'm using version 1.18.1
1717
required: false
1818
- type: checkboxes
1919
id: known-issues

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Version
1414
description: We only support the latest version. Find your version number at `Preferences` - `About`.
1515
options:
16-
- label: I'm using version 1.18.0
16+
- label: I'm using version 1.18.1
1717
required: false
1818
- type: checkboxes
1919
id: open-requests

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
## [1.18.1] - 2025-9-27
89
### Fixed
910
- fix Linux crashes on app start
1011
- fix Linux issue with dbus overload
1112

13+
### Changed
14+
- updated many translations
15+
1216
## [1.18.0] - 2025-9-15
1317
### Added
1418
- Yiddish and Tamil translations
@@ -806,7 +810,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
806810
- resume/pause functionality for reminder
807811
- scripts for creating installers for OS X, Windows, Linux
808812

809-
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.0...HEAD
813+
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.1...HEAD
814+
[1.18.1]: https://github.com/hovancik/stretchly/compare/v1.18.0...v1.18.1
810815
[1.18.0]: https://github.com/hovancik/stretchly/compare/v1.17.2...v1.18.0
811816
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2
812817
[1.17.1]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1

0 commit comments

Comments
 (0)