Skip to content

Releases: fjwillemsen/NativeOverleaf

1.7.2: release notes after update and bug fixes

30 Aug 12:46
Compare
Choose a tag to compare

This release brings the update changelog, which shows the release notes of the the latest version at first launch after an update! In addition, a bug which marked the app as unsafe for Google login, described in issue #6, has been solved. The latest available version is also cached, so users will be asked to update once per release instead of at every page.
update changelog

1.7.1: bug fix for preferences

29 Aug 17:05
Compare
Choose a tag to compare

This release fixes a bug detailed in issue #7, which caused all boolean preferences to be initialized to the default value at startup when set to false. Also added new unit tests.

1.7.0: dark-mode PDF & bug fixes

19 Aug 16:38
Compare
Choose a tag to compare

PDF dark mode
This release brings dark mode to the PDF viewer, giving your eyes an easier time in the dark!
The option can be set in the preferences pane by enabling "include PDF" under "Follow system".
Note: please be aware that this works by inversing the colors and reversing the hue, meaning the white-grey-black scale is inversed while the colors remain largely the same. This can make graphics appear slightly different. This is implemented by adjusting the PDF web viewer, not the source or the PDF itself, so downloaded files are untouched.

1.6.1: Bug fix for wordcount chart

18 Aug 09:48
Compare
Choose a tag to compare

Fixed an issue where loading the wordcount graph too quickly after starting the app resulted in a blank graph.

1.6.0: Tracked changes notifications!

18 Aug 08:54
Compare
Choose a tag to compare

This release brings notifications for tracked changes, further improving collaboration.
There are three types of tracked changes notifications that can be enabled and disabled independently: when a change (an addition, edit or deletion) is first made, when a change is updated, and when a change is resolved (rejected or accepted).
tracked changes notifications

1.5.2: Automatic wordcount tracking

12 Aug 11:49
Compare
Choose a tag to compare

Wordcount tracking now automatically happens when you recompile the document, making the interval setting no longer required.

1.5.1: Bug fixes and word count reset button

11 Aug 09:32
Compare
Choose a tag to compare

This version fixes an issue where light / dark mode switching was broken, and adds a word count reset button that is useful when for example changing the date on your system, as the word count tracker uses the system date.

1.5.0: Word count graph

10 Aug 19:56
Compare
Choose a tag to compare

This release adds the word count graph, which makes it very easy to track your progress!
Some underlying improvements have been made as well, most notably the setup of a test environment for more stable future releases.
wordcount overview graph

1.4.0: Word counts & more!

09 Aug 12:10
Compare
Choose a tag to compare

This release brings word count tracking, which keeps track of the number of words written per day.
You can set a target number of words and receive a daily notification at a set time informing you of your progress today, motivating you to increase your productivity!
In addition, this release includes a fix for issue #3, small bug fixes, and the code has been made more robust and smaller in size.
notification center wordcount hour

1.3.2: Fixed "damaged app" error, updated Electron

02 Aug 17:39
Compare
Choose a tag to compare

This version fixes the issue on MacOS where the lack of codesigning caused the app to be reported as damaged.
Nativefier is now at v49, Electron at 19.0.10.
Windows IA32 is no longer supported, and has been removed.
In case of any issues running these binaries, please comment on or open an issue.