Releases: Fortnite-API/py-wrapper
Releases · Fortnite-API/py-wrapper
Add support for LEGO and Car Boost cosmetics
- Add support for LEGO Builds, LEGO Decor Bundles and Car Boosts
Add new Cosmetic types and Rarities
- Added lamborghini rarity
- Added JAM_TRACK, AURA and TRAIL BrCosmeticType
- Add support for newer aiohttp versions
- Add ROCKET_RACING and FESTIVAL CosmeticCompatibleMode
- Default to NORMAL ShopTileSize. This is the case when Epic messed it up and use "nomal" instead of "normal"
- Fixed an issue, when shop is empty
Add new Cosmetics and new cosmetics endpoint
- Add support for cosmetic and new cosmetics endpoint
- Implement enum for shop material primary mode
Fix BrCosmetic
- Fix BrCosmetic not inherit BaseCosmetic which caused many fields not being available
Add support for new cosmetic types
- Added support for new cosmetic types including
CarCosmetic,InstrumentCosmetic,JamTrack. Also methods for fetching them have been added - Add support for new
LegoCosmeticVariant, which also can be fetched - Add new shop endpoint which features all new cosmetic types and removes legacy fields
- Bump minimum required aiohttp to 4.0.0 and require at least 1.9.0
Add support for new shop layouts
- Adds support for new shop layouts
Add Playlist rating_type and fix small bugs
- Added
Playlist.rating_type - Fix
BrInputs.allbeing alwaysNone. This now allows to access all stats - Fix
url_as()functions power of 2 check always failing - Remove debug print statement
search_first
Fix download url
add new download_url Took 23 minutes
Added undocumented Cosmetic data
- Renamed following attributes of BrCosmetic:
- cover_art to coverart
- showcase_video to showcase_video_url
- Added following attributes to BrCosmetic:
- search_tags
- exclusive_description
- unlock_requirements
- custom_exclusive_callout
- built_in_emote_ids
- item_preview_hero_path
- Added BrCosmeticVariantOption.unlock_requirements
Fix download url again
fix download url Took 40 seconds