|
1 | 1 | @{ |
2 | | - ModuleVersion = '0.1.4' |
| 2 | + ModuleVersion = '0.1.5' |
3 | 3 | RootModule = '4bitcss.psm1' |
4 | | - Description = 'CSS3 Color Schemes' |
| 4 | + Description = 'CSS3 Color Schemes for 4-bit color palettes' |
5 | 5 | Guid = '93e1d6ab-ce88-4751-bb14-b21fbb9f66f3' |
6 | 6 | CompanyName = 'Start-Automating' |
7 | 7 | Author = 'James Brundage' |
|
14 | 14 | > Like It? [Star It](https://github.com/2bitdesigns/4bitcss) |
15 | 15 | > Love It? [Support It](https://github.com/sponsors/StartAutomating) |
16 | 16 |
|
17 | | -## 0.1.4: |
| 17 | +## 0.1.5: |
18 | 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 | +* 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 |
39 | 29 |
|
40 | 30 | --- |
41 | 31 |
|
42 | 32 | Additional History in [Changelog](https://github.com/2bitdesigns/4bitcss/blob/main/CHANGELOG.md) |
43 | 33 | '@ |
44 | | - WebSite = @{ |
| 34 | + Website = @{ |
45 | 35 | Url = 'https://4bitcss.com/' |
46 | | - Tech = 'Jekyll' |
| 36 | + Platform = 'Jekyll' |
47 | 37 | Root = '/docs' |
48 | 38 | } |
49 | 39 | } |
|
0 commit comments