Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
### Version 0.28.0 (Navigation Drawer for Resources/Metadata)
Browse files Browse the repository at this point in the history
#### Features
- Add navigation drawer for switching between stored Resources and Metadata
- "Review metadata.xml" (in drawer) now opens in electron's native Chrome browser
- "Review metadata.xml" auto-refreshes when the metadata.xml changes on disk
- "Review metadata.xml" windows allows File > Save To
  • Loading branch information
ericpyle committed Feb 25, 2019
1 parent 3fd3719 commit ae7cff2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 0.28.0 (Navigation Drawer for Resources/Metadata)
#### Features
- Add navigation drawer for switching between stored Resources and Metadata
- "Review metadata.xml" (in drawer) now opens in electron's native Chrome browser
- "Review metadata.xml" auto-refreshes when the metadata.xml changes on disk
- "Review metadata.xml" windows allows File > Save To

### Version 0.27.1
#### Fixes
- Fix crash after deleting draft when trying to re-save starred entries
Expand Down
2 changes: 1 addition & 1 deletion app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nathanael",
"productName": "nathanael",
"version": "0.27.1",
"version": "0.28.0",
"description": "Electron frontend to DBL dot Local",
"main": "./main.prod.js",
"author": {
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,7 +1,7 @@
{
"name": "nathanael",
"productName": "nathanael",
"version": "0.27.1",
"version": "0.28.0",
"description": "Electron frontend to DBL dot Local",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit ae7cff2

Please sign in to comment.