Skip to content

Releases: massCodeIO/massCode

v2.0.0

15 Apr 05:02
Compare
Choose a tag to compare

First stable release 🎉

I am excited that massCode is released to version 2.0.

Bug Fixes

  • snippets: sort by updatedAt (f5f50e6)

Features

  • api: add controller to get snippets with folder (3a2f1fb)
  • main: menu: add find menu (e42349e)
  • snippets: show time for today updated & full date for other snippets (3724a5b)

v2.0.0-beta.6

14 Apr 08:30
Compare
Choose a tag to compare

Features

  • add 4 light & 4 dark app theme (#26) (e9dff1e)
  • folders: add rename context menu (#25) (654767b)
  • snippets: exit from edit mode by enter for fragment (9e3e301)

v2.0.0-beta.5

13 Apr 14:21
Compare
Choose a tag to compare

Bug Fixes

  • snippets: cut off snippets name for Windows #20 (#24) (097d2cb)
  • snippets: open external link in markdown (b5d3ee0)

Features

v2.0.0-beta.4

12 Apr 09:31
Compare
Choose a tag to compare

Bug Fixes

  • editor: undo/redo stack (84096c4)
  • snippets: sort in 'All snippets' (ab799d5)

Features

v2.0.0-beta.3

11 Apr 01:25
Compare
Choose a tag to compare

Bug Fixes

v2.0.0-beta.2

10 Apr 08:01
Compare
Choose a tag to compare

Features

v2.0.0-beta.1

09 Apr 16:38
Compare
Choose a tag to compare

First beta release 🎉

I'm happy to announce that the first beta is out.

Bug Fixes

  • build: change main script, move files to src (6eb1e8a)
  • build: include renderer to build (8ea99c5)
  • editor: init theme (1de3afa)
  • editor: set lang during init (34c340d)
  • editor: update height (2f55391)
  • in build need to push to main route (4dc4974)
  • ipc: cancel delete snippet (7c71b49)
  • main: api: path resolve (07d7f8c)
  • main: db: remove from app store selectedFolderId & selectedFolderIds (8e364f1)
  • main: ipc: add typing (07cfb74)
  • main: store: set cwd to v2 to prevent conflict (075b490)
  • main: import config in build (aa68762)
  • main: ipc listener for restart (4ea5460)
  • main: set storage & backup path in dev mode (dd455cf)
  • router: import all views at once (7762315)
  • snippets: currentContent & currentLanguage getters (4b6e4e4)
  • snippets: add folder prop as optional (e28c761)
  • snippets: add new snippet from list header (686c982)
  • snippets: blur snippets after context menu (c8b1c6a)
  • snippets: check for undefined (f2b6a2f)
  • snippets: delete fragments (453fc05)
  • snippets: delete from electron store snippet id (b5dcb73)
  • snippets: filter by not deleted (c1099e7)
  • snippets: focus snippet name by add new snippet (e2e4ff3)
  • snippets: get all snippets after patch (f6b0d76)
  • snippets: set first selected (24bc85c)
  • snippets: unset selectedIds by setSnippetsByAlias (7d76a6c)
  • tags: scroll (b060225)
  • ui: tree: disable hoveredNodeId if is dragged tree node (6eab5e6)

Features

  • add analytics (#12) (d73856c)
  • add custom scroll, restore snippet position during init (#10) (889624f)
  • add db (basic) (#1) (bccf129)
  • add editor (base) (9fd7085)
  • add folder component & retrieve folders from store (9120886)
  • add folder tree (#2) (ac025f0)
  • add init app (5e4de2a)
  • add search (#9) (e8f4bce)
  • add sidebar (basic) (118e83a)
  • add snippet list (basic) (5681c75)
  • add snippets header, fragments (basic) (8ae34ee)
  • add storage preferences (#11) (7756db5)
  • add tags (#8) (c84386c)
  • api: add snippets batch delete (f27295a)
  • composable: add useApi (b29cd11)
  • composable: add emitter (80f7fc5)
  • drop .env & add config.ts (1ad8639)
  • editor: add old languages mapping (bfd86ba)
  • editor: disable all keybindings (b75d987)
  • fetch multiple folders with snippets (62d427d)
  • folders: add alias (7297274)
  • folders: add context menu for add new, delete (9f921b2)
  • main: api: add middleware for POST, PATCH & PUT (df26660)
  • main: components: return instance of menu (5b12cc7)
  • main: db: map old languages during migration (9e91d5a)
  • main: ipc: add context menu for snippets (24f33c2)
  • main: ipc: add restart app listener (1b8ea86)
  • main: ipc: create notification (8a66475)
  • main: store: store selected folder & snippet id (b0547e2)
  • main: add createPopupMenu constructor (cc806ba)
  • main: add context menu ipc, typing (d5c11ee)
  • main: check for update (09ec5ee)
  • main: disable webSecurity (3bd9999)
  • main: expose on & once events (008e11a)
  • main: expose only invoke ipc (daf42b5)
  • main: extend exposed store methods (e24ee88)
  • main: provide preferences (9520dc9)
  • main: provide store to renderer (9829f0a)
  • main: remove trash as folder from default ([34c8287](34c8287...
Read more