mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Bump version to 23.10
A stable release before October is unlikely at this point
This commit is contained in:
parent
25d5e56397
commit
812f5bc8be
2 changed files with 4 additions and 4 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
23.09
|
||||
23.10
|
||||
|
|
|
@ -70,7 +70,7 @@ message Notetype {
|
|||
repeated CardRequirement reqs = 8;
|
||||
// Only set on notetypes created with Anki 2.1.62+.
|
||||
StockNotetype.OriginalStockKind original_stock_kind = 9;
|
||||
// the id in the source collection for imported notetypes (Anki 23.09)
|
||||
// the id in the source collection for imported notetypes (Anki 23.10)
|
||||
optional int64 original_id = 10;
|
||||
|
||||
bytes other = 255;
|
||||
|
@ -85,7 +85,7 @@ message Notetype {
|
|||
bool plain_text = 6;
|
||||
bool collapsed = 7;
|
||||
bool exclude_from_search = 8;
|
||||
// used for merging notetypes on import (Anki 23.09)
|
||||
// used for merging notetypes on import (Anki 23.10)
|
||||
optional int64 id = 9;
|
||||
|
||||
bytes other = 255;
|
||||
|
@ -103,7 +103,7 @@ message Notetype {
|
|||
int64 target_deck_id = 5;
|
||||
string browser_font_name = 6;
|
||||
uint32 browser_font_size = 7;
|
||||
// used for merging notetypes on import (Anki 23.09)
|
||||
// used for merging notetypes on import (Anki 23.10)
|
||||
optional int64 id = 8;
|
||||
|
||||
bytes other = 255;
|
||||
|
|
Loading…
Reference in a new issue