Skip to content

Commit ed11085

Browse files
committed
Better the doc
1 parent 2c9b737 commit ed11085

4 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [1.1.0] - 2025-11-14
17+
18+
### Added
19+
1220
- Deploy the WASM version to github-pages
21+
- Add badges to access last release and web version
1322

1423
### Changed
1524

@@ -33,5 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3342
### Removed
3443

3544

36-
[Unreleased]: https://github.com/tledoux/donatemail/compare/v1.0.0..HEAD
45+
[Unreleased]: https://github.com/tledoux/donatemail/compare/v1.1.0..HEAD
46+
[1.1.0]: https://github.com/tledoux/donatemail/compare/v1.0.0..v1.1.0
3747
[1.0.0]: https://github.com/tledoux/donatemail/releases/tag/v1.0.0

README.fr.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Préservation Python3
22

3-
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.md)
4-
[![fr](https://img.shields.io/badge/lang-fr-green.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.fr.md)
5-
3+
[![en](https://img.shields.io/badge/README-en-red.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.md)
4+
[![fr](https://img.shields.io/badge/README-fr-green.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.fr.md)
65
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
76
[![GitHub issues](https://img.shields.io/github/issues/tledoux/preservation-python3.svg)](https://github.com/tledoux/preservation-python3/issues "Open issues on GitHub")
7+
![GitHub Downloads (latest release)](https://img.shields.io/github/downloads/tledoux/preservation-python3/latest/total "Déchargements dernière version")
8+
[![Jouer sur Chrome](https://img.shields.io/badge/Jouer_sur-Chrome-blue?color=blue)](https://tledoux.github.io/preservation-python3/index.html)
89

910
_Preservation Python3 est un jeu du type **snake** (serpent) où le joueur contrôle un python qui grandit sans arrêt (même si vous ne vous en apercevez pas toujours), une métaphore pour l'obsolescence et la perte de données. Le python doit ingérer de l'information de contenu et de préservation tout en évitant les éléments qui accélère la perte d'information. Si le python survit un certain temps, les éléments requis vont changer en des actions de préservation nécessaires pour maintenir un accès permanent._
1011

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Preservation Python3
22

3-
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.md)
4-
[![fr](https://img.shields.io/badge/lang-fr-green.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.fr.md)
5-
3+
[![en](https://img.shields.io/badge/README-en-red.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.md)
4+
[![fr](https://img.shields.io/badge/README-fr-green.svg)](https://github.com/tledoux/preservation-python3/blob/main/README.fr.md)
65
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
76
[![GitHub issues](https://img.shields.io/github/issues/tledoux/preservation-python3.svg)](https://github.com/tledoux/preservation-python3/issues "Open issues on GitHub")
7+
![GitHub Downloads (latest release)](https://img.shields.io/github/downloads/tledoux/preservation-python3/latest/total "Latest release downloads")
8+
[![Play on Chrome](https://img.shields.io/badge/Play_On-Chrome-blue?color=blue)](https://tledoux.github.io/preservation-python3/index.html)
9+
810

911
_Preservation Python is a snake-type game where the player controls a continually shrinking python (though you might not always notice!), a metaphor for obsolescence and data loss. The python must ingest, pun intended, content and preservation information while avoiding elements that accelerate data loss. If the python survives a certain length of time, the required elements will change into preservation actions needed to maintain continued access._
1012

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
from snake import Direction, Snake
1111

12-
__appname__ = "Preservation Python"
12+
__appname__ = "Preservation Python3"
1313
__version__ = "1.1.0"
1414

1515

0 commit comments

Comments
 (0)