Skip to content

Commit

Permalink
[rel] version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed May 7, 2022
1 parent 52891e8 commit 7cba23a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.3.2

Version 1.3.2 of OpenJOurnal comes with several internal fixes.

### Fixes

* GHSA-rrrm-qjm4-v8hf
* Check for new release

### Features

* Support action
* Win and Mac tests
* Refactore database connection
* Refactore window geometry ssaving


## 1.3.1

Version 1.3.1 of OpenJournal comes with several fixes. Journal in the cloud can now be successfully exported as PDF. Exporting a journal with images in PDF is now possible. Image display for cloud journal is now improved and does not necessitate refreshing the page after first loading.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) {
lock.open(QIODevice::WriteOnly | QIODevice::Text);
a.setOrganizationName("Analysabl");
a.setApplicationName("OpenJournal");
a.setApplicationVersion("1.3.1");
a.setApplicationVersion("1.3.2");
QFontDatabase::addApplicationFont(":/Lato.ttf");
QFontDatabase::addApplicationFont(":/Caveat.ttf");
QObject::connect(&a, &QApplication::aboutToQuit, &lock, [&lock]() {
Expand Down

0 comments on commit 7cba23a

Please sign in to comment.