Release Notes

IntelliDisk is an alternative Windows version to the famous Microsoft OneDrive!

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

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

Social Media

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

History

  • Version 1.01 (July 14th, 2023): Initial release
  • Version 1.02 (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.03 (November 5th, 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.
    • Updated PJ Naughter's AppSettings library to the latest version available.
      Optimized construction of various std::vector and std::[w]string instances throughout the codebase.
  • Version 1.04 (December 17th, 2023): Updated PJ Naughter's ODBCWrappers library to the latest version available.
    Updated module to remove usage of _if_exists by now using ODBCVER and _ATL_MODULES preprocessor macro checks along with SFINAE.
  • Version 1.05 (January 1st, 2024):
    • Switched to Visual Studio Enterprise 2022 (some changes were made in the source code).
    • Added setup project for this solution!
  • Version 1.06 (January 13th, 2024):
    • Added LICENSE to installation folder.
    • Updated Jérémy LAMBERT's SHA256 library to the latest version available.
      Make digest() return a std::array - this way, memory management is automatic, and the compiler can more easily detect out-of-bounds reads or writes.
  • Version 1.07 (January 26th, 2024): Added ReleaseNotes.html and SoftwareContentRegister.html to GitHub repo.
  • Version 1.08 (February 21st, 2024): Switched MFC application' theme back to native Windows.
  • Version 1.09 (October 27th, 2024):
    • Implemented User Manual option into Help menu.
    • Implemented Check for updates... option into Help menu.
    • Fixed limitation to _MAX_PATH for long path names.