Releases: edit4i/editor
Releases · edit4i/editor
v0.1.6
What's Changed
- feat(terminal): add terminal emulator support by @nathabonfim59 in #7
- feat(terminal): dynamic shells and configs support by @nathabonfim59 in #8
- fix(frontend/filetree): enhance file renaming behavior by @nathabonfim59 in #9
- feat(ui): add icons to pane titles by @nathabonfim59 in #10
- Explorer pane.main by @nathabonfim59 in #11
- feat!: add keyboard shortcuts for terminal navigation by @nathabonfim59 in #12
Full Changelog: v0.1.4...v0.1.6
0.1.5
New Features
- Added full terminal emulator support with multiple tabs and shell selection
- Implemented keyboard shortcuts:
- Ctrl+J to open terminal panel
- Alt+J to switch between editor and terminal contexts
- Integrated PTY backend for complete TTY support
Interface Improvements
- Added horizontal tab navigation with smooth scrolling
- Implemented automatic focus management between editor and terminal
- Added status bar integration for terminal sessions
Technical Enhancements
- Optimized terminal resizing with debounced handlers
- Added base64 encoding for terminal data transmission
- Improved terminal lifecycle management and cleanup
- Enhanced terminal instance tracking and state management
Bug Fixes
- Fixed terminal tab visibility and positioning
- Improved terminal sizing calculations with status bar
- Enhanced tab scrolling and centering behavior
- Fixed keyboard context switching in collapsed terminal state
Edit4i - 0.1.4
What's Changed
Editor
FileFinder
Alt
+N
to open search results- Indicator and priority for opened files
- Search refinement for results
a. You searched 'Controller' (returned "PaymentsController", "WebhookController", "UsersController")
b. Now if you type " Payment", it will refine your seach to a subset of the results, in this case "Payment Controller"
- Remove
projectBasePath
from results - Truncate long filenames in results
ExplorerPane
- Lazy Load the directory structure (fixes freezing when opening large projects)
- Respect
.gitignore
when searching files
VimMode
- fix - inconsistent <Ctrl+ P> to open
FileFinder
- fix - bottom bar not aways showing up
- feat -
:w
to save file
Full Changelog: v0.1.3...v0.1.4
editai-v0.1.3-rc
What's Changed
- feat: bearbones monaco support by @nathabonfim59 in #1
- feat: vimmode, fuzzy finder and editor config support by @nathabonfim59 in #2
- build: add github action, Makefile and partial docker build by @nathabonfim59 in #3
New Contributors
- @nathabonfim59 made their first contribution in #1
Full Changelog: https://github.com/edit4i/editor/commits/v0.1.3-rc
What's Changed
- build(CI): fix permissions and trigger by @nathabonfim59 in #4
Full Changelog: v0.1.3...v0.1.3-rc
v0.1.3
What's Changed
- feat: bearbones monaco support by @nathabonfim59 in #1
- feat: vimmode, fuzzy finder and editor config support by @nathabonfim59 in #2
- build: add github action, Makefile and partial docker build by @nathabonfim59 in #3
New Contributors
- @nathabonfim59 made their first contribution in #1
Full Changelog: https://github.com/edit4i/editor/commits/v0.1.3