Skip to content

Releases: Falcion/UNITADE.md

Patch-release: recovering after major patch, fix many errors and bugs

05 Nov 13:14
828ec7f
Compare
Choose a tag to compare

This patch release focuses on minor enhancements, optimizations, and additional guidance for key features, improving overall functionality and user experience.

Modals

Updated modals to support last semantics for separators of extensions; integrated code module extensions in the modals related with extensions, now you can write your code directly with many ways.

Default extensions versus code extensions

Now you can easily switch between extensions-as-markdown and extensions-as-code: turn on after another in real time, no need to reload or reset plugin and registries.

Many other tweaks and fixes

Important

Read more about what has been introduced to the plugin in the special release note:
https://github.com/Falcion/UNITADE.md/blob/main/data/release/v3.0.1.md

Major update: implementing code editor and many other things

03 Nov 18:28
0fef7be
Compare
Choose a tag to compare

This update is the largest update in this plugin and probably forever to be fixed as the largest update in the history of the plugin, the number of innovations and other things exceeds the ability to write a patch note, so let's go in brief.

Code editor

The plugin now allows you to literally edit code with syntax highlighting, including all the necessary parameters to customize the interface, from minimapping to ligatures and font assignments.

  • now you can also edit fence (code) blocks as code files!

Localization support

Now the plugin "FULLY" supports all languages that are in the app, you can make a translation into your language and integrate it into the plugin and every visual element of it would be translated.

Backward compatibility

Now the plugin, with the backward compatibility module enabled, tries to adapt your settings from older versions of the plugin to the newer ones: sometimes can be broken.

Official wiki

The plugin has reached such a size that it needs separate documentation and a wikipedia explaining some things and its separate functionality: the ultimate goal of the wikipedia is to become a knowledge base not only for the plugin, but also with related things.

WIKIPEDIA IS STILL IN DEVELOPMENT.

Bugfixes and optimizations

Some popular plugins, issues, and implicit optimization problems (like spamming errors like in #70 or memory overload in extension registration) have been fixed.

And even more

Important

Read more about what has been introduced to the plugin in the special release note:
https://github.com/Falcion/UNITADE.md/blob/main/data/release/v3.0.0.md

v2.4.0-obsidian-manifest

02 Jul 15:02
Compare
Choose a tag to compare

Version 2.4.0 (2024-07-02)

Features

  • Barefiling:

    Bare files are files without an extension.

    • Added support for bare files, files without an extension, and implemented their support into the plugin (fix of #60). (a3099bc)

Common

  • Locales:
    • Fixed locales in settings. (f7217e4)
  • Settings:
    • Added some tooltips to settings. (236cd5e)
  • Stablechecking:
    • Added stable checks for settings and allowed empty entry in the configurations. (0698a5e)

v2.4.0-semantic

02 Jul 14:58
Compare
Choose a tag to compare
v2.4.0-semantic Pre-release
Pre-release
chore(release): 2.4.0

v2.3.1-security-patch

23 Jun 10:08
Compare
Choose a tag to compare

Version 2.3.1 (Security update) (2024-06-23)

Build System

v2.3.0-semantic

22 Jun 18:05
Compare
Choose a tag to compare
v2.3.0-semantic Pre-release
Pre-release
chore(release): 2.3.0

v2.3.0-obsidian-manifest

22 Jun 18:10
Compare
Choose a tag to compare

Version 2.3.0 (2024-06-22)

Features

  • Files Extensions edit:
    • Added modal to change the extension of a batch of files (#62). (875ce27)
  • Files Rename:
    • Added modal to rename multiple files (#62). (e535c36)

Build System

  • Clone:
    • Added .BAT script to clone dev-plugin directly in test-vault. (f6233fc)

v2.2.1-obsidian-manifest

14 May 00:50
Compare
Choose a tag to compare

Version 2.2.1 (2024-05-14)

Build System

  • Build Env:
    • Revamped the build environment. (ea789ee)

v2.2.1-semantic

14 May 00:50
Compare
Choose a tag to compare
v2.2.1-semantic Pre-release
Pre-release
chore(release): 2.2.1

v2.2.0-obsidian-manifest

14 May 00:49
Compare
Choose a tag to compare

Version 2.2.0 (2024-05-13)

Features

  • Modals:
    • Added support for new folder modals. (432888d)
    • Fixed the behavior of modals when creating files. (7f0460e)
    • Fixed the behavior of modals when editing extensions. (caf81b2)

Documentation

  • Versioning:
    • Added information about unsupported versions of the project. (5c1d5bf)