File tree 16 files changed +27
-18
lines changed
16 files changed +27
-18
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
3
3
4
4
More information, including binaries, can be found on GitHub in the [ releases section] ( https://github.com/Kwpolska/DisplayMenu/releases ) .
5
5
6
+ v1.7 (build 8)
7
+ --------------
8
+
9
+ * Improve icon appearance on Retina displays
10
+
6
11
v1.6 (build 7)
7
12
--------------
8
13
Original file line number Diff line number Diff line change 2
2
Contribution rules
3
3
==================
4
4
:Info: Those are the contribution rules for DisplayMenu.
5
- :Copyright: © 2012-2018 , Chris Warrick.
5
+ :Copyright: © 2012-2019 , Chris Warrick.
6
6
:License: 3-clause BSD
7
7
8
8
.. index :: contributing
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Display Menu
3
- * Copyright © 2017-2018 , Chris Warrick.
3
+ * Copyright © 2017-2019 , Chris Warrick.
4
4
* All rights reserved.
5
5
*
6
6
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 16
16
"author" : " xcode"
17
17
},
18
18
"properties" : {
19
- "template-rendering-intent" : " template"
19
+ "template-rendering-intent" : " template" ,
20
+ "preserves-vector-representation" : true
20
21
}
21
22
}
Original file line number Diff line number Diff line change 16
16
"author" : " xcode"
17
17
},
18
18
"properties" : {
19
- "template-rendering-intent" : " template"
19
+ "template-rendering-intent" : " template" ,
20
+ "preserves-vector-representation" : true
20
21
}
21
22
}
Original file line number Diff line number Diff line change 16
16
"author" : " xcode"
17
17
},
18
18
"properties" : {
19
- "template-rendering-intent" : " template"
19
+ "template-rendering-intent" : " template" ,
20
+ "preserves-vector-representation" : true
20
21
}
21
22
}
Original file line number Diff line number Diff line change 16
16
"author" : " xcode"
17
17
},
18
18
"properties" : {
19
- "template-rendering-intent" : " template"
19
+ "template-rendering-intent" : " template" ,
20
+ "preserves-vector-representation" : true
20
21
}
21
- }
22
+ }
Original file line number Diff line number Diff line change 1
1
CFBundleDisplayName = "Display Menu";
2
- NSHumanReadableCopyright = "Copyright © 2017-2018 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license.";
2
+ NSHumanReadableCopyright = "Copyright © 2017-2019 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license.";
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Display Menu
3
- * Copyright © 2017-2018 , Chris Warrick.
3
+ * Copyright © 2017-2019 , Chris Warrick.
4
4
* All rights reserved.
5
5
*
6
6
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.6 </string >
22
+ <string >1.7 </string >
23
23
<key >CFBundleVersion </key >
24
- <string >7 </string >
24
+ <string >8 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
26
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
27
27
<key >LSUIElement </key >
28
28
<true />
29
29
<key >NSHumanReadableCopyright </key >
30
- <string >Copyright © 2017 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license. </string >
30
+ <string >Copyright © 2017-2019 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license. </string >
31
31
<key >NSMainStoryboardFile </key >
32
32
<string >Main </string >
33
33
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Display Menu
3
- * Copyright © 2017-2018 , Chris Warrick.
3
+ * Copyright © 2017-2019 , Chris Warrick.
4
4
* All rights reserved.
5
5
*
6
6
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
CFBundleDisplayName = "Display Menu";
2
- NSHumanReadableCopyright = "Copyright © 2017-2018 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license.";
2
+ NSHumanReadableCopyright = "Copyright © 2017-2019 Chris Warrick. All rights reserved. Licensed under the 3-clause BSD license.";
Original file line number Diff line number Diff line change 1
1
CFBundleDisplayName = "Menu Ekranów";
2
- NSHumanReadableCopyright = "Copyright © 2017-2018 Chris Warrick. Wszelkie prawa zastrzeżone. Na licencji BSD (3-klauzulowej).";
2
+ NSHumanReadableCopyright = "Copyright © 2017-2019 Chris Warrick. Wszelkie prawa zastrzeżone. Na licencji BSD (3-klauzulowej).";
3
3
Original file line number Diff line number Diff line change 1
- Copyright © 2017-2018 , Chris Warrick.
1
+ Copyright © 2017-2019 , Chris Warrick.
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
- // Part of Display Menu, Copyright © 2017-2018 Chris Warrick. License: 3-clause BSD.
1
+ // Part of Display Menu, Copyright © 2017-2019 Chris Warrick. License: 3-clause BSD.
2
2
3
3
import Quartz
4
4
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ Credits
31
31
32
32
Icons: ` desktop-mac ` and ` check ` from Material Icons by Google (Apache License v2.0)
33
33
34
- Copyright © 2017-2018 , Chris Warrick. All rights reserved.
34
+ Copyright © 2017-2019 , Chris Warrick. All rights reserved.
35
35
Licensed under the 3-clause BSD license.
You can’t perform that action at this time.
0 commit comments