Releases: ankicommunity/ankicommunity-sync-server
Releases · ankicommunity/ankicommunity-sync-server
v2.4.0
v2.3.0
What's Changed
- fixed: Dead link to 2.1 addon folder in Readme by @kalehmann in #12
- Feature/view collections by @VikashKothary in #15
- Add docs using readthedocs by @VikashKothary in #18
- Updated anki-sync-server to work with the latest version of Anki by @kalehmann in #20
- improved explanation for AnkiDroid setup by @AlexBocken in #25
- Fix AnkiDroid documentation regarding 'Media sync url' by @reivilibre in #37
- fix checking media and delete usued media and sync issue#32 by @cecini in #38
- Update ankisyncd _homepage by @cecini in #45
- Enable V2 scheduler by @cecini in #46
- Fix the remove deck lead server crash issue #28 by @cecini in #48
- Fix: server side graves's usn need not set as -1 by @cecini in #49
- Ensure mediadir exsit in the case full sync from client should be ok after delete server collection dir by @cecini in #50
- Fix: conf should be synced to client when server mod time is newer by @cecini in #52
- Improve: put all config item update in one transaction by @cecini in #53
- Update dep anki ankirspy to 2.1.36 and fix the requirments file create by @cecini in #47
- Fix issue with arch linux client by @samyak-jain in #57
- Fix client add then delete item then sync issue by @cecini in #51
- Sync poetry requirements with requirements.txt by @VikashKothary in #61
- Fix and run unittests by @VikashKothary in #62
- Comment out the first line of requirements.txt files by @upsuper in #67
- Make ankisyncctl use python3 in shebang by @upsuper in #68
- Release/2.3.0 by @VikashKothary in #65
- Remove pyaudio dependency by @VikashKothary in #72
- Update README.md by @valuex in #77
- fix:No attribute err 43 by @dobefore in #88
- fix:add_basicCheck() by @dobefore in #87
- provide_basic_nginx_template_for_dummies by @dobefore in #99
- fix:'NoneType' object is not subscriptable_41_ by @dobefore in #83
- update_mod_43 by @dobefore in #94
- easy_addon_setting by @dobefore in #111
- run lock.sh (update requirements.txt) by @marzzzello in #115
- scripts: fix echo and add executable flag by @marzzzello in #114
- Add script to prepare release branches from develop to master by @VikashKothary in #66
- Release: v2.3.0 by @VikashKothary in #119
New Contributors
- @kalehmann made their first contribution in #12
- @AlexBocken made their first contribution in #25
- @reivilibre made their first contribution in #37
- @cecini made their first contribution in #38
- @samyak-jain made their first contribution in #57
- @upsuper made their first contribution in #67
- @valuex made their first contribution in #77
- @dobefore made their first contribution in #88
- @marzzzello made their first contribution in #115
Full Changelog: 2.2.0...v2.3.0
2.2.0
Add test for renaming media This test fails on current master; might or might not be related to #49