Skip to content

Releases: fxderico/fedestrap

v1.4.3

Choose a tag to compare

@fxderico fxderico released this 24 Aug 18:22

fixes profile pictures rendering as a square instead of a circle. the image layer behind the fallback icon wasn't getting the corner radius applied, so once avatars started loading correctly (v1.4.2's fix) they showed up square. small fix, but rounds them off properly now.

v1.4.2

Choose a tag to compare

@fxderico fxderico released this 24 Aug 18:17

fixes profile pictures never actually showing up (titlebar, homepage) even after you set one: avatars come back from the api as base64 data URIs, but the image loader always tried to download them over http instead of decoding them directly, so it silently failed every time. also fixes the pfp placeholder rendering as solid black instead of a fallback icon, and a titlebar/nav overlap on narrower windows.

v1.4.1

Choose a tag to compare

@fxderico fxderico released this 24 Aug 18:06

auto update check on boot: a button appears next to the search bar when a newer release is out, click it to download, install, and restart.

also: bigger search bar, and fixed the account avatar showing a blank circle when you haven't set a profile picture (now shows a fallback person icon).

v1.3.10

Choose a tag to compare

@fxderico fxderico released this 24 Aug 17:36

cleanup pass: removed dash separators from UI text, log messages, and comments app wide, replaced with periods, commas, or colons.

also fixed a rate limiter bug on the backend introduced by that same cleanup (a broken sed turned a subtraction into a no op, which would've silently killed the 429 throttling on login/register). fixed and verified live before this release.

Fedestrap v1.3.9

Choose a tag to compare

@fxderico fxderico released this 24 Aug 17:15
  • Roblox no longer lingers in the background after you close its window - a new watchdog (Deployment > Resource controls > 'Fully close Roblox when its window closes') force-closes it a few seconds after the window is gone. Off by default.
  • Fixed a real bug from ultrareview: the custom Roblox icon picker's dropdown preview was showing Fedestrap's own custom icon instead of the Roblox one (the actual applied icon was always correct, just the preview thumbnail was wrong)
  • Roblox's own in-game dark mode toggle (a real FastFlag preset that already existed but had no UI) is now exposed in FastFlag Settings

Fedestrap v1.3.8

Choose a tag to compare

@fxderico fxderico released this 24 Aug 17:02
  • Fixed grammar in Mods > Overlays (Homepage Background description, Frame Generation description had a comma splice)

Fedestrap v1.3.7

Choose a tag to compare

@fxderico fxderico released this 24 Aug 15:43
  • Added a custom Roblox window icon picker (Appearance > Roblox Window) - same built-in icon choices as Fedestrap's own bootstrapper icon, plus a Custom option with a file browser for your own .ico. The underlying setting/logic already existed, there was just no UI for it before now.

Fedestrap v1.3.6

Choose a tag to compare

@fxderico fxderico released this 23 Aug 20:49
  • Fixed the font preview in Mods > Font Manager - it was never actually applying the selected font due to a cross-thread property notification bug
  • Added a profile picture upload to the profile editor (previously only had a banner)

Fedestrap v1.3.5

Choose a tag to compare

@fxderico fxderico released this 23 Aug 20:35
  • Moved the Roblox window tab (custom title, game name/icon, server info, fullscreen mode, window backdrop) out of Deployment and into Appearance, next to Language - it's a window/visual setting, not a deployment one. Nothing was removed, just relocated.
  • FPS/quality tuning follow-up from earlier: pulled back the forced-max-quality flag (was causing a stutter on launch) in favor of raising the actual FPS target instead.

Fedestrap v1.3.4

Choose a tag to compare

@fxderico fxderico released this 23 Aug 20:06
  • Removed the Mods/Crosshairs catalog links across Welcome and Mods pages - they pointed at a fedestrap.fede.one catalog that was never real. Documentation links now go to the actual GitHub wiki.
  • Running a different Fedestrap.exe than what's installed now silently syncs the install every time - no more dialog, except it still asks before an actual downgrade.
  • Set DFIntDebugFRMQualityLevelOverride to max (21) by default - keeps render quality at its highest setting instead of Roblox auto-downgrading it to hit a target framerate, which is the standard trick for getting both max quality and uncapped performance at once.