All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2024-11-22)
- localization: add Russian translation for plugin (7aa036c)
3.0.1 (2024-11-05)
- modals: now modals support code editor extensions integration (590f81d)
- esbuild-tracking: write special .BAT script to disable worktree for esbuild (7301437)
- esbuild: add plugin to automatically copy files of plugin build to test folder (969afd4)
- settings: add warning about case-insensitive mode in settings (4a2b3f7)
- settings: add warning about errors spam in extensions input (722e361)
- compatibility-module: fix skipping work process after getting undefined field in compatibility module (8fe545d)
- docs: update some required information about plugin in README (c1a65fb), closes #73
- locales-settings: remove misinformation about separating symbols (166b6ca), closes #73
- locales: sync locales and implement them in stale settings tab (68b3824)
- locales: sync locales between languages and fix bug when settings appear null (ea6f6f2), closes #73
- modals: now modals are trying to apply new extensions in plugin and fix of semantics for separators (19bd4e6)
- rendering-extensions: sync default extensions and code extensions (a8934ce)
- settings: now "use default extensions" and input are synchronized in settings tab (aea3114), closes #73
3.0.0 (2024-11-03)
- architecture: create architecture for code editor and other things (f37a46d)
- common: add button to "Reload" registries in soft way which saves default extensions (ec9c5cc)
- common: add support for default extensions and default views by default (a918488)
- compatibility: adapt compatibility module to new
>
semantics (47b5f80) - locale: implement localization for errors (b85563e)
- modals-locale: now modals are also localized (2a96a38)
- monaco-editor: implement monaco view in the main codebase (9f5ba74)
- monaco-editor: integrate workers from monaco to fix visuals of code view (dd15f31)
- settings: add block about code editor settings and implement them in code (3105825)
- settings: add some little graphics and additions to the settings tab (d24fc82)
- build-deps: include monaco-editor and terser as main dependencies (7091114)
- build-deps: remove PY command from environment of plugin (2d243da)
- build-env: add cloning script for debug in .SH variation (ea842ca)
- deps-dev: bump the npm_and_yarn group across 1 directory with 2 updates (286be59)
- deps: bump the npm_and_yarn group across 1 directory with 2 updates (5007fe8)
- licensing: update licensing information in every code (31ebca8)
- tracking: create script which allows to skip worktree of clone script and little refactoring of them (1b527af)
- wiki: create a page about case insenstivity mode in plugin (a7c66d3)
- wiki: create a page about extensions processing in plugin on wiki (958cc1e)
- wiki: create a page about hard-deleting registry by plugin (515495f)
- wiki: create a page about markdown overcharge of plugin on wiki (2b46b2f)
- wiki: create a page about mobile extensions config (0497f51)
- wiki: create a page about unloading registry by plugin (2e9f961)
- wiki: create a sidebar for wiki of project (b8a3bf0)
- wiki: create an introduction page (5c64d72)
- naming: now UNITADE's view names correspondingly to stack it uses (36144de)
- build: fix typescript shenanigans and implement clone .SH script for UNIX-systems (8bf5e0f)
- common: fix some localizations errors and common TS errors (30aa283)
- global: fix dependencies of codemirror and monaco from being externals (d9a0395)
- registry: fix OLR system reading only last, fix of #75 (03f70dd)
- settings: fix example in settings to new grouped extensions config (7a38b2c)
2.4.0 (2024-07-02)
- barefiling: add support to bare files (a3099bc)
- locales: fix locales in previous settings (f7217e4)
- settings: add some tooltips to settings (236cd5e)
- stablechecks: add stable checks and allow empty entry in the settings (0698a5e)
2.3.1 (2024-06-23)
- deps: bump the npm_and_yarn group across 1 directory with 3 updates (f4dcc67)
2.3.0 (2024-06-22)
- files-modal: add modal to change extension of batch of files (#62) (875ce27)
- files-rename: add modal to rename multiple files (#62) (e535c36)
- clone: add .BAT script to clone dev-plugin in test-vault directly (f6233fc)
2.2.1 (2024-05-14)
- build-env: revamp of build environment (ea789ee)
2.2.0 (2024-05-13)
- modals: add new folder modals support (432888d)
- modals: fix behaviour of modals within creating files (7f0460e)
- modals: fix behaviour of modals within editing extensions (caf81b2)
- versioning: add information about unsupported versions of the project (5c1d5bf)
- deps-dev: bump @commitlint/cli from 19.2.2 to 19.3.0 (346afa9)
- deps-dev: bump @npmcli/package-json from 5.0.3 to 5.1.0 (1555e90)
- deps-dev: bump @typescript-eslint/eslint-plugin (98a5525)
- deps-dev: bump @typescript-eslint/parser from 7.7.0 to 7.8.0 (4dc6fbb)
- deps-dev: bump inquirer from 9.2.19 to 9.2.20 (b77c98a)
- force-preview: fix force-preview of extensions in plugin (4f449d5), closes #54
- modals-folder: fix of folder edit modal wrong path creation (887f654)
2.1.3 (2024-04-22)
- codebase: move utils functions to new submodule from core of plugin (91d839e)
- build-deps: update every dependency and test them with new build (e52d59d)
- settings: hard-fix of again occuring mobile config always enabling (e11a6df)
- ts-locales: lining and semantic fix of semicolons in settings locales (150066c)
- ts-utils: lining and semantic fix of semicolons in the utils module (80f6c4c)
2.1.2 (2024-04-18)
- edit-modal: fix behaviour of edit extension modal (897c4d2)
2.1.1 (2024-04-15)
- modals: add modal in files menu which allows you to create files with custom extensions (4880eac)
- modals: add modal in files menu which allows you to edit file's extensions (1637443)
- modals: add new modals for creating and editing files (5d40b5b)
- build-env: update manifest for OBSIDIAN's API (24d0ecf)
- naming: update naming of project (visual purposes) (443189b)
2.1.0 (2024-04-10)
- debug-mode: add debug mode in hidden extensions (accessed through data.json) to show more data in console (ccfdda6)
- errors: now error handling is more complex and it tries to show user any error possible (without spam) (d97c645)
- hard-load: add hard-load button to force-load extensions (8859546)
- semifix-group: add parallel loading to the extensions block of groups and defaults one for less bugs and errors (442d253)
- core: fix always 'true' in mobile extensions settings (can't turn off) (3878d61)
- core: fix ignoring masks mode for files and fix parsing of regular expressions (2beccba)
- global: fix of #32, #31, #30 (267d823)
2.0.0 (2024-04-09)
- codemirror: revampe codemirror support (6f0dcb6)
- codemirrors: add support for codemirrors with extensions (e470fb9)
- core: add custom view for extension as extension (grouped) mode (367036b)
- core: add extension as extension mode (979f38b)
- core: add ignore extensions mode (33982d2)
- core: add ignore masks (filenames by regular expressions) mode (e895bc3)
- core: add local codemirror support (888442b)
- core: change reading way for user input (533b287)
- core: full rework of past plugin's functionality (1dff5eb)
- onload: add support for ignoring dynamic registry mode (e46895a)
- onload: add support for safe dynamic registry mode (75444d9)
- onload: add support for unsafe dynamic registry mode (c2e9f34)
- onload: add two modes of dynamic registry, safe and unsafe (06d93c6)
- registry: add system for unloading registries (75495d6)
- registry: add system which checks registered extensions (3ade6aa)
- registry: reconfigure and rewrite at its concept the idea of registries in OBSIDIAN (5241357)
- settings: add errors view and mobile settings to the plugin (dd63b1b)
- settings: add isolated localisation file for settings tab (c97082e)
- settings: full rework of settings tab and it's visuals (158eee2)
- dealings: add normalized docs for project (d2ef762)
- dealings: add techdocs to the project (2d69d6a)
- docs-env: add funding sponsorship to the project (c622c9b)
- docs-env: add security policy within ref (f4c96bd)
- build-deps: add ES builder for project (from OBSIDIAN) (6daa972)
- build-deps: integrate HUSKY into the environment (a73a4ce)
- build-env: add scripts for environment (0f17ed8)
- build-env: add support for OBSDIAN in docs purposes (9a30460)
- dependabot: remove dependabot from project (5960cb1)
- deps-dev: bump chai from 4.4.0 to 5.0.0 (7738d92)
- deps-dev: bump chai from 4.4.0 to 5.0.0 (08f1801)
- deps-dev: bump markdownlint from 0.32.1 to 0.33.0 (2cdceda)
- build: fix and updated build and environment (733910b)
1.2.0 (2024-01-10)
- compatibility: add noticing to conflicting plugins (7aec49a)
- dynamic: add codemirrors support and dynamic registry functioning (1c165e1)
- error-handling: add error handling for extensions register and new button (ab1da6b)
- publish: prefinal version of this plugin (3937096)
1.1.0 (2024-01-10)
- git: rework of entire repository and infrastructure (8665663)