Skip to content

Commit 811fe5f

Browse files
committed
Bump readmeai to v0.4.18
1 parent cfdcbc1 commit 811fe5f

File tree

7 files changed

+260
-295
lines changed

7 files changed

+260
-295
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ All notable changes to the *readme-ai* project will be documented in this file.
1919

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

22+
## 🚀 Features
23+
24+
- feat: Add support for three badge icon styles. @eli64s (#62)
25+
- feat: Add README file in German [README-de](https://github.com/eli64s/readme-ai/blob/main/docs/README-de.md) and update other README files (FR, zh-CN).
26+
27+
## 🧩 Dependency Updates
28+
29+
- Bump urllib3 from 2.0.5 to 2.0.6 @dependabot (#60)
30+
2231
---
2332

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

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CN](https://img.shields.io/badge/CN-🇨🇳-white?style=plastic)](https://github.com/eli64s/readme-ai/blob/main/docs/README-zh-CN.md)
44
[![CN](https://img.shields.io/badge/DE-🇩🇪-white?style=plastic)](https://github.com/eli64s/readme-ai/blob/main/docs/README-de.md)
5-
[![FR](https://img.shields.io/badge/FR-🇫🇷-white?style=plastic)](https://github.com/eli64s/readme-ai/blob/main/docs/README-fr.md)
5+
[![FR](https://img.shields.io/badge/FR-🇫🇷-white?style=plastic)](https://github.com/eli64s/readme-ai/blob/main/docs/README-fr.md)
66
</div>
77

88
<div align="center">
@@ -87,13 +87,15 @@ This project is currently under development and has an opinionated configuration
8787

8888
[cli-demo](https://github.com/eli64s/readme-ai/assets/43382407/645c2336-6ea7-444c-a927-5450930c5255)
8989

90+
<!--
9091
<br>
9192
9293
***Streamlit Community Cloud***
9394
9495
‣ Use *readme-ai* directly in your browser! Zero installation, zero code!
9596
9697
[streamlit-demo](https://github.com/eli64s/readme-ai/assets/43382407/e8260e78-b684-4e72-941c-b3046b90c452)
98+
-->
9799

98100
---
99101

@@ -190,7 +192,7 @@ This project is currently under development and has an opinionated configuration
190192
<div>
191193
<details>
192194
<summary style="display: flex; align-items: center;">
193-
<span style="font-size: 2.0em;"> ❸ Overview and Features Table</span>
195+
<span style="font-size: 2.0em;"> ❸ Features Table</span>
194196
</summary>
195197
<table>
196198
<tr>
@@ -213,7 +215,7 @@ This project is currently under development and has an opinionated configuration
213215
<div>
214216
<details>
215217
<summary style="display: flex; align-items: center;">
216-
<span style="font-size: 2.0em;"> ❹ Dynamic Usage Instructions</span><br>
218+
<span style="font-size: 2.0em;"> ❹ Dynamic Usage Guides</span><br>
217219
</summary>
218220
<table>
219221
<tr>
@@ -294,7 +296,7 @@ This project is currently under development and has an opinionated configuration
294296
<div>
295297
<details>
296298
<summary style="display: flex; align-items: center;">
297-
<span style="font-size: 2.0em;"> ❼ Example README Files</span><br>
299+
<span style="font-size: 2.0em;"> ❼ Example READMEs</span><br>
298300
</summary>
299301
<table>
300302
<thead>
@@ -448,11 +450,6 @@ Docker is recommended for users wanting to run the application in a containerize
448450
docker pull zeroxeli/readme-ai:latest
449451
```
450452

451-
<!--
452-
<br>
453-
454-
<details><summary><b><i>Manually Install</i></b></summary>
455-
-->
456453
<br>
457454

458455
***Manually***
@@ -488,8 +485,6 @@ poetry shell && \
488485
poetry install
489486
```
490487

491-
</details>
492-
493488
---
494489

495490
### ⚙️ Configuration
@@ -560,11 +555,6 @@ docker run -it \
560555
readmeai -o readme-ai.md -r https://github.com/eli64s/readme-ai
561556
```
562557

563-
<!--
564-
<br>
565-
566-
<details><summary><b><i>Manually Run</i></b></summary>
567-
-->
568558
<br>
569559

570560
***Using Conda***
@@ -591,8 +581,6 @@ Use the app directly in your browser via Streamlit Community Cloud.
591581

592582
- [🛸 Take me to *readme-ai* on Streamlit!](https://readmeai.streamlit.app/)
593583

594-
</details>
595-
596584
---
597585

598586
### 🧪 Tests

docs/README-de.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ poetry shell && \
505505
poetry install
506506
```
507507

508-
</details>
509-
510508
---
511509

512510
### ⚙️ Konfiguration
@@ -577,11 +575,6 @@ docker run -it \
577575
readmeai -o readme-ai.md -r https://github.com/eli64s/readme-ai
578576
```
579577

580-
<!--
581-
<br>
582-
583-
<details><summary><b><i>Manuell ausführen</i></b></summary>
584-
-->
585578
<br>
586579

587580
***Mit Conda***
@@ -608,8 +601,6 @@ Verwenden Sie die App direkt in Ihrem Browser über Streamlit Community Cloud.
608601

609602
- [🛸 Bring mich zu *readme-ai* auf Streamlit!](https://readmeai.streamlit.app/)
610603

611-
</details>
612-
613604
---
614605

615606
### 🧪 Tests

docs/README-fr.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@ Docker est recommandé pour les utilisateurs souhaitant exécuter l'application
444444
docker pull zeroxeli/readme-ai:latest
445445
```
446446

447-
<!--
448-
<br>
449-
450-
<details><summary><b><i>Installation manuelle</i></b></summary>
451-
-->
452447
<br>
453448

454449
***Manuellement***
@@ -484,8 +479,6 @@ poetry shell && \
484479
poetry install
485480
```
486481

487-
</details>
488-
489482
---
490483

491484
### ⚙️ Configuration
@@ -582,8 +575,6 @@ Utilisez l'application directement dans votre navigateur via Streamlit Community
582575

583576
- [🛸 Emmenez-moi vers *readme-ai* sur Streamlit !](https://readmeai.streamlit.app/)
584577

585-
</details>
586-
587578
---
588579

589580
### 🧪 Tests

docs/README-zh-CN.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ poetry shell && \
467467
poetry install
468468
```
469469

470-
</details>
471-
472470
---
473471

474472
### ⚙️ 配置
@@ -565,8 +563,6 @@ poetry run python3 -m readmeai.cli.commands -o readme-ai.md -r https://github.co
565563

566564
- [🛸 带我去 Streamlit 上的 *readme-ai*](https://readmeai.streamlit.app/)
567565

568-
</details>
569-
570566
---
571567

572568
### 🧪 测试

0 commit comments

Comments
 (0)