Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.8.0 update #33

Merged
merged 146 commits into from
Oct 27, 2024
Merged

Merge 0.8.0 update #33

merged 146 commits into from
Oct 27, 2024

Conversation

OrigamingWasTaken
Copy link
Collaborator

Features

General

  • Enhanced logging system with improved debug information and separate log files
  • Completely redesigned user interface for better usability and appearance
  • New "Appearance" tab for custom theme support
  • Significant performance optimizations across the application
  • New app logo created by @typeofnull (Discord)

NEW: Roblox

  • Added "Delegate launching to AppleBlox" setting, enabling direct game launches from Roblox website
  • Added "Disable Desktop app" setting to automatically quit Roblox desktop app when exiting games
  • Redesigned launch shortcuts for improved functionality

Integrations

  • Enhanced logs watcher and notification system reliability
  • Rebuilt DiscordRPC with comprehensive bug fixes, resolving 99% of reported issues

FastFlags

  • Added extensive new FastFlags presets:
    • 3D Grass
    • World Shadows
    • Character Shadows
    • Visual Effects
    • Anti-aliasing
    • Level-of-detail
    • Reduce lightning updates
    • Menu style
    • Separate Quality & Distance
  • Enhanced FastFlags editor with profiles system:
    • Create and manage flag profiles
    • Apply profiles globally or to specific games
  • Added automatic validation of presets and custom flags during game startup
  • Implemented automatic Vulkan usage for FPS caps exceeding monitor refresh rate

Mods

  • Added custom font selection support
  • Removed deprecated "Fix resolution" setting
  • Introduced "Legacy Resolution" setting for Mac compatibility and mod support
  • Improved mod loading performance

Misc

  • Added sound support for notifications
  • Added settings export functionality for debugging purposes

Info / Credits

  • Redesigned credits section for better recognition

Code changes

  • Added Objective-C sidecar build step for native operations (DiscordRPC, app launching, etc.)
  • Modernized panel loading system for compatibility with both old and new settings
  • Removed subprocess watchdog
  • Improved file structure organization

OrigamingWasTaken and others added 30 commits August 28, 2024 18:00
- Build step for other binaries, and downloading from github repo (hopefully less, pre-built binaries in the code)
- Formatted entire project
- New shell and spawn commands to safely execute commands and spawn processes.
- Few design changes
- Migrated from NPM and Node to Bun
- Other code QOL things
Led to a 403 cuz of a repo location change
Removed the function and replaced its occurrences with "shellFS.exists"
@TrisecTroop
Copy link
Contributor

TrisecTroop commented Oct 27, 2024

Ori, this changelog looks good to me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment