You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application: Added automatic update checker
The updater is enabled by default and can be turned off in Settings ⇒ Application ⇒ Updates.
The updater checks for updates every 24 hours and prompts to update if a newer version is found.
Application: Ability to view files from all archives merged together.
By default, files are grouped per archives. This feature can be configured in Settings ⇒ Navigator ⇒ Packfile view mode.
Note that only the most recent version of a file is shown (e.g., if a file was patched at some point)
Application: The dark theme is now darker
Application: The data folder was entirely removed; you no longer need to specify additional metadata files when creating a project
Application: Now mostly redundant backward compatibility for the old configuration format was removed
Application: Added splash screen that shows some progress during application startup
Application: More tooltips in the preferences
Core Editor: Added inline "open" button for navigating references
Model Viewer: Added preferences for configuring some of the camera's properties
Texture Viewer: Migrated to an external library made by @jandk for accurate decoding of BC-encoded textures
Fixes
Application: One pixel-width dividers were replaced with full-sized ones
Due to how hacky the implementation was, it sometimes would break the model viewer and prevent its viewport from being correctly repainted. I believe it also caused "screen wonkiness", as it's called on our Discord server.