Skip to content

Commit

Permalink
Release 0.2.0 🚀 (#14)
Browse files Browse the repository at this point in the history
## New features
- #12
- #8

## Bug fixes
- #7
- #9
- #11
  • Loading branch information
xUser5000 authored Jul 3, 2021
1 parent 81ab17c commit a346cb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Many users use Joplin for research purposes, so it is natural for them to do citations all the time. Accordingly, adding a feature that supports citations and BibTeX will be of great benefit to Joplin. And here it is :)
- For more info: https://discourse.joplinapp.org/c/gsoc-projects/bibtex-plugin

![BibTeX Plugin Demo](https://i.ibb.co/TWrHVqF/Peek-2021-06-21-22-09.gif)
![BibTeX Plugin Demo](https://i.ibb.co/JyxhLzg/DEMO-FULL-PLUGIN.gif)

## Features
- Read from a source of citations (a `.bib` file).
Expand Down
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": "joplin-plugin-bibtex",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "com.xUser5000.bibtex",
"app_min_version": "1.7",
"version": "0.1.0",
"version": "0.2.0",
"name": "BibTeX",
"description": "Use locally stored BibTeX files to insert citations into the current note.",
"author": "Abdallah Ahmed",
Expand Down

0 comments on commit a346cb3

Please sign in to comment.