Skip to content

Releases: kyteidev/Fluxium

Flux Editor v0.8.0

20 Apr 17:13
a257870

Choose a tag to compare

Flux Editor v0.8.0 Pre-release
Pre-release

New Features

  • Redesigned welcome screen
  • Elixir and erlang syntax highlighting support and file icons

Bug fixes

  • Fixed a bug where the directory was not loaded in file browser when creating new file
  • Fixed a bug where a new file or folder could not be created when creating a new project
  • Fixed a bug where the terminal was unable to be toggled via keyboard shortcut on macOS
  • Fixed a bug where keyboard shortcuts were not working on Windows and Linux
  • Fixed a bug where the Flux Editor logo overlaps the title bar when the window is resized to a small size
  • Fixed some icons that were too small compared to other icons

Optimizations

  • Improved performance of file browser

Misc

  • Moved items from the modules menu to the view menu
  • Hide file browser in welcome screen

Flux Editor v0.7.0

20 Feb 18:24
a6b4fcf

Choose a tag to compare

Flux Editor v0.7.0 Pre-release
Pre-release

NOTE: I accidentally replaced the macOS versions with v0.8.0. Sorry for that

New Features

  • Added button to toggle search
  • Added ability to view current active git branch of project
  • Added colored output support to terminal
  • Added ability to trash and delete files in file browser
  • Added ability to create new file or folder when not opening context menu on file browser item
  • Added ability to reveal file or folder location in file browser
  • Manual update check shows a dialog when no update is available

Bug fixes

  • Fixed an issue where the context menu would go out of bounds when it is shown near the edge of the window
  • Fixed files in hidden folders not being able to be opened on Unix systems

Misc

  • Updated the syntax highlighting colors
  • Increased the max width of editor tabs
  • Updated Tauri to 2.0.0, which should increase file loading speed significantly

Flux Editor v0.5.1

26 Sep 17:48
b002a5c

Choose a tag to compare

Flux Editor v0.5.1 Pre-release
Pre-release

Release notes

  • fixed security vulnerability

Flux Editor v0.4.2

26 Sep 17:47
4f1a1a0

Choose a tag to compare

Flux Editor v0.4.2 Pre-release
Pre-release

NOTE: Apple Silicon build is not available right now. Open issue if you want a built version of it. For now, build from source.

Release notes

  • fixed security vulnerability

Flux Editor v0.3.1

26 Sep 17:49
7846cd1

Choose a tag to compare

Flux Editor v0.3.1 Pre-release
Pre-release

Release notes

  • fixed security vulnerability

Flux Editor v0.2.1

26 Sep 17:51
f409758

Choose a tag to compare

Flux Editor v0.2.1 Pre-release
Pre-release

Release notes

  • fixed security vulnerability

Flux Editor v0.6.2

22 Sep 10:59
4c31bc9

Choose a tag to compare

Flux Editor v0.6.2 Pre-release
Pre-release

Bug fixes

  • fixed issue where the textarea resize button appears in terminal
  • fixed issue where button text for viewing font licenses is wrapping and overflowing the menu button
  • fixed issue where split panes would resize a tiny bit at a time

Optimizations

  • replaced the interval system used to detect if a folder needs to be opened when creating a new file/folder with an event system

Misc

  • Made less important text a darker shade of content color
  • Made breadcrumbs larger
  • Added bottom border to breadcrumbs
  • Changed minimum log level to DEBUG
  • Made the input field padding (when creating new file/folder) to match the items in the same folder

Flux Editor v0.6.1

20 Sep 18:18
adb4981

Choose a tag to compare

Flux Editor v0.6.1 Pre-release
Pre-release

Release notes

  • Security fixes and updated dependencies.

Flux Editor v0.6.0

25 Jul 14:17
fe27556

Choose a tag to compare

Flux Editor v0.6.0 Pre-release
Pre-release

NOTE: I accidentally overwrote this release with 0.6.1. Fortunately 0.6.1 was just a small security fix. Unfortunately original 0.6.0 release is not available anymore.

New Features

  • Basic status bar
  • new window creation on Mac
  • Handlebars and Lockfile file icons
  • Menu icon to menu button
  • 'terminal' (really just a command runner with terminal-like UI)
  • ability to toggle file browser and terminal
  • breadcrumbs
  • query highlighting in search
  • basic context menu in file browser
  • auto update error viewing
  • log viewing inside editor

Changes

  • switched font from Noto Sans Mono to Meslo LG S
  • added background in scrollbar track, and thumb is no longer transparent
  • accent color is now brighter

Bug fixes

  • unsaved changes dialog pops up when closing app if some/all tabs are closed
  • Incorrect editor height when opening unsupported file
  • windows platform not properly detected in some parts
  • buttons being brighter that their assigned color

Optimizations

  • File browser directory detection now completely written in Rust

Flux Editor v0.5.0

18 Jul 07:07
832f6ac

Choose a tag to compare

Flux Editor v0.5.0 Pre-release
Pre-release

Release notes

  • added search bar (toggle: alt + space)
  • added ability to check for updates from menu
  • added ability to select location to clone to
  • added ability to hide dropdown and menu when clicked outside
  • added keyboard shortcuts on Windows and Linux
  • added SQL and Ruby file icons
  • changed caret color to accent color
  • changed all Material Design icons to Tabler Icons
  • made UI more consistent and minimalist
  • made home directory default location when creating new file or project
  • made dialog/modal animation smoother
  • fixed custom menu having incorrect position and different styles
  • fixed red traffic light shows 'unsaved changes' when closing unsaved tab on mac
  • fixed bug where files cannot be saved
  • fixed a bug where close button remains as dot when files are saved
  • updated theme
  • updated about dialog