Skip to content

Releases: LyubomirT/prismblue

Stable - 1.1.0

10 Feb 12:11
Compare
Choose a tag to compare

This is the new Stable 1.1.0 release! Here's what's new in this release.

🐞 Bugfixes

  • Fixed the variable issue that wouldn't let the code run.

🛠️ Improvements

  • Now the open function can also be accessed using the Ctrl+O shortcut.
  • Now there is a confirmation message that asks the user whether they want to save the file or not if there are unsaved changes. Thanks to @jihed-Sh for that!
  • From now on, if nothing is found during a search, a modal explaining that will appear.
  • Added input validation for the Find modal.

🪶Additions

  • Added a saver background utility that remembers the last window size / fullscreen and loads it from preferences.
  • Added support for Java as a Supported Language for the run function.
  • Added a status message on the status bar for Extension Restrictions.
  • Added the ability to ignore extensions for all files.
  • Added the ability to ignore extensions for the HTML / MD previewer.

🤝 Contributors

@LyubomirT, @jihed-Sh.

Stable - 1.0.0

12 Jan 18:35
Compare
Choose a tag to compare

This is the first Stable release of Prismblue, 1.0.0! What's here:

  • Basic text editing functionality
  • Run your code straight through the editor
  • Preview your HTML and Markdown files
  • Customize your editor
  • Easy-to-use interface with neat icons and some theming
  • Explanatory system messages that help you understand things
  • Relatively lightweight application, runs without any issues
  • Portable and doesn't require integration with the OS
  • Consumes (somewhat) little storage space

Patch - 1.0.1

13 Jan 11:13
Compare
Choose a tag to compare

This patch resolves the issue of not being able to run code on any other platform than Windows (now supports Ubuntu and Mac as well).