Releases: 2anki/server
Releases · 2anki/server
v1.0.1
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
- feat: expose DECK field from parser by @aalemayhu in #662
- chore: remove accidentally commited file by @aalemayhu in #663
- chore: release by @aalemayhu in #665
- fix: add _next to get correct res argument by @aalemayhu in #667
- docs(README): update the project name by @aalemayhu in #668
- chore: enable dependabot daily by @aalemayhu in #669
- chore(Dockerfile): fix server path by @aalemayhu in #675
- chore(deps-dev): bump nodemon from 2.0.7 to 2.0.16 by @dependabot in #671
- refactor: move out create deck by @aalemayhu in #676
- fix: remove emojis from file name header by @aalemayhu in #677
- chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.27.1 by @dependabot in #672
- chore(deps): bump aws-sdk from 2.991.0 to 2.1152.0 by @dependabot in #673
- chore(deps): bump metascraper-description from 5.25.2 to 5.29.7 by @dependabot in #674
- chore(deps): bump metascraper-logo-favicon from 5.25.2 to 5.29.7 by @dependabot in #670
- chore(deps): bump @sentry/tracing from 6.12.0 to 7.1.1 by @dependabot in #680
- chore(deps): bump metascraper-title from 5.25.2 to 5.29.7 by @dependabot in #682
- chore(deps): bump @sendgrid/mail from 7.4.6 to 7.7.0 by @dependabot in #678
- chore(deps): bump metascraper-url from 5.25.2 to 5.29.7 by @dependabot in #679
- chore(deps): bump find-remove from 2.0.3 to 4.0.4 by @dependabot in #681
- chore(deps-dev): bump @types/node-fetch from 2.5.10 to 2.6.2 by @dependabot in #688
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 by @dependabot in #684
- chore(deps-dev): bump @types/jsonwebtoken from 8.5.5 to 8.5.8 by @dependabot in #687
- chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 by @dependabot in #690
- chore(deps): bump metascraper-logo-favicon from 5.29.7 to 5.29.10 by @dependabot in #692
- chore(deps): bump metascraper from 5.25.2 to 5.29.10 by @dependabot in #691
- chore(deps): bump express and @types/express by @dependabot in #695
- chore(deps): bump aws-sdk from 2.1152.0 to 2.1157.0 by @dependabot in #693
- chore(deps): bump react, react-dom and @types/react by @dependabot in #689
- chore(deps-dev): bump @types/find-remove from 2.0.0 to 2.0.1 by @dependabot in #694
- fix: handle bug where child page titles would cause crash by @aalemayhu in #697
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.29.0 by @dependabot in #707
- chore(deps): bump metascraper-description from 5.29.7 to 5.29.11 by @dependabot in #706
- chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 by @dependabot in #705
- chore(deps-dev): bump @types/react-dom from 17.0.11 to 18.0.5 by @dependabot in #701
- chore(deps-dev): bump typescript from 4.5.3 to 4.7.4 by @dependabot in #702
- chore(deps): bump metascraper-title from 5.29.7 to 5.29.11 by @dependabot in #712
- chore(deps-dev): bump @types/cheerio from 0.22.28 to 0.22.31 by @dependabot in #711
- feat: remove file size upload limits for patreons by @aalemayhu in #716
- Chore/upgrade sentry by @aalemayhu in #718
- fix: ensure patrons can at least upload 1GB files by @aalemayhu in #723
- chore(deps): bump aws-sdk from 2.1157.0 to 2.1162.0 by @dependabot in #719
- chore(deps): bump cookie-parser and @types/cookie-parser by @dependabot in #714
- chore(deps): bump dotenv from 10.0.0 to 16.0.1 by @dependabot in #710
- chore(deps): bump nanoid from 3.1.31 to 4.0.0 by @dependabot in #709
- Revert "chore(deps): bump nanoid from 3.1.31 to 4.0.0" by @aalemayhu in #725
- chore(deps): bump metascraper-url from 5.29.7 to 5.29.11 by @dependabot in #729
- chore(deps-dev): bump nodemon from 2.0.16 to 2.0.18 by @dependabot in #732
- chore: add env example by @aalemayhu in #733
- fix: limit unique filenames to be less 101 by @aalemayhu in #736
- chore(github): try fixing syntax issue in Sentry file by @aalemayhu in #737
- chore(github): merge deploy and sentry workflow by @aalemayhu in #738
- chore: bump version to 1.0.0-alpha.13 by @aalemayhu in #739
- chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 by @dependabot in #741
- chore: upgrade sentry tracing by @aalemayhu in #743
- chore(deps): bump aws-sdk from 2.1162.0 to 2.1168.0 by @dependabot in #745
- chore(deps): bump pg from 8.7.1 to 8.7.3 by @dependabot in #728
- chore(deps-dev): bump @types/react-dom from 18.0.5 to 18.0.6 by @dependabot in #746
- chore(deps): bump knex from 0.95.11 to 2.1.0 by @dependabot in #730
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.5 by @dependabot in #748
- chore(deps): bump aws-sdk from 2.1168.0 to 2.1171.0 by @dependabot in #747
- chore(deps-dev): bump ts-node from 9.1.1 to 10.8.2 by @dependabot in #749
- chore: v1.0.0-alpha.14 by @aalemayhu in #751
- fix: start addressing some of the top errors by @aalemayhu in #757
- fix: properly encode the users deck name by @aalemayhu in #760
- chore(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #754
- chore(deps): bump metascraper-logo-favicon from 5.29.10 to 5.29.15 by @dependabot in #756
- chore(deps): bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 by @dependabot in #765
- docs: reword upload limit message by @aalemayhu in #761
- fe...
v1.0.0-alpha.35
What's Changed
- chore: bump version 1.0.0-alpha.17 by @aalemayhu in #817
- chore(deps): bump html-to-text and @types/html-to-text by @dependabot in #815
- feat: add endpoint for rendering blocks by @aalemayhu in #819
- 1.0.0-alpha.18 by @aalemayhu in #820
- 1.0.0-alpha.19 by @aalemayhu in #821
- feat(renderBlock): render the front by @aalemayhu in #823
- fix: prevent crash for unsupported blocks in the front by @aalemayhu in #824
- fix: handle unsupported by @aalemayhu in #825
- feat: add endpoint for deleting blocks by @aalemayhu in #828
- chore(deps-dev): bump @types/react from 18.0.14 to 18.0.21 by @dependabot in #818
- feat: add endpoint for creating new blocks by @aalemayhu in #830
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.4 by @dependabot in #829
- 1.0.0-alpha.20 by @aalemayhu in #834
- chore(deps): bump @sentry/tracing from 7.13.0 to 7.14.1 by @dependabot in #833
- 1.0.0-alpha.21 by @aalemayhu in #836
- 1.0.0-alpha.22 by @aalemayhu in #837
- 1.0.0-alpha.23 by @aalemayhu in #839
- chore(deps): bump metascraper-url from 5.29.11 to 5.31.1 by @dependabot in #835
- 1.0.0-alpha.25 by @aalemayhu in #842
- chore(deps): bump metascraper-logo-favicon from 5.29.15 to 5.31.1 by @dependabot in #841
- chore(deps): bump axios from 0.21.4 to 1.0.0 by @dependabot in #840
- Revert "chore(deps): bump axios from 0.21.4 to 1.0.0" by @aalemayhu in #847
- chore: release next by @aalemayhu in #846
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.35.1 to 5.39.0 by @dependabot in #845
- chore(deps-dev): bump nodemon from 2.0.19 to 2.0.20 by @dependabot in #844
- 1.0.0-alpha.26 by @aalemayhu in #843
- feat: render video block by @aalemayhu in #848
- Fix/add more blocks by @aalemayhu in #853
- chore(deps-dev): bump @types/node from 18.7.16 to 18.8.3 by @dependabot in #855
- 1.0.0-alpha.30 by @aalemayhu in #859
- 1.0.0-alpha.31 by @aalemayhu in #861
- chore(deps): bump metascraper-description from 5.30.4 to 5.31.1 by @dependabot in #856
- chore(deps): bump metascraper-title from 5.30.4 to 5.31.1 by @dependabot in #865
- v1.0.0-alpha.32 by @aalemayhu in #867
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.1 by @dependabot in #869
- fix: do not leak db error messages by @aalemayhu in #874
Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.35
v1.0.0-alpha.17
What's Changed
- chore(deps): bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 by @dependabot in #765
- docs: reword upload limit message by @aalemayhu in #761
- feat: new endpoint for storing user templates by @aalemayhu in #735
- chore(github): add workflow file for GitHub release by @aalemayhu in #774
- feat: update my custom templates by @aalemayhu in #768
- fix: remove API prefix from users facing reset link by @aalemayhu in #775
- merge next into main by @aalemayhu in #776
- fix: set release branch by @aalemayhu in #777
- fix(package): use new github repository by @aalemayhu in #780
- fix: try removing repository field by @aalemayhu in #781
- fix(github): add new semantic release token by @aalemayhu in #782
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.33.1 by @dependabot in #786
- chore(deps-dev): bump nodemon from 2.0.18 to 2.0.19 by @dependabot in #788
- chore(deps): bump metascraper-image from 5.25.2 to 5.30.3 by @dependabot in #790
- refactor: remove any usage by @aalemayhu in #791
- chore: delete broken workflow by @aalemayhu in #795
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.35.1 by @dependabot in #792
- chore(deps): bump metascraper-image from 5.30.3 to 5.30.4 by @dependabot in #797
- chore(deps): bump metascraper-description from 5.29.11 to 5.30.4 by @dependabot in #798
- feat: add support for toggle headings in HTML file upload by @aalemayhu in #800
- feat: encourage users to share their page by @aalemayhu in #802
- chore(deps): bump metascraper-title from 5.29.11 to 5.30.4 by @dependabot in #801
- chore(deps-dev): bump @types/node from 14.14.37 to 18.7.16 by @dependabot in #796
- chore(deps-dev): bump @types/jsonwebtoken from 8.5.8 to 8.5.9 by @dependabot in #804
- fix: do not assume we have a toggle heading for indented children by @aalemayhu in #810
- chore(deps): bump @sentry/node from 6.19.7 to 7.13.0 by @dependabot in #812
- chore(deps): bump @sentry/tracing from 7.7.0 to 7.13.0 by @dependabot in #811
- fix: do not throw on empty package by @aalemayhu in #814
Full Changelog: v1.0.0-alpha.15.p...v1.0.0-alpha.17
v1.0.0-alpha.15.p
What's Changed
- chore: v1.0.0-alpha.14 by @aalemayhu in #751
- fix: start addressing some of the top errors by @aalemayhu in #757
- fix: properly encode the users deck name by @aalemayhu in #760
- chore(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #754
- chore(deps): bump metascraper-logo-favicon from 5.29.10 to 5.29.15 by @dependabot in #756
Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15.p
v1.0.0-alpha.14
What's Changed
- chore: bump version to 1.0.0-alpha.13 by @aalemayhu in #739
- chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 by @dependabot in #741
- chore: upgrade sentry tracing by @aalemayhu in #743
- chore(deps): bump aws-sdk from 2.1162.0 to 2.1168.0 by @dependabot in #745
- chore(deps): bump pg from 8.7.1 to 8.7.3 by @dependabot in #728
- chore(deps-dev): bump @types/react-dom from 18.0.5 to 18.0.6 by @dependabot in #746
- chore(deps): bump knex from 0.95.11 to 2.1.0 by @dependabot in #730
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.5 by @dependabot in #748
- chore(deps): bump aws-sdk from 2.1168.0 to 2.1171.0 by @dependabot in #747
- chore(deps-dev): bump ts-node from 9.1.1 to 10.8.2 by @dependabot in #749
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14
v1.0.0-alpha.13
What's Changed
- fix: limit unique filenames to be less 101 by @aalemayhu in #736
- chore(github): try fixing syntax issue in Sentry file by @aalemayhu in #737
- chore(github): merge deploy and sentry workflow by @aalemayhu in #738
Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13
v1.0.0-alpha.12
What's Changed
- chore(deps): bump aws-sdk from 2.1157.0 to 2.1162.0 by @dependabot in #719
- chore(deps): bump cookie-parser and @types/cookie-parser by @dependabot in #714
- chore(deps): bump dotenv from 10.0.0 to 16.0.1 by @dependabot in #710
- chore(deps): bump nanoid from 3.1.31 to 4.0.0 by @dependabot in #709
- Revert "chore(deps): bump nanoid from 3.1.31 to 4.0.0" by @aalemayhu in #725
- chore(deps): bump metascraper-url from 5.29.7 to 5.29.11 by @dependabot in #729
- chore(deps-dev): bump nodemon from 2.0.16 to 2.0.18 by @dependabot in #732
- chore: add env example by @aalemayhu in #733
Full Changelog: 1.0.0-alpha.11...v1.0.0-alpha.12
1.0.0-alpha.11
What's Changed
- chore(deps): bump react, react-dom and @types/react by @dependabot in #689
- chore(deps-dev): bump @types/find-remove from 2.0.0 to 2.0.1 by @dependabot in #694
- fix: handle bug where child page titles would cause crash by @aalemayhu in #697
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.29.0 by @dependabot in #707
- chore(deps): bump metascraper-description from 5.29.7 to 5.29.11 by @dependabot in #706
- chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 by @dependabot in #705
- chore(deps-dev): bump @types/react-dom from 17.0.11 to 18.0.5 by @dependabot in #701
- chore(deps-dev): bump typescript from 4.5.3 to 4.7.4 by @dependabot in #702
- chore(deps): bump metascraper-title from 5.29.7 to 5.29.11 by @dependabot in #712
- chore(deps-dev): bump @types/cheerio from 0.22.28 to 0.22.31 by @dependabot in #711
- feat: remove file size upload limits for patreons by @aalemayhu in #716
- Chore/upgrade sentry by @aalemayhu in #718
- fix: ensure patrons can at least upload 1GB files by @aalemayhu in #723
Full Changelog: v1.0.0-alpha.10...1.0.0-alpha.11
v1.0.0-alpha.10
What's Changed
- chore(deps-dev): bump nodemon from 2.0.7 to 2.0.16 by @dependabot in #671
- refactor: move out create deck by @aalemayhu in #676
- fix: remove emojis from file name header by @aalemayhu in #677
- chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.27.1 by @dependabot in #672
- chore(deps): bump aws-sdk from 2.991.0 to 2.1152.0 by @dependabot in #673
- chore(deps): bump metascraper-description from 5.25.2 to 5.29.7 by @dependabot in #674
- chore(deps): bump metascraper-logo-favicon from 5.25.2 to 5.29.7 by @dependabot in #670
- chore(deps): bump @sentry/tracing from 6.12.0 to 7.1.1 by @dependabot in #680
- chore(deps): bump metascraper-title from 5.25.2 to 5.29.7 by @dependabot in #682
- chore(deps): bump @sendgrid/mail from 7.4.6 to 7.7.0 by @dependabot in #678
- chore(deps): bump metascraper-url from 5.25.2 to 5.29.7 by @dependabot in #679
- chore(deps): bump find-remove from 2.0.3 to 4.0.4 by @dependabot in #681
- chore(deps-dev): bump @types/node-fetch from 2.5.10 to 2.6.2 by @dependabot in #688
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 by @dependabot in #684
- chore(deps-dev): bump @types/jsonwebtoken from 8.5.5 to 8.5.8 by @dependabot in #687
- chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 by @dependabot in #690
- chore(deps): bump metascraper-logo-favicon from 5.29.7 to 5.29.10 by @dependabot in #692
- chore(deps): bump metascraper from 5.25.2 to 5.29.10 by @dependabot in #691
- chore(deps): bump express and @types/express by @dependabot in #695
- chore(deps): bump aws-sdk from 2.1152.0 to 2.1157.0 by @dependabot in #693
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10
v1.0.0-alpha.9
What's Changed
- feat: expose DECK field from parser by @aalemayhu in #662
- chore: remove accidentally commited file by @aalemayhu in #663
- chore: release by @aalemayhu in #665
- fix: add _next to get correct res argument by @aalemayhu in #667
- docs(README): update the project name by @aalemayhu in #668
- chore: enable dependabot daily by @aalemayhu in #669
- chore(Dockerfile): fix server path by @aalemayhu in #675
- chore(deps-dev): bump nodemon from 2.0.7 to 2.0.16 by @dependabot in #671
- refactor: move out create deck by @aalemayhu in #676
- fix: remove emojis from file name header by @aalemayhu in #677
- chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.27.1 by @dependabot in #672
- chore(deps): bump aws-sdk from 2.991.0 to 2.1152.0 by @dependabot in #673
- chore(deps): bump metascraper-description from 5.25.2 to 5.29.7 by @dependabot in #674
- chore(deps): bump metascraper-logo-favicon from 5.25.2 to 5.29.7 by @dependabot in #670
- chore(deps): bump @sentry/tracing from 6.12.0 to 7.1.1 by @dependabot in #680
- chore(deps): bump metascraper-title from 5.25.2 to 5.29.7 by @dependabot in #682
- chore(deps): bump @sendgrid/mail from 7.4.6 to 7.7.0 by @dependabot in #678
- chore(deps): bump metascraper-url from 5.25.2 to 5.29.7 by @dependabot in #679
- chore(deps): bump find-remove from 2.0.3 to 4.0.4 by @dependabot in #681
- chore(deps-dev): bump @types/node-fetch from 2.5.10 to 2.6.2 by @dependabot in #688
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 by @dependabot in #684
- chore(deps-dev): bump @types/jsonwebtoken from 8.5.5 to 8.5.8 by @dependabot in #687
- chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 by @dependabot in #690
- chore(deps): bump metascraper-logo-favicon from 5.29.7 to 5.29.10 by @dependabot in #692
- chore(deps): bump metascraper from 5.25.2 to 5.29.10 by @dependabot in #691
- chore(deps): bump express and @types/express by @dependabot in #695
- chore(deps): bump aws-sdk from 2.1152.0 to 2.1157.0 by @dependabot in #693
Full Changelog: 1.0.0-alpha.5...v1.0.0-alpha.10