Versie historie van iNFekt
<<Terug naar software beschrijving
Veranderingen voor v0.9.7 - v1.0.1
- Fixed version information
- v1.0.0 (December 3rd 2017)
- New option to allow bold fonts (issue #124)
- Fixed scrolling with Windows OS set to scroll by page instead of by x lines (issue #127)
- Fixed malformed files from PNG export (issue #123)
- Compiler upgrade to fix rendering in certain situations (issue #122)
- Install statically linked version on Windows XP
- Library update to cairo 1.15.8, libpng v1.6.34 (includes important bugfixes)
Veranderingen voor v0.9.6 - v0.9.7
- Windows default app handling: fixed/added support for Windows 8 and 10 changes (issue #114)
- Compatibility: Use 8 spaces for tab characters (issue #116)
- Bugfix: Fixed some issues with mixed line endings
- Compatibility: Ignore invalid BOMs on some NFOs
- Compatibility: Support some (otherwise valid NFO) files with null bytes
- CLI version: fix --cp-437
- Library update to cairo 1.14.8, libpng v1.6.28, zlib 1.2.11, boost 1.63
- Minor updates to Linux version, PCRE and shim removal, use -std=c++14
Veranderingen voor v0.9.4 - v0.9.6
- [re-uploaded setup routine after initial publication to fix broken downloads]
- Switched J and K navigation keys
- Added spacebar scrolling
- New packaging: portable versions have less files, removed SuperCompact version
- Switched to Visual C++ 2015, improved performance
- Removed libpcre, using native C++ regex instead
- Fixed issue 112 (ignore unterminated escape sequences in ANSI files)
- Library update to cairo 1.14.6, libpng v1.6.26
- Impaired Linux compatibility, to be fixed
Veranderingen voor v0.9.3 - v0.9.4
- URLs for homepage and auto-update adjusted
- Line wrap: relaxed max. columns to 90
- Support for double-CP437-encoded NFOs that were additionally encoded as UTF-8 afterwards (see issue 104)
- Default "Escape key quits program" to true (for new installs)
- Some changes to Windows version display in about dialog
- Library update to cairo 1.14.2, libpng 1.6.16, libpcre 8.36
- Linux build fixed
Veranderingen voor v0.9.2 - v0.9.3
- Added missing plugin(s) to portable download
- Fixed some false positives in hyperlink detection ( issue 97 )
- Fixed issue 103 (CR-only NFOs)
- Added --text-only and --wrap options to infekt-cmd
- pixman + libpng library update
Veranderingen voor v0.8.14 - v0.9.2
- Fixed a redrawing issue (opaque rectangles when zooming)
- Improved detection of mail addresses to avoid false positives
- Fixed Ctrl+G shortcut (toggles toolbar)
- v0.9.0 (May 31st 2014)
- Enabled plugin selection list in the preferences
- First plugin: ReScene - it can read .srr files and show the first embedded .nfo in iNFekt - issue 93
- Fixed handling of files that are deleted or moved while being viewed
- Tweaked handling of IMDb links a bit - issue 94
- Added support for CRCRLF line ending sequence ("Windows XP notepad word wrap bug") - issue 92
- Added "auto-adjust window height" feature (default off) - issue 95
- Moved around some options in the preferences dialogs
- Changed line-wrap behavior to only wrap if less than 50% of all lines are affected. Not perfect for really short NFOs, but great for NFOs with huge art blocks that exceed 80 chars.
- PCRE update to 8.35
- libpng update to 1.6.10
- Minor fixes and improvements
Veranderingen voor v0.8.12 - v0.8.14
- Improved shell integration (preview and thumbnails) - issue 44 / issue 89
- Greatly improved ANSI support (only one known remaining bug left)
- New setting to enable/disable the glow effect on ANSI art (GPU only, not supported by CPU fallback right now)
- Browse mode: crash fix
- Line wrap setting is now a global setting (destroys some really weird text-only NFOs, but you can turn it off) ( issue 66 )
- File watcher: wait up to two seconds before reloading if file cannot be opened immediately
Veranderingen voor v0.8.10 - v0.8.12
- Happy fifth year with iNFekt!
- New: First draft version of ANSI art support (colors!) - only in rendered mode so far
- New: When displaying an NFO file with "on-demand rendering", render remaining parts of the NFO in background. This avoids some lags that appeared with slow GPUs. If this crashes for you, please temporarily turn off "on-demand rendering" in the preferences.
- Fixed GPU acceleration not being active despite enabled setting
- Browse mode (J/K keys): fixed problem where NFOs were not navigated in the correct order
- Browse mode: display current NFO index in status bar
- Browse mode: avoid some flickering when window size changes
- Fixed Windows version display in about dialog ( issue 86 )
- Fixed scrollbar sometimes not being updated when opening an NFO
- Always clear text selection after text has been copied to clipboard
- Usual round of optimizations, reduced memory usage
- PCRE update to 8.34 (now with PCRE16)
- VS2012 update to 2012.U4
- Over 80 commits in total, most for ANSI colors support
Veranderingen voor v0.8.9 - v0.8.10
- PDF export is working again ( issue 84 )
- •Added CP437 strict mode ( issue 83 )
- •Fixed 0x9B character not showing up ( issue 83 )
- •Auto-resize window (if enabled) when resetting zoom
- •Only load NFOs with UTF-8 signature if they are actually valid UTF-8, else try other encodings
- •Some internal fixes and changes to NFO loading & decoding code
- •libpng update (1.6.6)
- •cairo and pixman updates (1.12.16 and 0.30.2 respectively)
Veranderingen voor v0.8.8 - v0.8.9
- More fixes & improvements to hyperlink detection
- New: Turn email addresses into clickable links
- PCRE update to 8.33
- boost lib update to 1.54, VS2012 update to 2012.U3, minor stuff