Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Releases: kmscode/mRemote3G

PreRelease - Version 1.94.2.34463

07 Feb 00:51

Choose a tag to compare

Pre-release

Fix for #16

PreRelease - Version 1.94.2.40622

03 Feb 03:44

Choose a tag to compare

Pre-release

Testing the installer build...

Version 1.94.2

31 Jan 18:20

Choose a tag to compare

Use Remote Desktop Client v8 connections
- Requires Windows 7 SP1+
- https://support.microsoft.com/en-us/kb/2923545 may also be required for Win 7 SP1 (though is highly recommended at a minimum).
Default icons for External tools (attempt to fix #16)
Build environment changes

Version 1.94.1

25 Jan 22:32

Choose a tag to compare

Version numbering change (I'm getting too close to 2.0, but don't want to flip to 2.0 yet - I'd be OK with 2.0 after 1.99.99 I guess)
Fix Bug #10 - (for reals this time?) crash seems to have been related to complier optimizations
- This may very well address #8 as well. Suspect that there was memory corruption that caused issues with Garbage Collection
Updated PuTTYNG (https://github.com/kmscode/PuTTYNG) with some minor changes that allow it to integrate properly into mRemote3G
- PuTTYNG window should no longer flash outside of mRemote3G
Fix for Menu bar items which were not displaying in the correct order

Version 1.93

21 Jan 22:43

Choose a tag to compare

Fix Bug #10 - Avoid throwing exceptions/crashing when adding new External Tool
Remove Keyboard Shortcut functionality to prevent Windows Lock/Unlock crash

  • This was a beta option from 1.73 that was never released
  • If the functionality were to be implemented (in a "fixed" fashion), it may still end up causing "expected behavior"
    New build of MagicLibrary.dll
    Other minor build changes

Version 1.92

08 Jan 18:01

Choose a tag to compare

Additional fixes/logging for Windows lock/unlock crash
Removed old references and files for external code/binaries that are no longer used

  • Since some other files files were removed from this release, to keep everything clean, you may want to rename your old mRemote3G directory and extract this zip to a new one. Then copy your confCons.xml, extApps.xml and pnlLayout.xml files to the new directory.

Version 1.91

05 Jan 22:19

Choose a tag to compare

Additional code changes for the rename to "mRemote3G"
Revert commit 5f2112a (Fix Warning CA1702) - This resolves issue #3
Additional logging for Windows System Lock Crash - Pull Request #2 helped significantly, but didn't fully resolve this

Version 1.90

22 Dec 04:16

Choose a tag to compare

** Updated name to "mRemote3G" **

Changed some logos/icons accordingly with the name change
Reverted most changes from 1.84 - Re-enabled HTTP/S connections
Enabled enhanced functionality for the IE rendering engine
Removed XULRunner HTTP/S (Gecko) rendering engine only (current versions aren't a drop in replacement for the 1.8.x release, circa 2007)
Disabled donate link (not proper for this build)
Pointed "website" links to GitHub project page
Changed Bugs and Forum link to port to GitHub repo issues
Fixed some compiler errors
Minor changes to build environment
Fixed changelog (forgot to list some really minor things for the 1.84 changelog)

Version 1.84

11 Dec 20:38

Choose a tag to compare

Open links within the default browser (not within the mRemote application)
Removed HTTP/S connection functionality (which is better served by browsers)

Version 1.83

17 Nov 03:33

Choose a tag to compare

Correct random crash after unlocking session (Thanks to Fabrice Didierjean - coredmp95@gmail.com)

Update to be "DPI Aware" to prevent the UI from looking "Fuzzy" - https://msdn.microsoft.com/en-us/library/dn469266%28v=vs.85%29.aspx

Added new build-relport.cmd file for quick "Release Portable" builds