|
1 | 1 | @{
|
2 |
| - ModuleVersion = '0.1.3' |
| 2 | + ModuleVersion = '0.1.4' |
3 | 3 | RootModule = '4bitcss.psm1'
|
4 | 4 | Description = 'CSS3 Color Schemes'
|
5 | 5 | Guid = '93e1d6ab-ce88-4751-bb14-b21fbb9f66f3'
|
6 | 6 | CompanyName = 'Start-Automating'
|
7 | 7 | Author = 'James Brundage'
|
8 |
| - Copyright = '2022-2023 Start-Automating' |
| 8 | + Copyright = '2022-2024 Start-Automating' |
9 | 9 | PrivateData = @{
|
10 | 10 | PSData = @{
|
11 | 11 | ProjectURI = 'https://github.com/2bitdesigns'
|
12 | 12 | LicenseURI = 'https://github.com/2bitdesigns/4bitcss/blob/main/LICENSE'
|
13 | 13 | 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) |
19 | 39 |
|
20 | 40 | ---
|
21 | 41 |
|
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) |
52 | 43 | '@
|
| 44 | + WebSite = @{ |
| 45 | + Url = 'https://4bitcss.com/' |
| 46 | + Tech = 'Jekyll' |
| 47 | + Root = '/docs' |
| 48 | + } |
53 | 49 | }
|
54 | 50 | }
|
55 | 51 | }
|
0 commit comments