Anki 2.1.63 (Karteikarten)

Wissenschaftliche Programme (Mathematik, Sprachen, Kaufmännisches, etc.)

Moderatoren: Jean, |Gordon|, Moderatoren

Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Beitrag von NSA »

Changes in 0.9.9.7.9
Changes in 0.9.9.7.9

* Faster suspending: changing active tags is now 2-3x faster
* Easier suspending:
o active tags dialog sorted by tag type with icons
o suspend/unsuspend menu items in the browser
* Optimizations:
o Improved speed of card deletion
o Improved speed of priority updates
o Improved speed of add items dialog on large decks
o Improved speed of reviewing with many suspended cards
* Fix deck being mark modified on open
* Make sure to remove unused tags on delete
* Fix statusbar and titlebar not updating on deck load
* Allow copy and paste from status area of add items dialog
* Updated Swedish translations from Sanna
* Add shortcuts to filter/sort area in browser
* Don't display extra separators if no model tags
* Add deck name to titlebar of add & browse dialogs
* After suspend/unsuspend/tag change, refresh yellow highlight
* Update tag list in browser whenever tags are changed
* Forget last card when study options opened, so that a single remaining failed card can be studied
* Fix bug in Chinese translation that broke deck properties dialog
* Fix sorting of tag area after adding cards

Changes in 0.9.9.7.8

* More search options: you can now search for due cards, and cards by type. See the wiki page
* Easier 'learn more': like 'review early', it will now continue until you press the study options screen, instead of dishing out 5 cards at a time.
* Updated Polish and German translations from Piotr
* Updated Mongolian translations from Charlene
* Updated Swedish translation from Susanna
* Fix a bug in the estimated workload deck statistics - new cards were accidentally included in the estimates, throwing the numbers off.
* Update counts after cards are rescheduled in browser
* Update counts when cards are suspended
* Give the user the option of displaying a dialog box on sync errors (requires editing configuration file)
* Fix text display problems in status bar
* Fix other instances of actions causing the study options screen to disappear
* Don't accept space to show answer when 'type in the answer' mode
* Replace _ with a space for models/template tags in the browser
* Fix bug with deleting the current model in deck properties
* Fixed a race condition that could cause Anki to get stuck in disabled mode
* Proactively enforce no db access in progress handler
* Give full traceback if import fails for an unknown reason
* Fix spurious errors when performing certain actions in the editor with the IME still enabled
* Set focus on show answer button to avoid the answer being shown by holding down the key too long
DL
Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Beitrag von NSA »

Anki in 0.9.9.8
Changes in 0.9.9.8
Note: Debian/Ubuntu users may need to install python-sip4-dev and python-qt4-dev due to a bug in the Debian packaging.

* Deck Browser: Easily switch between decks and see which ones have cards due at a glance. The recent decks menu has also been converted into a type-and-search dialog for faster switching.
* Full Sync: If more than 1000 cards or facts have changed, Anki will compress and upload the entire deck. This uses a lot less memory and CPU, and results in much faster syncs when a lot of information has changed.
* Decks load faster: Deck load has been optimized. This is particularly noticeable from a cold-cache start, such as when you've just turned on your computer. A deck with 40,000 cards that took 20 seconds to load previously now loads in a few seconds. The review process has also been further sped up.
* Jump to the editor: After adding cards, you can click on the status area to immediately start editing the cards you added.
* Proxy and backups: You can now configure the number of backups and the proxy to use in Settings|Preferences. Thanks to Richard Colley for the proxy code.
* Japanese updates:
o Improved statistics for Japanese learners, thanks to Emilio Wuerges.
o The automatically-generated reading now includes the kanji too. This makes it easier to scan, and will facilitate furigana in the future. (pic)
* "Show failed cards last" now respects the max failed cards setting, and defaults to 1000.
* Removed the Win32 auto-updater: it was buggy and doubled the work required to build a new release. In future versions, you'll be directed to the website to download the latest version, like what happens when the update message pops up on Linux or OSX.
* Various screens like the study options, congrats screen, etc now use the system window colour instead of forcing the background to white. This means you can customize the colour using your standard operating system tools.
* Removed the grid from the card browser, as the lines alternate already.
* Updated Polish and Swedish translations
* Norwegian translations from Lars Lem
* Changing the model on cards will not change the default model
* Cloze deletion ignores formatting in text
* Fix mark card binding on OSX
* Opening the 'download deck' menu will not close the current deck unless you decide to download a new one
* Fixed new decks defaulting to the wrong 'new day starts at' time.
* Fixed a media check bug
* Added another test to the DB check
* After importing an Anki file, randomize the cards
* A bunch of other miscellaneous bugfixes. See the changelog for the full list.
DL
Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Beitrag von NSA »

Anki in 0.9.9.8.2 (24.06.2009)
Changes in 0.9.9.8.2

* Japanese and Chinese changes:
All Japanese and Chinese-specific features have been moved into plugins. This makes Anki smaller for people who are not studying those languages, and allows the plugins to grow larger and more sophisticated.

Chinese learners, please use File|Download|Shared Plugin and download "Basic Chinese Support". You may also want to download the Mandarin Toolkit, which has better reading generation and other more sophisticated features.

Japanese learners, please see the Japanese Support page.

Please disable the original smart.fm importing plugin and the furigana plugin if you have them installed. If you don't do this, Anki will reports errors on startup.
* Per-card suspending: You can now suspend individual cards instead of whole facts, as suspending no longer uses tags.
* Leech detection: Anki will now notify you when a card you have been studying has taken up too much of your time and is a leech.
* Media changes:
o It is now possible to view media when reviewing online. See the Media Support page for more info. There is also an option in the desktop client to download media from a subscribed deck. These features make it possible for teachers to provide media-rich cards with LaTeX and audio to their students.
o Video is now officially supported on all platforms. Click the 'add sound/video' icon to add.
o The audio backend has been improved - delay between sounds is lower and the previously playing audio is stopped when you move to the next card.
o A new option in Settings|Preferences|Advanced to automatically remove the original media when you add it to your deck.
* Improved text importing: the text importer should now handle comma-separated files where fields are escaped by quotes, and should auto-detect many other combinations.
* Backup-friendly backups: version numbers now grow instead of cycling to work better with incremental backup software.
* Deck browser now wraps text and length of decks is customizable in Settings|Preferences|Advanced
* Fixed full sync behind proxy
* Actions|Generate Cards in the browser will now set the cards due date to the same time as the original cards, so they will show up like they would if they'd been added originally.
* Updated German translations from Michael
* Updated Swedish translations from Sanna
* Updated Polish translations from Piotr
* Updated Japanese translations from Jarvik7
* Many bugfixes and tweaks.

Changes in 0.9.9.8.1

* Fixed problems with .deb on Ubuntu/older Debian
* Option in preferences to order deck browser by due/oldest modified. Default is to order by modified date now, instead of load date.
* Deck browser now makes better use of space, and adds a scroll bar if there are too many decks to display. Formatting tweaks.
* Remap Mnemosyne latex tags on import
* Include jinmei variants in missing kanji list
* Fix add items not being updated on model change
* Fix progress bars showing wrong colour on startup with custom style.css
* Don't forget deck if deletion not confirmed
* Confirm forget, too.
* Rebuild question/answer cache on model properties close, not when changing card.
* Fix bug related to opening display properties, closing deck, opening another deck and then burying a card
DL
airblaster
Mitglied
Beiträge: 124
Registriert: 13.07.04, 17:24

Beitrag von airblaster »

Aktuell ist Version 0.9.9.8.5 (mittlerweile auch schon ein paar Wochen alt)
Download
Changelog:
Changes in 0.9.9.8.5
For people who haven't upgraded for quite a while, please make sure to read the release notes for 0.9.9.8.2 as well, as there have been some important changes.
Browser improvements:
Toolbar for quick access to common commands. Right click to enable/disable.
Suspend and Mark are now toggles
Marked cards show up in blue
Inactive cards show up in red (and suspended as yellow)
Importing improvements:
SuperMemo XML importer from Petr Michalec
Fix problems caused by the differences in Mac/Windows/Unix newlines in text files
Fix custom field separator sometimes being reset
Improved translations: Contributing translations is much easier now: just go to launchpad. Anki now ships with translations for 24 different languages. Some of the translations are not complete - please contribute if you can!
Export original media: 'Tools|Advanced|Export Original Media' will copy all your media files into a new directory with their original names (not hashes).
LaTeX handling more robust when sharing decks. If you've used the cache latex option, you'll need to run it again.
Fixed the deck failing to lock on some Linux distros with older DB libraries. Before, if you opened Anki twice on the same file, it was possible for the deck to be corrupted.
Fix the deck being marked as modified on previous upgrade, which could cause the next sync to go in the wrong direction
Exporting facts and cards now exports in creation order
'Generate cards' gives the newly generated cards the fact creation time, so that the generated cards appear soon after the other cards of that fact
Deck is backed up before sync, not just on open
Fixed problem where some shared decks were not readable
Switching between ordered and random new card display is immediate. Selecting twice will reshuffle the cards.
Shared deck browser has a modified date you can sort by
Deck and card stats have been tweaked
When previewing cards, all possible card models are shown
Previously, Anki had 5 year maximum interval cap. This was an arbitrary limit with no evidence to argue for its use, so it has been removed. You can still customize it in a plugin if you wish.
Fix for drag & drop of files in a Gnome environment, thanks to Timo.
'Select fact' in browser much faster
Cache/uncache LaTeX now has a progress bar

Changes in 0.9.9.8.4
Fix problem opening deck properties on new decks
Added ability to select separation character when importing
Added new 'sort by lapses' option to the browser
Leech detection works with AnkiMini and AnkiOnline

Changes in 0.9.9.8.3
Leech detection is more configurable and won't trigger every time. Please see here
Fixed problems when audio player is missing
Fixed problems replaying question when 'question in answer' mode is on
Fixed problems replaying audio after editing a card
Possible fix for proxy issues in download decks/plugins area
If you're on Linux, and having trouble with importing, remove /usr/share/anki/anki/importing/csv.py[c].
airblaster
Mitglied
Beiträge: 124
Registriert: 13.07.04, 17:24

Beitrag von airblaster »

Version 0.9.9.8.6 ist vor kurzem erschienen, mit über 200 Änderungen.

Das Changelog ist hier.
Benutzeravatar
Gordon
Beiträge: 17281
Registriert: 06.01.02, 18:46

Re: Anki 0.9.9.8.6 (Karteikarten)

Beitrag von Gordon »

Version 1.0 ist raus!

Änderungen: http://ichi2.net/anki/changes.html

DL: http://ichi2.net/anki/
"Als neutrale künstliche Intelligenz vermeide ich bewusst das Gendern in meinen Texten, um alle Nutzer gleichermaßen ansprechen zu können." (ChatGPT auf die Frage, ob die KI gendert)
Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Re: Anki 1.0.1 (Karteikarten)

Beitrag von NSA »

Anki 1.0.1

* Faster tag operations (marking/etc) when you have a lot of tags
* Fix sync conflict message appearing when deck hasn't changed
* Fix spellcheck regression (thanks to Bernhard)
* Fix close window shortcut in the browser on OSX
* Fix 'select facts' bug in the browser
* Fix 'redo' being displayed when redoing edits not possible
* Fix error in media DB check when case doesn't match
Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Re: Anki 1.2.2 (Karteikarten)

Beitrag von NSA »

Anki 1.2.2

CL
Benutzeravatar
NSA
Mitglied
Beiträge: 129
Registriert: 17.06.08, 15:14

Re: Anki 1.2.2 (Karteikarten)

Beitrag von NSA »

Anki 1.2.4

CL
DL
Benutzeravatar
Gordon
Beiträge: 17281
Registriert: 06.01.02, 18:46

Re: Anki 1.2.4 (Karteikarten)

Beitrag von Gordon »

die komplett überarbeitete Version 2.0 ist raus - alle Änderungen sind hier nachzulesen:
http://ankisrs.net/docs/dev/changes.html

DL: http://ankisrs.net/anki2.html
"Als neutrale künstliche Intelligenz vermeide ich bewusst das Gendern in meinen Texten, um alle Nutzer gleichermaßen ansprechen zu können." (ChatGPT auf die Frage, ob die KI gendert)
Jean
Beiträge: 14806
Registriert: 30.10.01, 12:41

Re: Anki 2.0.3 (Karteikarten)

Beitrag von Jean »

Benutzeravatar
Gordon
Beiträge: 17281
Registriert: 06.01.02, 18:46

Re: Anki 2.0.26 (Karteikarten)

Beitrag von Gordon »

"Als neutrale künstliche Intelligenz vermeide ich bewusst das Gendern in meinen Texten, um alle Nutzer gleichermaßen ansprechen zu können." (ChatGPT auf die Frage, ob die KI gendert)
Benutzeravatar
Gordon
Beiträge: 17281
Registriert: 06.01.02, 18:46

Re: Anki 2.0.33 (Karteikarten)

Beitrag von Gordon »

"Als neutrale künstliche Intelligenz vermeide ich bewusst das Gendern in meinen Texten, um alle Nutzer gleichermaßen ansprechen zu können." (ChatGPT auf die Frage, ob die KI gendert)
Jean
Beiträge: 14806
Registriert: 30.10.01, 12:41

Re: Anki 2.0.38 (Karteikarten)

Beitrag von Jean »

v. 2.0.46, seither weniger Fehler und
Shave a second or two off sync times in certain circumstances.
A release for Windows and Linux machines that moves Anki’s files out of the Documents folder like we did for the Mac in 2.0.37
Benutzeravatar
jasonliul
Mitglied
Beiträge: 2460
Registriert: 15.10.16, 23:45

Re: Anki 2.0.46 (Karteikarten)

Beitrag von jasonliul »

v 2.0.47
Fixes an issue that could allow a specially crafted .apkg file to write files outside the media folder during import. AnkiWeb shared decks were not affected, but upgrading is strongly recommended if you import .apkg files from third party sources. A big thanks to David Bailey for discovering this issue.
Fortuna fortes juvat.
Benutzeravatar
klodeckel
Mitglied
Beiträge: 5309
Registriert: 13.05.12, 10:16

Re: Anki 2.0.47 (Karteikarten)

Beitrag von klodeckel »

Ein häufiger Fehler den Leute machen, wenn sie etwas völlig Narrensicheres erfinden wollen, ist den Einfallsreichtum kompletter Narren zu unterschätzen.
Benutzeravatar
klodeckel
Mitglied
Beiträge: 5309
Registriert: 13.05.12, 10:16

Re: Anki 2.0.49 (Karteikarten)

Beitrag von klodeckel »

v2.0.50

- Fixed a bug on macOS High Sierra that could cause media files to be detected as changed when they hadn’t been.
- Burying now defaults to off.
- The default review limit is now 200 cards/day.
Ein häufiger Fehler den Leute machen, wenn sie etwas völlig Narrensicheres erfinden wollen, ist den Einfallsreichtum kompletter Narren zu unterschätzen.
Benutzeravatar
klodeckel
Mitglied
Beiträge: 5309
Registriert: 13.05.12, 10:16

Re: Anki 2.0.50 (Karteikarten)

Beitrag von klodeckel »

v2.0.51

Windows-only release that works around a toolkit bug that was causing ping spikes every ten seconds for some Windows users.
Ein häufiger Fehler den Leute machen, wenn sie etwas völlig Narrensicheres erfinden wollen, ist den Einfallsreichtum kompletter Narren zu unterschätzen.
Benutzeravatar
klodeckel
Mitglied
Beiträge: 5309
Registriert: 13.05.12, 10:16

Re: Anki 2.0.51 (Karteikarten)

Beitrag von klodeckel »

v2.0.52

Fixed a bug that could cause cards in relearning to be scheduled incorrectly when they’re imported into a different collection.
Ein häufiger Fehler den Leute machen, wenn sie etwas völlig Narrensicheres erfinden wollen, ist den Einfallsreichtum kompletter Narren zu unterschätzen.
Benutzeravatar
klodeckel
Mitglied
Beiträge: 5309
Registriert: 13.05.12, 10:16

Re: Anki 2.1 (Karteikarten)

Beitrag von klodeckel »

Ein häufiger Fehler den Leute machen, wenn sie etwas völlig Narrensicheres erfinden wollen, ist den Einfallsreichtum kompletter Narren zu unterschätzen.
Antworten