Skip to content

Releases: MicaForEveryone/MicaForEveryone

v0.1.0.0 FIRST EXPERIMENTAL BUILD

07 Feb 19:36
4fe2c14
Compare
Choose a tag to compare
Pre-release

This is first build that's packaged as MSIX, I release it for testing purposes.

Known issues

  • Enabling "Run on Startup" makes app crash, but it'll create startup task. You can check it from Task Manager.
  • "Open In Editor" option doesn't open config file.
  • "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
  • Restarting explorer while app is running will open a white big window

Installation Guide

(Copied from Rise Media Player's README page)

  • 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

v0.0.4.1

06 Jan 09:34
210526b
Compare
Choose a tag to compare

changes

v0.0.4.0

30 Dec 08:42
cfa20e2
Compare
Choose a tag to compare
v0.0.4.0 Pre-release
Pre-release
  • Use a new config file language
  • Other improvements

v0.0.3.1

24 Dec 11:55
036955f
Compare
Choose a tag to compare
v0.0.3.1 Pre-release
Pre-release

What's Changed

Known issues

  • You can't add multiple rules of same type in config file

v0.0.3

23 Dec 16:05
e27b48c
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Hello, and Thanks to everyone for using this app! I wasn't expecting this much attention and I started this project as an experiment but now it's getting a lot of attention, more than my best projects. Also thanks to @dongle-the-gadget helped me a lot.

  • Use Xaml Island and WinUI 2.7 for user interface
  • Save configuration after changing them from tray icon's menu

v0.0.2

17 Dec 12:00
4e205b4
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Fixed app crash with System.ExecutionEngineException
  • Added an option to reload config file
  • Added support for Windows 11 build 22523

second release

13 Dec 21:37
1d80e7e
Compare
Choose a tag to compare
second release Pre-release
Pre-release

In this release, more features are added to app:

  • Support for config file and rules
  • Add ExtendFrameIntoClientArea option (to get Mica effect on background of apps that don't use custom background)
  • Reimplement tray icon in Win32 (previously it was using WinForms)

Known issues:

  • the "Reapply rules" reloads config file but it doesn't re-parse rules (just need to add RuleHandler.LoadConfig())
  • app crashes after a few minutes for no reason (I'm trying to solve it)

first release

12 Dec 19:24
1b95a6b
Compare
Choose a tag to compare
first release Pre-release
Pre-release
v0.0.0

Hello, World!