Releases: 2anki/server
Releases · 2anki/server
v0.19.0
v0.18.2
v0.18.1
v0.18.0
v0.17.0
v0.16.0
v0.15.2
v0.15.1
v0.15.0
0.15.0 (2023-12-23)
Bug Fixes
- add api in download path (04bdc2c)
- add crypto module for file hashing (#1186) (e6ab57b)
- add csv to supported file type uploads (c03b810)
- add missing space (d0c2619)
- add next to get correct res argument (b989d66)
- add server prefix (e06b17b)
- bring back error message for Markdown (a39677d)
- build errors (771fee8)
- check files length is less than the max (eedf113)
- check patreon value (1b57e12)
- check upload key for zip file (bcb08ba)
- ConversionJob: fix default value assignment (af45368)
- copy pasta (af3b0ee)
- data_layer: Throw error if Notion token is not found (#1220) (10518f0)
- data: Remove unnecessary fallback value for DATABASE_URL (dbe2fa1)
- disable emoji for downloads titles (812a08f)
- do not assume we have a toggle heading for indented children (3779a1f)
- do not crash server on unknown exception (b0ef32c)
- do not leak db error messages (52abe70)
- do not request blocks for unsupported types (#1214) (45b3e84), closes #1213
- do not require auth for /is-patreon call (d09540c)
- do not throw on empty package (f310e22)
- do not treaty empty upload as error (0040d8d)
- docker: add pip3 installation with --break-system-packages (30d537e)
- don't append
.apkg
when it is already present in the name (a559ac4) - downgrade the missing relative path (d2a1a94)
- email: add missing API prefix for user endpoints (87b8874)
- email: add missing API prefix for user endpoints (abb91aa)
- embedFile: improve the file retrieval from the payload (3f552ef)
- ensure cleanup of stored files (9a17b31)
- ensure env is loaded before reading in constants (46db518)
- ensure patrons can at least upload 1GB files (f58a6e3)
- ensure the custom templates get user defined names (958061e)
- ensure we fetch the requested amount of keys (82f0e8b)
- ensure we report correctly when the user does get cards (67552d2)
- fix embedding of file in exporter (c3bf3d9)
- get cloze test passing (2fe5861)
- get it working (bc7f14e)
- get some tests passing and resolve linter issues (1caf07a)
- github: add new semantic release token (4fb4877)
- handle breaking changes (0c4913c)
- handle bug where child page titles would cause crash (d4d75d3)
- handle icon rendering and defaults for settings / rules (c9633d7)
- handle indented toggles (517edca)
- handle possible bad paths (9289eae)
- handle redirecting to patreon (43f9d9e)
- handle sub pages regardless of location (96ac326)
- handle uncaught error on upload (859c1a2)
- handle unsupported (a8c06d5)
- leave Base64 images untouched (#1261) (ebec127)
- limit unique filenames to be less 101 (a9ead4d)
- local env issues (2cb658e)
- make sure files are purged in cleanup (#1104) (daa6c8e)
- misc: fix getLimitMessage link and add login option (81859d8)
- only purge files for free users (b34173d)
- package: use new github repository (7f9806e)
- pass the request and response correctly (#1195) (be627a7)
- path to create_deck (924a603)
- perform deck cleaning post deck creation (2fdd0a7)
- PlainTextParser: check answers before use (f62bf83)
- preflight cors checks (f613c6a)
- prevent crash for unsupported blocks in the front (0118732)
- prevent favorites from crashing server (064a029)
- properly encode the users deck name (e711ab7)
- purge missing files (e20c29d)
- purge non subscriber uploads (properly this time) (ae3b734)
- quick patch (f8b2fa6)
- read out rows properly for uploads (8715d6f)
- remove API prefix from users facing reset link (b733dbd)
- remove Bugsnag (f6995b9)
- remove dangling uplo...
v1.1.0
What's Changed
- chore(deps): Bump pg from 8.10.0 to 8.11.0 by @dependabot in #1191
- chore(deps): Bump @sentry/node from 7.54.0 to 7.57.0 by @dependabot in #1194
- chore(deps-dev): Bump @types/react from 18.2.11 to 18.2.14 by @dependabot in #1190
- build/run locally by @aalemayhu in #1188
- fix: pass the request and response correctly by @aalemayhu in #1195
- fix/import issue sendgrid by @aalemayhu in #1200
- refactor: prevent the db from stopping server to start by @aalemayhu in #1201
- chore(deps-dev): Bump @types/jsonwebtoken from 9.0.1 to 9.0.2 by @dependabot in #1196
- chore(deps): Bump metascraper-url from 5.34.2 to 5.34.7 by @dependabot in #1199
- chore(deps): Bump metascraper-logo-favicon from 5.34.2 to 5.34.7 by @dependabot in #1197
- chore(deps-dev): Bump prettier from 2.8.7 to 2.8.8 by @dependabot in #1198
- refactor: start using usecases by @aalemayhu in #1202
- chore(deps): Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #1204
- fix/expired token notion by @aalemayhu in #1209
- chore: Add sourcemaps configuration for production deployment by @aalemayhu in #1210
- refactor: Remove unnecessary code and simplify logic by @aalemayhu in #1212
- docs: Update README.md by @aalemayhu in #1215
- chore(deps): Bump metascraper-image from 5.34.2 to 5.34.7 by @dependabot in #1208
- fix: do not request blocks for unsupported types by @aalemayhu in #1214
- chore(deps): Bump knex from 2.4.2 to 2.5.1 by @dependabot in #1217
- chore(deps): Bump fflate from 0.7.4 to 0.8.0 by @dependabot in #1207
- chore: Update GitHub Actions checkout version by @aalemayhu in #1219
- fix(data_layer): Throw error if Notion token is not found by @aalemayhu in #1220
- feat: adding fallbacks for bullet lists by @aalemayhu in #1180
- fix/no deck empty settings by @aalemayhu in #1221
Full Changelog: v1.0.1...v1.1.0