Skip to content

Releases: Sergio0694/Brainf_ckSharp

Timeline support, speed improvements

03 Jul 10:37
Compare
Choose a tag to compare

🆕 Added support for Windows 10 Timeline
🆕 Added progress bar to the IDE
🆕 Code samples in the guide now use the full IDE
🚀 Speed improvements in the interpreter
✅ Minor UI fixes and adjustments
✅ Removed "(Preview)" from display name

Multi-instances, bug fixes

13 Jun 16:53
Compare
Choose a tag to compare

🆕 Added multi-instancing support
🆕 Enabled code snippets in IDE context menu
🆕 Added review/feedback prompt
🚀 Minor speed improvements
✅ Fixed file saving
✅ Fixed status bar file update display
✅ Fixed TAB navigation in the shell
✅ Minor UI tweaks

High performance rewrite, Launch 2020

09 Jun 21:22
19bfd09
Compare
Choose a tag to compare

💯 Complete rewrite from scratch
🚀 Major speed and memory improvements to the interpreter
🚀 Newer, faster and more responsive UI
🆕 Added ability to open files directly in the app
🆕 Added save/restore for current session
🆕 New UI for syntax errors
🆕 Lots of fixes, improvements and tweaks

Background execution, code snippets

26 Aug 23:58
80ee773
Compare
Choose a tag to compare

• Added the ability to execute code in the background and show the results in real time
• Added a new menu to insert code snippets, by right-clicking the IDE or holding the [ button
• Added an option to change the interpreter memory size
• Added an option to ask for confirmation before losing unsaved changes in the IDE
• Improved the git diff indicators algorithm in the IDE
• Added ability to use a physical to write to the console
• More keyboard shortcuts added
• Added a guide section for the keyboard shortcuts
• Added a new UI mode when the app is in full screen
• Lots of bug fixes and UI tweaks

April Update build

13 Aug 17:18
Compare
Choose a tag to compare

• App rebuilt for Windows 10 April Update
• Added timeline support for the IDE
• Added support for TAB and SHIFT + TAB to indent the current selection in the IDE
• Added CTRL + R and CTRL + ALT + R shortcuts to run or debug code in the IDE
• Enabled export C code for scripts with PBrain operators
• Added an option to choose the app starting page
• Added a debugging section to the user guide
• UI improvements, more fluent design effects
• Code tweaks and bug fixes

Minor UI tweaks

08 Nov 23:55
8ffad28
Compare
Choose a tag to compare

• The app splash screen is now optional
• Reveal highlight effect improved

Fall Creators Update build

15 Oct 21:32
Compare
Choose a tag to compare

• App rebuilt for Windows 10 Fall Creators Update
• Minor UI adjustments and bug fixes

Minor tweaks

08 Oct 08:37
Compare
Choose a tag to compare

• Minor improvements and UI tweaks

PBrain support, new user guide

28 Sep 13:37
Compare
Choose a tag to compare

• Added new support for PBrain extensions
• Added a detailed user guide to the Brainf*ck language
• IDE indentation guides rendering improved
• Minor fixes and improvements

Byte overflow mode, UI improvements

13 Jul 23:54
Compare
Choose a tag to compare

• Added the byte overflow optional mode to both the console and the IDE
• Added a one-time popup to ask for feedback on the app
• Fixed a crash when using the IDE virtual arrows keyboard
• The in-app notifications are now dismissed correctly when tapping the button in the top right corner
• Added custom reveal-highlight effect to some UI elements (Fluent design)
• Minor bug fixes and UI adjustments