Releases: 2anki/server
Releases · 2anki/server
1.0.0-alpha.5
What's Changed
- fix: allow users to request email notification for "small" uploads by @aalemayhu in #630
- chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /server by @dependabot in #631
- test: start testing upload page by @aalemayhu in #635
- refactor: move web to a own repository by @aalemayhu in #637
- chore: bump version by @aalemayhu in #639
- refactor: make the build directory configurable from environment by @aalemayhu in #641
- fix(email): add missing API prefix for user endpoints by @aalemayhu in #643
- enable: eslint action by @aalemayhu in #642
- fix: render block annotations in children by @aalemayhu in #646
- docs(README): update Scrimba logo path by @aalemayhu in #647
- chore(package): bump version by @aalemayhu in #648
- refactor: remove all of the any usage by @aalemayhu in #649
- docs(README): update logo path by @aalemayhu in #652
- chore: bump version by @aalemayhu in #653
- refactor: use plain text for error messages by @aalemayhu in #656
- Separate server start and API setup logic by @Renni771 in #651
- chore: bump version by @aalemayhu in #657
- chore: add sentry release by @aalemayhu in #658
- fix: do not crash server on unknown exception by @aalemayhu in #659
- revert: "chore: Separate server start and api setup logic" by @aalemayhu in #660
- chore: updating packages by @aalemayhu in #621
New Contributors
Full Changelog: v0.14.2...1.0.0-alpha.5
v0.14.2
What's Changed
- chore: remove old error message for Markdown support by @aalemayhu in #628
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- feat: preserve newlines card option by @aalemayhu in #612
- fix: fix duplicate deck names by @aalemayhu in #613
- Misc improvements by @aalemayhu in #617
- feat: add children for bullet and numbered lists by @aalemayhu in #618
- feat: link to page by @aalemayhu in #619
- feat: favorite pages / databases by @aalemayhu in #623
- chore: remove debug log by @aalemayhu in #624
- fix: prevent multiple calls to useFavorites by @aalemayhu in #625
Full Changelog: v0.12.0...v0.14.1
v0.11.0
What's Changed
- feat: add support for basic and reversed cards by @aalemayhu in #603
- chore: add Sentry error reporting to the create_deck script by @aalemayhu in #604
Full Changelog: v0.10.4...v0.11.0
v0.10.4
What's Changed
- Make jest the default test runner by @aalemayhu in #592
- fix: ensure that user supplied notion endpoints get a response by @aalemayhu in #593
- Update README.md by @aalemayhu in #596
- feat: trigger download when ready by @aalemayhu in #599
- feat: add support for
Use Plain Text for Back
by @aalemayhu in #595 - fix: keep search bar at the top regardless of results by @aalemayhu in #602
- chore(deps): bump async from 2.6.3 to 2.6.4 in /web by @dependabot in #601
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- fix: make template for verify an actual link by @aalemayhu in #580
- fix: allow requests coming from templates.2anki.net by @aalemayhu in #584
- Delete dependabot_automerge.yml by @aalemayhu in #585
- fix: set PACKAGEJSON_DIR for release bumping by @aalemayhu in #588
- fix: bookmarks not showing up when request fails by @aalemayhu in #587
- chore: set env for PACKAGEJSON_DIR by @aalemayhu in #589
- docs: Fix/readme mascot url by @MarcelWalk in #583
- chore: try to fix the bump version by @aalemayhu in #590
- chore: bump version by @aalemayhu in #591
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- chore: bump version by @aalemayhu in #573
- feat: add action for automatically bumping the version by @aalemayhu in #575
- feat: auto release on github using v prefix by @aalemayhu in #576
- fix: encrypt user supplied tokens for Notion by @aalemayhu in #574
- Revert "fix: encrypt user supplied tokens for Notion" by @aalemayhu in #577
- fix: repair the broken down migration by @aalemayhu in #578
Full Changelog: v0.9.7...v0.10.2
v0.9.7
What's Changed
- chore: bump version by @aalemayhu in #547
- chore: use newer action for dokku integration by @aalemayhu in #548
- refactor: restructure routes based on their usage by @aalemayhu in #570
Full Changelog: 0.9.6...v0.9.7
0.9.6
What's Changed
- pre-signup: fix width on the page and typo by @aalemayhu in #394
- Added fortress logo to footer by @TDP17 in #397
- server: 3ac6ea9d9829 (routes/upload: fix bug where single HTML upload… by @aalemayhu in #401
- Clarify the corrupt zip file situation by @aalemayhu in #413
- web: show users a message when they upload huge files by @aalemayhu in #420
- Dockerfile: make sure tsc and ts-node are installed globally by @aalemayhu in #422
- Merge remote-tracking branch 'origin/master' into fix-deploy-issues by @aalemayhu in #423
- server: 244fb4c6ad56 (parser: don't enforce suffix, 2021-12-17) by @aalemayhu in #425
- Getting the beta program into mainline by @aalemayhu in #442
- server: ce72a9e28a95 (log oauth connection issues, 2021-12-25) by @aalemayhu in #443
- v0.8.7 by @aalemayhu in #451
- server: dc1b8d0a8d18 (server: update logging globally, 2022-01-08) by @aalemayhu in #452
- v0.8.8 by @aalemayhu in #453
- [ImgBot] Optimize images by @imgbot in #454
- web: add back the request for support section by @aalemayhu in #455
- Misc text changes by @aalemayhu in #457
- Fix bug where user is not allowed to login by @aalemayhu in #459
- Add toggle mode to block handler by @aalemayhu in #461
- Fix stuck in a loop where search stops working by @aalemayhu in #467
- Getting the bullest lists working again by @aalemayhu in #470
- Update server by @aalemayhu in #472
- [ImgBot] Optimize images by @imgbot in #473
- web: update the meta tags by @aalemayhu in #474
- web/footer: fix broken link for scrimba logo by @aalemayhu in #478
- server: 80700afb0127 (parser: notion: fix database bugs due to invalid ids, 2022-02-23) by @aalemayhu in #479
- Add support for custom icons by @aalemayhu in #480
- server: 6633d8b2ed73 (stage local changes, 2022-02-23) by @aalemayhu in #482
- build(deps): bump nanoid from 3.1.23 to 3.3.1 in /web by @dependabot in #481
- Retrigger deploy by @aalemayhu in #484
- build(deps): bump follow-redirects from 1.14.1 to 1.14.9 in /web by @dependabot in #483
- build(deps): bump url-parse from 1.5.1 to 1.5.7 in /web by @dependabot in #477
- server: 4abcc50f2537 (upload: obfuscate user deck names in logs, 2022-02-23) by @aalemayhu in #485
- build(deps): bump url-parse from 1.5.7 to 1.5.10 in /web by @dependabot in #488
- github/workflows: limit deployment to one instance by @aalemayhu in #489
- build(deps): bump tmpl from 1.0.4 to 1.0.5 in /web by @dependabot in #486
- docs: add more information about the free by @aalemayhu in #491
- refactor: use conditional statement instead of switch by @aalemayhu in #493
- refactor: use https instead of http by @aalemayhu in #494
- Synchronize the main branch to use main branch in the server (git submodule) by @aalemayhu in #495
- feature: 8ac7e91bd876 (add support for toggle headings, 2022-03-06) by @aalemayhu in #497
- Remove manual approval by @aalemayhu in #498
- fix: use a our fork of jszip by @aalemayhu in #500
- Bump nodejs by @aalemayhu in #501
- Update workflow nodejs by @aalemayhu in #502
- style: add github workflow for checking commit messages by @aalemayhu in #506
- Add linter by @aalemayhu in #504
- wip: providing more user feedback in the uploads overview by @aalemayhu in #513
- fix: cloze deletions are not working with bullet lists reliably by @aalemayhu in #517
- fix: Account sign up not working by @aalemayhu in #518
- Add color by @aalemayhu in #515
- fix: perform case insensitive check for cloze index by @aalemayhu in #521
- Redirect to verify by @aalemayhu in #522
- Synchronize next and master by @aalemayhu in #523
- fix: reset password submit by @aalemayhu in #524
- Start testing the upload form by @aalemayhu in #525
- chore(deps): bump minimist from 1.2.5 to 1.2.6 in /web by @dependabot in #526
- fix: fix the navbar item paths to workout side of front page by @aalemayhu in #527
- Center upload on screen by @aalemayhu in #528
- add strategy section by @aalemayhu in #531
- chore: make the server code public by @aalemayhu in #530
- refactor: update email templates by @aalemayhu in #539
- chore: add workflow file for dependabot by @aalemayhu in #540
- chore: do not run server tests on dependabot pull requests by @aalemayhu in #541
- chore: try worfklow check again for dependabot by @aalemayhu in #542
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 in /server by @dependabot in #537
- chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /server by @dependabot in #543
- chore(deps): bump follow-redirects from 1.14.4 to 1.14.9 in /server by @dependabot in #536
- chore(deps): bump minimist from 1.2.5 to 1.2.6 in /server by @dependabot in #535
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /server by @dependabot in #534
- chore(deps): bump nanoid from 3.1.20 to 3.1.31 in /server by @dependabot in #533
- refactor: remove unused endpoint by @aalemayhu in #545
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /server by @dependabot in #544
- chore: use main branch in workflows by @aalemayhu in #546
New Contributors
Full Changelog: 0.7.12...0.9.6