Release 1.5.0.0 version (#209)

* Update Changelog

* Bump version
This commit is contained in:
Francisco Vallarino 2022-10-09 23:22:01 +02:00 committed by GitHub
parent 22cf451853
commit 484fff1043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
## 1.5.0.0 (in development)
## 1.5.0.0
### Added
- Do not disable screensaver unless explicitly requested; add configuration flag ([PR #189](https://github.com/fjvallarino/monomer/pull/189)).
- Conditional helpers for lists of widgets, styles and configuration options ([PR #185](https://github.com/fjvallarino/monomer/pull/185)).
- Popup widget ([PR #191](https://github.com/fjvallarino/monomer/pull/191)).
- Loading fonts from memory ([PR #199](https://github.com/fjvallarino/monomer/pull/199)). Thanks @klausweiss!
- BoxShadow component ([PR #205](https://github.com/fjvallarino/monomer/pull/205)). Thanks @Dretch!
### Fixed

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: monomer
version: 1.4.1.0
version: 1.5.0.0
synopsis: A GUI library for writing native Haskell applications.
description: Monomer is an easy to use, cross platform, GUI library for writing native
Haskell applications.

View File

@ -1,5 +1,5 @@
name: monomer
version: 1.4.1.0
version: 1.5.0.0
github: fjvallarino/monomer
license: BSD3
author: Francisco Vallarino