snapshot release
This commit is contained in:
parent
c477636db2
commit
be84a43b80
|
|
@ -1,3 +1,17 @@
|
|||
1.3 Snapshot v22.8220.23140.1
|
||||
Enhancements:
|
||||
- Novetus will now switch to the Extended style by default under Wine due to the lack of WPF support.
|
||||
- Logs are now stored in the "logs" directory.
|
||||
- Removed the Novetus Asset Redirect due to the hosting provider taking it down.
|
||||
- Removed the "Show Item Types" option from the Asset Fixer as it was deprecated by the Item SDK.
|
||||
- Added better Asset Fixer error handling.
|
||||
- The Asset Fixer will now show up as "ASSETFIX" in the logs if there is an error.
|
||||
|
||||
Fixes:
|
||||
- Made the initial Asset Fixer "Unable to fix the asset." error message more descriptive.
|
||||
- Rewrote the Asset Fixer, fixing many issues with downloading place assets.
|
||||
- The Asset Fixer now doesn't override the URL of items when an error is brought up.
|
||||
----------------------------------------------------------------------------
|
||||
1.3 v6.2022.1:
|
||||
Changes from 1.3 v2.2022.1:
|
||||
Enhancements:
|
||||
|
|
|
|||
|
|
@ -2,16 +2,6 @@
|
|||
<!--Novetus reads through this file in order to grab content providers for the Avatar Customization.-->
|
||||
<ContentProviders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Providers>
|
||||
<Provider>
|
||||
<Name>Roblox (Official Novetus Redirect)</Name>
|
||||
<URL>http://novetus.mygamesonline.org/asset?id=</URL>
|
||||
<Icon>robloxnovetus.png</Icon>
|
||||
</Provider>
|
||||
<!--Provider>
|
||||
<Name>Roblox (Novetus+ Redirect)</Name>
|
||||
<URL>http://epicgamers.xyz/asset/?id=</URL>
|
||||
<Icon>robloxnplus.png</Icon>
|
||||
</Provider-->
|
||||
<Provider>
|
||||
<Name>Roblox (Asset Delivery, Incompatible w/ older clients)</Name>
|
||||
<URL>https://assetdelivery.roblox.com/v1/asset/?id=</URL>
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ DefaultMap=Dev - Baseplate2048.rbxl
|
|||
UserAgentRegisterClient1=2007M
|
||||
UserAgentRegisterClient2=2010L
|
||||
ExtendedVersionNumber=True
|
||||
ExtendedVersionEditChangelog=False
|
||||
ExtendedVersionTemplate=%version% v6.2022.%extended-revision%%lite%
|
||||
//ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
|
||||
ExtendedVersionEditChangelog=True
|
||||
//ExtendedVersionTemplate=%version% v?.2022.%extended-revision%%lite%
|
||||
ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
|
||||
ExtendedVersionRevision=1
|
||||
IsLite=False
|
||||
InitialBootup=True
|
||||
InitialBootup=False
|
||||
|
|
|
|||
Loading…
Reference in New Issue