forked from sethcottle/littlelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
174cc57
commit 150c41a
Showing
21 changed files
with
1,352 additions
and
2,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
.idea | ||
.devcontainer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# LittleLink Version History | ||
|
||
## Current Version: v3.0.0 | ||
|
||
### v3.0.0 - 11/13/2024 | ||
A complete modernization of LittleLink focusing on accessibility, maintainability, and more modern web standards. | ||
|
||
#### Major Changes | ||
- Complete rebuild of CSS architecture | ||
- Moved away from Skeleton CSS dependency to custom, purpose-built CSS | ||
- Improved maintainability with modular CSS structure | ||
- Enhanced dark mode and auto themeing implementation | ||
- Enhanced `brands.css` | ||
|
||
- Accessibility Improvements | ||
- Improved keyboard navigation throughout | ||
- Enhanced screen reader compatibility | ||
- Better focus management and visible focus states | ||
- Proper ARIA labels and semantic HTML structure | ||
|
||
- HTML Modernization | ||
- Rebuilt `index.html` | ||
- Rebuilt `privacy.html` | ||
- Optimized meta tags and SEO structure | ||
|
||
#### Developer Experience | ||
- Better documented codebase | ||
- Simplified customization process | ||
- Improved maintainability | ||
- More consistent standards | ||
- Added VERSION.md so you know what version of LittleLink you downloaded | ||
|
||
#### Brand Changes | ||
- Updated PayPal button color | ||
- Updated Discord button color | ||
- Updated YouTube to us their Almost Black | ||
- Updated Ko-fi button color and updated their logo | ||
- Updated Medium logo | ||
|
||
--- | ||
For the complete history of changes, please visit: | ||
https://github.com/sethcottle/littlelink/releases |
Oops, something went wrong.