Skip to content

Commit

Permalink
released version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kianschmalenbach committed Oct 21, 2020
1 parent e41aa5f commit ce39531
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
RDF Browser is a Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links.


| Current version: | 1.1.5 |
| Current version: | 1.1.6 |
| --- | --- |
| Release date: | Oct 19, 2020 |
| Release date: | Oct 21, 2020 |

The Add-on is released and maintained by the [Chair of Technical Information Systems](https://www.ti.rw.fau.de) at [Friedrich-Alexander-University Erlangen-Nürnberg](https://www.fau.de).

Expand Down Expand Up @@ -48,6 +48,10 @@ $ npm run build
- To see the raw format of any rendered RDF file, click *Ctrl + U*.

## Changelog
### Version 1.1.6
- Improved error handling
- Error reporting functionality

### Version 1.1.5
- Added quick actions menu
- Fixed cookie handling on URL redirect
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Kian Schmalenbach",
"description": "Request RDF files and render RDF files as Turtle documents with clickable links",
"homepage_url": "https://github.com/kianschmalenbach/rdf-browser",
"version": "1.1.5",
"version": "1.1.6",
"icons": {
"32": "build/img/rdf-browser-32.png",
"64": "build/img/rdf-browser-64.png",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdf-browser",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links",
"license": "MIT",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@rdfjs/parser-n3": "^1.1.4",
"dot-prop": "^5.3.0",
"jsonld-streaming-parser": "^2.1.0",
"npm": "^6.14.8",
"npm": "^7.0.3",
"rdfxml-streaming-parser": "^1.3.6"
},
"devDependencies": {
Expand Down

0 comments on commit ce39531

Please sign in to comment.