This repository was archived by the owner on Dec 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.0 (2020-02-15)
2
+
3
+ ## Features
4
+
5
+ - Brought up to Rust 2018 (thanks to https://github.com/udoprog )
6
+
7
+ ## Bugfixes
8
+
9
+ - Updated libappindicator to compile on modern rust
10
+
11
+ # 0.3.0 (2018-04-28)
12
+
13
+ ## Bugfixes
14
+
15
+ - Update gtk so linux version will run again
16
+
17
+ # 0.2.0 (2017-05-04)
18
+
19
+ ## Features
20
+
21
+ - Add Linux Support
22
+
23
+ # 0.1.1 (2017-02-28)
24
+
25
+ ## Bugfixes
26
+
27
+ - Some cleanup and CI work
28
+
29
+ # 0.1.0 (2017-02-22)
30
+
31
+ ## Features
32
+
33
+ - Basic Win32 systray support
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " systray"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [
" Kyle Machulis <[email protected] >" ]
5
5
description = " Rust library for making minimal cross-platform systray GUIs"
6
6
license = " BSD-3-Clause"
Original file line number Diff line number Diff line change 1
1
# systray-rs
2
2
3
+ [ ![ Crates.io] ( https://img.shields.io/crates/v/systray )] ( https://crates.io/crates/systray ) [ ![ Crates.io] ( https://img.shields.io/crates/d/systray )] ( https://crates.io/crates/systray )
4
+
3
5
[ ![ Build Status] ( https://travis-ci.org/qdot/systray-rs.svg?branch=master )] ( https://travis-ci.org/qdot/systray-rs ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/lhqm3lucb5w5559b?svg=true )] ( https://ci.appveyor.com/project/qdot/systray-rs )
4
6
5
7
systray-rs is a Rust library that makes it easy for applications to
@@ -10,6 +12,13 @@ add menu entries.
10
12
systray-rs is heavily influenced by
11
13
[ the systray library for the Go Language] ( https://github.com/getlantern/systray ) .
12
14
15
+ systray-rs currently supports:
16
+
17
+ - Linux GTK
18
+ - Win32
19
+
20
+ Cocoa core still needed!
21
+
13
22
# License
14
23
15
24
systray-rs includes some code
@@ -19,7 +28,7 @@ once winapi-rs has a 0.3 crate available.
19
28
20
29
systray-rs is BSD licensed.
21
30
22
- Copyright (c) 2016, Kyle Machulis
31
+ Copyright (c) 2016-2020, Nonpolynomial Labs, LLC
23
32
All rights reserved.
24
33
25
34
Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments