Release Notes
IntelliPort is an alternative Windows version to the famous Microsoft HyperTerminal!
Download: https://www.moga.doctor/freeware/IntelliPortSetup.msi
GitHub repo: https://github.com/mihaimoga/IntelliPort
Article: https://www.codeproject.com/Articles/799126/IntelliPort
Social Media
Please feel free to contact me if you need any further information.
History
- Version 1.3 (20th July, 2014): Initial release.
- Version 1.5 (28th July, 2014): Fixed several bugs regarding logging functions for serial port and UDP socket.
- Version 1.6 (30th August, 2015): Fix for Microsoft Windows 10 64bit.
- Version 1.7 (3rd April, 2019): Performance and security fixes.
- Version 1.8 (15th June, 2019):
- Added Romanian translation;
- Added PJ Naughter's
CInstanceChecker
class.
- Version 1.9 (27th July, 2019): Bugfix for serial port name: please see the article mentioned in the comments.
- Moved source code from CodeProject to GitLab (7th December, 2019).
- Version 1.10 (25th March, 2020): Changed font size for main and input dialogs.
- Version 1.11 (9th May, 2020): Added French translation, thanks to Stefan Gaftoniuc.
- Version 1.12 (6th June, 2020): Added Italian translation, thanks to InterLingua.
- Version 1.13 (13th June, 2020): Added German translation, thanks to InterLingua.
- Version 1.14 (20th June, 2020): Added Spanish translation, thanks to InterLingua.
- Version 1.15 (19th July, 2020): Added Russian translation, thanks to InterLingua.
- Version 1.16 (31st July, 2020): Added Greek translation, thanks to InterLingua.
- Version 1.17 (12th September, 2020): Made improvements and squashed bugs so #IntelliPort is even better for you:
- Updated PJ Naughter's
CSerialPort
library to the latest version available;
- Updated PJ Naughter's
CWSocket
library to the latest version available.
- Version 1.18 (25th September, 2020): Overwrote
CEditCtrl
64K limit.
- Version 1.19 (7th January, 2022): Updated About dialog with new e-mail address.
- Version 1.20 (14th January, 2022): Updated PJ Naughter's
CVersionInfo
library to the latest version available.
- Version 1.21 (4th February, 2022): Changed external website address.
- Version 1.22 (11th February, 2022): Fixed critical bug regarding File Open/SaveAs in French, Italian, German, Spanish, Russian, Greek translations.
- Version 1.23 (28th April, 2022): Added LICENSE to installation folder.
- Version 1.24 (12th May, 2022): Converted all line endings to Windows format (CR LF).
- Version 1.25 (19th May, 2022): Updated PJ Naughter's
CEnumerateSerial
library to the latest version available.
- Version 1.26 (24th May, 2022): Fixed minor bug.
- Version 1.27 (September 9th, 2022): Added Contributors hyperlink to AboutBox dialog.
- December 23rd, 2022: Moved source code from GitLab to GitHub.
- Version 1.28 (January 20th, 2023): Removed PJ Naughter's Single Instance class.
- Version 1.29 (January 23rd, 2023): Updated PJ Naughter's
CVersionInfo
library to the latest version available. Updated the code to use C++ uniform initialization for all variable declarations.
- Replaced
NULL
throughout the codebase with nullptr
.
Replaced BOOL
throughout the codebase with bool
.
This means that the minimum requirement for the application is now Microsoft Visual C++ 2010.
- Version 1.30 (April 2nd, 2023): Implemented error handling for socket and serial port connections.
- Version 1.31 (April 13th, 2023): Rework thread synchronization and removed all Sleep calls.
- Version 1.32 (May 27th, 2023): Updated About dialog with GPLv3 notice.
- Version 1.33 (June 13th, 2023): Made persistent the application's settings (requested by wvd_vegt).
- Version 1.34 (June 22nd, 2023): Updated PJ Naughter's
CEnumerateSerial
library to the latest version available.
- Version 1.35 (July 22nd, 2023): Replaced old CHyperlinkStatic class with PJ Naughter's
CHLinkCtrl
library.
- Version 1.36 (September 29th, 2023):
- Switched to Visual Studio Enterprise 2022 (some changes were made in the source code);
- Changed article's download link. Updated the About dialog (email & website).
- Version 1.37 (January 3rd, 2024):
- Added social media links: Twitter, LinkedIn, Facebook, and Instagram;
- Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.
- Version 1.38 (January 27th, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.
- Version 1.39 (February 21st, 2024): Switched MFC application' theme back to native Windows.
- Version 1.40.1 (September 26th, 2024):
- Improved loading/saving/sending/receiving text in UTF8 format.
- Implemented User Manual option into Help menu.
- Implemented Check for updates... option into Help menu.