Skip to content

Commit

Permalink
Update release date in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Mar 14, 2024
1 parent e34d5f6 commit 400b6ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# Changelog
All notable changes to this project are documented in this file.

## 1.5.0 - Unreleased
## [1.5.0] - 2024-03-14

## General

- Added support for android via the `backend-android-activity-05` feature.
- Added support for Android via the `backend-android-activity-05` feature.
- Added API for maximized/minimized window.
- TextInput: Added undo/redo support.
- ListView: Fixed redraw when model changes. (#4538)
- Disabled Qt backend by default on Windows and Mac even when Qt is found.
- Qt: Explicitly hide PopupWindow instead of relying of destructor.
- Qt: Explicitly hide PopupWindow instead of relying on destructor.

### Slint Language

Expand Down Expand Up @@ -1241,3 +1241,4 @@ as well as the [Rust migration guide for the `sixtyfps` crate](api/rs/slint/migr
[1.3.2]: https://github.com/slint-ui/slint/releases/tag/v1.3.2
[1.4.0]: https://github.com/slint-ui/slint/releases/tag/v1.4.0
[1.4.1]: https://github.com/slint-ui/slint/releases/tag/v1.4.1
[1.5.0]: https://github.com/slint-ui/slint/releases/tag/v1.5.0

0 comments on commit 400b6ad

Please sign in to comment.