Skip to content

Commit fcdcadb

Browse files
author
James Brundage
committed
release: 4bitcss 0.1.5
Updating Module Version and CHANGELOG
1 parent cdecaff commit fcdcadb

File tree

2 files changed

+31
-26
lines changed

2 files changed

+31
-26
lines changed

4bitcss.psd1

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
2-
ModuleVersion = '0.1.4'
2+
ModuleVersion = '0.1.5'
33
RootModule = '4bitcss.psm1'
4-
Description = 'CSS3 Color Schemes'
4+
Description = 'CSS3 Color Schemes for 4-bit color palettes'
55
Guid = '93e1d6ab-ce88-4751-bb14-b21fbb9f66f3'
66
CompanyName = 'Start-Automating'
77
Author = 'James Brundage'
@@ -14,36 +14,26 @@
1414
> Like It? [Star It](https://github.com/2bitdesigns/4bitcss)
1515
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
1616
17-
## 0.1.4:
17+
## 0.1.5:
1818
19-
* So many more new palettes!
20-
* `-background` classes (#42)
21-
* `$psStyle` compatibility (#43, #52, #53, #54, #55, #56, #57, #58)
22-
* Producing additional files:
23-
* A .txt file per palette (#61)
24-
* Palettes.json (#60)
25-
* Palette-List.json, Dark-Palette-List.json, Bright-Palette-List.json
26-
* `<select>` support (#39)
27-
* Fixing strokes (#59)
28-
* Adding Docker Image (#49, #50, #51)
29-
* Module Improvements
30-
* Mounting 4bitcss (#48)
31-
* Exporting `$4bitcss` (#47)
32-
* Repository Cleanup (#44, #45, #46)
33-
* New Commands
34-
* Convert-4bitName (#33)
35-
* Export-4bitJS (#32)
36-
* Export-4bitSVG (#34)
37-
* Allowing color palettes without `selectioncolor` or `cursorcolor` (#31)
38-
* Putting Palettes into directories (#30)
19+
* 336 color palettes (and counting)!
20+
* Improved functionality
21+
* Support for `<button>` (#96)
22+
* `carat-color` support (#97)
23+
* HighlightJS support (#104, #105, #107)
24+
* Added json data files and credits (#79, #80)
25+
* Adding `--Luma` and `--Contrast` to CSS (#94, #95)
26+
* 4bitcss Docker Container (#74, #75, #76, #77)
27+
* Animated Palette Example (#109, #111)
28+
* Improved documentation and examples
3929
4030
---
4131
4232
Additional History in [Changelog](https://github.com/2bitdesigns/4bitcss/blob/main/CHANGELOG.md)
4333
'@
44-
WebSite = @{
34+
Website = @{
4535
Url = 'https://4bitcss.com/'
46-
Tech = 'Jekyll'
36+
Platform = 'Jekyll'
4737
Root = '/docs'
4838
}
4939
}

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.1.5:
2+
3+
* 336 color palettes (and counting)!
4+
* Improved functionality
5+
* Support for `<button>` (#96)
6+
* `carat-color` support (#97)
7+
* HighlightJS support (#104, #105, #107)
8+
* Added json data files and credits (#79, #80)
9+
* Adding `--Luma` and `--Contrast` to CSS (#94, #95)
10+
* 4bitcss Docker Container (#74, #75, #76, #77)
11+
* Animated Palette Example (#109, #111)
12+
* Improved documentation and examples
13+
14+
---
15+
116
## 0.1.4:
217

318
* So many more new palettes!
@@ -14,7 +29,7 @@
1429
* Mounting 4bitcss (#48)
1530
* Exporting `$4bitcss` (#47)
1631
* Repository Cleanup (#44, #45, #46)
17-
* New Commands
32+
* New Commands
1833
* Convert-4bitName (#33)
1934
* Export-4bitJS (#32)
2035
* Export-4bitSVG (#34)

0 commit comments

Comments
 (0)