Skip to content

Commit ceb4d0e

Browse files
author
James Brundage
committed
release: 4bitcss 0.1.4
Updating Manifest and Changelog
1 parent 55e207e commit ceb4d0e

File tree

2 files changed

+58
-37
lines changed

2 files changed

+58
-37
lines changed

4bitcss.psd1

Lines changed: 33 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,51 @@
11
@{
2-
ModuleVersion = '0.1.3'
2+
ModuleVersion = '0.1.4'
33
RootModule = '4bitcss.psm1'
44
Description = 'CSS3 Color Schemes'
55
Guid = '93e1d6ab-ce88-4751-bb14-b21fbb9f66f3'
66
CompanyName = 'Start-Automating'
77
Author = 'James Brundage'
8-
Copyright = '2022-2023 Start-Automating'
8+
Copyright = '2022-2024 Start-Automating'
99
PrivateData = @{
1010
PSData = @{
1111
ProjectURI = 'https://github.com/2bitdesigns'
1212
LicenseURI = 'https://github.com/2bitdesigns/4bitcss/blob/main/LICENSE'
1313
ReleaseNotes = @'
14-
## 0.1.3:
15-
16-
* Renaming Theme to ColorScheme (#24)
17-
* Adding IsBright/IsDark to color scheme (#25)
18-
* Exporting Color Scheme Names (#26)
14+
> Like It? [Star It](https://github.com/2bitdesigns/4bitcss)
15+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
16+
17+
## 0.1.4:
18+
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)
1939
2040
---
2141
22-
## 0.1.2:
23-
24-
Updating the Site:
25-
26-
* 4bitcss logo updates:
27-
* Now multicolor (Fixes #17)
28-
* Lacks bullet points (Fixes #16)
29-
* Theme is now automatically selected
30-
* Links are now all iocns
31-
* Download / Cloud Download (Fixes #20)
32-
* FeelingLucky (Fixes #21)
33-
* Removing Save/Load theme (for now) (Fixes #22)
34-
35-
## 0.1.1:
36-
37-
* Adding preview urls (e.g. https://4bitcss.com/Konsolas ) (Fixes #10)
38-
* Export-4BitCss:
39-
* Fixing ansi13-fill (Fixes #12)
40-
* Quoting color scheme name (Fixes #11)
41-
* Refactoring preview image (Fixes #9)
42-
* Adding /using (Fixes #8)
43-
* Site now supports OpenGraph (Fixes #13)
44-
* Adding analytics (Fixes #7)
45-
46-
---
47-
48-
## 0.1:
49-
50-
* Initial Release of 4bitcss
51-
* 295 Glorious 16 Color Schemes!
42+
Additional History in [Changelog](https://github.com/2bitdesigns/4bitcss/blob/main/CHANGELOG.md)
5243
'@
44+
WebSite = @{
45+
Url = 'https://4bitcss.com/'
46+
Tech = 'Jekyll'
47+
Root = '/docs'
48+
}
5349
}
5450
}
5551
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.1.4:
2+
3+
* So many more new palettes!
4+
* `-background` classes (#42)
5+
* `$psStyle` compatibility (#43, #52, #53, #54, #55, #56, #57, #58)
6+
* Producing additional files:
7+
* A .txt file per palette (#61)
8+
* Palettes.json (#60)
9+
* Palette-List.json, Dark-Palette-List.json, Bright-Palette-List.json
10+
* `<select>` support (#39)
11+
* Fixing strokes (#59)
12+
* Adding Docker Image (#49, #50, #51)
13+
* Module Improvements
14+
* Mounting 4bitcss (#48)
15+
* Exporting `$4bitcss` (#47)
16+
* Repository Cleanup (#44, #45, #46)
17+
* New Commands
18+
* Convert-4bitName (#33)
19+
* Export-4bitJS (#32)
20+
* Export-4bitSVG (#34)
21+
* Allowing color palettes without `selectioncolor` or `cursorcolor` (#31)
22+
* Putting Palettes into directories (#30)
23+
24+
---
25+
126
## 0.1.3:
227

328
* Renaming Theme to ColorScheme (#24)

0 commit comments

Comments
 (0)