Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for three badge icon styles. #62

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ notebooks/
# Other
docs/templates
docs/notes
examples/readme-edgecase.md
readmeai/conf/templates
readmeai/conf/prompts.toml
examples/readme-edgecase.md
readmeai/data/badges.json
readmeai/settings/prompts.toml
readmeai/md_builder/data/badges.json
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ All notable changes to the *readme-ai* project will be documented in this file.

---

## [v0.1.5] - *2023-10-15*

---

## [v0.1.4] - *2023-10-01*

## 🚀 Features

- Add new SVG badge icons that user's can select using the CLI option `--badges` @eli64s (#58)
- Refactor `readmeai` package structure to improve organization and readability @eli64s (#58)

---

## [v0.1.3] - *2023-09-30*

### 🚀 Features
Expand Down
212 changes: 125 additions & 87 deletions README.md

Large diffs are not rendered by default.

684 changes: 684 additions & 0 deletions docs/README-de.md

Large diffs are not rendered by default.

488 changes: 299 additions & 189 deletions docs/README-fr.md

Large diffs are not rendered by default.

Loading
Loading