Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.18.0
- label: I'm using version 1.18.1
required: false
- type: checkboxes
id: known-issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.18.0
- label: I'm using version 1.18.1
required: false
- type: checkboxes
id: open-requests
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.18.1] - 2025-9-27
### Fixed
- fix Linux crashes on app start
- fix Linux issue with dbus overload

### Changed
- updated many translations

## [1.18.0] - 2025-9-15
### Added
- Yiddish and Tamil translations
Expand Down Expand Up @@ -806,7 +810,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- resume/pause functionality for reminder
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.18.1...HEAD
[1.18.1]: https://github.com/hovancik/stretchly/compare/v1.18.0...v1.18.1
[1.18.0]: https://github.com/hovancik/stretchly/compare/v1.17.2...v1.18.0
[1.17.2]: https://github.com/hovancik/stretchly/compare/v1.17.1...v1.17.2
[1.17.1]: https://github.com/hovancik/stretchly/compare/v1.17.0...v1.17.1
Expand Down
Loading
Loading