Skip to content

Releases: mellobacon/Nucleus

Nucleus v0.4.0-alpha

21 Aug 14:40
5c5e1cc
Compare
Choose a tag to compare
Nucleus v0.4.0-alpha Pre-release
Pre-release

What's New

Added

  • External terminal
  • Internal terminal
    • Shows in bottom panel
  • Toggle to switch between external and internal terminal in settings
  • Light theme
  • Settings for changing editor tab size and line height
  • Editor code folding, bracket matching, auto indent, indentation markers
  • Detect indentation size on files
    • Indent markers
  • Copy/paste files in file tree
  • Autocomplete in the editor
  • Notification system

Changed

  • Tab context menu options disabled for new files with no path
  • Custom styled scrollbars
  • Improved syntax highlighting look

Fixed

  • Text in editor no longer overflows window

Please refer to the contribution guidelines for info on submitting bug reports.

Will have bugs/missing/incomplete features.

Nucleus v0.3.0-alpha

07 Nov 08:51
f390c2a
Compare
Choose a tag to compare
Nucleus v0.3.0-alpha Pre-release
Pre-release

Please refer to the contribution guidelines for info on submitting bug reports.

Will have bugs/missing/incomplete features.

What's New

  • Logging
    • Logs are located at C:{user}\AppData\Roaming\nucleus\logs
    • If the app crashes, the error outputs to the log file
    • You can open the log file folder from the editor toolbar menu under "Help"
  • Syntax Highlighting
    image
    • Not all languages are supported yet. Open an issue for languages that dont yet have syntax highlighting
  • Handling of opening a binary file or unsupported file type. Now shows prompt in editor view telling you so
    image
  • Ability to focus on buttons and inputs via Tab
    • Keyboard support for the file tree is not yet included

Bug Fixes

  • Renaming/creating a file with an invalid name should no longer create an empty file in the editor
  • Can no longer create files and folders that already exist
  • Having a large tab list no longer causes overflow in the window
  • Can no longer move files/folders into itself
  • Opening the context menu on the file no longer freezes file tree/node
  • File language returns correct value in the status bar after saving
  • Open tabs update path properly after parent folder is renamed
  • Context menu options (Open in Explorer, Rename) for a new tab with no path disabled

Misc

  • Autocomplete box disabled in input fields
  • Removed extra input box in Rename modal
  • Added app version to status bar

Full Changelog: v0.2.0-alpha...v0.3.0-alpha

Nucleus v0.2.1-alpha

16 Jul 17:24
522c3b3
Compare
Choose a tag to compare
Nucleus v0.2.1-alpha Pre-release
Pre-release

Please refer to the contribution guidelines for info on submitting bug reports.

Will have bugs/missing/incomplete features.

Note: nucleus_0.2.1-alpha_x64_en-US-debug.msi is Nucleus with debug features enabled. A terminal window and developer tools (via ctrl+shift+i) is available to help ease in finding and reporting issues.

If you do not need the debug version, download nucleus_0.2.1-alpha_x64_en-US.msi instead.

Whats changed

  • Fixed font family not updating after opening a new editor tab. Fixes (#91)
  • Going fullscreen (f11) disables maximizing while you are in fullscreen mode. Fixes (#92)
  • Added Nucleus icons to binary. Should now show the correct app icon

Nucleus v0.2.0-alpha

15 Jul 23:43
b12f9b1
Compare
Choose a tag to compare
Nucleus v0.2.0-alpha Pre-release
Pre-release

Please refer to the contribution guidelines for info on submitting bug reports.

Will have bugs/missing/incomplete features.

Note: nucleus_0.2.0-alpha_x64_en-US-debug.msi is Nucleus with debug features enabled. A terminal window and developer tools (via ctrl+shift+i) is available to help ease in finding and reporting issues.

If you do not need the debug version, download nucleus_0.2.0-alpha_x64_en-US.msi instead.

What's Changed

  • added working functions to (most) the header menus
  • added shortcuts (addresses #77)
  • added settings file (points to C:/Users/USERNAME/AppData/Local/nucleus)
  • added settings tab (address #78)
  • tab close buttons more visible on hover (fixes #80)
  • tabs no longer drag when attempting to close it (fixes #80)
  • added a loading bar when opening directories (address #86)
    • if loading a directory takes too long, it will timeout to prevent app crashing

Nucleus v0.1.0-alpha [DEBUG]

27 Jun 18:43
f42c76a
Compare
Choose a tag to compare
Pre-release

This build is made on every merge to master for testing purposes. This is not an official release by any means.
Please refer to the contribution guidelines for info on submitting bug reports.

Will have bugs/missing/incomplete features. Best for testing. Not production ready. Use at own risk.

What's Changed

  • Initial debug release

Fixes

  • Fixed stylesheet not loading correctly

See the assets to download this version and install.