Recent commits to memoire (cca1a07ce1ac48453db25d9088fe8b6dae3c5c19) https://git.dkl9.net/memoire/tree/cca1a07ce1ac48453db25d9088fe8b6dae3c5c19 Recent commits feed provided by GitList. List most common contexts in statistics 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. https://git.dkl9.net/memoire/commit/cca1a07ce1ac48453db25d9088fe8b6dae3c5c19 (John Smith) Sun, 12 Feb 2023 13:54:10 -0500 cca1a07ce1ac48453db25d9088fe8b6dae3c5c19 Replace percentile-tables with histograms The "s" option now displays detailed histograms in place of the percentile-tables previously used. https://git.dkl9.net/memoire/commit/6bd54944cd44865a0551b2cad9e4452f670414c7 (John Smith) Sun, 12 Feb 2023 13:17:08 -0500 6bd54944cd44865a0551b2cad9e4452f670414c7 Remove biasedshuffle from review.lua biasedshuffle is no longer in use, as of 735ea73 https://git.dkl9.net/memoire/commit/52ebd27ea92088b1f7a92efbb73913985626f8e0 (John Smith) Sun, 12 Feb 2023 12:18:26 -0500 52ebd27ea92088b1f7a92efbb73913985626f8e0 Improve review prioritisation sort 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. https://git.dkl9.net/memoire/commit/735ea736454b62fceee6309fc47d564838b97e3d (John Smith) Sun, 05 Feb 2023 11:52:49 -0500 735ea736454b62fceee6309fc47d564838b97e3d Show review interface partway down the screen During a review session, spacing is added to ensure that text displayed starts 40% of the way down the terminal. https://git.dkl9.net/memoire/commit/7328b5a2ea609b1918a648fd41eaaafba4b49706 (John Smith) Sun, 29 Jan 2023 11:53:39 -0500 7328b5a2ea609b1918a648fd41eaaafba4b49706 Fix bug in 5bfb266 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. https://git.dkl9.net/memoire/commit/fc790a5876e0e67077d3c736696ec7906137ba52 (John Smith) Sat, 31 Dec 2022 23:59:41 -0500 fc790a5876e0e67077d3c736696ec7906137ba52 Show progress within review sessions 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. https://git.dkl9.net/memoire/commit/5bfb26695d593683dff9a16866ce775418ee3ff9 (John Smith) Tue, 27 Dec 2022 14:16:26 -0500 5bfb26695d593683dff9a16866ce775418ee3ff9 More clearly document actions 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. https://git.dkl9.net/memoire/commit/9bd8b322d69e0b94578203849294c06bb93190a7 (John Smith) Sun, 25 Dec 2022 13:24:31 -0500 9bd8b322d69e0b94578203849294c06bb93190a7 Enable user to quit during review session 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. https://git.dkl9.net/memoire/commit/4cffa24204f44870ff0687bbe913e03bfb37ac18 (John Smith) Sun, 25 Dec 2022 13:18:14 -0500 4cffa24204f44870ff0687bbe913e03bfb37ac18 Improve statistics presentation * reorganise code * fix bug encountered for small datasets * allow user to filter for cards containing a given query * show upcoming review quantities https://git.dkl9.net/memoire/commit/775a46cc069b7b37cf82e3cd19be04efc82b46a9 (John Smith) Sun, 20 Nov 2022 22:54:29 -0500 775a46cc069b7b37cf82e3cd19be04efc82b46a9