Skip to content

Commit

Permalink
🚀 release: #19 Initial release
Browse files Browse the repository at this point in the history
Closes: #19
  • Loading branch information
nathonius committed Feb 2, 2024
1 parent 2010991 commit d242994
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

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).

<!--
## [0.0.0] - YYYY-MM-DD
### Added
### Fixed
### Changed
### Removed
-->

<!-- ## Unreleased -->

## [0.1.0] - 2024-02-01

Initial release.

<!-- [2.0.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/OfficerHalf/obsidian-jira-cloud/compare/1.0.0...1.1.0 -->

[0.1.0]: https://github.com/nathonius/obsidian-github-link/releases/tag/0.1.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ For public repositories, no extra configuration is required. For private repos,

### Authentication

> **NOTE**: Tokens will be stored in plain text. Use at your own risk.
Authentication only requires a GitHub account. In GitHub Link plugin settings, add a new account. Give the account a name.

The plugin supports an automated authentication flow, or you can [generate your own token](https://github.com/settings/tokens). To use the automated flow, select "Generate Token". In the modal that appears, copy the code and open the authentication link. After pasting the auth link, you'll be prompted to allow access to the GitHub Link plugin. Once accepted, you can return to Obsidian and the token will be saved automatically.
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-link",
"version": "1.0.0",
"version": "0.1.0",
"description": "An Obsidian plugin enriching notes with data from GitHub's REST API",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"0.1.0": "0.15.0"
}

0 comments on commit d242994

Please sign in to comment.