Jcv8000 Codex Versions Save

A free note-taking software for programmers and Computer Science students

v1.3.0

2 years ago

New Features:

  • Added custom scrollbars to the sidebar and main window
  • Resizable and responsive sidebar that can be collapsed and opened even in small windows
  • Redesigned home page
  • Favorites section on home page
  • Code blocks can now show the code block's language in the top-right
  • You can now set a custom Icon for each notebook

Minor changes:

  • Updated to Electron 12.0.8
  • Switching pages now scrolls the page to the top as it should
  • Made the "New notebook" and "Edit notebook" dialogs look better
  • Made the buttons look much better
  • Tweaked lots of misc. styles in light mode & dark mode
  • Added a small shadow to images inside of notes

Fixes:

  • Zooming in & out on a page should keep your position better
  • Fixed a light theme being inside the "dark themes" section
  • Misc. bug fixes

v1.2.2-signed

3 years ago

Nothing has changed yet with this build, but the Windows executables are signed with my code-signing certificate again for extra security and to verify that the executable was compiled by me.

You should see when installing/running that the verified publisher is "Joshua Vickery" if you aren't building locally.

v1.2.2

3 years ago

Changelog:

  • Enabled spellcheck in the editor
  • Smaller font size on code blocks
  • Reworked settings page
  • Added shift-tab keybind in code blocks
  • Remade about page
  • Fixed pdf background
  • Fixed context menus going off-screen
  • Fixed text on "rename" button
  • Fixed heading alignment problem
  • Align buttons disable when in code block
  • Toolbar buttons & size stay constant
  • Fixed text being white when selecting parent node
  • Re-enabled "select parent node" button
  • The mark buttons disable when in code block
  • Made editor toolbar more opaque
  • Changed license

v1.2.1

3 years ago

Changes

  • Fixed auto-indentation not working on code that has actual tab characters
  • The behavior of writing Lists has been improved a lot
  • Pressing Ctrl+U now enables Underline even if you don't have any text selected, just like bold and italics
  • Added a macro for the R language, [r], and a menu item
  • Fixed editor toolbar not being centered in a small window
  • Fixed the spacing between list items
  • Made the numbers in a numbered list bold
  • The New Update popup now has a link to view the changelog
  • Fixed some issues with the sidebar not coming back when you make the window bigger
  • Made the editor toolbar a little less transparent
  • Save indicator now shows above the editor toolbar