The main plan here is to focus on improving accessibility.
Asking for user input when mcman doesn't know how to handle the situation.
Making the CLI consistent, and maybe even changing it up a bit.
[see issues linked to v1.4](https://github.com/Senth/minecraft-mod-manager/milestone/5)
Thank You!
As the last message, I want to thank everyone who contributes to this project.
Through ideas, through bug reports, and just by using it :slight_smile:
Thank you!
/ Senth
2022-01-27 — The GUI Update (late 2022)
There was an idea of adding a GUI to python.
Unfortunately, python development is not meant for fast GUI development.
So testing changes often requires restarting the application,
this is less than ideal especially when I'm used to changing the code and seeing updates directly.
It's one of the reasons the progress stopped on this because it was slow and frustrating.
Thus I started looking for alternatives and found [Electron](https://www.electronjs.org/) to hopefully be a good fit.
This way I can leverage my existing web development skills for creating an GUI instead of learning another.
I still want to support a CLI though, but I think this can be done even on servers. It's a main requirement.
Of course the new App will be cross platform.
What this means is that I'll start "scratch". But I'd almost have to do that either way with the changes I wanted to do.
2021-09-10 — The GUI Update (early 2022)
I'm currently working on a GUI update that simplifies the use of `mcman`.
I'm planning to be done with it early 2022.
At first, I wanted to be done before Minecraft 1.18 releases, but after creating most issues, I doubt that will be the case.
You can find more detailed information in [38](https://github.com/Senth/minecraft-mod-manager/issues/38).
Or check out [the project](https://github.com/Senth/minecraft-mod-manager/projects/1)
to check the progress and upcoming tasks
Changelog
All notable changes to this project will be documented in this file
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).