femto Changelog

What's new in femto 2.3 RC 4

Jun 8, 2023
  • Shows current tab number and number of tabs on the title bar

New in femto 2.3 RC 2 (Jun 7, 2023)

  • More advanced program help, supports keywords
  • Version info
  • Lets move between multiple search results on the same line
  • Advanced theming support, load themes from separate files
  • Advanced undo/redo, choose which way to redo

New in femto 2.3 RC 1 (Jun 6, 2023)

  • More advanced program help, supports keywords
  • Version info
  • Advanced theming support, load themes from separate files
  • Advanced undo/redo, choose which way to redo

New in femto 2.2.1 (Nov 15, 2022)

  • Fixed tabs' bug. They are now working (hopefully). :)
  • Dropped 32-bit support

New in femto 2.2 (Jun 15, 2022)

  • 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

New in femto 2.2 RC 1 (Jun 14, 2022)

  • Profiler improvement

New in femto 2.1 (Jun 13, 2022)

  • 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

New in femto 2.1 RC 7 (Jun 12, 2022)

  • Copying support already there, now, only paste is due.

New in femto 2.1 RC 6 (Jun 9, 2022)

  • Merge pull request #30 from makuke1234/feature-copy-paste
  • Search fix

New in femto 2.1 RC 5 (Jun 6, 2022)

  • Add mouse highlighting

New in femto 2.1 RC 4 (Jun 4, 2022)

  • Now with highlighted selection

New in femto 2.1 RC 3 (Jun 4, 2022)

  • Merge pull request #30 from makuke1234/feature-copy-paste
  • Search fix

New in femto 2.1 RC 2 (Jun 3, 2022)

  • Upgrade to GCC 12.1

New in femto 2.0 (Jun 1, 2022)

  • More common C++ keywords
  • Support for raw editing/saving later to a file
  • Proper new tab creation with Ctrl+N
  • Now titlebar name also changes while switching between tabs
  • Search support, also search result highlighting

New in femto 1.9 (May 31, 2022)

  • Fix immediate empty file creation if file doesn't exist
  • Add Go syntax support
  • Add Rust syntax highlighting support
  • Fix weird syntax highlighting with numbers
  • Notify about unknown key combination
  • Another way to specify RGB values -> e.g #1234ff
  • Background color customization support
  • Fix lag on status-bar input

New in femto 1.8 (May 26, 2022)

  • Fix UB, add icon