This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update README, add CHANGELOG, roll version to 0.4.0
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 0.4.0 (2020-02-15) | ||
|
||
## Features | ||
|
||
- Brought up to Rust 2018 (thanks to https://github.com/udoprog) | ||
|
||
## Bugfixes | ||
|
||
- Updated libappindicator to compile on modern rust | ||
|
||
# 0.3.0 (2018-04-28) | ||
|
||
## Bugfixes | ||
|
||
- Update gtk so linux version will run again | ||
|
||
# 0.2.0 (2017-05-04) | ||
|
||
## Features | ||
|
||
- Add Linux Support | ||
|
||
# 0.1.1 (2017-02-28) | ||
|
||
## Bugfixes | ||
|
||
- Some cleanup and CI work | ||
|
||
# 0.1.0 (2017-02-22) | ||
|
||
## Features | ||
|
||
- Basic Win32 systray support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "systray" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Kyle Machulis <[email protected]>"] | ||
description = "Rust library for making minimal cross-platform systray GUIs" | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters