Releases: MicaForEveryone/MicaForEveryone
Releases · MicaForEveryone/MicaForEveryone
v0.1.0.0 FIRST EXPERIMENTAL BUILD
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
v0.0.4.0
v0.0.3.1
v0.0.3
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
second 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
v0.0.0 Hello, World!