Skip to content

Commit fe227f3

Browse files
committed
Version 1.0.7: Preparing release.
1 parent 8a88b33 commit fe227f3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.7] - 2024-10-
5+
## [1.0.7] - 2024-10-08
6+
7+
### Added
8+
9+
- Added commands to insert links for PDF, XOPP, or both after file creation.
10+
- Added setting to specify a default folder for new Xournal++ files.
611

712
### Improved
813

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "xournalpp",
33
"name": "Xournal++",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"minAppVersion": "1.5.12",
66
"description": "Integration with Xournal++ for handwritten notes and annotations.",
77
"author": "Jon Jampen",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xournalpp",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Integration with Xournal++ for handwritten notes and annotations.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.0.7": "1.5.12",
23
"1.0.6": "1.5.12",
34
"1.0.5": "1.5.12",
45
"1.0.4": "1.5.12",

0 commit comments

Comments
 (0)