Skip to content

Releases: jcv8000/Codex

Codex v1.3.1

14 Jun 03:41
518f724
Compare
Choose a tag to compare

Changelog

  • Updated a package that had a security vulnerability (Codex doesn't load any external content anyway, except for checking for updates, so it shouldn't have affected Codex users)
  • Updated to Electron 12.0.11
  • Added a link to an optional feedback survey on the home page

Codex v1.3.0

19 May 06:14
Compare
Choose a tag to compare

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

Codex v1.2.2 (Signed)

07 May 06:02
af7bd04
Compare
Choose a tag to compare

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.

Codex v1.2.2

07 Apr 06:41
Compare
Choose a tag to compare

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

Codex v1.2.1

29 Mar 04:40
Compare
Choose a tag to compare

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