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

Commit f532ce3

Browse files
committed
### Version 0.31.2
#### Fix - (really) allow download of resources when some have already been stored and others have been revised - Fix click handlers in resources dialog - don't responsively hide checkbox column - keep header row showing in table while scrolling - keep add button showing while scrolling - Disable selecting rows when adding/loading resources
1 parent 281177f commit f532ce3

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 0.31.2
2+
#### Fix
3+
- (really) allow download of resources when some have already been stored and others have been revised
4+
- Fix click handlers in resources dialog
5+
- don't responsively hide checkbox column
6+
- keep header row showing in table while scrolling
7+
- keep add button showing while scrolling
8+
- Disable selecting rows when adding/loading resources
9+
110
### Version 0.31.1
211
#### Fix
312
- allow download of resources when some have already been stored and others have been revised

app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nathanael",
33
"productName": "nathanael",
4-
"version": "0.31.1",
4+
"version": "0.31.2",
55
"description": "Electron frontend to DBL dot Local",
66
"main": "./main.prod.js",
77
"author": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nathanael",
33
"productName": "nathanael",
4-
"version": "0.31.1",
4+
"version": "0.31.2",
55
"description": "Electron frontend to DBL dot Local",
66
"scripts": {
77
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",

0 commit comments

Comments
 (0)