Skip to content

v1.0.0-alpha12

Pre-release
Pre-release
Compare
Choose a tag to compare
@bicobus bicobus released this 02 Sep 14:35
v1.0.0-alpha12
8f67d82
`1.0.0-alpha12`_ - 02-09-20

Added
=====

* A context menu on the treeview if the file is present on disk:

  * Open containing folder
  * Open file using text editor, graphics editor or both (for svg)

* List untracked files present in the ``res/mods`` folder. It is understood by
  untracked that files existing in the folder weren't found in any of the
  archives.

* Support for new mod files

  * ``res/mods/statusEffects``
  * ``res/mods/setBonuses``
  * ``res/mods/items/items``

Changed
=======

* Directories in the treeview now properly show their status.
* Context menus rewritten in a less stupid way.
* Archives context menu disable entries when they don't apply, an archive that
  is not installed cannot be uninstalled and so on.
* Got rid of the resources files for the setting window. It is now
  programatically built, which helps with maintenance.