Skip to content

Commit

Permalink
version(): Go to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AamuLumi committed May 12, 2023
1 parent 67eb9d2 commit 0d14220
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
26 changes: 13 additions & 13 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>aamu.diary</identifier>
<version>1.1.3</version>
<dependencies>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
</dependencies>
<loadAfter>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
<li>neptimus7.progressrenderer</li>
</loadAfter>
<showCrossPromotions>true</showCrossPromotions>
<downloadUri></downloadUri>
<identifier>aamu.diary</identifier>
<version>1.1.4</version>
<dependencies>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
</dependencies>
<loadAfter>
<li>Ludeon.RimWorld</li>
<li>brrainz.harmony</li>
<li>neptimus7.progressrenderer</li>
</loadAfter>
<showCrossPromotions>true</showCrossPromotions>
<downloadUri></downloadUri>
</Manifest>
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.4 (05/12/2024)

- Add a new setting to add description with events in logs
- Add a system to remove hidden messages from RimWar

# 1.1.3 (03/25/2023)

- Add HTML file export with image integration
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,31 @@
![Alt text](https://github.com/AamuLumi/Rimworld-Diary/blob/master/About/Preview.png)

Write, read and export your colony's tales.

Diary adds a new tab to keep a trace of each of your colony's days.
You can write freely what happened during these days, and export the whole diary to a simple text file to share with anyone.
You can write freely what happened during these days, and export the whole diary to a simple text file to share with
anyone.

## Features

- Read and write your diary for each day of your colony.
- Check events that happen for each day.
- Export to a single .txt or .rtf file, with automatic and configurable export.
- Fully optional integration of [Progress Renderer](https://github.com/Lanilor/Progress-Renderer) : you can consult each map capture directly in your Diary. Captures are zoomable and movable.
- Check events happening every day.
- Export to a single .txt, .rtf or .html file, with automatic and configurable export.
- Fully optional integration of [Progress Renderer](https://github.com/Lanilor/Progress-Renderer) : you can consult each
map capture directly in your Diary. Captures are zoomable and movable.
- Can automatically write social interactions or events in your Diary (see mod settings).

## Compatibility

- Rimworld 1.4 (should work for previous version, but not tested).
- Can be added to an existing save.
- **For RimWar users** : if you want to have too much data in your Diary, you can place Diary after RimWar in the Mods
window and Diary will ignore hidden events from RimWar.

## Suggestions / Issues

Fill an issue [on the project repository on Github](https://github.com/AamuLumi/Rimworld-Diary/issues).

## Thanks to :

- [brunurd for RTFExporter library](https://github.com/brunurd/RTFExporter)

0 comments on commit 0d14220

Please sign in to comment.