Releases: makuke1234/femto
Releases · makuke1234/femto
Release 2.3 RC4
- Shows current tab number and number of tabs on the title bar
Release 2.3 RC3
- Lets to move between multiple search results on the same line
- Shows more information about search result in the status
- Actually displays correct line number on mouse clicks
- Shows current line & column when typing/moving cursor around
Release 2.3 RC2
- Version info
Release 2.3 RC1
- More advanced program help, supports keywords
Release 2.2.1
What's new in 2.2.1?
- Fixed tabs' bug. They are now working (hopefully). :)
- Dropped 32-bit support
Release 2.2
What's new in 2.2?
- Fix bug that editor sometimes crashes on Shift+Tab
- Document winarr structure implementation & enforce
restrict
pointers - Add logging mode as a command-line option + setting in settings.json
- Change logging destination file to
femto.log
- Better logging in debug mode
Release 2.2 RC1
v2.2_RC1 Profiler improvement
Release 2.1
What's new in 2.1?
- Pointer checking in every function
- Text highlighting using keyboard & mouse
- Proper text copying/pasting support
- Port codebase to use universal integer sizes
size_t
&ssize_t
(signed) - Properly fixed search functionality
Release 2.1 RC7
Copying support already there, now, only paste is due.
Release 2.1 RC5
v2.1_RC5 Add mouse highlighting