Changelog
GitHub Releases is the source of truth. This page summarizes major changes.
v1.0.2
2026-06-14
- Faster opening of very large files (tens of GB); first screen content appears immediately.
- Fixed scrollbar drag freezing on large files.
- Added a horizontal scrollbar for extra-long lines.
- Fixed repeated prompts when an open file is continuously modified externally.
- Fixed line numbers disappearing after horizontal scrolling.
v1.0.1
2026-04-26
- Improved macOS App Store packaging and sandbox entitlements.
- Refined Qt deployment for more reliable macOS builds.
- Added App Store preflight checks (dependencies, signing, entitlements).
v1.0.0
2026-04-20
- Initial macOS App Store release.
- Streaming open, virtualized rendering, and basic editing for large files.
- Find/replace, undo/redo, encoding, and line-ending controls.
- Updated app icon and macOS bundle metadata.
v0.1.3
2026-03-30
- Fixed mojibake in the "app is running" installer prompt on Windows (NSIS script now parsed as UTF-8).
- Bumped version to 0.1.3 and synchronized installer naming and website labels.
v0.1.2
2026-03-30
- Windows installer naming updated to
MassiveEdit-version-Setup.exe.
- NSIS install/uninstall now checks whether the app is running and asks the user to retry after closing it.
- Website static pages launched (Home, Download, Changelog, Privacy).
v0.1.1
2026-03-30
- Fixed Windows Unicode file path opening by using UTF-16 path conversion.
- Added drag-and-drop file opening in the main window.
- Improved Windows executable and installer icon setup.
v0.1.0
2026-03-29
- First cross-platform usable release with large-file browsing and basic editing.
- Included find/replace, undo/redo, encoding, and line-ending controls.
- Provided build/packaging scripts for Windows, macOS, and Linux.