Skip to content

Releases: seanistethered/FridaCodeManager

FridaCodeManager v2 alpha 5

25 Feb 21:19
Compare
Choose a tag to compare
Pre-release

iPad + Code Editor Update

Code Editor

  • optimized the overall code
  • added copy button to console
  • removing Wiki for now
  • disabled auto-correction on project creation popup

Code Editor

  • removing highlighting cache
  • fixed backspace in space spacing mode
  • added auto curly-braces, braces and string completion

FridaCodeManager v2.0 alpha 4

07 Feb 14:30
Compare
Choose a tag to compare
Pre-release

iPad + Code Editor Update

Code Editor

  • fixed copy/paste of code
  • fixed faulty highlighting rule

FridaCodeManager v2.0 alpha 3

01 Feb 18:35
Compare
Choose a tag to compare
Pre-release

iPad + Code Editor Update

App

  • moved "Cleaner" to additional tools
  • added missing credits
  • improved + fixed bash-safety-check
  • fixed support for multiline word Utility names

Code Editor

  • added auto tabbing

FridaCodeManager v2.0 alpha 2

31 Jan 20:23
Compare
Choose a tag to compare
Pre-release

iPad + Code Editor Update

App

  • fixed a bug found by @miticollo that gave users and attackers the ability to craft malicious projects
  • added spacing settings

Code Editor

  • made tab button adapt to the spacing settings

Project Management

  • project creation adapts to spacing settings

FridaCodeManager v2.0 alpha 1

29 Jan 14:07
Compare
Choose a tag to compare
Pre-release

iPad + Code Editor Update

App

  • added new schemes to pick from
  • fixed appeareance for iPad devices
  • fixed exporting items on iPad
  • fixed popup on iPad

Code Editor

  • a brand new super fast highlighting engine
  • tab now actually inserts text
  • typechecking that makes you feel like being in XCode
  • tools for you to find certain things faster in code editor

Project Management

  • added share/import button inside of projects
  • added GitHub repository management

FridaCodeManager v1.6

22 Oct 01:02
Compare
Choose a tag to compare

Changelog

  • refined permission levels throughout the codebase to ensure more consistent access control
  • fixed an issue where corrupted projects could not be loaded. Users can now successfully open these projects, providing the ability to either repair or delete themβ€”an option that was previously unavailable. This ensures greater control over managing project data and prevents unnecessary project lockouts.
  • resolved issues with exporting apps and projects, ensuring the export process behaves as expected
  • fixed the display of the app icon in the Documents app on files associated with FCM
  • importing via file actions now only supports .sproj to be imported
  • resolved an issue in the credits sheet with profile picture loading, ensuring that images now load consistently and reliably in nearly all cases, significantly improving the user experience when viewing profiles
  • introduced multithreading support, allowing users to open folders seamlessly, improving responsiveness when navigating large directories
  • implemented file grouping to organize files more effectively and prevent clutter within folders
  • created a global function for file loading, reducing code duplication and improving maintainability
  • added smooth animations to all file loading processes to enhance the user experience
  • introduced visually appealing animations for popups, improving user interaction and engagement
  • enhanced popup sizing logic to resolve common bugs related to improper popup display and scaling
  • removed an unnecessary child view to streamline the interface and improve performance
  • eliminated inefficient color reloading during the file opening process, resulting in faster file handling

FridaCodeManager v1.5.5 TS-Only

14 Oct 15:51
Compare
Choose a tag to compare
Pre-release

Disclaimer

FCM TrollStore Edition does only support C, C++, ObjectiveC, ObjectiveC++

Changelog

TrollStoreEdition
-> added arm64e support

App
-> using ZipArchive instead of zipping commands
-> fixed downloading SDKs
-> fixed typo in Home Tab

SeansBuild
-> fixed application opening on trollstore helper failure
-> fixed continuation of code execution in build system even when building object files fails

FridaCodeManager v1.5.4.1

13 Oct 00:09
Compare
Choose a tag to compare

Changelog

Threading
-> fixed early exit on opening an app after compiling

App
-> fixed exporting apps and projects
-> fixed exportation popup on roothide bootstrap
-> replaced some commands with functions, because its cleaner
-> using libfcm instead of curl to download sdks
-> merged FCMTrollStore and FCMJailbreak Editions CodeBase
-> adapted export project button to the behaviour of the export app button

API
-> added version tag to let the user specify what version of the API they wanna use
-> added build-object tag to version "1.1"

FridaCodeManager v1.5.3

09 Oct 19:58
Compare
Choose a tag to compare

Changelog

  • added support for iOS 13 uicache to ensure roothide bootstrap compatibility
  • fixed that apps are made with the same Module Cache on a pre SDK basis
  • fixed launchscreen (now its not transparent anymore)
  • fixed no-background-threading on Stats problem (now it doesnt freeze anymore when you open Stats, applies to people with a lot of big projects)
  • adding compiler-ignore-content from API to Framework finder

FridaCodeManager v1.5.1

06 Sep 10:52
Compare
Choose a tag to compare

Changelog

-added keyboard toolbar with necessary features that were missing in the past
-readded copy feature to the log
-added new icon
-added more theming settings in Code Editor Settings