Skip to content

Commit

Permalink
release: v1.6.0.1 (#67)
Browse files Browse the repository at this point in the history
* version bump

* readme
  • Loading branch information
fmartingr committed Mar 17, 2024
1 parent 137b2f3 commit bf4835e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
path: web-ext-artifacts

- name: "Create Release"
uses: softprops/action-gh-release@v1
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Shiori Web Extension is a simple extension for managing bookmarks using Shiori.

![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori-web-ext/master/docs/screenshot.png)

## Versioning

This project now follows the same versioning system that Shiori uses, that means that starting on `v1.6.0` the extension will match the supported version of the server. This is to avoid confusion and to make it easier to know which version of the extension is compatible with your server.

Different releases for the same server version will be appended as the extension version, for example, `v1.6.0.1` is the first release of the extension for Shiori `v1.6.0`.

## Development Status

This extension is still in beta, however it's already usable at this point. Unfortunately, I've only tested it in Firefox 59+ so there is no guarantee that it will work in another browser.
Expand All @@ -17,7 +23,7 @@ Download the extension from release page then install it in your favorite browse

## Initial Setup

Before using the web extension, we need to specify the server, username and password to access our Shiori instance. To do so, you can specify it in extension options page.
Before using the web extension, we need to specify the server, username and password to access our Shiori instance. To do so, you can specify it in extension options page.

In Firefox, open add-ons page (`about:addons`) then choose Shiori Web Extension :

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.8.7",
"version": "1.6.0.1",
"name": "Shiori",
"author": "Go-Shiori Team",
"description": "Web extension for Shiori, a simple bookmark manager.",
Expand Down

0 comments on commit bf4835e

Please sign in to comment.