-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
82 lines (70 loc) · 4.24 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
* v1.0 (2023-10-20):
* Initial release
* v1.0.1 (2023-11-04):
* Add 4.1 weapons and initial support for 4.2
* Fix getWeight4SW using smooth weight even when smooth function is disabled
* v1.1 (2023-11-05):
* Add support for multiple banners. Choose one with the -B switch.
* Debug mode that disables most sanity checks. (Beware of segfaults!)
* Extra sanity checks for displaying characters in Wish Details
* Check for a valid weapon ID, even on character banners (and vice versa) in Wish Details
* Fix getWeapon not returning a valid weapon if its ID is not 1xxxx
* v1.1.1 (2023-11-06):
* 4.2 Phase 1 banners and two new swords
* Add missing Solar Pearl 4-star catalyst, thus fixing an off-by-one error
* Add most test/placeholder weapons (data from https://genshin.honeyhunterworld.com/?lang=EN)
* Fix typo on Charlotte's name
* v1.2 (2023-11-25):
* Split into different files and add Autotools support
* Consolidate item/weapon funcs into one call
* Initial support for artifacts
* Add -r flag to display or drop the rate-up items only. (The opposite effect is not implemented because that's effectively just the standard banner)
* Clarified the meaning of the -g flag
* Add Amber, Kayea, and Lisa into the standard banner pool
* 4.2 Phase 2 banners & initial support for 4.3
* v1.3 (2024-04-16):
* Full 4.3, 4.4, and 4.5 support, initial support for 4.6
* Add initial support for Chronicled Wish
* Fix a typo in 1.1 phase 1's weapon banner data making Eye of Perception the rate-up catalyst instead of Wine and Song
* Fix a typo in the name string for Rightful Reward
* v1.3.1 (2024-05-06):
* Fix bug relating to Chronicled Wish preventing all banners from working except those from 4.4 phase 1
* Finalize 4.6 phase 1
* 4.6 artifacts
* Initial support for 4.7
* v1.3.2 (2024-05-18):
* Fix another bug relating to Chronicled Wish preventing all banners from working except those from 4.4 phase 1
* Finalize 4.6 phase 2
* v1.4 (2024-07-06):
* Finalize 4.7
* Rename "Pouring Heartstrings" (Sigewinne's bow) to "Silvershower Heartstrings"
* Initial support for 4.8 and 5.0
* Convert Chronicled Wish pool data to a function, since because it hasn't ran for a while, it doesn't make sense to continue using an lut containing just one entry and a bunch of `NULL`s
* Don't display 4-star guarantee status on the end results of a Chronicled Wish (which is only used for 5-stars and only with Chronicled Path set)
* Add non-vanilla "character-only" variant of standard banner
* Add options to force the "smooth" function to drop only characters or only weapons
* v1.5 (2024-07-27):
* Add support for Gnulib and GNU Gettext
* Add new logic for when the "smooth" function is disabled. (The old behavior can still be utilized with the --noSmoothOld option.)
* Finalize 4.8 phase 1
* Additional early support for 5.0
* Fix default standard pool version being too big
* Fix off by one error on the id for Ballad of the Boundless Blue
* Fix standard banner details not showing the last 3 characters in the 4-star pool
* v1.5.1 (2024-08-02):
* Don't call setlocale or bindtextdomain if NLS is disabled
* Finalize 4.8 phase 2
* v1.6 (2024-08-27):
* Implement Capturing Radiance
* The initial implementation in this program simply adds an extra 10% chance to get the rate-up item when losing the initial 50/50 for a 5-star. This is based on speculation on how the system will likely work in the official implementaion. Do note that this program's implementation is subject to change in later versions if/when more information becomes available.
* Add an option to control the maximum amount of Fate Points for weapon and Chronicled banners.
* Adjusted Chronicled Wish behavior to act more like a weapon banner instead of a character banner when Chronicled Path is set
* Finalize 5.0 phase 1
* Finalize 5.0 weapon names
* Fix an inverted check and a bad index offset when attempting to print Natlan character names
* Fix a bad index that made 4.4's Chronicled Wish appear when the version was instead set for 2.7
* Fix a bug that prevented Chronicled Wish from working unless Epitomized Path was set
* v1.6.1 (2025-??-??):
* Update banner data up to 5.3
* Initial support for 5.4
* Disable Capturing Radiance by default based on new information suggesting that a pity curve is in use