mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
add changelog
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
- Two-factor authentication
|
||||
- Fix collapse heading icon not showing correctly
|
||||
- Fix items in search are not updated properly
|
||||
- Improve login/signup UX
|
||||
- Do not show progress on backup
|
||||
- Sync over web-sockets
|
||||
- Optionally disable section headers in lists
|
||||
- Formatting support for notification notes
|
||||
- Fix bold text in editor
|
||||
- Fix session-expired dialog does not hide after login
|
||||
- Fix login issues when 2FA enabled
|
||||
- Fix a race condition causing note to be empty in editor
|
||||
- Fix pin to notifications not working
|
||||
|
||||
Thank you for using Notesnook!
|
||||
@@ -2,7 +2,11 @@ import { FeatureType } from './src/components/sheets/new-feature';
|
||||
|
||||
export const features: FeatureType[] = [
|
||||
{
|
||||
title: 'Two-factor authentication',
|
||||
body: 'Improved security for your account. Go to Settings to enable 2FA'
|
||||
title: 'Sync over web-sockets',
|
||||
body: 'We have moved from SSE to web-sockets! Enjoy instant, fast and reliable sync with progress.'
|
||||
},
|
||||
{
|
||||
title: 'Disable section headers',
|
||||
body: 'Now you can disable section headers in lists by changing grouping to "none"'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
- Two-factor authentication
|
||||
- Fix collapse heading icon not showing correctly
|
||||
- Fix items in search are not updated properly
|
||||
- Improve login/signup UX
|
||||
- Do not show progress on backup
|
||||
|
||||
- Sync over web-sockets
|
||||
- Disable section headers in lists by changing grouping to "none"
|
||||
- Fix padding-left on bold text in editor
|
||||
- Fix session-expired dialog does not hide after login
|
||||
- Fix login issues when 2FA enabled on some devices
|
||||
- Fix a race condition causing note to be empty in editor
|
||||
- Fix pin to notifications not working for some notes
|
||||
|
||||
Thank you for using Notesnook!
|
||||
@@ -1,11 +1,13 @@
|
||||
# What's new
|
||||
- Two-factor authentication
|
||||
- Sync over web-sockets
|
||||
- Optionally Disable section headers in lists by changing grouping to "none"
|
||||
- Formatting support for notification notes
|
||||
|
||||
# What's fixed
|
||||
- Fix collapse heading icon not showing correctly
|
||||
- Fix items in search are not updated properly
|
||||
- Improve login/signup UX
|
||||
- Do not show progress on backup
|
||||
|
||||
- Fix padding-left on bold text in editor
|
||||
- Fix session-expired dialog does not hide after login
|
||||
- Fix login issues when 2FA enabled on some devices
|
||||
- Fix a race condition causing note to be empty in editor
|
||||
- Fix pin to notifications not working for some notes
|
||||
|
||||
Thank you for using Notesnook!
|
||||
Reference in New Issue
Block a user