Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcv8000 committed Feb 12, 2022
1 parent 3866a15 commit d6bd23d
Show file tree
Hide file tree
Showing 5 changed files with 833 additions and 1,190 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<center>

<img src="img/logo.png" style="width: 100%">
<p><code><b>Version 1.4.1</b></code><br>Made by Josh Vickery</p>
<p><code><b>Version 1.4.2</b></code><br>Made by Josh Vickery</p>
<br>
<span style="font-size: 12px">This work is licensed under a <a rel="license" href="#" onclick="shell.openExternal('https://creativecommons.org/licenses/by-nc/4.0/')">CC BY-NC 4.0 License</a>.</span>
<br><br><br>
Expand Down
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,22 +204,18 @@ <h6 class="sidebar-heading text-muted" style="margin-top: 3px">Notebooks</h6>
<div>
<center>
<img src="img/logo-shadow.png" style="width: 400px"><br>
<p style="color: white; margin-bottom: 5px; font-weight: 500">Version 1.4.1</p>
<p style="color: white; margin-bottom: 5px; font-weight: 500">Version 1.4.2</p>
<p style="color: white; padding-bottom: 20px;">Made by Josh Vickery</p>
</center>
</div>
</div>



<div class="alert alert-success mx-auto" role="alert" style="width: 800px; margin-bottom: 30px">
<h2>Thank you for using Codex!</h2>
If you have any issues or feedback for Codex, feel free to email <b>[email protected]</b>, or
create an Issue/Discussion on the
GitHub repository.
<!--<h2><span data-feather="user-check" style="width: 30px; height: 30px; margin-right: 10px; vertical-align: -4px;"></span>Optional Feedback Survey</h2>
If you would like to share your opinion or give any suggestions, please submit this survey (hosted by Google Forms).
<button class="mybtn mt-2" onclick="shell.openExternal('https://forms.gle/uDLJpqLbNLcEx1F8A')" title="https://forms.gle/uDLJpqLbNLcEx1F8A">Take Survey</button>-->
<div class="alert alert-warning mx-auto" role="alert" style="width: 800px; margin-bottom: 30px">
<h4>Codex 2.0 is coming soon</h4>
Version 2.0 is a complete re-write and will finally add Sections, so you can create a tree of chapters/sections inside your notebooks, along with lots of other features and fixes.<br>
If you have any issues or feedback for Codex, create an Issue/Discussion on the GitHub repository.
</div>


Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app.commandLine.appendSwitch("disable-http-cache");

var mainWindow = null;

const currentVersion = "1.4.1";
const currentVersion = "1.4.2";


const gotTheLock = app.requestSingleInstanceLock()
Expand Down
Loading

0 comments on commit d6bd23d

Please sign in to comment.