simplenote-electron

Simplenote for Web, Windows, and Linux

GPL-2.0 License

Stars
4.8K

Bot releases are visible (Hide)

simplenote-electron - 1.18.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.18.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0

Published by belcherj over 4 years ago

Enhancements

  • Added option to disable keyboard shortcuts #2075
  • Added a password validation utility #2086 and stricter password requirements on signup #2087 and login #2088

Fixes

  • Many keyboard shortcut fixes:
    • Delete note shortcut removed #2076
    • Search shortcut changed to CTRL+Shift+S so that it does not conflict with the native browser find #2078
    • Toggle focus on tag field changed from CTRL/Cmd+T to CTRL/Cmd+Shift+Y #2081
    • Create a new note changed from CTRL/Cmd+Shift+N to CTRL/Cmd+Shift+I #2080
    • Open the tag list changed from CTRL/Cmd+Shift+T to CTRL/Cmd+Shift+U #2079
    • Added focus mode shortcut hint to View menu #2082
  • Fixed a bug causing occasional missing characters in note titles #2063
  • Defer re-decorating note when changing search #2073

Other Changes

  • Refactor: Extract authentication and login screen from main app #2066
  • Build updates: Simplenote now supports armv7l (aka armhf on Debian) and arm64 platforms #2042; Added 32-bit version for Windows Store #2067
  • Refactor settings reducer #2083 and tag chip #2068
  • Added types to the Checkbox component #2023
simplenote-electron - 1.17.0-beta3

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.16.0

Published by belcherj over 4 years ago

Enhancements

Fixes

  • Highlight all search matches in Markdown previews and in note list #1987
  • Fix for blurry fonts on LCD screens #2003

Other Changes

  • Renamed RELEASE-NOTES to fix integrations broken by #1576 #2018
  • Extensive refactoring to move more code into Redux state:
    #1920 (tag selection),
    #1928 (system tag),
    #1971 (select trash and show all notes),
    #1981 (dialog renderer),
    #1989 (previous index),
    #1991 (tagsLoaded),
    #1995 (compositeNoteList),
    #1996 (tag suggestions),
    #1999 (load tags),
    #2004 (isElectron and isMac utils),
  • Replace custom height cache with one provided by react-virtualized #1829
  • Dependencies updated #1951, #1993
simplenote-electron - 1.16.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.16.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.15.1

Published by belcherj over 4 years ago

  • Fix application signing to generate appx for windows store
simplenote-electron - 1.15.0

Published by belcherj over 4 years ago

Enhancements

  • Stop erasing the copy buffer if copying empty editor selections #1847
  • Allow for un-selecting a tag by tab or right arrow #1853 @qualitymanifest

Fixes

  • Highlight search results in note list regardless of case #1831
  • Stop wiping out tag name when renaming a tag #1834
  • Only render markdown syntax in note list if markdown enabled for note #1839
  • Fix up/down keyboard navigation in Windows Chrome #1888
  • Stop accidentally hiding the Edit Tag button when clicking on it #1900
  • Make tag auto-suggest case-insensitive #1905
  • Incorporate second fix for Unicode bug with successive surrogate pairs #1912
  • Render unicode bullet as a list item in Markdown preview #1922

Other Changes

  • Added type information throughout the codebase
  • Refactored internal state and data flow
    #1851 (selected note),
    #1866 (editor mode),
    #1870 (connection status),
    #1871 (unsync'd note ids),
    #1881 (search query),
    #1895 (close note action),
    #1896 (various UI toggles),
    #1899 (tag editing),
    #1901 (show trash),
    #1902 (filter list title),
    #1903 (viewing revisions),
    #1907 (toggle navigation),
    #1914 (search field focus),
    #1919 (previous selected note),
    #1921 (revision fetching)
  • Updated dependencies #1771, #1848
  • Improve reliability of end-to-end tests by removing data races and test parallelism #1913
  • Connect Redux Devtools store enhancer for easier debugging #1918
  • Removed hard-source-plugin for more reliable builds #1924
simplenote-electron - 1.15.0-beta.2

Published by belcherj over 4 years ago

simplenote-electron - 1.15.0-beta.1

Published by belcherj over 4 years ago

simplenote-electron - 1.14.0

Published by belcherj over 4 years ago

Enhancements

  • Keep note open when transitioning to small screen in focus mode #1763
  • Added GenericName (description) field for app on Linux #1761
  • Allow width attribute on img tags #1833

Fixes

  • Makes settings scrollable on shorter smaller view ports #1767
  • After selecting a revision to restore ensure that choice is sync'd #1774
  • Added indication that publish url has been copied #1743
  • Disallow partial emails and user's own email from being adding to collaborators email field #1735
  • Fixed keyboard shortcut to toggle markdown preview #1788
  • Fixed an issue where typing a comma in the tag input would insert an empty tag #1798
  • When system theme is selected in Settings, changing the system theme is now immediately reflected in the app #1801
  • Show all checkboxes and search results in note list #1814
  • Fix ol numbering in markdown preview #1823
  • Prevents weird effects in live previews due to incomplete input #1822
  • Fixed a bug where searching for a tag containing non-alphanumeric characters erroneously returned no notes #1828
  • Properly close revision/history view when clicking outside of slider #1837

Other Changes

  • Updated dependencies #1759
  • Applied prettier formatting to all files #1780
  • Delete unused tab restriction util #1783
  • Migrate TransitionDelayEnter to React hooks #1784
  • Added git hooks to run format, lints, and tests #1790
  • Added React Hooks ESLint Plugin #1789
  • Added end-to-end testing with Spectron #1773
  • Removed a workaround for indexing note pinned status #1795
  • Maintenance cleanups #1796, #1797, #1808, #1809, #1810, #1811
  • Updated dependencies #1802
  • Updated dependencies #1821
  • Fixed build warning #1806
  • Refactor how notes are filtered for better performance and maintainability #1812
simplenote-electron - 1.14.0-beta.2

Published by belcherj over 4 years ago

simplenote-electron - 1.14.0-beta.1

Published by belcherj over 4 years ago

simplenote-electron - 1.13.0-beta1

Published by belcherj almost 5 years ago

simplenote-electron - 1.12.0

Published by belcherj almost 5 years ago

simplenote-electron - 1.12.0-beta1

Published by belcherj almost 5 years ago

simplenote-electron - 1.11.0

Published by belcherj almost 5 years ago

Enhancements

Fixes

  • Fixed bug that only shows the first line of text in note list preview #1647

Other Changes