Skip to content

Commit

Permalink
Release ! (#37)
Browse files Browse the repository at this point in the history
Release version 0.3.0

See changelog for details.
  • Loading branch information
apgoetz authored Aug 9, 2023
1 parent 22e226a commit 3e88cf4
Show file tree
Hide file tree
Showing 10 changed files with 446 additions and 404 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.0] - 2023-08-09

### Added

- Add support for `description` field. You can use this to provide more detail about a jolly entry, beyond its title. [#19](https://github.com/apgoetz/jolly/pull/19)

- Add support for icons. Jolly will look up appropriate icons for files and display them inline. [#18](https://github.com/apgoetz/jolly/issues/18), [#20](https://github.com/apgoetz/jolly/pull/20), [#35](https://github.com/apgoetz/jolly/pull/35)

- Added support for logging facade. Logging can be configured in the [config file](docs/config.md#log). [#30](https://github.com/apgoetz/jolly/pull/30)

- Added basic CLI args to Jolly. Config file can now be specified as an argument. [#31](https://github.com/apgoetz/jolly/pull/31)


### Changed

- Text shaping uses `iced` Advanced text shaping. Should have better support for non-ascii characters in entries [#25](https://github.com/apgoetz/jolly/pull/25), [#36](https://github.com/apgoetz/jolly/pull/36)

### Fixed

- Cleaned up window resize commands to avoid flashing of window [#26](https://github.com/apgoetz/jolly/pull/26)


## [0.2.0] - 2023-02-06

### Added
Expand Down
Loading

0 comments on commit 3e88cf4

Please sign in to comment.