Skip to content

Releases: rmitchellscott/Aviary

1.7.1

02 Jan 21:05
67d9f5f

Choose a tag to compare

🔧 Fixes & Tweaks

  • PDF background removal should use smallest filesize not image size

1.7.0

17 Dec 18:25
42f9f4d

Choose a tag to compare

🚀 Features

  • (experimental) PDF background removal (#233)
  • Web page, html, markdown to EPUB/PDF. Closes #231 (#232)

🔧 Fixes & Tweaks

  • Update rM pair URL help text

1.7.0-rc1

12 Dec 06:13
6a988a0

Choose a tag to compare

1.7.0-rc1 Pre-release
Pre-release

🚀 Features

  • Web page, html, markdown to epub/pdf. Closes #231 (#232)

1.6.6

22 Nov 14:07
5ae48ac

Choose a tag to compare

🔧 Fixes & Tweaks

  • Update rmapi to fix issues with rM cloud

📦 Dependencies

  • Update dependency vite to v7.1.11 (#227)
  • Update module golang.org/x/crypto to v0.45.0 (#228)

1.6.5

05 Oct 18:51
4e9e946

Choose a tag to compare

🔧 Fixes & Tweaks

  • (multi-user) Per-user cache for rmapi. Fixes #224 (#225)
  • Rename documents passed via body. Fixes #222 (#226)

1.6.4

05 Oct 16:34
6690e36

Choose a tag to compare

🔧 Fixes & Tweaks

  • Downgrade Gin to 1.10.1 to workaround #223

1.6.3

03 Oct 23:29
a4e52ca

Choose a tag to compare

📦 Dependencies

Go Modules

  • gorm.io/gorm → v1.31.0 (#214)
  • github.com/go-gormigrate/gormigrate/v2 → v2.1.5 (#193)
  • github.com/gabriel-vasile/mimetype → v1.4.10 (#192)
  • github.com/coder/websocket → v1.8.14 (#191)
  • github.com/gin-gonic/gin → v1.11.0 (#208)
  • golang.org/x/time → v0.13.0 (#213)
  • golang.org/x/text → v0.29.0 (#212)
  • golang.org/x/term → v0.35.0 (#211)
  • golang.org/x/crypto → v0.42.0 (#209)
  • golang.org/x/oauth2 → v0.31.0 (#210)
  • aws-sdk-go-v2 monorepo (#198)

Go / Language Tooling

  • go → v1.25.1 (#200)
  • golang docker tag → v1.25 (#207)
  • tonistiigi/xx → v1.7.0 (#216)

JavaScript / TypeScript

  • eslint monorepo → v9.36.0 (#206)
  • @types/node → v22.18.8 (#199)
  • react-i18next → v16 (#221)
  • @vitejs/plugin-react → v5 (#220)
  • react monorepo → v19.2.0 (#215)
  • vite → v7.1.9 (#205)
  • tw-animate-css → v1.4.0 (#204)
  • lucide-react → ^0.544.0 (#202)
  • typescript → v5.9.3 (#190)
  • radix-ui-primitives monorepo (#195)
  • tailwindcss monorepo → v4.1.14 (#197)

1.6.2

10 Sep 23:23
52884b8

Choose a tag to compare

🔧 Fixes & Tweaks

  • Multi-file uploads used incorrect validation. Fixes #182 (#184)

📦 Dependencies

  • Update dependency vite to v7.0.7 [security] (#183)

1.6.1

03 Sep 13:24
05ae747

Choose a tag to compare

🔧 Fixes & Tweaks

  • Add device preset for reMarkable Paper Pro Move

1.6.0

11 Aug 17:51
aa78778

Choose a tag to compare

🚀 Features

  • (multi-user) Sync usernames and passwords from OIDC claims. Closes #148 (#155)
  • (multi-user) Add env to disable welcome email
  • Support stateless modes & S3 storage. Closes #141 (#156)
  • Add conflict resolution mode in individual upload API. Closes #143 (#157)
  • Add coverpage to individual upload API. Closes #153 (#158)
  • Folder list depth limit & exclusions. Closes #154 (#159)
  • Add env to disable fetching documents from local IP addresses
  • Add domain blocklist env for document fetching

🔧 Fixes & Tweaks

  • (multi-user) JS cache busting (#152)
  • (multi-user) Welcome email tweaks (#164)
  • (multi-user) Reload page after successful restore (#165)
  • (multi-user) Folder settings UI tweaks (#166)
  • (multi-user) Add UI feedback on API key copy (#167)
  • (multi-user) Settings and admin panel UI tweaks for medium-sized screens
  • (multi-user) Max API Keys field UX in Admin Panel
  • (multi-user) UI improvements to status and role badges
  • (multi-user) Properly clear all frontend state on logout
  • (multi-user) Capitalize folder exclusions placeholder
  • (multi-user) Improvements to user API key management UX
  • (multi-user) More consistent elements on mobile
  • (multi-user) Settings, admin, logout buttons become icons responsively
  • (multi-user) Add unpairing confirmation
  • (multi-user) Reduce flash of pairing/send button on refresh
  • (multi-user) UI polish (#172)
  • (multi-user) User API management mobile issues (#175)
  • (single-user) Logout button is icon on mobile
  • (multi-user) 4px blur on mobile, else 1px (#176)
  • (multi-user) Better username validation
  • (multi-user) Handle emails as case-insensitive
  • (multi-user) More validation for reset emails (#177)
  • (multi-user) Mis-aligned icon on password reset
  • (multi-user) Fix user settings API datetime display
  • Folder list caching
  • Remove redundant folders refresh call
  • Reduce API calls
  • Destination folder selector text overflow (#174)
  • Filesystem validation (#179)
  • Network validation (#180)

📦 Dependencies

  • Update module github.com/golang-jwt/jwt/v5 to v5.3.0 (#163)
  • Update module github.com/coreos/go-oidc/v3 to v3.15.0 (#162)
  • Update dependency typescript to v5.9.2 (#161)
  • Update dependency lucide-react to ^0.536.0 (#160)