Skip to content

Commit 310489f

Browse files
committed
New release
1 parent 1b8ae1a commit 310489f

19 files changed

+8
-8
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Envs = [
1111
{ goos: "windows", arch: "amd64" }
1212
].freeze
1313

14-
Version = "1.7.6".freeze
14+
Version = "1.7.7".freeze
1515

1616
task :build do
1717
`rm -rf dist/#{Version}`

dist/1.7.6/redovc_win.zip

2.54 KB
Binary file not shown.

dist/1.7.6/redovcdarwin_amd64.tar.gz

912 Bytes
Binary file not shown.

dist/1.7.6/redovclinux_386.tar.gz

1.22 KB
Binary file not shown.

dist/1.7.6/redovclinux_amd64.tar.gz

974 Bytes
Binary file not shown.

dist/1.7.6/redovclinux_arm.tar.gz

1.25 KB
Binary file not shown.

dist/1.7.6/redovclinux_arm64.tar.gz

1.15 KB
Binary file not shown.

dist/1.7.7/redovc_win.zip

3.22 MB
Binary file not shown.

dist/1.7.7/redovcdarwin_amd64.tar.gz

2.97 MB
Binary file not shown.

dist/1.7.7/redovclinux_386.tar.gz

2.92 MB
Binary file not shown.

dist/1.7.7/redovclinux_amd64.tar.gz

3.07 MB
Binary file not shown.

dist/1.7.7/redovclinux_arm.tar.gz

2.82 MB
Binary file not shown.

dist/1.7.7/redovclinux_arm64.tar.gz

2.87 MB
Binary file not shown.

redovc/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
// Current version of redovc.
13-
VERSION string = "1.7.6"
13+
VERSION string = "1.7.7"
1414

1515
DATE_FORMAT string = "2006-01-02"
1616
)

redovc_docs/site/commands/init/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<div class="col-md-9" role="main">
9595

9696
<h1 id="init-command">init command</h1>
97-
<p>Initializes a new todo list in the current directory</p>
97+
<p>Initializes a new todo list in the current directory as well as creating a theme file</p>
9898
<p>This will create a .todos.json in the directory you're in. You can then start adding todos to it.</p>
9999
<h2 id="usage">Usage</h2>
100100
<p><code>redovc init [flags]</code></p>

redovc_docs/site/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
250250

251251
<!--
252252
MkDocs version : 1.5.3
253-
Build Date UTC : 2023-10-25 19:05:15.329034+00:00
253+
Build Date UTC : 2023-10-25 20:52:34.693155+00:00
254254
-->

redovc_docs/site/search/search_index.json

+1-1
Large diffs are not rendered by default.

redovc_docs/site/sitemap.xml.gz

0 Bytes
Binary file not shown.

redovc_docs/site/theming/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<ul class="nav flex-column">
9393
</ul>
9494
</li>
95-
<li class="nav-item" data-level="2"><a href="#theme-file-column-ordering-structure-not-yet-implemented" class="nav-link">Theme File Column Ordering Structure (not yet implemented):</a>
95+
<li class="nav-item" data-level="2"><a href="#theme-file-column-ordering-structure" class="nav-link">Theme File Column Ordering Structure:</a>
9696
<ul class="nav flex-column">
9797
</ul>
9898
</li>
@@ -153,8 +153,8 @@ <h2 id="theme-file-color-structure">Theme file color structure</h2>
153153
</li>
154154
<li>Bold = true or false</li>
155155
</ul>
156-
<h2 id="theme-file-column-ordering-structure-not-yet-implemented">Theme File Column Ordering Structure (not yet implemented):</h2>
157-
<p>I am working on people being able to specify what order the columns are displayed when using 'redovc list'. These will be contained in the theme file as well.</p>
156+
<h2 id="theme-file-column-ordering-structure">Theme File Column Ordering Structure:</h2>
157+
<p>You can now specify what order the columns are displayed when using 'redovc list'. These are contained in the theme file as well. NOTE: Changing the position of the Task subject can make things look really messy. Not recommended</p>
158158
<p>Currently, the json looks like this:</p>
159159
<pre><code> &quot;Columns&quot;:
160160
[

0 commit comments

Comments
 (0)