https://git.dkl9.net/memoire/tree/a3c966a06e84355472efb5906323b50e89bb7e1eRecent commits to memoire (a3c966a06e84355472efb5906323b50e89bb7e1e)2023-03-05T12:32:57-05:00tag:gitlist.org,2012:commit/a3c966a06e84355472efb5906323b50e89bb7e1eAdd delay-last review ratio histogram2023-03-05T12:32:57-05:00John Smith
<pre>The statistics procedure now displays, among the other histograms,
one summarising the distribution of prompts' ratios of
time-from-last-review to scheduled delay (a measure of overdueness).
</pre>
tag:gitlist.org,2012:commit/cca1a07ce1ac48453db25d9088fe8b6dae3c5c19List most common contexts in statistics2023-02-12T13:54:10-05:00John Smith
<pre>The "s" option now includes in output the first few items of
a frequency-sorted list of card contexts (text before the first colon
in card text), including the number of cards in the deck
with each such context.
</pre>
tag:gitlist.org,2012:commit/6bd54944cd44865a0551b2cad9e4452f670414c7Replace percentile-tables with histograms2023-02-12T13:17:08-05:00John Smith
<pre>The "s" option now displays detailed histograms in place of
the percentile-tables previously used.
</pre>
tag:gitlist.org,2012:commit/52ebd27ea92088b1f7a92efbb73913985626f8e0Remove biasedshuffle from review.lua2023-02-12T12:18:26-05:00John Smith
<pre>biasedshuffle is no longer in use, as of 735ea73
</pre>
tag:gitlist.org,2012:commit/735ea736454b62fceee6309fc47d564838b97e3dImprove review prioritisation sort2023-02-05T11:52:49-05:00John Smith
<pre>Improving upon a504a3f, the sorting procedure to prioritise prompts
to review no longer includes a shuffle phase,
instead scoring each prompt by a coefficient of overdueness,
its ease (easier cards have lower priority), and a random offset
which is more significant on lower-priority cards.
</pre>
tag:gitlist.org,2012:commit/7328b5a2ea609b1918a648fd41eaaafba4b49706Show review interface partway down the screen2023-01-29T11:53:39-05:00John Smith
<pre>During a review session, spacing is added to ensure that text displayed
starts 40% of the way down the terminal.
</pre>
tag:gitlist.org,2012:commit/fc790a5876e0e67077d3c736696ec7906137ba52Fix bug in 5bfb2662022-12-31T23:59:41-05:00John Smith
<pre>Before this change, if the user input a number of prompts to review
greater than the number queued, the indicator would display
the number input by the user rather than the true number of prompts
to review.
</pre>
tag:gitlist.org,2012:commit/5bfb26695d593683dff9a16866ce775418ee3ff9Show progress within review sessions2022-12-27T14:16:26-05:00John Smith
<pre>If the ShowProgress option is present in the config file,
Memoire will display an indicator of the form
"(prompt number/session size)" thruout a review session.
</pre>
tag:gitlist.org,2012:commit/9bd8b322d69e0b94578203849294c06bb93190a7More clearly document actions2022-12-25T13:24:31-05:00John Smith
<pre>The help option now includes, in the description of each action
for which this applies, a note about what extra input Memoire expects
in order to run the action.
</pre>
tag:gitlist.org,2012:commit/4cffa24204f44870ff0687bbe913e03bfb37ac18Enable user to quit during review session2022-12-25T13:18:14-05:00John Smith
<pre>Adding a "q" to the end of the ease-response at any prompt in
a review session makes Memoire quit the review session, overriding
the number specified at the start while quitting gracefully.
The user no longer needs to know in advance exactly how many prompts
they will be able to review in a session.
</pre>