You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2021. It is now read-only.
Note history is now kept forever (100 years) with no ability to delete old versions. Although a default of a year seems like a better choice, there should at least be the ability to manually limit/delete note history on the client side. Minimalist philosophy aside, at minimum, there should be a setting to change this behavior server side in the .env file.
Right now the below already exists in the .env file, and if notes are kept for 100 years (but not longer), the ability to purge notes of a certain age is already built in.
REVISIONS_FREQUENCY=300
Couldn't find where the revision history code is located.
Note history is now kept forever (100 years) with no ability to delete old versions. Although a default of a year seems like a better choice, there should at least be the ability to manually limit/delete note history on the client side. Minimalist philosophy aside, at minimum, there should be a setting to change this behavior server side in the .env file.
Right now the below already exists in the .env file, and if notes are kept for 100 years (but not longer), the ability to purge notes of a certain age is already built in.
REVISIONS_FREQUENCY=300
Couldn't find where the revision history code is located.