Merge branch 'hotfix/installer-dotnet-4.7' into develop

This commit is contained in:
Lorenz Cuno Klopfenstein 2018-05-03 00:38:00 +02:00
commit abd7a5c62d
2 changed files with 20 additions and 16 deletions

View file

@ -3,7 +3,7 @@
**A real-time always-on-top “replica” of a window of your choice, for Windows Vista, 7, 8, or 10.** **A real-time always-on-top “replica” of a window of your choice, for Windows Vista, 7, 8, or 10.**
This simple utility application shows a blank always-on-top window by default. This simple utility application shows a blank always-on-top window by default.
Users can pick any other window of the system to have an always up-to-date clone of the original window shown always-on-top. Users can pick any other window of the system to have an always up-to-date clone of the target window shown always-on-top.
Very useful for monitoring background processes, wrangling with complex multi-window games or tools, watching Youtube videos while working, and so on. Very useful for monitoring background processes, wrangling with complex multi-window games or tools, watching Youtube videos while working, and so on.
**📢 Features:** **📢 Features:**
@ -11,37 +11,36 @@ Very useful for monitoring background processes, wrangling with complex multi-wi
* Clone any of your windows and keep it *always-on-top* while working with other windows, * Clone any of your windows and keep it *always-on-top* while working with other windows,
* Select a subregion of the cloned window, which: * Select a subregion of the cloned window, which:
* Can be stored for future use, * Can be stored for future use,
* Can use *relative* coordinates from the target windows borders. * Can use relative coordinates from the target windows borders.
* *Auto-resizing* (fit the original window, half, quarter and fullscreen mode), * Auto-resizing (fit the original window, half, quarter and fullscreen mode),
* Position lock on any corner of your screen, * Position lock on any corner of your screen,
* Adjustable opacity, * Adjustable opacity,
* “*Click forwarding*”, allows to interact with the cloned window, * “Click forwarding”: allows to interact with the cloned window,
* “*Click-through*”, makes the replica ignore any mouse interaction (turns **OnTopReplica** into an overlay if set together with partial opacity), * “Click-through”: makes the replica ignore any mouse interaction (turns **OnTopReplica** into an overlay if set together with partial opacity),
* “*Group switch*”-mode automatically switches through a group of windows while you use them, * “Group switch”-mode automatically switches through a group of windows while you use them.
* Non-invasive installation doesnt require administrator elevation.
## Requirements ## Requirements
* Microsoft Windows Vista or greater (the application makes use of native DWM Thumbnails to create replicas), * Microsoft Windows Vista or greater (the application makes use of native DWM Thumbnails to create replicas),
* Microsoft .NET Framework 4.0/4.5. * Microsoft .NET Framework 4.7.
* Desktop Composition (a.k.a. Windows *Aero*) enabled. * Desktop Composition (a.k.a. Windows *Aero*) enabled.
## Installation ## Installation
Get the [latest version](/releases/) from the releases section. Get the [latest version](https://github.com/LorenzCK/OnTopReplica/releases) from the releases section as an MSI installer.
## Contributions ## Contributions
…are very welcome. Fork away! 🍽️ …are very welcome. Fork away! 🍽️
Submitting [issues](https://github.com/LorenzCK/OnTopReplica/issues) and other feedback are also appreciated. Submitting [issues](https://github.com/LorenzCK/OnTopReplica/issues) and other feedback is also appreciated.
### Roadmap ### Roadmap
1. Update to the newest [WindowsFormsAero](https://github.com/LorenzCK/WindowsFormsAero) version. 1.  Update to the newest [WindowsFormsAero](https://github.com/LorenzCK/WindowsFormsAero) version.
1. Migrate to .NET 4.7. 1.  Migrate to .NET 4.7.
1. *High DPI* support! 1. Improve/add **High DPI** support!
1. “Stored scenarios” that, just like stored regions, automatically clone a window (based on title or window class criteria), select a region, and set other options. Ideally to be used as task bar shortlinks. 1. “Stored scenarios” that, just like stored regions, automatically clone a window (based on title or window class criteria), select a region, and set other options. Ideally to be used as Taskbar shortlinks.
1. Move to the Windows Store, via Centennial. 🤞 1. Move to the Windows Store, via Centennial. 🤞
## License ## License

View file

@ -170,7 +170,7 @@
"Message" = "8:[VSDNETMSG]" "Message" = "8:[VSDNETMSG]"
"FrameworkVersion" = "8:.NETFramework,Version=v4.7" "FrameworkVersion" = "8:.NETFramework,Version=v4.7"
"AllowLaterVersions" = "11:FALSE" "AllowLaterVersions" = "11:FALSE"
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728" "InstallUrl" = "8:https://go.microsoft.com/fwlink/?linkid=863262"
} }
} }
} }
@ -243,6 +243,11 @@
"AssemblyAsmDisplayName" = "8:WindowsFormsAero, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:WindowsFormsAero, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_FD08D480081E2A6C3D1A5EA9C82FC43F"
{
"Name" = "8:WindowsFormsAero.dll"
"Attributes" = "3:512"
}
} }
"SourcePath" = "8:WindowsFormsAero.dll" "SourcePath" = "8:WindowsFormsAero.dll"
"TargetName" = "8:" "TargetName" = "8:"