v0.1

Zaneham/Boothv0.1Jul 18, 2025by MrgSub

AI Summary

This is the first release of the project, introducing core features such as site configuration, theme toggling, an advanced email composition interface with suggestions and attachments, a command menu for shortcuts, and integration with better-auth and Drizzle.

Key Highlights

  • Initial project release
  • Theme toggle and light theme fixes
  • Email composition with suggestions and attachments
  • Command menu (`Cmd+K`) for quick actions
  • Better-auth implementation with database support

New Features

  • Site configuration
  • Theme toggle functionality
  • Email suggestions in MailCompose
  • Command menu implementation
  • Desktop resizable window
  • Better-auth integration with Drizzle
  • Docker compose for local services
  • Draft component
  • Advanced filtering

Full Release Notes

This is the first release

## What's Changed
* Updated README to include downloading dependencies first by @nworbdier in https://github.com/Mail-0/Zero/pull/1
* add await to cookie for next.js 15 compatability by @yaredow in https://github.com/Mail-0/Zero/pull/2
* feat: added site config by @Praashh in https://github.com/Mail-0/Zero/pull/3
* feat: hide scrollbar in mail component by @MrgSub in https://github.com/Mail-0/Zero/pull/7
* Add Theme Toggle & Fix Light Theme by @jameshaworthcs in https://github.com/Mail-0/Zero/pull/5
* Muted icon in Mailist and MailDisplay by @mnoebauer in https://github.com/Mail-0/Zero/pull/8
* Fixes #6 & #7 by @OsamaGMM in https://github.com/Mail-0/Zero/pull/10
* fix: geist font loads properly by @OsamaGMM in https://github.com/Mail-0/Zero/pull/12
* fix: icons, scroll-area, team switcher and theme toggle by @saiyalamarty in https://github.com/Mail-0/Zero/pull/16
* chore: refactored the code for better maintainability by @Manudasari265 in https://github.com/Mail-0/Zero/pull/24
* Add email suggestions feature in MailCompose component by @mnoebauer in https://github.com/Mail-0/Zero/pull/19
* chore: migrate to pnpm by @BlankParticle in https://github.com/Mail-0/Zero/pull/33
* chore: add prettier, format and add CI by @BlankParticle in https://github.com/Mail-0/Zero/pull/34
* UX/UI improvements by @OsamaGMM in https://github.com/Mail-0/Zero/pull/18
* feat: add cmd/ctrl - k action menu by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/36
* feat: make desktop resizable by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/29
* feat: better-auth implementation with drizzle by @ArgenisCuellar in https://github.com/Mail-0/Zero/pull/17
* Update README.md with contribution info by @master-senses in https://github.com/Mail-0/Zero/pull/22
* [#21] feat(ui): enhance sidebar collapse functionality by @jameshaworthcs in https://github.com/Mail-0/Zero/pull/27
* fix: height of desktop mail view, somehow got removed. by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/38
* Fixed link to better auth by @OsamaGMM in https://github.com/Mail-0/Zero/pull/42
* chore: fix lint issues by @BlankParticle in https://github.com/Mail-0/Zero/pull/39
* fix: load posthog only if key is present to prevent error in dev by @BlankParticle in https://github.com/Mail-0/Zero/pull/40
* feat(ui): Enhance attachment handling by @HSp4m in https://github.com/Mail-0/Zero/pull/41
* fix: no longer cast database url to string by @mezotv in https://github.com/Mail-0/Zero/pull/44
* feat: add test routes and state management for active/inactive links by @Exe16Kishan in https://github.com/Mail-0/Zero/pull/46
* Refined the 'reply composer' for a modern look. by @cowboycodr in https://github.com/Mail-0/Zero/pull/47
* feat: unselect mail on page load by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/52
* fix: database migration config and folder by @BlankParticle in https://github.com/Mail-0/Zero/pull/53
* optimize mail-compose dialog for mobile, stabilize dialog window by @kingstondoesit in https://github.com/Mail-0/Zero/pull/49
* fix(ui): Added a `DialogTitle` to the `Command` component by @HSp4m in https://github.com/Mail-0/Zero/pull/58
* chore: add docker compose to run services like postgres locally by @BlankParticle in https://github.com/Mail-0/Zero/pull/54
* feat(ui): some minor tweaks to the compose button by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/62
* Redesign search and header area by @cowboycodr in https://github.com/Mail-0/Zero/pull/60
* feat: enhance command menu with compose message functionality and key… by @mnoebauer in https://github.com/Mail-0/Zero/pull/61
* Persist sidebar state through cookie by @dpcodes in https://github.com/Mail-0/Zero/pull/59
* feat(ui): Enhance Command Menu by @HSp4m in https://github.com/Mail-0/Zero/pull/63
* Fix: Adjusted ScrollArea height fixing the issues outlined in #60 by @cowboycodr in https://github.com/Mail-0/Zero/pull/67
* Experiment: refactor search component and filter by @cowboycodr in https://github.com/Mail-0/Zero/pull/71
* Increase minimum panel size for mail list to be more functional by @cowboycodr in https://github.com/Mail-0/Zero/pull/74
* chore: remove unnecessary gap in collapsed mail list by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/70
* feat: deselect/dismiss mail when clicking selected mail by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/68
* feat (ui): add auto save id to panel group for auto saving layout sizes by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/75
* feat: add attachment handling to mail display component by @mnoebauer in https://github.com/Mail-0/Zero/pull/56
* Improvement: Updated the email list look by @cowboycodr in https://github.com/Mail-0/Zero/pull/78
* feat: dynamic 404 and under construction routes; && contributors page by @ripgrim in https://github.com/Mail-0/Zero/pull/80
* added ratelimit , protected early access route by @itzamanjain in https://github.com/Mail-0/Zero/pull/81
* feat(compose): Add collapsible attachment list by @ripgrim in https://github.com/Mail-0/Zero/pull/79
* Add trunication on attachments by @mnoebauer in https://github.com/Mail-0/Zero/pull/86
* feat: add popover for security information in mail display by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/87
* feat: (ui) change junk icon from trash2 to archive-x by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/84
* Add tabIndex for improved accessibility in compose component by @mnoebauer in https://github.com/Mail-0/Zero/pull/85
* feat: finish compose dialog persistence functionality by @yaredow in https://github.com/Mail-0/Zero/pull/95
* feat: add close button to close selected mail display by @nyzss in https://github.com/Mail-0/Zero/pull/96
* move underconstruction to app route for better UX by @ripgrim in https://github.com/Mail-0/Zero/pull/93
* feat: deselect/dismiss selected mail on mobile dialog close by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/73
* remove bounce & overscrolling by @ripgrim in https://github.com/Mail-0/Zero/pull/100
* feat: Add Draft component with core functionality and improved UI by @Exe16Kishan in https://github.com/Mail-0/Zero/pull/103
* feat: added more advanced filtering by @nyzss in https://github.com/Mail-0/Zero/pull/101
* feat(attachments): add tooltip with full filename by @mezotv in https://github.com/Mail-0/Zero/pull/102
* feat: new mail compose UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/105
* fix: broken width of whole app by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/106
* fix(ui): Fix compose input (#66)  by @HSp4m in https://github.com/Mail-0/Zero/pull/76
* fix(ui): added sticky header in mail component in both mobile and desktop view by @nyzss in https://github.com/Mail-0/Zero/pull/107
* feat(ui): Add Attachments Preview by @HSp4m in https://github.com/Mail-0/Zero/pull/110
* feat(ui): Attachment Preview UI Improvement by @HSp4m in https://github.com/Mail-0/Zero/pull/111
* feat(ui): UserNav UI Improvement and Add info toasts by @HSp4m in https://github.com/Mail-0/Zero/pull/112
* added new brand assets for mail0.io by @keshav-exe in https://github.com/Mail-0/Zero/pull/124
* chart UI(contributors): center activity charts in card component, improve mobile responsiveness by @kingstondoesit in https://github.com/Mail-0/Zero/pull/122
* feat(contributors): add open issues and fix responsiveness by @mezotv in https://github.com/Mail-0/Zero/pull/120
* fix: add filename truncation back by @mezotv in https://github.com/Mail-0/Zero/pull/116
* typo fix in contributor page by @itzamanjain in https://github.com/Mail-0/Zero/pull/114
* feat(mail): redesign search and filter UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/121
* feat(ratelimit): switch to upstash redis and middleware by @mezotv in https://github.com/Mail-0/Zero/pull/117
* Switch mail compose to a drawer by @dumbneedle in https://github.com/Mail-0/Zero/pull/128
* feat (ui): add dark mode toggle by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/123
* Multi gmail connection by @nizzyabi in https://github.com/Mail-0/Zero/pull/148
* feat: type safe env by @BlankParticle in https://github.com/Mail-0/Zero/pull/161
* marking mails as read when opening them in the mail-display panel by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/162
* feat(legal): update pages UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/163
* chore: better env validation error by @BlankParticle in https://github.com/Mail-0/Zero/pull/165
* Adding more in depth docs by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/166
* fix: authentication and connection handling improvements by @MrgSub in https://github.com/Mail-0/Zero/pull/168
* hero + navbar by @nizzyabi in https://github.com/Mail-0/Zero/pull/170
* chore: restructure files to have less folders by @BlankParticle in https://github.com/Mail-0/Zero/pull/172
* fix login route by @kingstondoesit in https://github.com/Mail-0/Zero/pull/176
* dynamically render login page according to user session status by @kingstondoesit in https://github.com/Mail-0/Zero/pull/179
* Fix multi account logout by @kingstondoesit in https://github.com/Mail-0/Zero/pull/183
* fix: textarea background color to match theme color by @Mejiabrayan in https://github.com/Mail-0/Zero/pull/178
* feat: add search text highlighting by @Mejiabrayan in https://github.com/Mail-0/Zero/pull/180
* fix(contributors): change wording to include prs by @mezotv in https://github.com/Mail-0/Zero/pull/143
* Adding error.tsx page for handling unexpected runtime errors by @jahid28 in https://github.com/Mail-0/Zero/pull/185
* Updated the readme to include some parts of gcp that were missed by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/177
* feat: add empty state component for MailList when no messages are present by @rishavkundu in https://github.com/Mail-0/Zero/pull/182
* feat: settings page by @world1dan in https://github.com/Mail-0/Zero/pull/189
* feat: redesign login page by @amanbairagi30 in https://github.com/Mail-0/Zero/pull/188
* update readme for containerisation by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/190
* feat: Add development container configuration for Mail0 project by @lantos1618 in https://github.com/Mail-0/Zero/pull/160
* Fixed some of the ui inconsistencies by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/142
* quick fix for the other mailboxes by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/192
* Rename ROADMAP to ROADMAP.md by @ripgrim in https://github.com/Mail-0/Zero/pull/194
* animated icons and settings by @nizzyabi in https://github.com/Mail-0/Zero/pull/196
* route back button on settings page back to previous mail folder  by @kingstondoesit in https://github.com/Mail-0/Zero/pull/201
* feat: sidebar theme toggle + ui fixes by @world1dan in https://github.com/Mail-0/Zero/pull/198
* feat-github-login by @bitsbyritik in https://github.com/Mail-0/Zero/pull/187
* fix: contributors page by @dumbneedle in https://github.com/Mail-0/Zero/pull/204
* WIP: Enhance Gmail thread and message parsing with improved type safety by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/205
* RE:refactor back button destination in settings - Add Email!! by @kingstondoesit in https://github.com/Mail-0/Zero/pull/207
* feat/fix: thread display close button, payload headers received were not consistent which caused issue with dates. added debounce on search function by @nyzss in https://github.com/Mail-0/Zero/pull/212
* fix(reply-composer): issue #89; by @John-Kiruba in https://github.com/Mail-0/Zero/pull/155
* Feat/connect email by @bitsbyritik in https://github.com/Mail-0/Zero/pull/214
* feat: Add loading skeletons for mail page by @techwithanirudh in https://github.com/Mail-0/Zero/pull/209
* fix: contributors by @dumbneedle in https://github.com/Mail-0/Zero/pull/216
* ui redesign by @world1dan in https://github.com/Mail-0/Zero/pull/215
* fixed remote patterns by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/220
* refactor: cleanup unused components by @techwithanirudh in https://github.com/Mail-0/Zero/pull/221
* changed value from 35 to 25 by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/218
* chore(settings): add app sidebar and enhance UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/223
* chore(login) force unauth'd users to /login by @ripgrim in https://github.com/Mail-0/Zero/pull/224
* lint && prettier && hotfix by @ripgrim in https://github.com/Mail-0/Zero/pull/227
* remove crypto import by @ripgrim in https://github.com/Mail-0/Zero/pull/228
* Lint by @ripgrim in https://github.com/Mail-0/Zero/pull/229
* chore: moved animations from framer-motion to motion/react by @Praashh in https://github.com/Mail-0/Zero/pull/233
* fixed remote patterns in `next.config.ts` by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/232
* Improvements by @MrgSub in https://github.com/Mail-0/Zero/pull/239
* feat(doc): readme table of content by @mirashif in https://github.com/Mail-0/Zero/pull/230
* Update README.md by @nizzyabi in https://github.com/Mail-0/Zero/pull/245
* fix: ordered the bash executions for initial setup in readme.  by @Aggre7 in https://github.com/Mail-0/Zero/pull/250
* fix: scroll-able home page and redirect user to /mail/inbox if already logged in  by @user-64bit in https://github.com/Mail-0/Zero/pull/252
* Fix(mobile-ui): Responsive UI issue on security page mobile screens by @rajesh-1252 in https://github.com/Mail-0/Zero/pull/238
* chore: lint and format files by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/254
* feat: new policies by @Praashh in https://github.com/Mail-0/Zero/pull/255
* chore: move Google icon SVG from Login to Icons component by @rajesh-1252 in https://github.com/Mail-0/Zero/pull/234
* chore(contributors): add core team & enhance UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/256
* enhance: improve compose button visual feedback by @Mejiabrayan in https://github.com/Mail-0/Zero/pull/261
* fix(ui): TabsTrigger Display by @HSp4m in https://github.com/Mail-0/Zero/pull/260
* Avatar Component Migration to shadcn/ui, fixes #262 by @jameshaworthcs in https://github.com/Mail-0/Zero/pull/263
* redo: settings back button restore mail folder view for new UI by @kingstondoesit in https://github.com/Mail-0/Zero/pull/248
* Fix logo hydration error by @world1dan in https://github.com/Mail-0/Zero/pull/264
* fix: improve sidebar code, add react-scan in dev by @BlankParticle in https://github.com/Mail-0/Zero/pull/266
* Fix open redirect vulnerability in navigation system by @jameshaworthcs in https://github.com/Mail-0/Zero/pull/275
* feat: sending emails for gmail api by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/276
* add command palette by @plyght in https://github.com/Mail-0/Zero/pull/273
* Revert "add command palette" by @MrgSub in https://github.com/Mail-0/Zero/pull/277
* fix: streamline user authentication and improve logout handling by @MrgSub in https://github.com/Mail-0/Zero/pull/280
* added templates for github by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/281
* Release by @MrgSub in https://github.com/Mail-0/Zero/pull/282
* fix: broken threads when initiated by user by @sergioxro in https://github.com/Mail-0/Zero/pull/283
* Fix:React Scan in development mode by @Praashh in https://github.com/Mail-0/Zero/pull/285
* envelop login by @nizzyabi in https://github.com/Mail-0/Zero/pull/287
* Release 2 by @MrgSub in https://github.com/Mail-0/Zero/pull/288
* jkirubai/fix:ui-bugs & code-cleanup by @John-Kiruba in https://github.com/Mail-0/Zero/pull/268
* updated PULL_REQUEST_TEMPLATE.md by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/291
* fix: show check icon on copy, fix in Details Popover by @user-64bit in https://github.com/Mail-0/Zero/pull/279
* fixed some colours, spacing, padding and margins on mostly mobile stuff by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/292
* fix: Login Workflow by @Praashh in https://github.com/Mail-0/Zero/pull/289
* Fix typos, improve phrasing, and clean up README code by @rez1coder in https://github.com/Mail-0/Zero/pull/293
* Fixed height of mail and settings screens on mobile by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/294
* Implement IndexedDB cache provider for SWR by @MrgSub in https://github.com/Mail-0/Zero/pull/295
* Moved mail routes to server actions for better performance and less friction by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/297
* feat: extract text from mail action by @Praashh in https://github.com/Mail-0/Zero/pull/305
* fixed date bug on some emails by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/299
* Update mail count fetching to use server action by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/298
* enhance: show success and error toast for send email function by @eren1106 in https://github.com/Mail-0/Zero/pull/303
* feat: added filter logic and improved search bar and filtering UI by @nyzss in https://github.com/Mail-0/Zero/pull/306
* fix(env): Make PublicAppUrl required by @HSp4m in https://github.com/Mail-0/Zero/pull/296
* Feature/command palette (cleaned) by @plyght in https://github.com/Mail-0/Zero/pull/307
* fix/added suspense and moved command palette by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/321
* Refactor: replace fetch with axios in multiple components by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/313
* V1 UI upgrade by @nizzyabi in https://github.com/Mail-0/Zero/pull/323
* fix:new elements are not being rendered by @John-Kiruba in https://github.com/Mail-0/Zero/pull/326
* added infinite scrolling to mail-list by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/327
* updated pull request template to be more clear by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/322
* Monorepo support by @nizzyabi in https://github.com/Mail-0/Zero/pull/330
* Release 0.1 by @MrgSub in https://github.com/Mail-0/Zero/pull/331
* fix: remove tracked node_modules/.bin files by @sijan2 in https://github.com/Mail-0/Zero/pull/332
* added node_mobules to .gitignore by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/335
* Brain by @MrgSub in https://github.com/Mail-0/Zero/pull/339
* big push for connections and server actions: by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/340
* feat: Improve HTML text extraction and email parsing by @MrgSub in https://github.com/Mail-0/Zero/pull/341
* fix: remove t3-oss env by @dumbneedle in https://github.com/Mail-0/Zero/pull/342
* update max results to 20 per requst by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/343
* update compose by @nizzyabi in https://github.com/Mail-0/Zero/pull/337
* improvements to create ui by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/345
* add icons for file upload by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/346
* fix: sidebar and settings page ui fixes by @nizzyabi in https://github.com/Mail-0/Zero/pull/348
* Release 2 by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/351
* hope this fixes everything by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/349
* fixes db scripts and prepares for microsoft auth by @MrgSub in https://github.com/Mail-0/Zero/pull/352
* added config for removing console logs from prod by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/353
* urgent hotfix by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/354
* license update by @nizzyabi in https://github.com/Mail-0/Zero/pull/356
* jkirubai/fix:list-vertical-align by @John-Kiruba in https://github.com/Mail-0/Zero/pull/357
* removes old useKeyPressed hook and adds new hook in its place by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/344
* Create FUNDING.yml by @nizzyabi in https://github.com/Mail-0/Zero/pull/359
* feat: added dynamic og image by @amanbairagi30 in https://github.com/Mail-0/Zero/pull/200
* cool lil counter by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/358
* reply ui upgrade by @nizzyabi in https://github.com/Mail-0/Zero/pull/360
* added confetti for waitlist confirmation by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/361
* Release 0.2 by @MrgSub in https://github.com/Mail-0/Zero/pull/355
* hotfix for form by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/362
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/363
* Enhance Turnstile captcha validation for early access signup by @MrgSub in https://github.com/Mail-0/Zero/pull/364
* fix by @MrgSub in https://github.com/Mail-0/Zero/pull/365
* fix form stuff by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/367
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/368
* remove unnecessary padding by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/366
* gradient by @nizzyabi in https://github.com/Mail-0/Zero/pull/369
* fix: improve mail list and thread management with updated hooks and l… by @MrgSub in https://github.com/Mail-0/Zero/pull/370
* removed turnstile by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/373
* Release 0.3 by @MrgSub in https://github.com/Mail-0/Zero/pull/374
* Mail list updates by @MrgSub in https://github.com/Mail-0/Zero/pull/375
* Demo by @MrgSub in https://github.com/Mail-0/Zero/pull/379
* fix mobile image/mail-demo by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/383
* mail labels by @nizzyabi in https://github.com/Mail-0/Zero/pull/377
* Release 0.4 by @MrgSub in https://github.com/Mail-0/Zero/pull/384
* chore(search): tags by @dumbneedle in https://github.com/Mail-0/Zero/pull/386
* UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/389
* fix(perf): mail-list threads rerendering issue  by @nyzss in https://github.com/Mail-0/Zero/pull/387
* feat(ui): Design improvements (LP & Email Summary) by @HSp4m in https://github.com/Mail-0/Zero/pull/392
* Release 0.5 by @MrgSub in https://github.com/Mail-0/Zero/pull/393
* Update README.md by @nizzyabi in https://github.com/Mail-0/Zero/pull/396
* docs: more documentation on database environment setup by @nyzss in https://github.com/Mail-0/Zero/pull/397
* feat(ui): Design Improvements by @HSp4m in https://github.com/Mail-0/Zero/pull/400
* fix(ui): Fixes "isThinking is not defined" on the landing page by @HSp4m in https://github.com/Mail-0/Zero/pull/394
* fix UI by @dumbneedle in https://github.com/Mail-0/Zero/pull/402
* Release 0.6 by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/404
* Update table of content in CONTRIBUTING.md by @kotaikehara in https://github.com/Mail-0/Zero/pull/401
* fix contributors page by @plyght in https://github.com/Mail-0/Zero/pull/408
* Create email updates by @nizzyabi in https://github.com/Mail-0/Zero/pull/407
* Feature/thread badge tooltips by @nikitadrokin in https://github.com/Mail-0/Zero/pull/410
* docs by @dumbneedle in https://github.com/Mail-0/Zero/pull/412
* Draft emails by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/390
* Remove Duplicate Background Color in Login Button by @kotaikehara in https://github.com/Mail-0/Zero/pull/423
* Add line to README.md for easy copy-paste action  by @choephix in https://github.com/Mail-0/Zero/pull/429
* Fix typo in README.md by @choephix in https://github.com/Mail-0/Zero/pull/428
* Reorder URL handling logic in NavMain component by @kotaikehara in https://github.com/Mail-0/Zero/pull/426
* Release 0.7 by @MrgSub in https://github.com/Mail-0/Zero/pull/430
* Adds rate limit to /count to prevent abuse by @MrgSub in https://github.com/Mail-0/Zero/pull/431
* Attachments accordion in `mail-display.tsx` by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/416
* fix: reduced useSession() calls ; layout inconsistencies   by @John-Kiruba in https://github.com/Mail-0/Zero/pull/432
* fix(ui): button as button error fixed, create mail editor fixes by @nyzss in https://github.com/Mail-0/Zero/pull/424
* feat(i18n): internationalization of mail app by @nyzss in https://github.com/Mail-0/Zero/pull/414
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/435
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/436
* i18n by @dumbneedle in https://github.com/Mail-0/Zero/pull/437
* docs by @dumbneedle in https://github.com/Mail-0/Zero/pull/438
* feat: migrate to bun by @nizzyabi in https://github.com/Mail-0/Zero/pull/443
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/440
* chore(i18n): config by @dumbneedle in https://github.com/Mail-0/Zero/pull/445
* chore: translation docs by @dumbneedle in https://github.com/Mail-0/Zero/pull/446
* Remove shadow from `SettingsCard` and `MailCategoryTabs` component by @kotaikehara in https://github.com/Mail-0/Zero/pull/451
* Remove logout button on General page by @kotaikehara in https://github.com/Mail-0/Zero/pull/450
* added sentry configuration by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/452
* Remove unused packages and files by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/409
* Update package.json by @nizzyabi in https://github.com/Mail-0/Zero/pull/453
* Update ESLint configs by @nikitadrokin in https://github.com/Mail-0/Zero/pull/420
* Fix double TLS typo by @danteissaias in https://github.com/Mail-0/Zero/pull/454
* One-click unsubscribe by @danteissaias in https://github.com/Mail-0/Zero/pull/458
* added cookie manager and geolocation for uk/eu users by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/405
* Update README.md by @nizzyabi in https://github.com/Mail-0/Zero/pull/462
* minor by @MrgSub in https://github.com/Mail-0/Zero/pull/463
* feat: add subject to thread display by @sergioxro in https://github.com/Mail-0/Zero/pull/464
* Fix sidebar overflow by @danteissaias in https://github.com/Mail-0/Zero/pull/467
* feat: notes by @dumbneedle in https://github.com/Mail-0/Zero/pull/459
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/473
* feat/editor-ai and featurebase by @nizzyabi in https://github.com/Mail-0/Zero/pull/469
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/474
* Parse `From` header according to RFC 2822 by @danteissaias in https://github.com/Mail-0/Zero/pull/472
* Fix sidebar tooltip by @danteissaias in https://github.com/Mail-0/Zero/pull/468
* fixing the virtual mail-list by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/475
* fix(#413): use max of boundingRect and scrollHeight for email iframe … by @omp28 in https://github.com/Mail-0/Zero/pull/471
* Revert "fixing the virtual mail-list" by @MrgSub in https://github.com/Mail-0/Zero/pull/476
* fix: re-rendering by @dumbneedle in https://github.com/Mail-0/Zero/pull/478
* switch to react-virtuoso by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/479
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/477
* fix: threads with unread messages where wrongly flagged on mail list by @sergioxro in https://github.com/Mail-0/Zero/pull/480
* major refactoring for notes by @MrgSub in https://github.com/Mail-0/Zero/pull/485
* docs: Zero black-icon in light mode by @jameshaworthcs in https://github.com/Mail-0/Zero/pull/487
* threadid in url when user opens email by @nizzyabi in https://github.com/Mail-0/Zero/pull/492
* introduces mass unsubscribe dialog by @MrgSub in https://github.com/Mail-0/Zero/pull/494
* Check if email was sent with TLS by @danteissaias in https://github.com/Mail-0/Zero/pull/495
* Release 0.7something by @MrgSub in https://github.com/Mail-0/Zero/pull/465
* adds vishyfishy2's suggestion for domain reputation  by @MrgSub in https://github.com/Mail-0/Zero/pull/497
* Only show unsubscribe button if header is valid by @danteissaias in https://github.com/Mail-0/Zero/pull/496
* Parse to and cc headers by @danteissaias in https://github.com/Mail-0/Zero/pull/493
* Feature/add favourite by @SakataGintoki0 in https://github.com/Mail-0/Zero/pull/484
* refactoring & improvements by @MrgSub in https://github.com/Mail-0/Zero/pull/502
* thread movement & context menu by @dumbneedle in https://github.com/Mail-0/Zero/pull/498
* WIP: Switch from ⁠text primary key to UUIDv7 by @tomhaerter in https://github.com/Mail-0/Zero/pull/503
* Revert "WIP: Switch from ⁠text primary key to UUIDv7" by @MrgSub in https://github.com/Mail-0/Zero/pull/504
* chat ai by @nizzyabi in https://github.com/Mail-0/Zero/pull/505
* fixed the rendering of saved drafts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/510
* changes the loading indicator in mail/threads by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/511
* Yeet 0.8 or something by @MrgSub in https://github.com/Mail-0/Zero/pull/512
* feature/persist user settings by @sergioxro in https://github.com/Mail-0/Zero/pull/513
* early access check added to schema by @nizzyabi in https://github.com/Mail-0/Zero/pull/515
* feat(navbar): update item label based on auth status by @pietrodev07 in https://github.com/Mail-0/Zero/pull/514
* updated readme by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/518
* keyboard navigation by @dumbneedle in https://github.com/Mail-0/Zero/pull/521
* check email for early access by @nizzyabi in https://github.com/Mail-0/Zero/pull/519
* Keyboard navigation by @dumbneedle in https://github.com/Mail-0/Zero/pull/522
* Beta by @MrgSub in https://github.com/Mail-0/Zero/pull/523
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/524
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/525
* reply ai by @dumbneedle in https://github.com/Mail-0/Zero/pull/526
* email avatars by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/528
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/532
* Improved ai with custom prompt by @nizzyabi in https://github.com/Mail-0/Zero/pull/534
* Autocompletions for reply and create by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/529
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/536
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/538
* Beta by @MrgSub in https://github.com/Mail-0/Zero/pull/535
* Betaa by @dumbneedle in https://github.com/Mail-0/Zero/pull/539
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/540
* fix mail demo by @dumbneedle in https://github.com/Mail-0/Zero/pull/543
* fix auth by @dumbneedle in https://github.com/Mail-0/Zero/pull/545
* release 0.9 by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/546
* fix link by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/549
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/548
* fix: mobile layout errors by @sergioxro in https://github.com/Mail-0/Zero/pull/550
* Beta Updates by @MrgSub in https://github.com/Mail-0/Zero/pull/551
* saving... by @MrgSub in https://github.com/Mail-0/Zero/pull/552
* alpha by @dumbneedle in https://github.com/Mail-0/Zero/pull/555
* Beta updates by @MrgSub in https://github.com/Mail-0/Zero/pull/559
* Normalize email input by trimming and lowercasing by @MrgSub in https://github.com/Mail-0/Zero/pull/560
* Main by @MrgSub in https://github.com/Mail-0/Zero/pull/572
* Release ⚡️ by @nizzyabi in https://github.com/Mail-0/Zero/pull/576
* Release by @MrgSub in https://github.com/Mail-0/Zero/pull/577
* Hotfix - Stable by @MrgSub in https://github.com/Mail-0/Zero/pull/578
* Release 0.8 by @MrgSub in https://github.com/Mail-0/Zero/pull/579
* feat: add mailto protocol handler support by @jlokos in https://github.com/Mail-0/Zero/pull/574
* Release 0.85 by @MrgSub in https://github.com/Mail-0/Zero/pull/581
* Fixes by @nizzyabi in https://github.com/Mail-0/Zero/pull/585
* Reverse order thread by @nizzyabi in https://github.com/Mail-0/Zero/pull/586
* making the app faster by @R44VC0RP in https://github.com/Mail-0/Zero/pull/587
* fix inline images by @R44VC0RP in https://github.com/Mail-0/Zero/pull/588
* Release 0.85 by @MrgSub in https://github.com/Mail-0/Zero/pull/589
* ph provider by @nizzyabi in https://github.com/Mail-0/Zero/pull/590
* fix: show primary emails by @sergioxro in https://github.com/Mail-0/Zero/pull/582
* context by @dumbneedle in https://github.com/Mail-0/Zero/pull/595
* perf: switch from open ai to groq api by @Vicentesan in https://github.com/Mail-0/Zero/pull/594
* thread action buttons by @dumbneedle in https://github.com/Mail-0/Zero/pull/597
* feat: update categories logic by @sergioxro in https://github.com/Mail-0/Zero/pull/596
* Feature/mark as read by @Rajmeet in https://github.com/Mail-0/Zero/pull/599
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/601
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/602
* fix: remove html from AI prompt by @Vicentesan in https://github.com/Mail-0/Zero/pull/598
* fix: join waitlist button contrast by @mezotv in https://github.com/Mail-0/Zero/pull/603
* Add tooltips and i18n for editor MenuBar by @yaraslau-klimuk in https://github.com/Mail-0/Zero/pull/604
* update home navigation menu on homepage + add login link by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/607
* disable default images loading by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/606
* Add theme color metadata for light and dark mode in mail app layout by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/608
* Refactor mail list component for better styling and readability. by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/616
* Add Signatures to Emails by @plyght in https://github.com/Mail-0/Zero/pull/593
* fix: sidebar should close when navigating on mobile by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/620
* Trusted senders by @danteissaias in https://github.com/Mail-0/Zero/pull/618
* 0.91 by @MrgSub in https://github.com/Mail-0/Zero/pull/625
* bin by @dumbneedle in https://github.com/Mail-0/Zero/pull/629
* New Crowdin updates by @longgoneaccount in https://github.com/Mail-0/Zero/pull/633
* Release 0.92 by @MrgSub in https://github.com/Mail-0/Zero/pull/631
* driver by @dumbneedle in https://github.com/Mail-0/Zero/pull/632
* fix: fixed incorrect and broken translations by @maxprilutskiy in https://github.com/Mail-0/Zero/pull/638
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/637
* Refactor mail compose handle-mailto route function by @MrgSub in https://github.com/Mail-0/Zero/pull/639
* Refactor mailto handling and authentication check by @MrgSub in https://github.com/Mail-0/Zero/pull/640
* Fix static Hero and NavBar links by @kingstondoesit in https://github.com/Mail-0/Zero/pull/621
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/641
* Refactor handling of early access registration logic by @MrgSub in https://github.com/Mail-0/Zero/pull/642
* Update handling of golden ticket registration errors by @MrgSub in https://github.com/Mail-0/Zero/pull/643
* Add email filter when updating early access user by @MrgSub in https://github.com/Mail-0/Zero/pull/644
* Update navbar component layout for mobile view by @MrgSub in https://github.com/Mail-0/Zero/pull/645
* bcc cc by @nizzyabi in https://github.com/Mail-0/Zero/pull/646
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/647
* Only show external images banner if there was a CSP violation by @danteissaias in https://github.com/Mail-0/Zero/pull/648
* 0.92 by @MrgSub in https://github.com/Mail-0/Zero/pull/650
* fix: mail filter for demo mail list. by @afeefuddin in https://github.com/Mail-0/Zero/pull/653
* fix(mail-display): correct conditional rendering and adjust styling by @HSp4m in https://github.com/Mail-0/Zero/pull/651
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/655
* Update attachment input styling in CreateEmail component by @MrgSub in https://github.com/Mail-0/Zero/pull/658
* chore: enable @LingoDotDev pull request mode by @maxprilutskiy in https://github.com/Mail-0/Zero/pull/659
* feat: pull request mode @LingoDotDev by @maxprilutskiy in https://github.com/Mail-0/Zero/pull/660
* auto update by @nizzyabi in https://github.com/Mail-0/Zero/pull/662
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/663
* docs: add @LingoDotDev instructions to `translation.md` by @maxprilutskiy in https://github.com/Mail-0/Zero/pull/665
* Lingoooooo  by @MrgSub in https://github.com/Mail-0/Zero/pull/666
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/667
* Added hover state in dark mode for better visibility by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/668
* toggle cc bcc in reply-composer, fix email Details popover onBlur event by @kingstondoesit in https://github.com/Mail-0/Zero/pull/656
* 0.93 by @MrgSub in https://github.com/Mail-0/Zero/pull/671
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/673
* Add decide method for feature gate creation by @MrgSub in https://github.com/Mail-0/Zero/pull/675
* Deleted unnecessary file with form logic for early access signup by @MrgSub in https://github.com/Mail-0/Zero/pull/676
* Dev mode by @MrgSub in https://github.com/Mail-0/Zero/pull/678
* hover button fix by @MrgSub in https://github.com/Mail-0/Zero/pull/679
* fix: update folder type from 'trash' to 'bin' in empty state component by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/680
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/672
* added contacts dropdown for create email by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/677
* New create email by @nizzyabi in https://github.com/Mail-0/Zero/pull/684
* relocate settings routing functionality to app-sidebar NavUser by @kingstondoesit in https://github.com/Mail-0/Zero/pull/683
* Feat/driver updates by @MrgSub in https://github.com/Mail-0/Zero/pull/693
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/692
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/694
* New hotkeys hooks by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/649
* feat: add farsi support by @essinn in https://github.com/Mail-0/Zero/pull/636
* add: add dockerfile by @Muhammad-Owais-Warsi in https://github.com/Mail-0/Zero/pull/591
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/696
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/700
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/702
* Handle errors and unauthorized access gracefully by @MrgSub in https://github.com/Mail-0/Zero/pull/703
* Update redirect logic to use NextResponse.rewrite by @MrgSub in https://github.com/Mail-0/Zero/pull/704
* Refactor unauthorized redirect handling in GET function by @MrgSub in https://github.com/Mail-0/Zero/pull/705
* Implement logout functionality and improve error handling across the app by @MrgSub in https://github.com/Mail-0/Zero/pull/707
* context menu by @nizzyabi in https://github.com/Mail-0/Zero/pull/708
* error by @nizzyabi in https://github.com/Mail-0/Zero/pull/711
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/712
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/713
* fix: random reply count in mail list by @kotaikehara in https://github.com/Mail-0/Zero/pull/714
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/715
* Improved search by @nizzyabi in https://github.com/Mail-0/Zero/pull/718
* Reply to right person by @nizzyabi in https://github.com/Mail-0/Zero/pull/720
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/719
* Fix/missing dep by @manavsiddharthgupta in https://github.com/Mail-0/Zero/pull/717
* Fix: Prevent duplicate email display in header popover by @theabhayprajapati in https://github.com/Mail-0/Zero/pull/722
* smoother login flow with google by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/724
* Adjust spacing and alignment for UI elements to improve layout consistency by @ncdai in https://github.com/Mail-0/Zero/pull/725
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/728
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/729
* fix: invite dialog colors #732 by @ayushk-1801 in https://github.com/Mail-0/Zero/pull/733
* Revert "fix: invite dialog colors #732" by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/735
* Fix colours for golder ticket by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/736
* V0.something by @MrgSub in https://github.com/Mail-0/Zero/pull/737
* Merge pull request #737 from Mail-0/main by @MrgSub in https://github.com/Mail-0/Zero/pull/738
* Lots of fixes for draft and create(draft) by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/723
* feat: single api for oauth connections by @BlankParticle in https://github.com/Mail-0/Zero/pull/741
* chore: simplify and fix the dev env by @BlankParticle in https://github.com/Mail-0/Zero/pull/742
* Ai generate security by @ripgrim in https://github.com/Mail-0/Zero/pull/706
* Add a new Vietnamese translation file to support Vietnamese language users by @ncdai in https://github.com/Mail-0/Zero/pull/726
* Update es.json by @danibaldomir in https://github.com/Mail-0/Zero/pull/710
* Update app manifest and add new icons for PWA by @humbernieto in https://github.com/Mail-0/Zero/pull/739
* Allow sending from email aliases added through gmail by @atharvadeosthale in https://github.com/Mail-0/Zero/pull/743
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/749
* Redirect from Home Page on Session by @nikitadrokin in https://github.com/Mail-0/Zero/pull/701
* Feat: og:image Generation on /compose route by @ripgrim in https://github.com/Mail-0/Zero/pull/730
* fix email aliases route by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/752
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/750
* Add labels to sidebar, labels settings and useLabels hook by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/746
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/697
* Count of unread messages present inside bin by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/751
* fixes drafts not saving persistently by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/759
* Hide from address field if no aliases by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/756
* Fix attachment preview gets cut off in popover  by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/761
* account deletion by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/758
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/762
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/763
* fix: add missing dompurify dep by @BlankParticle in https://github.com/Mail-0/Zero/pull/765
* user can edit email after selecting email by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/760
* User can able to delete from bin  by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/670
* send draft instead of new message by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/767
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/768
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/770
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/771
* .github/workflows: Migrate workflows to Blacksmith runners by @blacksmith-sh[bot] in https://github.com/Mail-0/Zero/pull/773
* feat: update translations via @lingodotdev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/772
* Trying out blacksmith by @MrgSub in https://github.com/Mail-0/Zero/pull/774
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/776
* Fixing settings page  by @MrgSub in https://github.com/Mail-0/Zero/pull/777
* hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/778
* potential fixes for mobile dynamic height by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/779
* Global ai by @nizzyabi in https://github.com/Mail-0/Zero/pull/630
* fixes deleting account errors by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/787
* address non-null assertion of global `DATABASE_URL` VAR by @kingstondoesit in https://github.com/Mail-0/Zero/pull/786
* remove min-h on iframe by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/789
* feat: AI Compose with Style and Tone by @dakdevs in https://github.com/Mail-0/Zero/pull/782
* Toolbar on hover by @nizzyabi in https://github.com/Mail-0/Zero/pull/791
* changes by @nizzyabi in https://github.com/Mail-0/Zero/pull/793
* Hotfix Balancer on home-content by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/795
* toaster fixes by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/796
* Hotkeys continued by @MrgSub in https://github.com/Mail-0/Zero/pull/792
* small fix to shortcuts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/798
* update BulkSelectActions by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/794
* feat: ai compose + compose area fixes by @dakdevs in https://github.com/Mail-0/Zero/pull/797
* Shortcuts are working by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/800
* color theme now persists in user settings by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/801
* Bulk star messages by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/802
* labels in thread display by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/804
* drafts now saving again by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/803
* Fix Sending and Fix Draft Loading in Replies by @dakdevs in https://github.com/Mail-0/Zero/pull/808
* more robust checker for the modifier and OS by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/806
* removed mute thread by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/809
* Fix Drafts by @dakdevs in https://github.com/Mail-0/Zero/pull/811
* Adds polyfill for safari ReadableByteStreamController by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/814
* feat: bin keyboard shortcuts by @dakdevs in https://github.com/Mail-0/Zero/pull/813
* fixes by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/810
* temporary fix by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/815
* fixes the redirect to mail/inbox on root page by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/817
* AI Updates by @dakdevs in https://github.com/Mail-0/Zero/pull/818
* ai fix 2 by @dakdevs in https://github.com/Mail-0/Zero/pull/819
* Public Beta by @MrgSub in https://github.com/Mail-0/Zero/pull/816
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/820
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/821
* fix by @dumbneedle in https://github.com/Mail-0/Zero/pull/823
* fixes for mobile by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/825
* more fixes for mobile sidebar by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/828
* fixes settings/appearance issue by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/834
* turn images on by default by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/835
* App sidebar fixes by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/841
* Staging -> Main by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/836
* fix navigation to and from /settings page by @kingstondoesit in https://github.com/Mail-0/Zero/pull/831
* margin fix by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/843
* chore: rm en copy from es by @maxprilutskiy in https://github.com/Mail-0/Zero/pull/844
* Refactor icon rendering in Categories component for cleaner code by @MrgSub in https://github.com/Mail-0/Zero/pull/845
* privacy by @dumbneedle in https://github.com/Mail-0/Zero/pull/852
* fix: Hide unread badge for Sent mail (always 0) by @AasheeshLikePanner in https://github.com/Mail-0/Zero/pull/849
* feat: server-action/SWR to trpc/tanstack-query by @BlankParticle in https://github.com/Mail-0/Zero/pull/783
* fix: delete user error by @BlankParticle in https://github.com/Mail-0/Zero/pull/862
* fix: prevent wrapping of long attachment filenames (#833) by @omgwtfnotnow in https://github.com/Mail-0/Zero/pull/861
* Optimized Dockerfile for lighter docker image and faster build time by @ShadowArcanist in https://github.com/Mail-0/Zero/pull/860
* adds context menu for labels in sidebar by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/858
* feat: rewrite mail driver with better types by @BlankParticle in https://github.com/Mail-0/Zero/pull/867
* Disable ai summary when brainState is not enabled by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/866
* Minor fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/854
* chore: cleanup and refactor, remove unused files and routes by @BlankParticle in https://github.com/Mail-0/Zero/pull/879
* Fix: Prevent Gauge from Overflowing on Long Email Addresses by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/880
* Feat/mailto fixes by @jlokos in https://github.com/Mail-0/Zero/pull/824
* feat: add local query cache for faster load times by @BlankParticle in https://github.com/Mail-0/Zero/pull/884
* Fixed: Issue #830 - Adding a secondary account now correctly redirect... by @AbhiArya20 in https://github.com/Mail-0/Zero/pull/875
* moves close compose shortcut to shortcuts.ts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/889
* fixes drafts saving as new draft each time by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/855
* feat: cloudflare backend by @BlankParticle in https://github.com/Mail-0/Zero/pull/898
* Upgrade fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/905
* autofocus to email body by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/901
* feat: remove nextjs proxy for direct calls by @BlankParticle in https://github.com/Mail-0/Zero/pull/911
* Onboarding by @nizzyabi in https://github.com/Mail-0/Zero/pull/895
* Handle missing OAuth scopes gracefully with error messaging by @dakdevs in https://github.com/Mail-0/Zero/pull/914
* Check by @nizzyabi in https://github.com/Mail-0/Zero/pull/916
* Homepage addition by @nizzyabi in https://github.com/Mail-0/Zero/pull/872
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/863
* savign by @MrgSub in https://github.com/Mail-0/Zero/pull/919
* refactor: reorganize imports and enhance NavUser component with billing by @MrgSub in https://github.com/Mail-0/Zero/pull/920
* saving by @MrgSub in https://github.com/Mail-0/Zero/pull/921
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/918
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/929
* staging fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/931
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/930
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/937
* fix: local dev mode for zero backend by @BlankParticle in https://github.com/Mail-0/Zero/pull/933
* fix: use different cookie based on NODE_ENV by @BlankParticle in https://github.com/Mail-0/Zero/pull/938
* fix(thread): attachment rendering by @dumbneedle in https://github.com/Mail-0/Zero/pull/940
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/941
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/942
* fix: missing execution ctx by @BlankParticle in https://github.com/Mail-0/Zero/pull/943
* chore: update docs to mention cloudflare sync by @BlankParticle in https://github.com/Mail-0/Zero/pull/946
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/951
* chore: invalidate query count on marking read/uread by @BlankParticle in https://github.com/Mail-0/Zero/pull/944
* Redirect User to Reconnect if credentials become invalid by @dakdevs in https://github.com/Mail-0/Zero/pull/945
* style(ui): increase max-width of email display in nav-user after gauge was removed by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/957
* QoL by @dumbneedle in https://github.com/Mail-0/Zero/pull/962
* Fix redirection for Invalid Connections by @dakdevs in https://github.com/Mail-0/Zero/pull/963
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/954
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/964
* feat: access hono context from anywhere by @BlankParticle in https://github.com/Mail-0/Zero/pull/966
* fix: logout using browser apis instead of nextjs by @BlankParticle in https://github.com/Mail-0/Zero/pull/967
* fix: recreate query client properly if session changes by @BlankParticle in https://github.com/Mail-0/Zero/pull/970
* enable shortcuts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/917
* Fix: Autolabelling issue of not getting labels by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/973
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/978
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/980
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/979
* adds sentry by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/984
* enables source maps for sentry errors by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/985
* Fix to Bin Counter. Previously only counted unread mails in bin, now fixed.  by @advitxsingh in https://github.com/Mail-0/Zero/pull/982
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/986
* hm by @MrgSub in https://github.com/Mail-0/Zero/pull/987
* Adds Sentry sourcemaps by @MrgSub in https://github.com/Mail-0/Zero/pull/988
* fix(compose): fixed compose overflow  by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/936
* Shortcut hints by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/977
* feat: multi-stage docker image, migrations container, 96.35% smaller by @adiologydev in https://github.com/Mail-0/Zero/pull/871
* Fixed: Issue#869 - scrollbar in sidebar by @AbhiArya20 in https://github.com/Mail-0/Zero/pull/877
* Fix hebrew characters not displaying by @gitstart-opensource in https://github.com/Mail-0/Zero/pull/907
* Add warnings because staging is the base branch for contribution by @bilgi42 in https://github.com/Mail-0/Zero/pull/972
* fix: use localization for reply buttons by @sergioxro in https://github.com/Mail-0/Zero/pull/971
* Small by @nizzyabi in https://github.com/Mail-0/Zero/pull/989
* remove internal extrenal by @MrgSub in https://github.com/Mail-0/Zero/pull/990
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/991
* fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/997
* refactor: simplify environment configuration by @MrgSub in https://github.com/Mail-0/Zero/pull/998
* adds google client id and secret by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1000
* fix: limit textarea input to 3000 characters to prevent spam and long… by @Tahermaxse in https://github.com/Mail-0/Zero/pull/999
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/1001
* staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/1002
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/995
* feat: add important toogle api and UI by @BlankParticle in https://github.com/Mail-0/Zero/pull/1003
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/1004
* responsive layout and mobile ui improvements by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1006
* fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/996
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1005
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1015
* Staging by @nizzyabi in https://github.com/Mail-0/Zero/pull/1016
* fix: clear category query param on navigating outside inbox by @hmacr in https://github.com/Mail-0/Zero/pull/1014
* fix: use `strokeWidth` property instead of `stroke-width` by @hmacr in https://github.com/Mail-0/Zero/pull/1013
* doc: update db start command by @hmacr in https://github.com/Mail-0/Zero/pull/1011
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1017
* adds outlook provider by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/885
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1020
* remiiixxxxxxify by @MrgSub in https://github.com/Mail-0/Zero/pull/1021
* chore: do optimizations by @BlankParticle in https://github.com/Mail-0/Zero/pull/1022
* refactor(pricing-dialog): simplify PricingDialog component and usage by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1023
* Refactor Pricing dialog by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1026
* fix: language cookie and fix saving settings by @BlankParticle in https://github.com/Mail-0/Zero/pull/1027
* stuff by @MrgSub in https://github.com/Mail-0/Zero/pull/1028
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1029
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1030
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1031
* feat: add helper cli by @BlankParticle in https://github.com/Mail-0/Zero/pull/1032
* chore: add sentry proxy by @BlankParticle in https://github.com/Mail-0/Zero/pull/1036
* folders/labels for outlook and gmail by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1033
* Use SimpleLogin Original Sender for the Email Sender Field by @ikraamdaanis in https://github.com/Mail-0/Zero/pull/1037
* adds context menu back by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1039
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1040
* fix: og image rendering by @BlankParticle in https://github.com/Mail-0/Zero/pull/1041
* fix: cache, oh my god by @BlankParticle in https://github.com/Mail-0/Zero/pull/1038
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1043
* fix labels hover and wrap labels inside a fixed div to enhance sidebar by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1044
* virtual list in mail-list by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1034
* feat: integrate pricing dialog and update button labels across compon… by @MrgSub in https://github.com/Mail-0/Zero/pull/1049
* feat: add Draft component to mail list for displaying draft messages by @MrgSub in https://github.com/Mail-0/Zero/pull/1050
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1048
* feat: update button in NavUser to open pricing dialog by @MrgSub in https://github.com/Mail-0/Zero/pull/1051
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1052
* Label count by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1046
* fix bin count by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1025
* chore: remove FORCE_GMAIL_CONSENT variable from development  by @MrgSub in https://github.com/Mail-0/Zero/pull/1053
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1054
* fixes react-email issue by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1057
* feat: new labels by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1056
* feat: Implement `webSearch` tool into the email composer. by @dakdevs in https://github.com/Mail-0/Zero/pull/1055
* feat: fix eslint by @BlankParticle in https://github.com/Mail-0/Zero/pull/1045
* refactor(mail): improve error handling and feedback for label and fav… by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/993
* fix: update docker commands in package.json to use 'docker compose' syntax by @SerhiiMandrykin in https://github.com/Mail-0/Zero/pull/965
* Introduced Infinite Scroll using Virtua by @inline-arc in https://github.com/Mail-0/Zero/pull/1059
* chore: update eslint and plugins by @BlankParticle in https://github.com/Mail-0/Zero/pull/1064
* fix: use historyId to invalidate mail.get cache by @BlankParticle in https://github.com/Mail-0/Zero/pull/1063
* Phone number by @MrgSub in https://github.com/Mail-0/Zero/pull/1067
* chore: remove unused Twilio configuration and add ZeroAgent and ZeroMCP to migrations by @MrgSub in https://github.com/Mail-0/Zero/pull/1068
* chore: add versioning for migrations with new_classes and new_sqlite_classes for v2 by @MrgSub in https://github.com/Mail-0/Zero/pull/1069
* save by @MrgSub in https://github.com/Mail-0/Zero/pull/1071
* chore: remove duplicate entries for ZeroAgent and ZeroMCP in wrangler.jsonc by @MrgSub in https://github.com/Mail-0/Zero/pull/1073
* feat: enhance ZeroMCP with new tools and improved thread information handling by @MrgSub in https://github.com/Mail-0/Zero/pull/1074
* Feature/pdf print by @snehendu098 in https://github.com/Mail-0/Zero/pull/1065
* feat(mail/spam): add 'Delete All Spam' button (#886) by @giteshsarvaiya in https://github.com/Mail-0/Zero/pull/952
* hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1075
* fixes language select box by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1060
* fix: dev server errors by warming up the app by @BlankParticle in https://github.com/Mail-0/Zero/pull/1082
* chore: landing-page Quote icons are improperly placed by @legions-developer in https://github.com/Mail-0/Zero/pull/1077
* fix: phone number verification by @BlankParticle in https://github.com/Mail-0/Zero/pull/1080
* feat: move db from packages into server by @BlankParticle in https://github.com/Mail-0/Zero/pull/1081
* refactor: remove unused customSessionClient from auth-client and auth-proxy by @MrgSub in https://github.com/Mail-0/Zero/pull/1086
* Staging by @MrgSub in https://github.com/Mail-0/Zero/pull/1087
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1092
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1095
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1102
* styling-fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1103
* star-label by @MrgSub in https://github.com/Mail-0/Zero/pull/1104
* clear-cache-logout by @MrgSub in https://github.com/Mail-0/Zero/pull/1105
* vim-scroll by @MrgSub in https://github.com/Mail-0/Zero/pull/1106
* clean-up by @MrgSub in https://github.com/Mail-0/Zero/pull/1107
* fix: add fadeInUp animation back for contributors page by @BlankParticle in https://github.com/Mail-0/Zero/pull/1109
* fix: make some endpoints public and return default values by @BlankParticle in https://github.com/Mail-0/Zero/pull/1110
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1108
* fix: add pro check to autolabeling toggle by @BlankParticle in https://github.com/Mail-0/Zero/pull/1112
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1113
* fix(mail): ensure sender name appears in recipient inbox by @abhiifour in https://github.com/Mail-0/Zero/pull/1072
* fix: revoke access token on user deletion by @BlankParticle in https://github.com/Mail-0/Zero/pull/1115
* Adds ProductHunt badge by @MrgSub in https://github.com/Mail-0/Zero/pull/1116
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1114
* Label dialog UI by @nizzyabi in https://github.com/Mail-0/Zero/pull/1117
* Hotfixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1119
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1118
* Attachments by @MrgSub in https://github.com/Mail-0/Zero/pull/1120
* Iframe styling fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1122
* Changing Sidebar colors by @MrgSub in https://github.com/Mail-0/Zero/pull/1123
* add reply tracking by @MrgSub in https://github.com/Mail-0/Zero/pull/1124
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1121
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1132
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1137
* Fix ZeroAgent authentication reconnection by @MrgSub in https://github.com/Mail-0/Zero/pull/1149
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1157
* Remove CommandPaletteProvider wrapper and enhance search functionality by @MrgSub in https://github.com/Mail-0/Zero/pull/1154
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1161
* chore: make deploy CI better by @BlankParticle in https://github.com/Mail-0/Zero/pull/1162
* fix for i18n by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1164
* chore: update dependencies and fix i8n issues by @BlankParticle in https://github.com/Mail-0/Zero/pull/1167
* fixes some optimistic action bugs by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1171
* Hotkeys Keyboard Layout by @MrgSub in https://github.com/Mail-0/Zero/pull/1166
* fix: update react version to match mail app by @BlankParticle in https://github.com/Mail-0/Zero/pull/1173
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1160
* better command palette and new shortcuts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1165
* fixes search not being added to filters by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1179
* Hotkeys Fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1176
* AI Hotfixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1177
* AI Search for things by @MrgSub in https://github.com/Mail-0/Zero/pull/1182
* adds zero signature to emails by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1181
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1183
* Add Intercom support and enhance phishing detection in AI search by @MrgSub in https://github.com/Mail-0/Zero/pull/1184
* Hotfixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1185
* Live Support by @MrgSub in https://github.com/Mail-0/Zero/pull/1186
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1187
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1175
* Improve Search by @MrgSub in https://github.com/Mail-0/Zero/pull/1188
* AI Phone Assistant by @dakdevs in https://github.com/Mail-0/Zero/pull/1190
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1193
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1194
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1195
* Add email actions to AI router by @MrgSub in https://github.com/Mail-0/Zero/pull/1198
* Switch to Groq LLM and fix AI sidebar focus by @MrgSub in https://github.com/Mail-0/Zero/pull/1192
* UI Fixes by @nizzyabi in https://github.com/Mail-0/Zero/pull/1199
* Fix Drafts dissappearing on save by @dakdevs in https://github.com/Mail-0/Zero/pull/1203
* Less batch size by @MrgSub in https://github.com/Mail-0/Zero/pull/1205
* temp: Remove Phone Verify by @MrgSub in https://github.com/Mail-0/Zero/pull/1206
* hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1207
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1208
* Fixes Optimstic Actions by @MrgSub in https://github.com/Mail-0/Zero/pull/1209
* Hotfix: AI Chat Active Connection by @MrgSub in https://github.com/Mail-0/Zero/pull/1210
* new ai voice assistant by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1163
* using zero agent by @MrgSub in https://github.com/Mail-0/Zero/pull/1212
* AI Assistant Simplification by @dakdevs in https://github.com/Mail-0/Zero/pull/1200
* Cleanup Voice by @MrgSub in https://github.com/Mail-0/Zero/pull/1214
* updates tools by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1213
* fixing small bugs by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1204
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1211
* fix:sidebar labels background by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1174
* chore(ci): replace Bun with pnpm in Husky pre-commit hook by @abhix4 in https://github.com/Mail-0/Zero/pull/1202
* Disable Calls in Prod by @MrgSub in https://github.com/Mail-0/Zero/pull/1215
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1216
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1217
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1218
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1191
* Hotfix: no groq for now by @MrgSub in https://github.com/Mail-0/Zero/pull/1222
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1223
* fixed the important tooltip UI by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1220
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1225
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1224
* Hotfx by @MrgSub in https://github.com/Mail-0/Zero/pull/1226
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1227
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1228
* Optimistic Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1231
* ui-fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/1230
* No Animations in mail list by @MrgSub in https://github.com/Mail-0/Zero/pull/1235
* fixes height by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1234
* Fix Font Loading Issues and Windows Compatibility by @advitxsingh in https://github.com/Mail-0/Zero/pull/1232
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1237
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1229
* Hotix by @MrgSub in https://github.com/Mail-0/Zero/pull/1241
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1242
* fix: the issue of compose new mail while on draft folder by @abhix4 in https://github.com/Mail-0/Zero/pull/1240
* style: landing by @vachmara in https://github.com/Mail-0/Zero/pull/1239
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1247
* feat: Add og:type meta tag by @seer-by-sentry[bot] in https://github.com/Mail-0/Zero/pull/1248
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1243
* feat: Improve performance of marking threads as read/unread by @seer-by-sentry[bot] in https://github.com/Mail-0/Zero/pull/1249
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1250
* fixes shortcut key size and windows key by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1252
* Using Auth MCP by @MrgSub in https://github.com/Mail-0/Zero/pull/1255
* IFrame Performance Improv by @MrgSub in https://github.com/Mail-0/Zero/pull/1256
* React Compiler ??? by @MrgSub in https://github.com/Mail-0/Zero/pull/1257
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1236
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1253
* re-enables outlook by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1245
* composer styling by @dumbneedle in https://github.com/Mail-0/Zero/pull/1259
* minor by @MrgSub in https://github.com/Mail-0/Zero/pull/1261
* Call Your Inbox by @MrgSub in https://github.com/Mail-0/Zero/pull/1263
* fixes shortcut key display by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1278
* ui privacy email composer open by @nizzyabi in https://github.com/Mail-0/Zero/pull/1265
* fix: docker files for db and app by @krakenftw in https://github.com/Mail-0/Zero/pull/1127
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1280
* use aliases in email-composer by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1233
* fix(ui): fixed labels for mail thread . by @abhix4 in https://github.com/Mail-0/Zero/pull/1201
* fix(i18n): fixed i18n support for previously untranslated fields (labels) by @abhiifour in https://github.com/Mail-0/Zero/pull/1172
* feat: outlook ai search prompt by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1277
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1281
* update better-auth and graceful auth error by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1279
* All Mail as Default by @MrgSub in https://github.com/Mail-0/Zero/pull/1282
* Responsive by @MrgSub in https://github.com/Mail-0/Zero/pull/1283
* Bug Fixes #1258 #1219 by @MrgSub in https://github.com/Mail-0/Zero/pull/1285
* Phone Setup by @MrgSub in https://github.com/Mail-0/Zero/pull/1286
* fixes. bitch by @nizzyabi in https://github.com/Mail-0/Zero/pull/1284
* list by @nizzyabi in https://github.com/Mail-0/Zero/pull/1287
* No Microsoft by @MrgSub in https://github.com/Mail-0/Zero/pull/1288
* AI Debug by @MrgSub in https://github.com/Mail-0/Zero/pull/1289
* Typo by @MrgSub in https://github.com/Mail-0/Zero/pull/1290
* Enable Twilio SMS Sending by @MrgSub in https://github.com/Mail-0/Zero/pull/1291
* Disable Phone by @MrgSub in https://github.com/Mail-0/Zero/pull/1292
* animations removed by @nizzyabi in https://github.com/Mail-0/Zero/pull/1293
* fix: email composer paste by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1294
* Reset params onOpen compose by @MrgSub in https://github.com/Mail-0/Zero/pull/1301
* Skeleton for drafts by @MrgSub in https://github.com/Mail-0/Zero/pull/1302
* Hotfixing by @MrgSub in https://github.com/Mail-0/Zero/pull/1303
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1304
* fix(ui): fix the default category by @abhix4 in https://github.com/Mail-0/Zero/pull/1295
* style(navigation): update menu trigger and button styling by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1297
* fix: improve email validation regex by @abhix4 in https://github.com/Mail-0/Zero/pull/1251
* No Batching by @MrgSub in https://github.com/Mail-0/Zero/pull/1305
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1260
* fixes issue with tabbing in sidebar by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1299
* toast design by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1314
* fix(ui):  the navigation sheet theme by @abhix4 in https://github.com/Mail-0/Zero/pull/1310
* fix(email) :  ensure sender display name is correctly shown in outgoing emails via… by @abhix4 in https://github.com/Mail-0/Zero/pull/1312
* Add opacity to icons and fix separator colors in mail context menu by @abhix4 in https://github.com/Mail-0/Zero/pull/1296
* add zsh installation in postCreateCommand by @Adarsh9977 in https://github.com/Mail-0/Zero/pull/1244
* Implement Gmail push notifications with workflows by @MrgSub in https://github.com/Mail-0/Zero/pull/1318
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1319
* Minor fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1320
* Increase cache maxAge by @MrgSub in https://github.com/Mail-0/Zero/pull/1322
* fixed clear button alingment issue in inbox search tab by @maniksharma424 in https://github.com/Mail-0/Zero/pull/1332
* fix: center "Go Back" button on 404 page for mobile view by @kartik-212004 in https://github.com/Mail-0/Zero/pull/1334
* fixes to use correct reply to address by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1331
* fix: Fixed border and outline colors for the pricing dialog box in lightmode by @Pratiyankkumar in https://github.com/Mail-0/Zero/pull/1324
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1335
* Memory Leak Fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1336
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1337
* Hotix by @MrgSub in https://github.com/Mail-0/Zero/pull/1338
* env by @MrgSub in https://github.com/Mail-0/Zero/pull/1339
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1340
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1341
* Minor Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1342
* Minor Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1343
* Improvements by @MrgSub in https://github.com/Mail-0/Zero/pull/1344
* Fixing by @MrgSub in https://github.com/Mail-0/Zero/pull/1345
* More logs by @MrgSub in https://github.com/Mail-0/Zero/pull/1346
* Minor Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1347
* Typo by @MrgSub in https://github.com/Mail-0/Zero/pull/1349
* Avoiding Duplicates by @MrgSub in https://github.com/Mail-0/Zero/pull/1356
* feat: ability to customize categories by @retrogtx in https://github.com/Mail-0/Zero/pull/1328
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1358
* avoid error by @MrgSub in https://github.com/Mail-0/Zero/pull/1359
* Fixes Delete Account by @MrgSub in https://github.com/Mail-0/Zero/pull/1361
* mail0 by @nizzyabi in https://github.com/Mail-0/Zero/pull/1362
* Max Label by @MrgSub in https://github.com/Mail-0/Zero/pull/1363
* Add unsaved email confirmation dialog by @MrgSub in https://github.com/Mail-0/Zero/pull/1364
* CSR by @MrgSub in https://github.com/Mail-0/Zero/pull/1369
* adam is AGI by @MrgSub in https://github.com/Mail-0/Zero/pull/1373
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1374
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1375
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1306
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1386
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1387
* add missing label translations by @abhix4 in https://github.com/Mail-0/Zero/pull/1385
* fix default category by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1380
* Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1389
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1357
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1390
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1388
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1391
* Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1393
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1392
* Fix: Arrow-keys focus on background instead of modal - Live Website (Issue #1371) by @omraval18 in https://github.com/Mail-0/Zero/pull/1377
* fix: use toString() for label color selection comparison by @aakash19here in https://github.com/Mail-0/Zero/pull/1378
* Add missing home link in mobile view in navigation bar by @kartik-212004 in https://github.com/Mail-0/Zero/pull/1330
* save default address to db with google code ready by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1355
* Fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1397
* chore: set default mail category to default Value instead of null by @abhix4 in https://github.com/Mail-0/Zero/pull/1402
* fix: link to correct CONTRIBUTING.md by @mezotv in https://github.com/Mail-0/Zero/pull/1400
* connect the draft to the thread by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1381
* refactor(nav): enhance account switcher by @dumbneedle in https://github.com/Mail-0/Zero/pull/1367
* ZeroMCP by @MrgSub in https://github.com/Mail-0/Zero/pull/1412
* Add dependabot configuration for automated dependency updates by @pyoneerC in https://github.com/Mail-0/Zero/pull/1405
* Add prompt template selection to general settings page by @retrogtx in https://github.com/Mail-0/Zero/pull/1354
* hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1431
* updated utils.ts to make nizzy sync work for windows by @kartik-212004 in https://github.com/Mail-0/Zero/pull/1449
* Revert "updated utils.ts to make nizzy sync work for windows" by @MrgSub in https://github.com/Mail-0/Zero/pull/1450
* Nizzy sync utils.ts updated for windows by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1316
* faster access to search by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1448
* docs: add `Twilio` setup instructions by @hrshya in https://github.com/Mail-0/Zero/pull/1445
* docs: add instructions to set up `upstream` remote by @hrshya in https://github.com/Mail-0/Zero/pull/1442
* Fix: Navbar Tooltip and Connection Type by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1441
* DurableDriver by @MrgSub in https://github.com/Mail-0/Zero/pull/1451
* fix: email composer bottom actions fixed by @ayushk-1801 in https://github.com/Mail-0/Zero/pull/1437
* fix the details popover overflow by @abhix4 in https://github.com/Mail-0/Zero/pull/1436
* fix: Cmd + 0 shortcut doesnt work to close the AI chat when open by @vcashwin in https://github.com/Mail-0/Zero/pull/1435
* doc: Add video tutorial for local setup by @bhataasim1 in https://github.com/Mail-0/Zero/pull/1432
* fix: back button position on about page (mobile) by @asrvd in https://github.com/Mail-0/Zero/pull/1433
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1395
* fix a small responsiveness issue on the landing page by @DeepanshuMishraa in https://github.com/Mail-0/Zero/pull/1379
* feat: show sender details with copy email option in mail sender popover by @abhix4 in https://github.com/Mail-0/Zero/pull/1326
* fix(docs): correct spelling in README by @shivarag200701 in https://github.com/Mail-0/Zero/pull/1307
* footer by @nizzyabi in https://github.com/Mail-0/Zero/pull/1455
* Replace callDriver with direct mail manager methods by @MrgSub in https://github.com/Mail-0/Zero/pull/1466
* [ZERO-170] Toggle for 'Auto-read' emails by @adamghaida in https://github.com/Mail-0/Zero/pull/1473
* Fixing DB connections by @MrgSub in https://github.com/Mail-0/Zero/pull/1475
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1476
* Fixing type errors by @MrgSub in https://github.com/Mail-0/Zero/pull/1488
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1489
* feat: add ability to change icons for email categories by @retrogtx in https://github.com/Mail-0/Zero/pull/1401
* DB by @MrgSub in https://github.com/Mail-0/Zero/pull/1490
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1491
* feat: Added recieve time display to the mail even for previous days by @samrathreddy in https://github.com/Mail-0/Zero/pull/1439
* fix: add inline images by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1486
* minor fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1500
* fix issue in google.ts by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1502
* hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1504
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1394
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1474
* DOs for storage by @MrgSub in https://github.com/Mail-0/Zero/pull/1503
* Hootfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1506
* feat: ability to compress images while sending mail by @retrogtx in https://github.com/Mail-0/Zero/pull/1443
* feat: drag-and-drop functionality for category reordering in settings by @retrogtx in https://github.com/Mail-0/Zero/pull/1398
* missing migration by @MrgSub in https://github.com/Mail-0/Zero/pull/1510
* feat: add select all checkbox to mail layout by @retrogtx in https://github.com/Mail-0/Zero/pull/1467
* chore: update socials by @dumbneedle in https://github.com/Mail-0/Zero/pull/1514
* optimistic thread state for thread context menu by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1300
* notes-update by @dumbneedle in https://github.com/Mail-0/Zero/pull/1515
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1511
* feat: Alert user when attachment keywords are present but no file is attached by @samrathreddy in https://github.com/Mail-0/Zero/pull/1509
* feat: Draft mail list timming display added by @samrathreddy in https://github.com/Mail-0/Zero/pull/1501
* chore: remove email compose multiple close buttons and displayed as per device resolution by @samrathreddy in https://github.com/Mail-0/Zero/pull/1520
* resolve inconsistencies in translation usage by @abhix4 in https://github.com/Mail-0/Zero/pull/1499
* Hotfix autumn by @MrgSub in https://github.com/Mail-0/Zero/pull/1524
* fix: sidebar toggle text overflow in mail page by @samrathreddy in https://github.com/Mail-0/Zero/pull/1470
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1523
* Feat: Enhance button accessibility by @harshith-eth in https://github.com/Mail-0/Zero/pull/1480
* fix: fixed user navbar ui Implements #1444 by @Malayt04 in https://github.com/Mail-0/Zero/pull/1446
* fix: On adding notes server error message by @samrathreddy in https://github.com/Mail-0/Zero/pull/1498
* fix: Adjust navbar dropdown area width to eliminate extra space in company selection dropdown by @samrathreddy in https://github.com/Mail-0/Zero/pull/1482
* feat: move "Get Started" button to HomeContent for mobile visibility by @samrathreddy in https://github.com/Mail-0/Zero/pull/1516
* SPA by @MrgSub in https://github.com/Mail-0/Zero/pull/1538
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1565
* locales by @MrgSub in https://github.com/Mail-0/Zero/pull/1566
* Fix local dev by @MrgSub in https://github.com/Mail-0/Zero/pull/1567
* Fix CRON to Queue by @MrgSub in https://github.com/Mail-0/Zero/pull/1568
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1564
* env by @MrgSub in https://github.com/Mail-0/Zero/pull/1569
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1505
* docs: fix path to translation.md by @SinghaAnirban005 in https://github.com/Mail-0/Zero/pull/1551
* Fixing sending emails by @MrgSub in https://github.com/Mail-0/Zero/pull/1571
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1570
* Minor updates by @MrgSub in https://github.com/Mail-0/Zero/pull/1574
* Add posthog capture for optimistic actions by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1521
* perf: lower network requests after select all checkbox by @retrogtx in https://github.com/Mail-0/Zero/pull/1576
* Temp Fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1599
* Cleanup by @MrgSub in https://github.com/Mail-0/Zero/pull/1600
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1587
* update posthog by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1586
* faster maybe by @MrgSub in https://github.com/Mail-0/Zero/pull/1606
* Slight rollback by @MrgSub in https://github.com/Mail-0/Zero/pull/1607
* Typo by @MrgSub in https://github.com/Mail-0/Zero/pull/1608
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1605
* new email renderer by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1584
* let it rip by @MrgSub in https://github.com/Mail-0/Zero/pull/1616
* Hotfix it by @MrgSub in https://github.com/Mail-0/Zero/pull/1617
* Hotfix? by @MrgSub in https://github.com/Mail-0/Zero/pull/1618
* minor fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1619
* Prefetch latest html content by @MrgSub in https://github.com/Mail-0/Zero/pull/1620
* Minor fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1623
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1615
* add emoji shortcodes to tiptap by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1595
* perf: add indexes to improve query speed by @devsargam in https://github.com/Mail-0/Zero/pull/1613
* Fix: restrict access to settings page for unauthenticated users (#1602) by @jadhavharshh in https://github.com/Mail-0/Zero/pull/1603
* text responsiveness corrected by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1594
* frontend: Settings: Adjust misalignments of placeholders by @SinghaAnirban005 in https://github.com/Mail-0/Zero/pull/1531
* i18n:sidebar:Add missing sidebar translation key by @SinghaAnirban005 in https://github.com/Mail-0/Zero/pull/1555
* i18n: Override hindi translation(originally in english) for Feedback by @SinghaAnirban005 in https://github.com/Mail-0/Zero/pull/1578
* fix: ui collapse for longer email and correctly showing "Display Name" <email@example.com> format emails. by @romitg2 in https://github.com/Mail-0/Zero/pull/1575
* feat: cleanup on settings-general page by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1572
* feat: Converting empty state svg to component by @samrathreddy in https://github.com/Mail-0/Zero/pull/1562
* feat: add rich text formatting toolbar by @abhix4 in https://github.com/Mail-0/Zero/pull/1563
* Fix: Example Queries Masking done Properly by @omraval18 in https://github.com/Mail-0/Zero/pull/1549
* Fix/draft types by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1545
* Fix: Attachment Dropdown Trigger Fix by @Pheewww in https://github.com/Mail-0/Zero/pull/1543
* on clicking download all attachement its makes the email ui collaspe … by @Pankajkumar2608 in https://github.com/Mail-0/Zero/pull/1541
* Fix/noname placeholder by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1527
* feat: Moved openAI model configuration to .env by @samrathreddy in https://github.com/Mail-0/Zero/pull/1540
* fix thread popover opacity by @abhix4 in https://github.com/Mail-0/Zero/pull/1537
* add attachments support to drafts by @abhix4 in https://github.com/Mail-0/Zero/pull/1536
* Fix/email printing by @omraval18 in https://github.com/Mail-0/Zero/pull/1529
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1627
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1625
* No prefetch by @MrgSub in https://github.com/Mail-0/Zero/pull/1628
* No batching by @MrgSub in https://github.com/Mail-0/Zero/pull/1629
* mail-list performance by @MrgSub in https://github.com/Mail-0/Zero/pull/1631
* no clear cache on logout - revisit later by @MrgSub in https://github.com/Mail-0/Zero/pull/1632
* minor fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1634
* ai work by @MrgSub in https://github.com/Mail-0/Zero/pull/1635
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1624
* separate vectorized dbs by @MrgSub in https://github.com/Mail-0/Zero/pull/1637
* Enable voice by @MrgSub in https://github.com/Mail-0/Zero/pull/1639
* fixes to email rendering by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1646
* fix: allow <style> and essential attributes in sanitizer by @retrogtx in https://github.com/Mail-0/Zero/pull/1648
* frontend cleanup by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1662
* performance by @MrgSub in https://github.com/Mail-0/Zero/pull/1663
* minor fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1664
* SyncStuff by @MrgSub in https://github.com/Mail-0/Zero/pull/1657
* Fixing Notifications by @MrgSub in https://github.com/Mail-0/Zero/pull/1667
* Hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1668
* billing hotfix by @MrgSub in https://github.com/Mail-0/Zero/pull/1670
* fixes labels in sidebar by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1674
* feat: add quote text, remove risky style tag by @retrogtx in https://github.com/Mail-0/Zero/pull/1672
* Drop not by @MrgSub in https://github.com/Mail-0/Zero/pull/1676
* better checbox in mail list by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1677
* fix reply close button by @MrgSub in https://github.com/Mail-0/Zero/pull/1678
* fix agent rpc creation by @MrgSub in https://github.com/Mail-0/Zero/pull/1679
* Hotfix errors by @MrgSub in https://github.com/Mail-0/Zero/pull/1680
* better logs by @MrgSub in https://github.com/Mail-0/Zero/pull/1682
* sync all folders by @MrgSub in https://github.com/Mail-0/Zero/pull/1683
* little-cache by @MrgSub in https://github.com/Mail-0/Zero/pull/1684
* even less cache by @MrgSub in https://github.com/Mail-0/Zero/pull/1686
* categories by @MrgSub in https://github.com/Mail-0/Zero/pull/1689
* disable workflows by @MrgSub in https://github.com/Mail-0/Zero/pull/1690
* refactor: perf improvements to opening emails, tanstack query caching… by @izadoesdev in https://github.com/Mail-0/Zero/pull/1694
* refactor pipelines by @MrgSub in https://github.com/Mail-0/Zero/pull/1696
* all round fixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1697
* use bimi records to get logos by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1681
* cleanup on isle zero by @MrgSub in https://github.com/Mail-0/Zero/pull/1699
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1698
* hotfix stuff by @MrgSub in https://github.com/Mail-0/Zero/pull/1703
* minor fix by @MrgSub in https://github.com/Mail-0/Zero/pull/1704
* disable workflows by @MrgSub in https://github.com/Mail-0/Zero/pull/1705
* delay by @MrgSub in https://github.com/Mail-0/Zero/pull/1706
* Sync delay by @MrgSub in https://github.com/Mail-0/Zero/pull/1707
* hotfix deployment by @MrgSub in https://github.com/Mail-0/Zero/pull/1708
* no migration by @MrgSub in https://github.com/Mail-0/Zero/pull/1709
* fix deployment by @MrgSub in https://github.com/Mail-0/Zero/pull/1712
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1638
* getqoutauser by @MrgSub in https://github.com/Mail-0/Zero/pull/1713
* fix(docs): update locale file path by @Kaseax in https://github.com/Mail-0/Zero/pull/1675
* fix: hide the remove option for single connection by @abhix4 in https://github.com/Mail-0/Zero/pull/1655
* fix: replace # with {count} in en.json  by @abhix4 in https://github.com/Mail-0/Zero/pull/1650
* fix: (Mobile) Bottom blank area in mail-list by @samrathreddy in https://github.com/Mail-0/Zero/pull/1651
* fix: (Mobile UI) Inconsistent filter placeholder text visibility on m… by @samrathreddy in https://github.com/Mail-0/Zero/pull/1649
* disallow last conn del by @MrgSub in https://github.com/Mail-0/Zero/pull/1716
* prefetch email html by @MrgSub in https://github.com/Mail-0/Zero/pull/1719
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1717
* better ai by @MrgSub in https://github.com/Mail-0/Zero/pull/1724
* fix: mail display avatar by @ahmetskilinc in https://github.com/Mail-0/Zero/pull/1702
* Overflow scrollbar hidden from mail content now by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1726
* fix: alignment of inputs in settings/general by @retrogtx in https://github.com/Mail-0/Zero/pull/1725
* fix/ai-chat-example-query-buttons-and-hover by @Fahad-Dezloper in https://github.com/Mail-0/Zero/pull/1440
* feat: add counter for drafts, sent, archive by @retrogtx in https://github.com/Mail-0/Zero/pull/1734
* feat: add a way to evaluate llms for our usecase against our prompts by @retrogtx in https://github.com/Mail-0/Zero/pull/1700
* dvorak for rene by @MrgSub in https://github.com/Mail-0/Zero/pull/1738
* privacy-fix by @nizzyabi in https://github.com/Mail-0/Zero/pull/1739
* mcp-prep by @MrgSub in https://github.com/Mail-0/Zero/pull/1740
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1741
* dub by @nizzyabi in https://github.com/Mail-0/Zero/pull/1671
* Email Sequence (React Email) by @nizzyabi in https://github.com/Mail-0/Zero/pull/1633
* translate by @MrgSub in https://github.com/Mail-0/Zero/pull/1742
* fix deployment by @MrgSub in https://github.com/Mail-0/Zero/pull/1746
* disable staging loop by @MrgSub in https://github.com/Mail-0/Zero/pull/1747
* feat: update translations via @LingoDotDev by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1743
* Deploy to production (Automated) by @github-actions[bot] in https://github.com/Mail-0/Zero/pull/1715
* improved error handling during attachment downloads. by @MrgSub in https://github.com/Mail-0/Zero/pull/1751
* hotfixes by @MrgSub in https://github.com/Mail-0/Zero/pull/1753
* fix deployment by @MrgSub in https://github.com/Mail-0/Zero/pull/1754

## New Contributors
* @nworbdier made their first contribution in https://github.com/Mail-0/Zero/pull/1
* @yaredow made their first contribution in https://github.com/Mail-0/Zero/pull/2
* @Praashh made their first contribution in https://github.com/Mail-0/Zero/pull/3
* @jameshaworthcs made their first contribution in https://github.com/Mail-0/Zero/pull/5
* @mnoebauer made their first contribution in https://github.com/Mail-0/Zero/pull/8
* @OsamaGMM made their first contribution in https://github.com/Mail-0/Zero/pull/10
* @saiyalamarty made their first contribution in https://github.com/Mail-0/Zero/pull/16
* @Manudasari265 made their first contribution in https://github.com/Mail-0/Zero/pull/24
* @ArgenisCuellar made their first contribution in https://github.com/Mail-0/Zero/pull/17
* @master-senses made their first contribution in https://github.com/Mail-0/Zero/pull/22
* @HSp4m made their first contribution in https://github.com/Mail-0/Zero/pull/41
* @mezotv made their first contribution in https://github.com/Mail-0/Zero/pull/44
* @Exe16Kishan made their first contribution in https://github.com/Mail-0/Zero/pull/46
* @cowboycodr made their first contribution in https://github.com/Mail-0/Zero/pull/47
* @kingstondoesit made their first contribution in https://github.com/Mail-0/Zero/pull/49
* @dpcodes made their first contribution in https://github.com/Mail-0/Zero/pull/59
* @itzamanjain made their first contribution in https://github.com/Mail-0/Zero/pull/81
* @nyzss made their first contribution in https://github.com/Mail-0/Zero/pull/96
* @keshav-exe made their first contribution in https://github.com/Mail-0/Zero/pull/124
* @Mejiabrayan made their first contribution in https://github.com/Mail-0/Zero/pull/178
* @jahid28 made their first contribution in https://github.com/Mail-0/Zero/pull/185
* @rishavkundu made their first contribution in https://github.com/Mail-0/Zero/pull/182
* @world1dan made their first contribution in https://github.com/Mail-0/Zero/pull/189
* @amanbairagi30 made their first contribution in https://github.com/Mail-0/Zero/pull/188
* @lantos1618 made their first contribution in https://github.com/Mail-0/Zero/pull/160
* @bitsbyritik made their first contribution in https://github.com/Mail-0/Zero/pull/187
* @John-Kiruba made their first contribution in https://github.com/Mail-0/Zero/pull/155
* @techwithanirudh made their first contribution in https://github.com/Mail-0/Zero/pull/209
* @mirashif made their first contribution in https://github.com/Mail-0/Zero/pull/230
* @Aggre7 made their first contribution in https://github.com/Mail-0/Zero/pull/250
* @user-64bit made their first contribution in https://github.com/Mail-0/Zero/pull/252
* @rajesh-1252 made their first contribution in https://github.com/Mail-0/Zero/pull/238
* @plyght made their first contribution in https://github.com/Mail-0/Zero/pull/273
* @rez1coder made their first contribution in https://github.com/Mail-0/Zero/pull/293
* @eren1106 made their first contribution in https://github.com/Mail-0/Zero/pull/303
* @sijan2 made their first contribution in https://github.com/Mail-0/Zero/pull/332
* @kotaikehara made their first contribution in https://github.com/Mail-0/Zero/pull/401
* @nikitadrokin made their first contribution in https://github.com/Mail-0/Zero/pull/410
* @choephix made their first contribution in https://github.com/Mail-0/Zero/pull/429
* @longgoneaccount made their first contribution in https://github.com/Mail-0/Zero/pull/435
* @danteissaias made their first contribution in https://github.com/Mail-0/Zero/pull/454
* @omp28 made their first contribution in https://github.com/Mail-0/Zero/pull/471
* @SakataGintoki0 made their first contribution in https://github.com/Mail-0/Zero/pull/484
* @tomhaerter made their first contribution in https://github.com/Mail-0/Zero/pull/503
* @pietrodev07 made their first contribution in https://github.com/Mail-0/Zero/pull/514
* @jlokos made their first contribution in https://github.com/Mail-0/Zero/pull/574
* @R44VC0RP made their first contribution in https://github.com/Mail-0/Zero/pull/587
* @Vicentesan made their first contribution in https://github.com/Mail-0/Zero/pull/594
* @Rajmeet made their first contribution in https://github.com/Mail-0/Zero/pull/599
* @yaraslau-klimuk made their first contribution in https://github.com/Mail-0/Zero/pull/604
* @maxprilutskiy made their first contribution in https://github.com/Mail-0/Zero/pull/638
* @afeefuddin made their first contribution in https://github.com/Mail-0/Zero/pull/653
* @Adarsh9977 made their first contribution in https://github.com/Mail-0/Zero/pull/668
* @essinn made their first contribution in https://github.com/Mail-0/Zero/pull/636
* @Muhammad-Owais-Warsi made their first contribution in https://github.com/Mail-0/Zero/pull/591
* @manavsiddharthgupta made their first contribution in https://github.com/Mail-0/Zero/pull/717
* @theabhayprajapati made their first contribution in https://github.com/Mail-0/Zero/pull/722
* @ncdai made their first contribution in https://github.com/Mail-0/Zero/pull/725
* @ayushk-1801 made their first contribution in https://github.com/Mail-0/Zero/pull/733
* @danibaldomir made their first contribution in https://github.com/Mail-0/Zero/pull/710
* @humbernieto made their first contribution in https://github.com/Mail-0/Zero/pull/739
* @atharvadeosthale made their first contribution in https://github.com/Mail-0/Zero/pull/743
* @blacksmith-sh[bot] made their first contribution in https://github.com/Mail-0/Zero/pull/773
* @dakdevs made their first contribution in https://github.com/Mail-0/Zero/pull/782
* @AasheeshLikePanner made their first contribution in https://github.com/Mail-0/Zero/pull/849
* @omgwtfnotnow made their first contribution in https://github.com/Mail-0/Zero/pull/861
* @ShadowArcanist made their first contribution in https://github.com/Mail-0/Zero/pull/860
* @AbhiArya20 made their first contribution in https://github.com/Mail-0/Zero/pull/875
* @advitxsingh made their first contribution in https://github.com/Mail-0/Zero/pull/982
* @adiologydev made their first contribution in https://github.com/Mail-0/Zero/pull/871
* @gitstart-opensource made their first contribution in https://github.com/Mail-0/Zero/pull/907
* @bilgi42 made their first contribution in https://github.com/Mail-0/Zero/pull/972
* @Tahermaxse made their first contribution in https://github.com/Mail-0/Zero/pull/999
* @hmacr made their first contribution in https://github.com/Mail-0/Zero/pull/1014
* @ikraamdaanis made their first contribution in https://github.com/Mail-0/Zero/pull/1037
* @SerhiiMandrykin made their first contribution in https://github.com/Mail-0/Zero/pull/965
* @inline-arc made their first contribution in https://github.com/Mail-0/Zero/pull/1059
* @snehendu098 made their first contribution in https://github.com/Mail-0/Zero/pull/1065
* @giteshsarvaiya made their first contribution in https://github.com/Mail-0/Zero/pull/952
* @legions-developer made their first contribution in https://github.com/Mail-0/Zero/pull/1077
* @abhiifour made their first contribution in https://github.com/Mail-0/Zero/pull/1072
* @abhix4 made their first contribution in https://github.com/Mail-0/Zero/pull/1202
* @vachmara made their first contribution in https://github.com/Mail-0/Zero/pull/1239
* @seer-by-sentry[bot] made their first contribution in https://github.com/Mail-0/Zero/pull/1248
* @krakenftw made their first contribution in https://github.com/Mail-0/Zero/pull/1127
* @maniksharma424 made their first contribution in https://github.com/Mail-0/Zero/pull/1332
* @kartik-212004 made their first contribution in https://github.com/Mail-0/Zero/pull/1334
* @Pratiyankkumar made their first contribution in https://github.com/Mail-0/Zero/pull/1324
* @omraval18 made their first contribution in https://github.com/Mail-0/Zero/pull/1377
* @aakash19here made their first contribution in https://github.com/Mail-0/Zero/pull/1378
* @pyoneerC made their first contribution in https://github.com/Mail-0/Zero/pull/1405
* @Fahad-Dezloper made their first contribution in https://github.com/Mail-0/Zero/pull/1316
* @hrshya made their first contribution in https://github.com/Mail-0/Zero/pull/1445
* @vcashwin made their first contribution in https://github.com/Mail-0/Zero/pull/1435
* @bhataasim1 made their first contribution in https://github.com/Mail-0/Zero/pull/1432
* @asrvd made their first contribution in https://github.com/Mail-0/Zero/pull/1433
* @DeepanshuMishraa made their first contribution in https://github.com/Mail-0/Zero/pull/1379
* @shivarag200701 made their first contribution in https://github.com/Mail-0/Zero/pull/1307
* @samrathreddy made their first contribution in https://github.com/Mail-0/Zero/pull/1439
* @harshith-eth made their first contribution in https://github.com/Mail-0/Zero/pull/1480
* @Malayt04 made their first contribution in https://github.com/Mail-0/Zero/pull/1446
* @SinghaAnirban005 made their first contribution in https://github.com/Mail-0/Zero/pull/1551
* @devsargam made their first contribution in https://github.com/Mail-0/Zero/pull/1613
* @jadhavharshh made their first contribution in https://github.com/Mail-0/Zero/pull/1603
* @romitg2 made their first contribution in https://github.com/Mail-0/Zero/pull/1575
* @Pheewww made their first contribution in https://github.com/Mail-0/Zero/pull/1543
* @Pankajkumar2608 made their first contribution in https://github.com/Mail-0/Zero/pull/1541
* @izadoesdev made their first contribution in https://github.com/Mail-0/Zero/pull/1694
* @Kaseax made their first contribution in https://github.com/Mail-0/Zero/pull/1675

**Full Changelog**: https://github.com/Mail-0/Zero/commits/v0.1