Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillmoore committed Apr 18, 2023
1 parent b99ccaf commit 29aa7c4
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 16 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,17 +4,30 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-04-18

### Fixed

- Rename the symbolic link to this plugin in the Obsidian vault.
- Major update to the internal link parser. #6.
- Modified the behaviour of the markdown post processor. #6.

### Changed

- Update many notes in the Obsidian vault.
- Update the NPM dependencies.

## [1.1.0] - 2023-04-10

## Added
### Added

- A settings tab to configure the plugin.
- Shorten internal links to blocks, headings, notes and files.
- Show icons next to internal links to indicate their types.
- Replace external link icons with the icons provided by this plugin.
- Reload the editing and preview view when settings are changed.

## Changed
### Changed

- Refactor the structure of the plugin.
- Rewrite the internal system to be more generic and robust.
Expand Down Expand Up @@ -50,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Project settings for Visual Studio Code.
- A [`README.md`](./README.md) and a [`LICENSE`](./LICENSE).

[1.1.1]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.1
[1.1.0]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.0
[1.0.2]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.0.2
[1.0.1]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Short links",
"description": "An Obsidian plugin to display short internal links.",
"author": "Scott Moore",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "1.1.1",
"isDesktopOnly": false
}
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "An Obsidian plugin to display short internal links.",
"author": "Scott Moore",
"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"build": "node --require esbuild-register scripts/build.ts",
"format": "prettier --write .",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.16.3",
"1.0.1": "0.16.3",
"1.0.2": "0.16.3",
"1.1.0": "1.1.1"
"1.1.0": "1.1.1",
"1.1.1": "1.1.1"
}

0 comments on commit 29aa7c4

Please sign in to comment.