Skip to content

Commit

Permalink
Release v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed May 16, 2022
1 parent 0333b84 commit 5a79a9b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
35 changes: 22 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,50 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2022-05-15
### Changed
- Using GI-Crystal v0.11.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

### Added
- Allow use of child objects defined in XML widget templates! See `examples/widget_template.cr`.

## [0.8.0] - 2022-05-03
### Changed
- Using GI-Crystal v0.10.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Added initial support for XML widget templates! See `examples/widget_template.cr`.
- Using GI-Crystal v0.10.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

### Added
- Added initial support for XML widget templates! See `examples/widget_template.cr`.

## [0.7.0] - 2022-04-17
### Changed
- Using GI-Crystal v0.8.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Correctly insert PROGRAM_NAME into args sent to `Gio::Application#run(args : Enumarable?)`.
- Added `Gio::Application#run` with no parameters, equivalent of `run(ARGV)` but more efficient.
- To run a `Gio::Application` that doesn't parse any arguments, use `run(nil)`.
- Using GI-Crystal v0.8.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Correctly insert PROGRAM_NAME into args sent to `Gio::Application#run(args : Enumarable?)`.
- Added `Gio::Application#run` with no parameters, equivalent of `run(ARGV)` but more efficient.
- To run a `Gio::Application` that doesn't parse any arguments, use `run(nil)`.

## [0.6.0] - 2022-04-14
### Changed
- Using GI-Crystal v0.8.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Using GI-Crystal v0.8.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

### Fixed
- Gdk::ModifierType don't crash when GTK insert reserved bits on it.
- Gdk::ModifierType don't crash when GTK insert reserved bits on it.

## [0.5.0] - 2022-04-03
### Changed
- Using GI-Crystal v0.7.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Using GI-Crystal v0.7.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

## [0.4.0] - 2022-03-02
### Changed
- Using GI-Crystal v0.6.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Using GI-Crystal v0.6.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

## [0.3.0] - 2022-01-29
### Changed
- Using GI-Crystal v0.4.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Using GI-Crystal v0.4.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

## [0.2.0] - 2022-01-23
### Changed
- Using GI-Crystal v0.3.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Using GI-Crystal v0.3.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

## [0.1.0] - 2022-01-09
### Changed
- First Release.
- First Release.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

See [examples](https://github.com/hugopl/gtk4.cr/tree/master/examples) folder and have fun.

## Is it ready?

You can consider it _alpha_, some functions may not compile but most of them should work just fine. If you find one please create an issue.

If you feel this repository too silent is because most of the development happens in the
[binding generator repository](https://github.com/hugopl/gi-crystal), not here.

Expand Down
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: gtk4
version: 0.8.0
version: 0.9.0

authors:
- Hugo Parente Lima <[email protected]>

dependencies:
gi-crystal:
github: hugopl/gi-crystal
branch: master
# version: "~>0.10.0"
# branch: master
version: "~>0.11.0"

crystal: ">= 1.3.2"
crystal: ">= 1.4.1"

license: MIT

0 comments on commit 5a79a9b

Please sign in to comment.