Skip to content

Releases: Muhammed-Rahif/Notpad

v1.0.0-alpha.4

02 Dec 13:33
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2024-12-02)

Bug Fixes

  • dialog: made content scrollable, header & footer sticky (1a2b443)
  • editor: fake caret animation improvements (b6d83b1)
  • files: file dialogs reappear after cancellation (open/save/save As) (dc7c4a7), closes #243
  • menubar: only show latest release downloads (0ad3b44)
  • mobile: status bar content are misaligned (576e5b7)
  • responsiveness: editor title overlapping if maxlength are met (e526055)
  • shortcuts: remove unwanted trigger button from shortcuts dialog that caused scroll issues (ed6f9a7)
  • storage: refining data from inavailable values of editor caused content merge (35fa06b)
  • storage: when new values introduced they take default values in case of old users (aa6c0cd), closes #242
  • svelte: svelte 5 run replaced using effect (0eab892)
  • tauri: minimum width & height are added; exit not working on tauri (5cc5847)
  • vite: manualChunks incorrect config with pnpm (733a8c9)

Features

  • editing filename limit update (81f95b0)
  • menubar: add a new button Display All Shortcuts (d2d8374)

v1.0.0-alpha.3

18 Nov 20:54
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2024-11-18)

Bug Fixes

  • editor: fake caret dispositioned when toggling line numbers (d6c7370)
  • editor: inifinite recursion in editor caret position update (fe9df2b), closes #234
  • logo: remove app logo white background color (5568d65), closes #236
  • tauri: search on google not working on tauri (db17944), closes #235

v1.0.0-alpha.2

18 Nov 15:00
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2024-11-18)

Bug Fixes

  • about: version is undefined and repo url is incorrect (a1fc34c)
  • editor: add line numbers on left exit animation (16cb4d1)
  • editor: line no correctly aligned (f7f2794)
  • file: save/open file issues on cross platform browsers (aa71537)
  • loading: update loading animation (a581755)
  • menubar: download button animate on mount (418f000)
  • menubar: hide download button until lg (a9743b1)
  • tauri: failed to get updater configuration: plugins > updater doesn't exist (161d32a)
  • view-options: line numbers displaying issues; toggle line number in settings (95b0b99)

Features

  • menubar: add download button for web (59f7e45)
  • menubar: add download-button (ed13660)
  • menubar: add GitHub button to menubar help (4216ea9)

v1.0.0-alpha.1

15 Oct 11:59
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2024-10-15)

Bug Fixes

  • can’t save or open file on mobile devices (94f80a0), closes #182
  • config: svelte with neutralino problems (00a9656)
  • editor: editor title close button bg color (b639bd4)
  • gh-pages: blank page (55be62f)
  • menubar: close the notepad (333c6a8)
  • menubar: dark mode label is not dynamic (9f4968b), closes #195
  • print: print with large content adds a scrollbar (2111f84)
  • pwa: vite-pwa not offline compatible (f860d07)
  • statusbar: move statusbar to a new component (629d145)
  • tauri: menubar file options support on tauri (4bb4883)

Features

  • Add character count feature to textarea (53c826e)
  • editor: open text files from local (8f0935a)
  • files: save and save as (ad68c28)
  • migrate to svelte from sveltekit (a77d5d9)
  • print active editor (2db8efe)
  • tauri: replace neutralino using tauri (8ea0897)