Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v3.0.0-release): release of new generation of plugin #74

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

Falcion
Copy link
Owner

@Falcion Falcion commented Oct 2, 2024

PRs: global update, moving to the next generation of plugin

Before writing anything about your changes in this PR, checklist this items:

By agreeding and following this project's documentation, you are reminded that your's commit and styling of changes must follow this project's documentation, in case of “de-followization”, there are two ways before you make sure to publishing your PR:

  1. In case of “de-followization” of commit's styling convention, you can amend them (change their message and description signatures):
git commit --amend -m "MESSAGE" -m "DESCRIPTION"

For amending old commit, see the stackoverflow question1, more about changing commits in official docs for github:
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message/

  1. In case of “de-followization” of coding, documentation and etc. files, you can just refactor everything you need by following styling guidelines of project.

Changes with that PR

Please, write below every changes you made:

Check future changelogs and release page: update is too big to write it here.

Process of testing for that PR

  • Was testing process initiated via this PR?
    answer (y/n): (y);
  • If testing was done, type below the procedures you make:
    Hard-testing: meaning developer imitated UX with plugin.

Additional context for that PR

...

Footnotes

  1. https://stackoverflow.com/questions/17338792/amending-old-commit/

… default

This means that now plugin forever remembers what are initial extenstions and views were registered and stored in the Obsidian Vault.
… toggle in the settings

Now, when "Silence errors" mode is enabled, errors will be debugged in the console and no notifications would appear.

Fix of #70
…s, feature fix of #63

Now plugin supports and will support (at future moment older versions) older versions and try to convert/adapt them in new format/config and saving old data.

May be unstable, but allows user to easy update plugin without headaches.
@Falcion Falcion linked an issue Oct 2, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment