Release Notes

IntelliLink is an alternative Windows version to Online Link Managers!

Download: https://www.moga.doctor/freeware/IntelliLinkSetup.msi

GitHub repo: https://github.com/mihaimoga/IntelliLink

Social Media

Please feel free to contact me if you need any further information.

History

  • Version 1.04 (November 9th, 2014): Initial release.
  • Moved source code from CodeProject to GitLab (April 10th, 2020).
  • Moved source code from GitLab to GitHub (February 23rd, 2022).
  • Version 1.05 (April 28th, 2022): Added setup project.
  • Version 1.06 (May 23rd, 2022): Added program to Startup Apps.
  • Version 1.07 (August 20th, 2022): Updated font size of About dialog.
  • Version 1.08 (August 26th, 2022): Removed program from Startup Apps.
  • Version 1.09 (September 9th, 2022): Added Contributors hyperlink to AboutBox dialog.
  • Version 1.10 (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.
  • Version 1.11 (January 24rd, 2023): Updated PJ Naughter's CInstanceChecker 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.12 (May 27th, 2023): Updated About dialog with GPLv3 notice.
  • Version 1.13 (June 16th, 2023): Made persistent the length of columns from interface.
  • Version 1.14 (June 24th, 2023): Updated PJ Naughter's CTrayNotifyIcon library to the latest version available.
  • Version 1.15 (July 20th, 2023): Extended application's functionality with 2 new buttons: Website Review and Webmaster Tools.
  • Version 1.16 (August 20th, 2023):
    • Changed article's download link. Updated the About dialog (email & website);
    • Added social media links: Twitter, LinkedIn, Facebook, and Instagram;
    • Added shortcuts to GitHub repository's Issues, Discussions, and Wiki.
  • Version 1.17 (October 29th, 2023): Updated PJ Naughter's CTrayNotifyIcon library to the latest version available.
    Fixed an issue where the CTrayNotifyIcon::OnTrayNotification callback method would not work correctly if the m_NotifyIconData.uTimeout member variable gets updated during runtime of client applications. This can occur when you call CTrayNotifyIcon::SetBalloonDetails. Thanks to Maisala Tuomo for reporting this bug.
  • Version 1.18 (January 27th, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.
  • Version 1.19 (February 21st, 2024): Switched MFC application' theme back to native Windows.
  • Version 1.20 (September 6th, 2024):
    • Replaced old XML library from CodeProject with Lee Thomason's TinyXML2 library.
    • Implemented User Manual option into Help menu.
    • Implemented Check for updates... option into Help menu.
  • Version 1.21 (September 20th, 2024): Fixed loading/saving of XML configuration file.
  • Version 1.22 (February 13th, 2025):
    • Updated copyright information.
    • Fixed limitation to _MAX_PATH for long path names.
    • Updated Lee Thomason's TinyXML2 library to the latest version available.
    • Updated GetConfigFilePath to use std::filesystem::path.
    • Updated genUp4win library to the latest version available.
  • Version 1.23 (March 8th, 2025):
    • Updated genUp4win library to the latest version available.
    • Updated Lee Thomason's TinyXML2 library to the latest version available.
    • Removed deprecated functions in C++17, defined in <codecvt> header.
  • Version 1.24 (March 23rd, 2025): Updated genUp4win library to the latest version available.