Releases: mellobacon/Nucleus
Releases · mellobacon/Nucleus
Nucleus v0.4.0-alpha
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
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
- 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
- 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
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
Nucleus v0.2.0-alpha
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]
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.