Skip to content

Commit 60a21c7

Browse files
committed
dev: set version 0.2.0
1 parent 1db519c commit 60a21c7

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.2.0] - 2025-12-08
9+
10+
### Added
11+
- License information
12+
- Missing person images with proper attribution
13+
- Installation and update instructions
14+
- Learning tips documentation
15+
- Contributing documentation
16+
- Tags to notes for better organization
17+
18+
### Changed
19+
- Deck renamed from "Ultimate History | 19th Century" to "Ultimate History" to reflect broader scope
20+
- Improved and extended event data
21+
- Improved person data with missing information
22+
- Improved README
23+
24+
## [0.1.0] - 2025-12-03
25+
26+
### Added
27+
- Initial release
28+
29+
[0.2.0]: https://github.com/omarkohl/ultimate-history/compare/v0.1.0...v0.2.0
30+
[0.1.0]: https://github.com/omarkohl/ultimate-history/releases/tag/v0.1.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ See [docs/learning.md](docs/learning.md) for recommendations on how to study eff
3131

3232
Want to add historical figures, events, or improve existing cards? See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) for details on how to contribute.
3333

34+
## Changelog
35+
36+
See [CHANGELOG.md](CHANGELOG.md) for a detailed history of changes to this project.
37+
3438
## Development
3539

3640
This project uses [brain-brew](https://github.com/ohare93/brain-brew) to bidirectionally convert between CrowdAnki JSON format and CSV files. The CrowdAnki files can be found in the `build/` directory. The CSV files under `src/data/` and the note types and templates under `src/note_models/`.

build/Ultimate_History/deck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"weightSearch": ""
136136
}
137137
],
138-
"desc": "Learn about human history.\nSee <a href=\"https://github.com/omarkohl/ultimate-history\">github.com/omarkohl/ultimate-history</a> to submit bug reports and your own improvements! Everyone can collaborate on improving this deck.\n<b>Version: </b>0.2.0-dev\n",
138+
"desc": "Learn about human history.\nSee <a href=\"https://github.com/omarkohl/ultimate-history\">github.com/omarkohl/ultimate-history</a> to submit bug reports and your own improvements! Everyone can collaborate on improving this deck.\n<b>Version: </b>0.2.0\n",
139139
"desiredRetention": null,
140140
"dyn": 0,
141141
"extendNew": 20,

src/headers/description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Learn about human history.
22
See <a href="https://github.com/omarkohl/ultimate-history">github.com/omarkohl/ultimate-history</a> to submit bug reports and your own improvements! Everyone can collaborate on improving this deck.
3-
<b>Version: </b>0.2.0-dev
3+
<b>Version: </b>0.2.0

0 commit comments

Comments
 (0)