Damien Elmes
9268dce707
Expose fuzz delta for FSRS add-on
2023-11-06 12:27:53 +10:00
Damien Elmes
e2ee6b7d44
Add an info box so the non-linear nature of desired retention can be seen
2023-11-06 12:04:31 +10:00
Damien Elmes
59acde45a1
Remove redundant FSRS revlog code
...
Closes https://github.com/open-spaced-repetition/fsrs-rs/issues/113
2023-11-06 09:44:07 +10:00
Damien Elmes
a58b2a986c
Clarify 1+ day warning
2023-11-05 14:05:03 +10:00
user1823
58904dcad8
(FSRS) Improve presentation of log loss and RMSE ( #2805 )
...
* (FSRS) Improve presentation of log loss and RMSE
The number of decimal places in log loss have been increased from 3 to 4. Can help in better comparison of weights especially when the log loss with both are same up to 3 places of decimal. Also makes it consistent with the Python optimizer.
RMSE has been expressed in percent, making it easier to interpret.
* Fix formatting
---------
Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2023-11-05 13:56:20 +10:00
Damien Elmes
502e7e3d63
Update translations
2023-11-05 13:45:07 +10:00
Damien Elmes
329ac92c5e
weights -> parameters
...
Closes #2807
2023-11-05 13:44:40 +10:00
Damien Elmes
fb05e430c0
Handle stability < 0.5 in stability graph
2023-11-05 13:44:39 +10:00
RumovZ
02a5c2d526
Fix overflowing filenames displacing import button ( #2806 )
...
Fixes #2793 .
2023-11-05 12:43:43 +10:00
Damien Elmes
db031424c2
Fix webengine remote debugging in Qt6
...
https://github.com/ankitects/anki/pull/2806
+ Enable remote debugging with run.bat, like in run. It doesn't allow
overriding - someone who better knows .bat scripts will need to handle
that if they need it.
2023-11-05 12:41:17 +10:00
Gustaf-C
e071fb471b
Allow creation of empty filtered decks ( #2788 )
...
* Add new button to UI
* Add bool to allow creating empty filtered in back end
* Implement logic into front end for passing on bool
* Hide option on old decks
* Show option again if any settings are changed
* Revert "Show option again if any settings are changed"
This reverts commit 094acd9c65936823fa206594da5c1f3e4eb09248.
* Revert "Hide option on old decks"
This reverts commit d20a9a240b4fd85d080e8cc52d94318416ca753f.
* Update string
* Update ftl/core/decks.ftl
---------
Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
2023-11-05 12:23:14 +10:00
Damien Elmes
e7436a2b23
Fix add-ons screen showing 'requires Anki >= 2.1.231000'
2023-11-05 11:16:09 +10:00
Damien Elmes
afa84b5f52
Bump version to 23.10.1
2023-11-04 11:48:25 +10:00
Damien Elmes
6a32ea3d7b
Update translations
2023-11-04 11:47:28 +10:00
Damien Elmes
e0d2866f79
Prompt user to save preset changes before they compute weights
...
Closes #2797
2023-11-04 11:46:29 +10:00
Damien Elmes
235b6aa2e4
Move 'review' out of 'no need to translate' section
2023-11-04 08:45:02 +10:00
Damien Elmes
afa39e7d96
Give users a hint when they try to build from a source tarball
2023-11-04 08:35:44 +10:00
Damien Elmes
ab3a37ff71
Fix 'creating backup' showing for longer than necessary
2023-11-03 22:18:30 +10:00
Damien Elmes
d744a7cceb
Add tooltip to mask editor button
2023-11-03 21:55:38 +10:00
Damien Elmes
726a59118f
Split sidebar review string
...
https://forums.ankiweb.net/t/im-trying-to-improve-the-translation-but-i-cant-find-it-in-one-place-please-help-me/35335/19
2023-11-03 21:25:10 +10:00
Damien Elmes
cee832e090
Update translations
2023-11-03 21:20:00 +10:00
Damien Elmes
e327195470
Update pip for CVE [action required]
...
If this is not your first time building Anki, remove out/pyenv to
fix the error you'll get after updating to this commit.
2023-11-03 14:21:12 +10:00
Damien Elmes
f69b3c73e1
Update pip-tools
...
Required for the following commit
2023-11-03 14:19:23 +10:00
Damien Elmes
129e01a631
Update to PyQt 6.6 on all platforms
...
This bumps the glibc requirement of the Linux Qt6 build
2023-11-03 14:02:03 +10:00
Damien Elmes
987c1825a6
Fix panic when enabling FSRS with add-on-rescheduled cards
...
https://forums.ankiweb.net/t/error-upon-fsrs-activation-on-anki-23-10/36488
2023-11-03 10:07:47 +10:00
Damien Elmes
613a75773d
Update translations
2023-11-02 21:20:55 +10:00
Damien Elmes
ea84ca9300
Split 'due' translation in deck browser
2023-11-02 21:15:02 +10:00
Damien Elmes
f5fb0fd9e6
Fix syncserver failing to run in macOS packaged build
...
Closes #2794
2023-11-02 20:43:00 +10:00
Damien Elmes
b4c9e54347
Jemalloc no longer seems to fail in cross-compile builds
2023-11-02 19:56:08 +10:00
Damien Elmes
373a63f610
Work around Xcode 15 breaking older macOS versions
2023-11-02 19:54:44 +10:00
Damien Elmes
51a10f0969
Update translations
2023-11-01 07:56:55 +10:00
Hikaru Y
01d5a9a3d2
Fix HTML editor not displaying properly when expanding field ( #2792 )
2023-11-01 07:48:13 +10:00
RumovZ
feaaaa230a
Time out after 60s when checking URLs ( #2785 )
2023-11-01 07:46:49 +10:00
Abdo
252b4e7f00
Fix error on 'Previous Card Info' when deleting a note ( #2790 )
2023-11-01 07:46:24 +10:00
Damien Elmes
ef6f533c49
Update translations
2023-10-29 08:16:33 +10:00
Damien Elmes
eda564ed59
Fix D/R graphs excluding values of 1.0
...
Closes #2783
2023-10-29 07:45:10 +10:00
Aristotelis
fe41b4a136
Move IO webview internals to editor ( #2784 )
2023-10-29 06:50:15 +10:00
Damien Elmes
f934bc2cf3
Fix sm2_retention getting reset on downgrade/sync
2023-10-28 14:45:24 +10:00
Aristotelis
20813eeb32
Always set an AnkiWebViewKind ( #2782 )
2023-10-28 13:18:21 +10:00
Damien Elmes
1b0b4cd6bb
Update translations
2023-10-28 13:16:26 +10:00
Damien Elmes
4a3785c03c
Conflict handling -> Updates
2023-10-28 13:16:13 +10:00
Damien Elmes
55134435f2
Mention 'custom scheduling' and link to FSRS in manual
2023-10-28 12:47:55 +10:00
Damien Elmes
6e2f50e371
Update translations
2023-10-28 12:32:09 +10:00
Damien Elmes
843ac9eff9
Migrate some auto advance strings over from AnkiMobile
2023-10-28 12:31:51 +10:00
Damien Elmes
fa107375d0
Fix handling of multi-word ftl files
2023-10-28 12:28:23 +10:00
Damien Elmes
5a07ef06e4
Add 'copy debug info' button to add-on startup screen
2023-10-28 11:59:54 +10:00
Damien Elmes
0cd0ad9b07
Start editing text immediately after adding text node
...
Closes #2781
2023-10-28 10:25:56 +10:00
Damien Elmes
7740241331
We can now use burn from crates.io
2023-10-28 08:23:33 +10:00
Damien Elmes
6a0b96d7ea
Fix I/O failing to load if image takes too longer
2023-10-28 07:59:06 +10:00
Damien Elmes
9600f033f7
Add reviewer_extras.css
...
Will help with https://github.com/ankidroid/Anki-Android-Backend/issues/313
2023-10-27 03:07:31 +10:00