Releases: hugopl/tijolo
Releases · hugopl/tijolo
v0.9.1
v0.9.0
Added
- Implement "goto definition" feature, meanwhile very limited... but it's something.
- Load/save file assyncronous without block UI.
- Detect when an open file was external modified.
- Detect when an open file was external deleted.
Fixed
- Fix auto parenthesis selection feature with newer GTK versions.
- Do not reset cursor on file refresh.
- Let
LameRegexCrystalCodeModel
identify class methods. - Better handle project directory monitors on diretoties added/removed.
v0.8.1
v0.8.0
Added
- Added more shortcuts to help.
- Added help locator to help locator discovery (still horrible).
- Implement new find/replace dialog (better, but not there yet).
- Hide header bar on fullscreen mode.
- New icon and new welcome screen layout, thanks Marília ❤️.
- Added support for asynchronous locator providers.
- Added local symbol locator using a very naive regex parser, supports Crystal and Ruby.
Changed
- Remove experimental code editor widget, I just don't have time for it, maybe in the future.
Fixed
- Fix install location of gschema file.
- Do not always create new windows when opening projects.
- Fix issue with GTK 4.12.5 that prevent buffer to be saved.
- Re-detect syntax highlight after saving file with a different name.
- Fix copy path actions beign disabled.
- Respect wrap_mode set in configuration.
- Remove debug messages left overs.
- Keep locator item on view when navigating through them.
v0.8.0-alpha
Changed
Everything, this is a rewrite using new GTK4 bindings I wrote (0.7.x uses GTK3 and other bindings).
So the UI changed a bit and is now using libAdwaita, some new features added and some old features
were not yet ported. So you will probably suffer to use it now unless you are the guy that wrote it.
Added
- You can move views from/to different stacks.
Known issues
- Current find/replace feature is horrible.
- Git locator (used to git blame, git log, etc) not yet ported.
- LSP support not yet ported.
- It doesn't warn you about file external modifications.
- Increase/decrease editor font size not yet ported.
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Added
- On Welcome Window, trigger a projects rescan on F5.
Fixed
- Fixed regression on 0.6.0 that caused maximize view action stop working.
- Fixed GTK warnings when renaming files/changing git branches.
- Restore cursor position when re-opening a file.
- Set the cursor position to match current view cursor position on
git blame
command.