Skip to content

Commit 47c660e

Browse files
committed
[v0.9.529] Added another note to the donation section on README.md that new supporters will be added through the next release.
1 parent 29c4ed8 commit 47c660e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Love using Advancely? You can have your name immortalized in the tracker!
3434

3535
**Supporters:**
3636

37-
* zurtleTif: $20
38-
* ethansplace98: $30
3937
* Totorewa: $31
38+
* ethansplace98: $30
39+
* zurtleTif: $20
4040

4141
Simply [**donate here**](https://streamlabs.com/lnxseus/tip) and include the word "**Advancely**" in your donation
42-
message. Your name will be added to the official supporter showcase that appears on the stream overlay when anyone
43-
completes a run.
42+
message. **With the next release** your name will be added to the official supporter showcase that appears on the stream
43+
overlay when anyone completes a run.
4444

4545
Thank you for supporting the project!
4646

@@ -485,8 +485,8 @@ Nearly every aspect of the overlay can be tailored to your liking from the setti
485485
top info bar (`World`, `Run Details`, `Progress`, `IGT`, `Update Timer`).
486486
* **Alignment**: The main progress text at the top of the overlay can be aligned to the `Left`, `Center`, or `Right`.
487487
* **Spacing**: You can fully adjust the `spacing` between each row to either be dynamic based on the longest text width
488-
within that row or be fully fixed. When two items within the first row share the same texture (based on hashing) their
489-
parent icon will be overlaid to distinguish them further. The `size` of this overlaid icon can also be configured.
488+
within that row or be fully fixed. When two items within the first row share the same texture (based on hashing) their
489+
parent icon will be overlaid to distinguish them further. The `size` of this overlaid icon can also be configured.
490490

491491
</details>
492492

@@ -696,7 +696,9 @@ functionalities of all goal types. The `Default` language is the standard englis
696696
non-default languages are appended after `lang_`._
697697

698698
Credits to creators of templates):
699-
- @towardstars and @yumekotism on dc: `zh_cn` translations for `all_advancements` templates. _Make sure you use the `SourceHanSansCN-Normal.otf` font in all places (tracker, overlay and UI)._
699+
700+
- @towardstars and @yumekotism on dc: `zh_cn` translations for `all_advancements` templates. _Make sure you use
701+
the `SourceHanSansCN-Normal.otf` font in all places (tracker, overlay and UI)._
700702
- [MoreTrident](https://www.twitch.tv/moretrident): `all_trims` template.
701703

702704
_(Submit your template through the [official discord](https://discord.gg/TyNgXDz)._

source/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const char* get_notes_manifest_path();
5555
#define TRACKER_TITLE "Advancely"
5656

5757
// This is the version that gets compared with the latest release tag on GitHub
58-
#define ADVANCELY_VERSION "v0.9.528" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
58+
#define ADVANCELY_VERSION "v0.9.529" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
5959
#define ADVANCELY_ICON_PATH "/gui/Advancely_Logo_NoText.png" // Starting from /gui folder
6060
#define ADVANCELY_LOGO_PATH "/gui/Advancely_Logo.png" // Starting from /gui folder
6161
#define ADVANCELY_LOGO_SIZE 512.0f // Logo size on startup message window or update successful window

0 commit comments

Comments
 (0)