Commit Graph

  • 91f3cbdfb8 added initial indentation extension for wrapped lines Abhishek Maran 2024-02-12 01:41:46 +0530
  • d2b6641799 Bump version to 1.7.0-beta.2 v1.7.0-beta.2 Jonatan Heyman 2024-02-09 16:09:12 +0100
  • 2f22951e9f Add "Always on top" setting which makes Heynote stay on top of other programs Jonatan Heyman 2024-01-26 14:14:12 +0100
  • a7e0f53c35 Avoid code duplication by auto building the GUESSLANG_LANGUAGES list in langdetect-worker.js from the src/editor/languages.js:LANGUAGES list. Jonatan Heyman 2024-02-09 15:52:00 +0100
  • d591d7ddb1 Add PowerShell language mode Jonatan Heyman 2024-02-09 15:49:10 +0100
  • 9e3fc5e8e6 Add Diff language mode Jonatan Heyman 2024-02-09 15:15:39 +0100
  • dd4e2073cc Avoid code duplication by auto building the GUESSLANG_LANGUAGES list in langdetect-worker.js from the src/editor/languages.js:LANGUAGES list. Jonatan Heyman 2024-02-09 15:52:00 +0100
  • 2d0f73c22c Add PowerShell language mode Jonatan Heyman 2024-02-09 15:49:10 +0100
  • 1de7fcf179 Add Diff language mode Jonatan Heyman 2024-02-09 15:15:39 +0100
  • 30d6e4d3fb Bump vite from 4.5.1 to 4.5.2 dependabot[bot] 2024-02-08 13:28:48 +0000
  • 3eb84f5b51
    Bump vite from 4.5.1 to 4.5.2 dependabot[bot] 2024-02-08 13:28:48 +0000
  • f088c37061 Bump version to 1.7.0-beta v1.7.0-beta Jonatan Heyman 2024-02-08 14:25:59 +0100
  • 5eed314e32
    fix: Block corruption when deleting block content using deleteLine command (#134) Abhishek Maran 2024-02-07 17:33:59 +0530
  • a23995bb3b moved deleteLine and selectedLineBlocks to delete-line.js Abhishek Maran 2024-02-07 17:00:29 +0530
  • 7b7d1411da implemented tests for delete line Abhishek Maran 2024-02-07 15:29:38 +0530
  • f9673b0954 Use explicit key bindings for copy/paste/cut, instead of just relying on default browser keys Jonatan Heyman 2024-01-29 13:20:21 +0100
  • 104cdbd20b Add "Always on top" setting which makes Heynote stay on top of other programs Jonatan Heyman 2024-01-26 14:14:12 +0100
  • a5088a48af Open the Heynote window when menu bar icon is left-clicked on Mac Jonatan Heyman 2024-01-26 01:42:29 +0100
  • fdfce3d9c8 Remove unnessecary entitlements BlackHoleFox 2024-01-25 02:00:25 -0600
  • 9e3ca58822 Remove insecure macOS entitlement BlackHoleFox 2024-01-25 01:59:15 -0600
  • 41d9ef7025
    Copy whole current line(s) when selection(s) are empty (#177) Jonatan Heyman 2024-01-25 17:44:38 +0100
  • e371d6875e Fix tests on Linux/Windows Jonatan Heyman 2024-01-25 17:40:19 +0100
  • f384579128 Copy whole current line(s) when selection(s) are empty Jonatan Heyman 2024-01-25 17:27:30 +0100
  • 91f80ff84a Check that stored screen position and size are still valid (not larger than screen or outside screen), and if not, reset them. Jonatan Heyman 2024-01-25 14:19:31 +0100
  • 5e169a1927 added x and y co-ordinates to windowConfig ImKaashif 2024-01-20 17:44:22 +0530
  • c3ddf81a56 Check that stored screen position and size are still valid (not larger than screen or outside screen), and if not, reset them. Jonatan Heyman 2024-01-25 14:19:31 +0100
  • 8c044e17d8 Remove unnessecary entitlements BlackHoleFox 2024-01-25 02:00:25 -0600
  • 18e2eebb74 Remove insecure macOS entitlement BlackHoleFox 2024-01-25 01:59:15 -0600
  • 6fcf0f6db4 added x and y co-ordinates to windowConfig ImKaashif 2024-01-20 17:44:22 +0530
  • 295e55552b Add version number to settings dialog. Jonatan Heyman 2024-01-12 15:08:53 +0100
  • 56d0e9f48b Add version number to settings dialog. Jonatan Heyman 2024-01-12 15:08:53 +0100
  • 37b62d416e Move window.heynote.isWebApp to window.heynote.platform.isWebApp Jonatan Heyman 2024-01-12 14:40:44 +0100
  • e292fab449 Always show settings button in status bar (not just in web app) Jonatan Heyman 2024-01-12 14:38:57 +0100
  • 7f21c0a599 Move window.heynote.isWebApp to window.heynote.platform.isWebApp Jonatan Heyman 2024-01-12 14:40:44 +0100
  • 01637ee165 Always show settings button in status bar (not just in web app) Jonatan Heyman 2024-01-12 14:38:57 +0100
  • 15ee6b9194 Change "Preferences" to "Settings" in the application menu (#100) Jonatan Heyman 2024-01-12 14:29:36 +0100
  • 5adbbc72ec
    Add prev variable to Math blocks that holds the previous value (#156) Jonatan Heyman 2024-01-11 21:28:11 +0100
  • 0c41f0339a Fix test with duplicate name Jonatan Heyman 2024-01-11 21:21:42 +0100
  • ee5cab5a2a Add prev variable to Math blocks that holds the previous value Jonatan Heyman 2024-01-11 21:16:34 +0100
  • 66e7082786 Set default font size to 16px in webapp for mobile devices in order to avoid auto zoom in when the keyboard appears on iOS Safari Jonatan Heyman 2024-01-11 20:21:44 +0100
  • c645b0bac8 Avoid zoom in on input focus, in the webapp on mobile devices Jonatan Heyman 2024-01-11 20:07:03 +0100
  • 54e390eeec Set text color for language selector's input in dark mode Jonatan Heyman 2024-01-11 20:03:45 +0100
  • db47194b0a Set default font size to 16px in webapp for mobile devices in order to avoid auto zoom in when the keyboard appears on iOS Safari Jonatan Heyman 2024-01-11 20:21:44 +0100
  • 2d5c95dea8 Avoid zoom in on input focus, in the webapp on mobile devices Jonatan Heyman 2024-01-11 20:07:03 +0100
  • d0aa5ab76c Set text color for language selector's input in dark mode Jonatan Heyman 2024-01-11 20:03:45 +0100
  • 922aa83a10 Fix "white flash" effect when resizing window in dark mode Jonatan Heyman 2024-01-11 16:57:37 +0100
  • 4320a3cfd8 Fix "white flash" effect when resizing window in dark mode Jonatan Heyman 2024-01-11 16:57:37 +0100
  • 195a00a783 Add info on how to override format() in Math blocks Jonatan Heyman 2024-01-10 18:05:31 +0100
  • 96667a9d3c Bump version to 1.6.0 v1.6.0 Jonatan Heyman 2024-01-10 13:00:14 +0100
  • 85274103fc Bump version to 1.6.0-beta.5 v1.6.0-beta.5 Jonatan Heyman 2024-01-10 09:57:47 +0100
  • fea7e3cec2 Fix bug causing crash when starting the app for the first time (without a config file) Jonatan Heyman 2024-01-10 09:55:38 +0100
  • 73c3d12e38 Bump version to 1.6.0-beta.4 v1.6.0-beta.4 Jonatan Heyman 2024-01-09 00:46:57 +0100
  • e1287d795e Remove AltGr from global hotkey setting on Windows Jonatan Heyman 2024-01-09 00:38:51 +0100
  • 8ac912b04d Remove AltGr from global hotkey setting on Windows Jonatan Heyman 2024-01-09 00:38:51 +0100
  • 090b6fc1dd Add tests for custom fonts Jonatan Heyman 2024-01-09 00:24:48 +0100
  • f0927add74 Fix broken Settings dialog in browsers that doesn't support queryLocalFonts() Jonatan Heyman 2024-01-08 21:36:34 +0100
  • 780a949a73 Fix so that Settings dialog work when browser doesn't support queryLocalFonts() Jonatan Heyman 2024-01-08 21:31:34 +0100
  • 09539f9cd8 Remove invalid code (copy & paste error) Jonatan Heyman 2024-01-08 21:30:54 +0100
  • a56a267e06 Add support for changing font family and font size Jonatan Heyman 2024-01-08 21:16:56 +0100
  • fb62652847 Update initial-content.ts Jonathon Hodges 2024-01-07 23:02:22 +0000
  • 9858e1315b Add tests for custom fonts Jonatan Heyman 2024-01-09 00:24:48 +0100
  • 2bb166a16b Fix broken Settings dialog in browsers that doesn't support queryLocalFonts() Jonatan Heyman 2024-01-08 21:36:34 +0100
  • 6c718cf559 Fix so that Settings dialog work when browser doesn't support queryLocalFonts() Jonatan Heyman 2024-01-08 21:31:34 +0100
  • 3b5e946147 Remove invalid code (copy & paste error) Jonatan Heyman 2024-01-08 21:30:54 +0100
  • d98165830e Add support for changing font family and font size Jonatan Heyman 2024-01-08 21:16:56 +0100
  • c8b61b0ec1
    Update initial-content.ts Jonathon Hodges 2024-01-07 23:02:22 +0000
  • 3625b9ac11 customize deleteLine to fix cell corruption Abhishek Maran 2024-01-07 23:32:17 +0530
  • bb7c4168da
    Explicitly document that Math blocks use math.js expressions (#143) Noah Andrews 2024-01-06 18:09:09 -0600
  • 6a424b5e92
    Tweak math.js docs links Noah Andrews 2024-01-06 16:26:32 -0600
  • a6d2b0788d
    Explicitly document that Math blocks use math.js expressions Noah Andrews 2024-01-06 16:17:06 -0600
  • ff7323ed63 Bump version to 1.6.0-beta.3 v1.6.0-beta.3 Jonatan Heyman 2024-01-06 21:31:42 +0100
  • e887d7e35f Automatically remove/add window from Taskbar in Windows, when Show in tray is turned on. Call setForceQuite() before autoUpdater.quitAndInstall() to make sure auto updating works when Tray/Menu Bar setting is turned on. Jonatan Heyman 2024-01-06 21:26:05 +0100
  • d3ef246c1f Automatically remove/add window from Taskbar in Windows, when Show in tray is turned on. Call setForceQuite() before autoUpdater.quitAndInstall() to make sure auto updating works when Tray/Menu Bar setting is turned on. Jonatan Heyman 2024-01-06 21:26:05 +0100
  • fcbf1733c4 Bump version to 1.6.0-beta.2 v1.6.0-beta.2 Jonatan Heyman 2024-01-06 03:13:07 +0100
  • 2a2703d6d3 Check showInMenu checkbox when showInDock is deselected Jonatan Heyman 2024-01-06 03:10:07 +0100
  • 46b2ee0522 Use correct OS terminology for Tray in settings label Jonatan Heyman 2024-01-06 03:09:24 +0100
  • 05aba1ac65 Make close button just hide the window if "Show in menu bar" is active on Mac Jonatan Heyman 2024-01-06 03:08:08 +0100
  • bb5975455c Hide Heynote from taskbar on Windows when Tray icon has been turned on. Make close button just hide the window, and require using the Tray menu to quit for real. Fixes 137. Jonatan Heyman 2024-01-06 02:51:07 +0100
  • 9ba48588b6 Check showInMenu checkbox when showInDock is deselected Jonatan Heyman 2024-01-06 03:10:07 +0100
  • 6c67b66547 Use correct OS terminology for Tray in settings label Jonatan Heyman 2024-01-06 03:09:24 +0100
  • c274b4167d Make close button just hide the window if "Show in menu bar" is active on Mac Jonatan Heyman 2024-01-06 03:08:08 +0100
  • 5cf000288e Hide Heynote from taskbar on Windows when Tray icon has been turned on. Make close button just hide the window, and require using the Tray menu to quit for real. Fixes 137. Jonatan Heyman 2024-01-06 02:51:07 +0100
  • aa420acd1d Resolve ~ to homedir Joshua Blum 2024-01-05 17:06:49 -0500
  • d055db1831
    FIX: fixed trayicon on linux not appearing (#136) Fernando Pinedo 2024-01-05 22:04:50 -0300
  • b965d4e844 Whitespace fix Jonatan Heyman 2024-01-06 01:57:43 +0100
  • f6ace2fb14 Merge branch 'main' into trayicon-fix Jonatan Heyman 2024-01-06 01:57:17 +0100
  • 64ce11b5bc Whitespace fix trayicon-fix Jonatan Heyman 2024-01-06 01:54:32 +0100
  • e9c472757a FIX: fixed trayicon on linux not appearing Fernando Pinedo 2024-01-05 16:40:23 -0300
  • 554e04ea67 Fix test on linux/windows Jonatan Heyman 2024-01-05 16:53:00 +0100
  • 17091d323c Remove debug log Jonatan Heyman 2024-01-05 16:29:36 +0100
  • 957b22c70e Refactor the way we handle copy/cut/paste in Emacs mode Jonatan Heyman 2024-01-05 16:29:26 +0100
  • 1b0b2d55b1 Support setting preventDefault to false in keymapFromSpec spec Jonatan Heyman 2024-01-05 15:42:11 +0100
  • 8a8c7f3807 Fix test on linux/windows Jonatan Heyman 2024-01-05 16:53:00 +0100
  • 3706c99d72 Resolve ~ to homedir Joshua Blum 2024-01-05 17:06:49 -0500
  • 0f89fcd5ea FIX: fixed trayicon on linux not appearing Fernando Pinedo 2024-01-05 16:40:23 -0300
  • 554cf0bce7 fix: cell corruption when deleting block contents Abhishek Maran 2024-01-05 23:28:57 +0530
  • 524c6ad54b Remove debug log Jonatan Heyman 2024-01-05 16:29:36 +0100
  • 9a3271affa Refactor the way we handle copy/cut/paste in Emacs mode Jonatan Heyman 2024-01-05 16:29:26 +0100
  • 933db2f9fd Support setting preventDefault to false in keymapFromSpec spec Jonatan Heyman 2024-01-05 15:42:11 +0100
  • d395265d42
    Merge 916c2bdff3 into 37265d7796 Fernando Pinedo 2024-01-04 22:16:56 -0300