Skip to content

Commit 1c3a42b

Browse files
committed
3.29, license change, more kookaburra
1 parent a2dba9a commit 1c3a42b

File tree

5 files changed

+43
-2
lines changed

5 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v3.29.0] - 2025-02-12 18:24:15
4+
5+
### Added
6+
7+
- kookaburura to Feathers (thanks @briochemc)
8+
9+
### Changed
10+
11+
- license for jcolors.jl is no longer restrictive (thanks @stefankarpinski)
12+
13+
### Removed
14+
15+
###################################################################
16+
317
## [v3.28.0] - 2025-01-21
418

519
### Added

LICENSE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ SPDX-License-Identifier: Apache-2.0
9292
See https://flagpedia.net/about
9393

9494
The flags from which these color schemes were extracted are public domain.
95+
96+
97+
## feathers
98+
99+
License is MIT
100+
https://github.com/shandiya/feathers/tree/main

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ColorSchemes"
22
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
33
authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "t-bltg", "asinghvi17", "davibarreira", "adrhill", "tecosaur", "jarredclloyd"]
4-
version = "3.28.0"
4+
version = "3.29.0"
55

66
[deps]
77
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"

data/feathers.jl

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,20 @@ loadcolorscheme(:galah, [
134134
colorant"#4C5766",
135135
],
136136
"Feathers",
137-
"bird, Galah (Eolophus roseicapilla)")
137+
"bird, Galah (Eolophus roseicapilla)")
138+
139+
loadcolorscheme(:kookaburra, [
140+
colorant"#b5effb",
141+
colorant"#0b7595",
142+
colorant"#02407c",
143+
colorant"#06213a",
144+
colorant"#c45829",
145+
colorant"#9C4620",
146+
colorant"#622C14",
147+
colorant"#d4d8e3",
148+
colorant"#b8bcd8",
149+
colorant"#ad8d9f",
150+
colorant"#725f77",
151+
],
152+
"Feathers",
153+
"bird, Blue winged Kookaburra (Dacelo leachii)")

data/featherslicense.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Shandiya Balasubramaniam
4+
5+
https://github.com/shandiya/feathers/

0 commit comments

Comments
 (0)