Releases: 1Axen/blink
Releases · 1Axen/blink
v0.13.4
v0.13.3
v0.13.2
This release contains fixes and improvements.
Improved
- Improved file path parsing
- Watch mode no longer spams errors when there is an issue with one of the tracked files
- Watch no longer prints the status message after every change, instead now it will only print it after a change in the number of imports
Fixed
- Fixed
set
not parsing when used as a field value (ex.Field: set { Flag }
) - Imports with only a filename w/o extension now correctly resolve (ex.
import "File"
)
v0.13.1
Added
- CLI now displays help information when provided with
-h
/--help
or when no arguments are provided
Improved
- Keywords can now be used as identifiers and fields
- Events and Functions now support empty
Data
andReturn
fields
Fixed
- Fixed CLI erroring instead of prompting to create directory
v0.13.0
v0.12.3
This release contains bug fixes for the studio plugin.
Fixes
- Fixed side menu being invisible
- Fixed completion erroring when the widget is too small to fit the whole completion frame
- Attempt to fix cursor rendering in the wrong spot by preloading the editor font
v0.12.2
This release contains bug fixes and minor additions.
Added
- Added a
--yes
/--y
option to the CLI, passing it will result in all prompts being automatically accepted
Improvements
- Added
set
autocompletion to the Roblox Studio companion plugin
Fixes
- Fixed float16 struct values generating incorrect luau syntax
- Fixed squiggly lines not rendering in the Roblox Studio companion plugin due to ROBLOX font changes
- Fixed error hover information not being moved to the mouse when hovering over an error
v0.12.1
v0.12.0
Newer Version Available
https://github.com/1Axen/blink/releases/tag/v0.12.1
This release contains new features and improvements.
Added
- New set type, a string boolean key value pair dictionary, useful for sending over game/world flags.
Improvements
- Blink is now available for linux (aarch64 and x86-x64), macos (aarch64 and x86-64).