Skip to content

Releases: Falcion/UNITADE.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)

v2.2.0-semantic

14 May 00:49
Compare
Choose a tag to compare
v2.2.0-semantic Pre-release
Pre-release
chore(release): 2.2.0

v2.1.3-obsidian-manifest

22 Apr 07:40
387e282
Compare
Choose a tag to compare

Version 2.1.3 (2024-04-22)

Features

  • Codebase:
    • Moved utility functions to a new submodule from the core of the plugin. (91d839e)

Build System

  • Build Deps:
    • Updated every dependency and tested them with the new build. (e52d59d)

Fixes

  • Settings:
    • Hard-fixed the recurring issue of mobile configuration always enabling. (e11a6df)

Refactoring

  • TS Locales:
    • Linted and semantically fixed semicolons in the settings locales. (150066c)
  • TS Utils:
    • Linted and semantically fixed semicolons in the utils module. (80f6c4c)