Releases: Helyux/cs2pattern
Releases · Helyux/cs2pattern
v0.9.1
v0.9.0
v0.8.0
What's Changed
- Add 'Glock-18 | Trace Lock' Max White Pattern by @Helyux in #12
- Reorder 'gem_orange' and 'gem_white' after my own color analysis and … by @Helyux in #13
- Add 'pink_gem' pattern after color analysis by @Helyux in #14
- Update packages and version number by @Helyux in #15
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.1
This Release includes breaking changes!
What's Changed
-
- Rename PatternInfo dataclass fields (is_rare -> rare / group -> name)
-
- Breaking:
check_rarenow returns aPatternInfodataclass (normalized weapon/skin/pattern, rarity, ordering, icon) instead of the previous tuple. - Breaking: Multi-weapon helpers (
fade,fire_and_ice,gem_black,gem_blue,gem_gold,gem_purple,gem_white) returnNonefor unsupported weapons; adjust downstream code accordingly. - Icons are centralized in
cs2pattern/icons.json, updated with consistent glyphs (e.g., phoenix🐦🔥,fire_and_ice❄️) and exposed viaPatternInfo.icon. tools/add_pattern.pygains--icon, duplicate-pattern sanitization, optional-helper generation withNonefallbacks, and refreshed AI disclaimer metadata.- README entries (main + tools) document the new return contract and icon workflow.
- Breaking:
Full Changelog: v0.6.0...v0.6.1
v0.6.0
This Release includes breaking changes!
What's Changed
- v0.6.0 by @Helyux in #9
- Breaking:
check_rarenow returns aPatternInfodataclass (normalized weapon/skin/pattern, rarity, ordering, icon) instead of the previous tuple. - Breaking: Multi-weapon helpers (
fade,fire_and_ice,gem_black,gem_blue,gem_gold,gem_purple,gem_white) returnNonefor unsupported weapons; adjust downstream code accordingly. - Icons are centralized in
cs2pattern/icons.json, updated with consistent glyphs (e.g., phoenix🐦🔥,fire_and_ice❄️) and exposed viaPatternInfo.icon. tools/add_pattern.pygains--icon, duplicate-pattern sanitization, optional-helper generation withNonefallbacks, and refreshed AI disclaimer metadata.- README entries (main + tools) document the new return contract and icon workflow.
- Breaking:
Full Changelog: v0.5.2...v0.6.0