Skip to content

Releases: MicaForEveryone/MicaForEveryone

v1.0.6.3

24 Jun 20:20
d3be441
Compare
Choose a tag to compare

What's Changed


This version uses a new certificate, so even if you already installed certificate for the previous versions you need to do it again. See here for guide.

v1.0.6.2

14 Apr 08:00
1e0f394
Compare
Choose a tag to compare

What's Changed


Looks like ARM64 is not supported so I removed builds from release, but still you can download them from GitHub Actions. If anyone tested it and it works please report.

v1.0.6.1 - HOT FIX

01 Apr 09:54
6c1f644
Compare
Choose a tag to compare
  • Fix tray icon context menu not working properly

v1.0.6.0

31 Mar 16:01
4871437
Compare
Choose a tag to compare

v1.0.5.0

21 Mar 13:05
535803c
Compare
Choose a tag to compare

MSIX version

The .msixbundle file contains both of x64 and arm64 builds, with .NET Core Runtime. For installing it first you need to register its certificate.

  • Simply right click the MSIX and click Properties
  • Go to Digital signatures Tab
  • Select Minusium and click Details
  • In next popup select View Certificate
  • In next popup select Install Certificate
  • In next step select Local machine (If a user account prompt appear click yes)
  • Select Place all certificates in Following store and click browse select Trusted People and click OK and Next
  • Click Finish
  • Confirmation windows will appear After that Try Installing the MSIX

Prerequisites

  • .NET Core 3.1 Runtime
  • Visual C++ Runtime v140

Changes from v0.1.0.4

Changes from v0.0.4.1

Breaking changes to config file

Note: The app doesn't have a migration tool, so you will have to implement these changes manually.

  • ExtendFrameToClientArea has been renamed to ExtendFrameIntoClientArea
  • For portable versions, the config file is now located at %LOCALAPPDATA%\Mica For Everyone\MicaForEveryone.conf

Full changelog

  • Add ability to reload config file automatically after it got changed outside of app
  • Add an option to open config file in your default text editor, quickly from context menu
  • Add Settings GUI
  • Add Localization support
  • Add rule for Mica CMD (Console Host window with Mica on background) to default config file
  • Fix Tray Icon being not visible after restarting explorer
  • Overall improvements to performance and app's behavior
  • Remove dependency on .NET Core Desktop Runtime (.NET Core Runtime is enough)
  • Add an option to run app on startup
  • Make app single instance (Running Mica For Everyone again will just open settings UI, previously it would run it again so you'd have two instances of MFE running on your machine)
  • Add support for Windows 10 (still UI is broken)
  • Add support for running as packaged MSIX
  • Add Blur Behind support
  • Add Spanish Translation by @xoascf

v0.1.0.4 RC1

19 Feb 16:59
21552c6
Compare
Choose a tag to compare
v0.1.0.4 RC1 Pre-release
Pre-release

Known Issues

  • UI doesn't work well on Windows 10
  • Xbox Game Bar background may get opaque, can't be reproduced in another build, reason is unknown and adding rule won't help

v0.1.0.3 Beta

17 Feb 13:28
48c108f
Compare
Choose a tag to compare
v0.1.0.3 Beta Pre-release
Pre-release
  • Bug fixes and improvements to performance and UI, with @dongle-the-gadget
  • Improve config file error messages
  • Add Localization Support
  • Add Spanish Localization by @xoascf
  • Add Blur Behind to GUI
  • Redesign Setting window

Known issues

  • MSIX version doesn't launch
  • Translations are not complete

v0.1.0.1 Beta

11 Feb 18:57
80cba92
Compare
Choose a tag to compare
v0.1.0.1 Beta Pre-release
Pre-release

Change Log

  • Fix a bug caused to crash app when a Content Dialog is opened on light theme (#37)
  • Use StorageFile and ApplicationDataContainer for saving application settings and config when you run app as packaged MSIX
  • Add GUI support for using custom config file
  • Add Blur Behind support (can be enabled by setting EnableBlurBehind to true in config file)
  • Add Reset Config button

Notes

  • For installing MSIX version you need to add package's certificate
  • Self Contained version includes .NET Core Runtime, if you don't have .NET Core on your machine you can use this version

v0.1.0.0 Experimental Release 3

10 Feb 18:58
5479337
Compare
Choose a tag to compare
Pre-release

Change Log

  • New Settings service implemented, now "Reload Config File on Change" and "Config File Path" are saved to registry and both are customizable.
  • "Add Rule" dialog bug and a visual design mistake fixed
  • Windows 10 support added (only dark titlebar works)
  • Enable support for keyboard navigation on Settings window
  • Improvements to config file parser

If you use your old config file App may crash without any error message, you need to delete your old config file or change everyExtendFrameToClientArea to ExtendFrameIntoClientArea in it. Also I may make some changes to config file format so compatibility will lost.

v0.1.0.0 SECOND EXPERIMENTAL RELEASE

08 Feb 19:21
732ccd3
Compare
Choose a tag to compare
Pre-release

Change Log

  • App is single instance now, if you run Mica For Everyone while it's running it'll open settings window instead of running twice
  • Fix crash on enabling "Run on Startup" option
  • Config file is moved to LocalState folder so "Open in Editor" option works correctly
  • Fix restarting explorer shows a white window
  • Removed .NET Core runtime from package as package already depends on .NET Core runtime and windows will install it automatically during installation of package

Known Issues

  • "Reload Config File on Change" option in General settings is not saved and will be lost after closing.
  • Settings window shows v0.0.4.1 because app version is not bumped, yet.
  • "Add Rule" button in "New Rule" dialog has no text