Releases: mihaimoga/IntelliFile
IntelliFile v1.43
- Updated the embedded web browser (Microsoft Edge).
- Updated
LEXILLAlibrary to version 5.4.6 andSCINTILLAlibrary to version 5.5.8.
Version 5.4.6 adds SINEX lexer. Improves Errorlist, Progress, and Python.
Version 5.5.8 changes format ofSCI_GETSELECTIONSERIALIZEDand fixes redraw after undo.
- Updated PJ Naughter's
CScintillaCtrllibrary to the latest version available.
IntelliFile v1.42
This release focuses on system stability and reliability. No new features were introduced. Includes:
- Fixes for known bugs.
- Security updates.
- Minor performance optimizations.
- Updated the embedded web browser (Microsoft Edge).
- Updated
Bootstraplibrary to the latest version available (Release Notes & Software Content Register).
IntelliFile v1.41
- Updated
LEXILLAlibrary to version 5.4.5 andSCINTILLAlibrary to version 5.5.7. - Updated PJ Naughter's
CScintillaCtrllibrary to the latest version available.
Updated class to work with Scintilla v5.5.7. New messages wrapped include:
SCI_AUTOCSETIMAGESCALE,SCI_AUTOCGETIMAGESCALEandSCI_SCROLLVERTICAL.
IntelliFile v1.40
Updated Jovibor's HexCtrl library to the latest version available.
IntelliFile v1.39
Updated PJ Naughter's CScintillaCtrl library to the latest version available.
Updated
CScintillaCtrl:: MarkerSymbolDefinedmethod to returnMarkerSymbol.
IntelliFile v1.38
- Updated genUp4win library to the latest version available.
Reverted back from
GetTempPath2toGetTempPathto make it compatible again with Windows 10.
- Updated
LEXILLAlibrary to version 5.4.4 andSCINTILLAlibrary to version 5.5.6. - Updated PJ Naughter's
CScintillaCtrllibrary to the latest version available.
Updated class to work with Scintilla v5.5.5. New messages wrapped include:
SCI_SETUNDOSELECTIONHISTORY,SCI_GETUNDOSELECTIONHISTORY,SCI_GETSELECTIONSERIALIZEDandSCI_SETSELECTIONSERIALIZED.
IntelliFile v1.37
Updated LEXILLA library to version 5.4.3 and SCINTILLA library to version 5.5.5.
Updated genUp4win library to the latest version available.
Removed deprecated functions in C++17, defined in <codecvt> header.
IntelliFile v1.36
- Implemented Word Wrap for text file viewing.
- Updated
LEXILLAlibrary to version 5.4.2 andSCINTILLAlibrary to version 5.5.4. - Updated PJ Naughter's
CScintillaCtrllibrary to the latest version available.
The code now includes prior to
#including <ScintillaCall.h>. This fixes an issue when the code is used withGSLLibrary 4.1.0.
ReworkedCScintillaDemoApp::LoadLibraryFromApplicationDirectoryto usestd::filesystem::path.
UpdatedGetModuleFileNamecalls to handle path length >_MAX_PATH.
IntelliFile v1.35
- Implemented "Play audio file" functionality for AAC/M4A/MP3/MP4/WAV/WMA files.
- Implemented "View image file" functionality for BMP/GIF/ICO/JPG/PNG/TIF/WMF files.
- Fixed limitation to
_MAX_PATHfor long path names. - Updated
LEXILLAlibrary to version 5.4.1 andSCINTILLAlibrary to version 5.5.3.
IntelliFile v1.34
- Fixed access to Google Drive (bug reported by simon mago).
- Fixed access to Favorite Folders (bug reported by markjuggles).
- Fixed a situation when viewing a text file would result in a crash.
- Enabled syntax highlighting for TCL/TK Programming Language.