Skip to content

Commit

Permalink
release: 4bitcss 0.1.4
Browse files Browse the repository at this point in the history
Updating Manifest and Changelog
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent 55e207e commit ceb4d0e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 37 deletions.
70 changes: 33 additions & 37 deletions 4bitcss.psd1
Original file line number Diff line number Diff line change
@@ -1,55 +1,51 @@
@{
ModuleVersion = '0.1.3'
ModuleVersion = '0.1.4'
RootModule = '4bitcss.psm1'
Description = 'CSS3 Color Schemes'
Guid = '93e1d6ab-ce88-4751-bb14-b21fbb9f66f3'
CompanyName = 'Start-Automating'
Author = 'James Brundage'
Copyright = '2022-2023 Start-Automating'
Copyright = '2022-2024 Start-Automating'
PrivateData = @{
PSData = @{
ProjectURI = 'https://github.com/2bitdesigns'
LicenseURI = 'https://github.com/2bitdesigns/4bitcss/blob/main/LICENSE'
ReleaseNotes = @'
## 0.1.3:
* Renaming Theme to ColorScheme (#24)
* Adding IsBright/IsDark to color scheme (#25)
* Exporting Color Scheme Names (#26)
> Like It? [Star It](https://github.com/2bitdesigns/4bitcss)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
## 0.1.4:
* So many more new palettes!
* `-background` classes (#42)
* `$psStyle` compatibility (#43, #52, #53, #54, #55, #56, #57, #58)
* Producing additional files:
* A .txt file per palette (#61)
* Palettes.json (#60)
* Palette-List.json, Dark-Palette-List.json, Bright-Palette-List.json
* `<select>` support (#39)
* Fixing strokes (#59)
* Adding Docker Image (#49, #50, #51)
* Module Improvements
* Mounting 4bitcss (#48)
* Exporting `$4bitcss` (#47)
* Repository Cleanup (#44, #45, #46)
* New Commands
* Convert-4bitName (#33)
* Export-4bitJS (#32)
* Export-4bitSVG (#34)
* Allowing color palettes without `selectioncolor` or `cursorcolor` (#31)
* Putting Palettes into directories (#30)
---
## 0.1.2:
Updating the Site:
* 4bitcss logo updates:
* Now multicolor (Fixes #17)
* Lacks bullet points (Fixes #16)
* Theme is now automatically selected
* Links are now all iocns
* Download / Cloud Download (Fixes #20)
* FeelingLucky (Fixes #21)
* Removing Save/Load theme (for now) (Fixes #22)
## 0.1.1:
* Adding preview urls (e.g. https://4bitcss.com/Konsolas ) (Fixes #10)
* Export-4BitCss:
* Fixing ansi13-fill (Fixes #12)
* Quoting color scheme name (Fixes #11)
* Refactoring preview image (Fixes #9)
* Adding /using (Fixes #8)
* Site now supports OpenGraph (Fixes #13)
* Adding analytics (Fixes #7)
---
## 0.1:
* Initial Release of 4bitcss
* 295 Glorious 16 Color Schemes!
Additional History in [Changelog](https://github.com/2bitdesigns/4bitcss/blob/main/CHANGELOG.md)
'@
WebSite = @{
Url = 'https://4bitcss.com/'
Tech = 'Jekyll'
Root = '/docs'
}
}
}
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.1.4:

* So many more new palettes!
* `-background` classes (#42)
* `$psStyle` compatibility (#43, #52, #53, #54, #55, #56, #57, #58)
* Producing additional files:
* A .txt file per palette (#61)
* Palettes.json (#60)
* Palette-List.json, Dark-Palette-List.json, Bright-Palette-List.json
* `<select>` support (#39)
* Fixing strokes (#59)
* Adding Docker Image (#49, #50, #51)
* Module Improvements
* Mounting 4bitcss (#48)
* Exporting `$4bitcss` (#47)
* Repository Cleanup (#44, #45, #46)
* New Commands
* Convert-4bitName (#33)
* Export-4bitJS (#32)
* Export-4bitSVG (#34)
* Allowing color palettes without `selectioncolor` or `cursorcolor` (#31)
* Putting Palettes into directories (#30)

---

## 0.1.3:

* Renaming Theme to ColorScheme (#24)
Expand Down

0 comments on commit ceb4d0e

Please sign in to comment.