Skip to content

Releases: julsemaan/anyfile-notepad

v7.1

28 Feb 22:51
Compare
Choose a tag to compare
  • Fix bug in realtime collaboration when a user modifies a document rapidly
  • Fix memory leak due to excessive event logging
  • Restart application after using has been inactive for an hour

v7.0: Merge pull request #9 from julsemaan/feature/collab-v2

28 Feb 23:02
023deca
Compare
Choose a tag to compare
  • Rebuilt realtime collaboration with in-house collaboration server

v6.2

28 Feb 23:01
Compare
Choose a tag to compare
  • Ability to download a file directly in the app (File->Download file)
  • Fix menu "scrollability" on screens with small height
  • Allow to override the syntax with a commented command line in a file
  • Allow to share the ad-free version of the app between multiple accounts when used on the same machine
  • Visual adjustments
  • Bugfixes

v6.1

28 Feb 23:01
Compare
Choose a tag to compare

Version 6.1 is out bringing the ability to subscribe to an ad-free version of the application for only 3.99$ per year

Other goodies for paying customers are also on the way!

v6.0: Merge pull request #7 from julsemaan/feature/v6

28 Feb 23:01
b6492b3
Compare
Choose a tag to compare

Version 6 has been released, it packs a few goodies but also brings back ads into the app in order to cope with upcoming costs for the app. A yearly ad-free subscription for the app is in the works, more coming on that soon!

v5.9

28 Feb 23:00
Compare
Choose a tag to compare
  • Rebuilt integration of Dropbox for their new API
  • Fixed conflicting search bar and notifications position
  • Make highlighted searches standout a bit more

Given the massive rework that was done in the Dropbox integration, some issues may occur. If this is the case, make sure to post about them here so they can be fixed!

v5.8

28 Feb 23:00
Compare
Choose a tag to compare
  • Ability to click links that appear in the editor (Ctrl-Click on them)
  • Improve the performance of the editor changes detection
  • Fix issue where 2 collaborators working on the same file would mix-up input
  • Disable all preferences widgets while saving one of them to prevent them from being corrupted if one decides to modify them while they are saving
  • Improvements to BETA testing user experience
  • Update translations

v5.7

28 Feb 23:00
Compare
Choose a tag to compare
  • Added a notification menu to hide alerts instead of always showing them
  • Added option to show/hide print margin (vertical grey line in the editor)
  • Added new Medium font-size
  • Small improvements to mobile experience
  • Updated most translations
  • Various bug fixes

v5.6: Merge pull request #5 from julsemaan/feature/main-app-cleanup

28 Feb 22:59
Compare
Choose a tag to compare
  • Added 'Tabs as space' and 'Show all characters' options
  • Updated ace.js library
  • Updated polish locale (thanks to Sebastian Brud)
  • Add missing strings to translation
  • Refactored some of the app's code
  • Various bugfixes

v5.5: Merge pull request #3 from julsemaan/feature/cleanup-events

28 Feb 22:59
Compare
Choose a tag to compare
  • Rework of the preferences to prevent user related race conditions from corrupting the preferences
  • Updated ace.js library improving general editing experience
  • Various bugfixes