Releases: athasdev/athas
Releases · athasdev/athas
Athas v0.7.2
- Add window transparency setting by @mehmetozguldev in 17fa98d
- Refactor UI font size tokens by @mehmetozguldev in b5aa1a6
- Polish agent chat interactions by @mehmetozguldev in 2137516
- Fix TypeScript LSP tool resolution by @mehmetozguldev in 159aad5
- Align GitHub sidebar search by @mehmetozguldev in f80ec23
- Improve ACP UI controls by @mehmetozguldev in d5bd8b7
- Remove Emacs editor engine option by @mehmetozguldev in 6406885
- Fix macOS terminal workspace permission errors by @mehmetozguldev in 5bb059a
- Remove terminal split button by @mehmetozguldev in 9b21225
- Simplify smoke app commands by @mehmetozguldev in fa66395
- Simplify telemetry settings copy by @mehmetozguldev in b88551d
- Respect NO_COLOR in terminal environment by @mehmetozguldev in 043b658
- Remove editor tab split button by @mehmetozguldev in 47da6f8
- Add editor tab new tab button by @mehmetozguldev in 72dd5a0
- Remove multi agents sidebar feature by @mehmetozguldev in 49da495
- Restore deferred workspace tabs silently by @mehmetozguldev in a7a9c37
- Fix Monaco select all shortcut by @mehmetozguldev in 4e2c333
- Make terminal fullscreen cover window by @mehmetozguldev in 4986027
- Add highlighting for ignore files by @mehmetozguldev in a6e8920
- Fix terminal fullscreen and DuckDB sidecar by @mehmetozguldev in 57b9ab1
- Match minimap shortcut display by @mehmetozguldev in 5838826
- Use fff search in file tree by @mehmetozguldev in 337fac5
- Route file drops to local targets by @mehmetozguldev in 508d450
- Open git worktrees as workspaces by @mehmetozguldev in 0b3c5df
- Move official extensions into Athas by @mehmetozguldev in a868754
- Move extension tooling into feature module by @mehmetozguldev in 58654f4
- Rename extension provider fields by @mehmetozguldev in 4fa894e
- Fix extension packaging in CI by @mehmetozguldev in a9b6c57
- Make extension packages portable by @mehmetozguldev in c987a26
- Stabilize extension package checksums by @mehmetozguldev in 7fe2d6a
- Keep extension deploy manual by @mehmetozguldev in 338de70
- Refine editor, auth, and git sidebar flows by @mehmetozguldev in 4cd60e1
- Polish sidebar git controls by @mehmetozguldev in e6d943b
- Fix editor diagnostics and release verification by @mehmetozguldev in 85a73b8
- Align web viewer toolbar height by @mehmetozguldev in 95b7f79
- Keep visible webviews shown across pane focus by @mehmetozguldev in f458d23
- Stabilize Monaco content sync by @mehmetozguldev in a52cd0c
- Fix Monaco suggest contrast in light theme by @mehmetozguldev in 13e990f
- Frame embedded browser view by @mehmetozguldev in b74f1d1
- Round embedded webview layer on macOS by @mehmetozguldev in 81a7d2c
- Toggle compact menu from hamburger by @mehmetozguldev in aacf6ca
- Anchor menu dropdowns to active item by @mehmetozguldev in 34b00d9
- Fix split pane resize measurement by @mehmetozguldev in bda91b3
- Keep sidebar resize from collapsing panes by @mehmetozguldev in 31e5ea9
- Clear keybinding recording on unmount by @mehmetozguldev in a2b340e
- Open recognized source files as text by @mehmetozguldev in 0e27d30
- Restore color in interactive terminals by @mehmetozguldev in 3c78e47
- Remember the last settings tab by @mehmetozguldev in 7c514f3
- Bundle icon themes as extensions by @mehmetozguldev in bfd185e
- Keep inactive webviews from stealing shortcuts by @mehmetozguldev in bb9ac3b
- Update Symbols icon theme package metadata by @mehmetozguldev in 0ca97e0
Full Changelog: v0.7.1...v0.7.2
Athas v0.7.1
- Simplify settings update action by @mehmetozguldev in 1ea9641
- Fix git changes sidebar layout by @mehmetozguldev in e528430
- Fix browser URL bar behavior by @mehmetozguldev in 6e26543
- Fix Monaco keymap focus handling by @mehmetozguldev in 88f25b9
- Fix Monaco production highlighting by @mehmetozguldev in 0822d14
- Polish Git sidebar worktree list by @mehmetozguldev in 63b9d6b
Full Changelog: v0.7.0...v0.7.1
Athas v0.7.0
- Stabilize terminal mount across pane moves and splits by @RA1NCS in #667
- Add collaboration workspace panel by @mehmetozguldev in 16f463a
- Improve editor outline minimap and AI tool UI by @mehmetozguldev in 3b50fd0
- Import VS Code recent projects by @Finesssee in #662
- Refine editor import and button primitives by @mehmetozguldev in d2f1516
- Add pane workspace routing by @mehmetozguldev in 58f1600
- Harden database sidecar protocol by @mehmetozguldev in a6d89b9
- Unify SQL database viewer by @mehmetozguldev in 2f3b61d
- Harden document database stores by @mehmetozguldev in a8d1ab5
- Normalize database connections by @mehmetozguldev in 4e9b4ee
- Unify chrome control styling by @mehmetozguldev in 65981dc
- Refine collaboration sidebar by @mehmetozguldev in 7ed87c2
- Polish editor sidebar surfaces by @mehmetozguldev in c607f01
- Reduce collaboration media signal polling by @mehmetozguldev in 4c03e35
- Improve file explorer keyboard search by @mehmetozguldev in cffdd15
- Add sidebar search across collaboration and GitHub by @mehmetozguldev in 1c2f82a
- Refine notifications sidebar by @mehmetozguldev in 45ef79a
- Refactor outline sidebar by @mehmetozguldev in 775c586
- Silence LSP lifecycle success toasts by @mehmetozguldev in 0e2a665
- Refine sidebar UI primitives by @mehmetozguldev in 0e67d0c
- Align explorer and outline sidebar controls by @mehmetozguldev in d8b592d
- Refine notifications sidebar interactions by @mehmetozguldev in 104ca96
- Improve settings dialog responsiveness by @mehmetozguldev in a5bf69b
- Improve macOS glass chrome by @mehmetozguldev in dd6e356
- Widen sidebar resize handle by @mehmetozguldev in f686a52
- Use window project title by default by @mehmetozguldev in 73294e3
- Rewrite project selector command surface by @mehmetozguldev in c2ff2f7
- Align project picker with command palette by @mehmetozguldev in 99f6f37
- Move project actions to command footer by @mehmetozguldev in 07f539a
- Refine editor gutter and diagnostic layers by @mehmetozguldev in 1f9aed5
- Remove custom sidebar builder feature by @mehmetozguldev in e180944
- Move debugger to bottom pane by @mehmetozguldev in 2d5ec55
- Mark collaboration feature experimental by @mehmetozguldev in d8d4508
- Improve editor performance and large file handling by @mehmetozguldev in 6ec0dd2
- Refine collaboration emoji picker by @mehmetozguldev in 8131f94
- Expand sidebar primitives by @mehmetozguldev in c644d65
- Add database sidebar by @mehmetozguldev in 2a4dde1
- Unify sidebar pane routing by @mehmetozguldev in da7b19d
- Refine explorer and tab chrome by @mehmetozguldev in 5550ffd
- Unify sidebar panel surfaces by @mehmetozguldev in ee40263
- Refine collaboration sidebar filters by @mehmetozguldev in 7caa290
- Use shared UI font sizing by @mehmetozguldev in 9cb94dc
- Clear editor selection after typing by @mehmetozguldev in 6c5c3a3
- Preserve workspace state across project switches by @mehmetozguldev in 9a41782
- Isolate AI chats by workspace by @mehmetozguldev in 64367b2
- Refine terminal tabs and sidebar routing by @mehmetozguldev in 403ae9d
- Fix terminal tab renaming by @mehmetozguldev in c9c4bb4
- Polish Git and GitHub workflows by @mehmetozguldev in 5be36aa
- Improve editor interaction polish by @mehmetozguldev in 85af4f2
- Stabilize Windows language tool installs by @mehmetozguldev in 6814bdd
- Fix editor selection layer ordering by @mehmetozguldev in acf059d
- Handle extension errors and patch files by @mehmetozguldev in af330da
- Fix editor font, scrollbar, and runtime detection issues by @mehmetozguldev in 5d3724f
- Improve editor performance and feature parity by @mehmetozguldev in 72c504d
- Route select all to active editor by @mehmetozguldev in 63c680d
- Fix multiline selection rendering by @mehmetozguldev in 870cb73
- Fix font resolution test formatting by @mehmetozguldev in 926b347
- Fix full-line editor selection rendering by @mehmetozguldev in 7f92320
- Align editor selection and cursor layers by @mehmetozguldev in 0d264b9
- Fix current line and selection alignment by @mehmetozguldev in e5fff25
- Fix textarea selection focus handling by @mehmetozguldev in c75d861
- Make editor match highlights non-cursor-like by @mehmetozguldev in c2c31fd
- Use editor layout for mouse hit testing by @mehmetozguldev in 46ad654
- Delete settings.json by @mehmetozguldev in b862908
- Fix editor viewport fidelity and references buffer by @mehmetozguldev in c7801ef
- Replace editor surface with Monaco by @mehmetozguldev in 86420e9
- Remove legacy overlay editor stack by @mehmetozguldev in b694c97
- Wire Monaco vim and themes by @mehmetozguldev in ba8e789
- Add Athas editor engine switch by @mehmetozguldev in 2a95846
- Keep large diffs responsive by @mehmetozguldev in 908cd47
- Route editor commands through Monaco by @mehmetozguldev in https://github.com/athas...
Athas v0.7.0-preview.1
- Stabilize terminal mount across pane moves and splits by @RA1NCS in #667
- Add collaboration workspace panel by @mehmetozguldev in 16f463a
- Improve editor outline minimap and AI tool UI by @mehmetozguldev in 3b50fd0
- Import VS Code recent projects by @Finesssee in #662
- Refine editor import and button primitives by @mehmetozguldev in d2f1516
- Add pane workspace routing by @mehmetozguldev in 58f1600
- Harden database sidecar protocol by @mehmetozguldev in a6d89b9
- Unify SQL database viewer by @mehmetozguldev in 2f3b61d
- Harden document database stores by @mehmetozguldev in a8d1ab5
- Normalize database connections by @mehmetozguldev in 4e9b4ee
- Unify chrome control styling by @mehmetozguldev in 65981dc
- Refine collaboration sidebar by @mehmetozguldev in 7ed87c2
- Polish editor sidebar surfaces by @mehmetozguldev in c607f01
- Reduce collaboration media signal polling by @mehmetozguldev in 4c03e35
- Improve file explorer keyboard search by @mehmetozguldev in cffdd15
- Add sidebar search across collaboration and GitHub by @mehmetozguldev in 1c2f82a
- Refine notifications sidebar by @mehmetozguldev in 45ef79a
- Refactor outline sidebar by @mehmetozguldev in 775c586
- Silence LSP lifecycle success toasts by @mehmetozguldev in 0e2a665
- Refine sidebar UI primitives by @mehmetozguldev in 0e67d0c
- Align explorer and outline sidebar controls by @mehmetozguldev in d8b592d
- Refine notifications sidebar interactions by @mehmetozguldev in 104ca96
- Improve settings dialog responsiveness by @mehmetozguldev in a5bf69b
- Improve macOS glass chrome by @mehmetozguldev in dd6e356
- Widen sidebar resize handle by @mehmetozguldev in f686a52
- Use window project title by default by @mehmetozguldev in 73294e3
- Rewrite project selector command surface by @mehmetozguldev in c2ff2f7
- Align project picker with command palette by @mehmetozguldev in 99f6f37
- Move project actions to command footer by @mehmetozguldev in 07f539a
- Refine editor gutter and diagnostic layers by @mehmetozguldev in 1f9aed5
- Remove custom sidebar builder feature by @mehmetozguldev in e180944
- Move debugger to bottom pane by @mehmetozguldev in 2d5ec55
- Mark collaboration feature experimental by @mehmetozguldev in d8d4508
- Improve editor performance and large file handling by @mehmetozguldev in 6ec0dd2
- Refine collaboration emoji picker by @mehmetozguldev in 8131f94
- Expand sidebar primitives by @mehmetozguldev in c644d65
- Add database sidebar by @mehmetozguldev in 2a4dde1
- Unify sidebar pane routing by @mehmetozguldev in da7b19d
- Refine explorer and tab chrome by @mehmetozguldev in 5550ffd
- Unify sidebar panel surfaces by @mehmetozguldev in ee40263
- Refine collaboration sidebar filters by @mehmetozguldev in 7caa290
- Use shared UI font sizing by @mehmetozguldev in 9cb94dc
- Clear editor selection after typing by @mehmetozguldev in 6c5c3a3
- Preserve workspace state across project switches by @mehmetozguldev in 9a41782
- Isolate AI chats by workspace by @mehmetozguldev in 64367b2
- Refine terminal tabs and sidebar routing by @mehmetozguldev in 403ae9d
- Fix terminal tab renaming by @mehmetozguldev in c9c4bb4
- Polish Git and GitHub workflows by @mehmetozguldev in 5be36aa
- Improve editor interaction polish by @mehmetozguldev in 85af4f2
- Stabilize Windows language tool installs by @mehmetozguldev in 6814bdd
Full Changelog: v0.6.0...v0.7.0-preview.1
Athas v0.6.0
- Fix WebKit scrollbar styling by @mehmetozguldev in bf99c41
- Improve markdown heading spacing by @mehmetozguldev in 9cc151e
- Load local PDFs from bytes by @mehmetozguldev in ccd5fe3
- Preserve terminal view across pane remounts by @mehmetozguldev in 896dcbf
- Capture terminal output before remount snapshots by @mehmetozguldev in 36d56f4
- Add database provider sidecar binaries by @mehmetozguldev in 97d0288
- Add CLI deep link scheme fallbacks by @mehmetozguldev in f651f54
- Add terminal Nerd Font fallbacks by @mehmetozguldev in a57de78
- Allow embedded webview focus restore by @mehmetozguldev in 8327670
- Add local history and fix editor undo redo by @mehmetozguldev in 2ab4795
- Bump openssl from 0.10.78 to 0.10.79 by @dependabot[bot] in #664
- Keep editor cursor visible while moving by @mehmetozguldev in 1f237a8
- Add editor view layout for wrapped overlays by @mehmetozguldev in 5c29e04
- Use view layout for wrapped multi cursors by @mehmetozguldev in 3165ff5
- Use view layout for wrapped editor hints by @mehmetozguldev in 969bf6d
- Resolve wrapped editor mouse positions through view layout by @mehmetozguldev in 18a4ced
- Use view layout for wrapped model-position overlays by @mehmetozguldev in f9a1fef
- Use view layout for wrapped code lenses by @mehmetozguldev in fba5501
- Use view layout for wrapped editor navigation by @mehmetozguldev in 9054192
- Group editor typing into undo stops by @mehmetozguldev in f55bfed
- Support nested gitignore in file tree by @mehmetozguldev in 08708d5
- Route macOS menu undo through editor history by @mehmetozguldev in 0d314dc
- Preserve editor undo base content by @mehmetozguldev in 420d881
- Bypass native textarea undo in editor by @mehmetozguldev in e54f54a
- Fix command palette shortcut handling by @mehmetozguldev in f18eaec
- Align editor undo grouping with model edits by @mehmetozguldev in 1a8c419
- Simplify help menu by @mehmetozguldev in f1a548f
- Store cursor state in editor undo groups by @mehmetozguldev in 2819d0f
- Expand application menus by @mehmetozguldev in 1352a1a
- Stabilize editor undo history by @mehmetozguldev in aa946b3
- Fix JavaScript LSP TypeScript dependency by @mehmetozguldev in 18975c5
- Harden language server startup and formatting by @mehmetozguldev in 20af02b
- Standardize syntax highlighting assets by @mehmetozguldev in 17e6268
- Fix AI context selector crash by @mehmetozguldev in 15adbe9
- Add OpenAI-compatible AI provider support by @mehmetozguldev in 8628a30
- Improve extension marketplace installation by @mehmetozguldev in eb8b69e
- Bypass stale extension CDN cache by @mehmetozguldev in d32073e
- Gate database providers behind features by @mehmetozguldev in 224c2af
- Clean up database feature warnings by @mehmetozguldev in f88a03b
- Remove database provider feature warnings by @mehmetozguldev in f888431
- Fix Linux Wayland window resize by @bet4it in #665
- Add native Linux package builds by @mehmetozguldev in 6098586
- Fix clippy release warnings by @mehmetozguldev in 5935000
Full Changelog: v0.5.1...v0.6.0
Athas v0.6.0-preview.1
- Fix WebKit scrollbar styling by @mehmetozguldev in bf99c41
- Improve markdown heading spacing by @mehmetozguldev in 9cc151e
- Load local PDFs from bytes by @mehmetozguldev in ccd5fe3
- Preserve terminal view across pane remounts by @mehmetozguldev in 896dcbf
- Capture terminal output before remount snapshots by @mehmetozguldev in 36d56f4
- Add database provider sidecar binaries by @mehmetozguldev in 97d0288
- Add CLI deep link scheme fallbacks by @mehmetozguldev in f651f54
- Add terminal Nerd Font fallbacks by @mehmetozguldev in a57de78
- Allow embedded webview focus restore by @mehmetozguldev in 8327670
- Add local history and fix editor undo redo by @mehmetozguldev in 2ab4795
- Bump openssl from 0.10.78 to 0.10.79 by @dependabot[bot] in #664
- Keep editor cursor visible while moving by @mehmetozguldev in 1f237a8
- Add editor view layout for wrapped overlays by @mehmetozguldev in 5c29e04
- Use view layout for wrapped multi cursors by @mehmetozguldev in 3165ff5
- Use view layout for wrapped editor hints by @mehmetozguldev in 969bf6d
- Resolve wrapped editor mouse positions through view layout by @mehmetozguldev in 18a4ced
- Use view layout for wrapped model-position overlays by @mehmetozguldev in f9a1fef
- Use view layout for wrapped code lenses by @mehmetozguldev in fba5501
- Use view layout for wrapped editor navigation by @mehmetozguldev in 9054192
- Group editor typing into undo stops by @mehmetozguldev in f55bfed
- Support nested gitignore in file tree by @mehmetozguldev in 08708d5
- Route macOS menu undo through editor history by @mehmetozguldev in 0d314dc
- Preserve editor undo base content by @mehmetozguldev in 420d881
- Bypass native textarea undo in editor by @mehmetozguldev in e54f54a
- Fix command palette shortcut handling by @mehmetozguldev in f18eaec
- Align editor undo grouping with model edits by @mehmetozguldev in 1a8c419
- Simplify help menu by @mehmetozguldev in f1a548f
- Store cursor state in editor undo groups by @mehmetozguldev in 2819d0f
- Expand application menus by @mehmetozguldev in 1352a1a
- Stabilize editor undo history by @mehmetozguldev in aa946b3
- Fix JavaScript LSP TypeScript dependency by @mehmetozguldev in 18975c5
- Harden language server startup and formatting by @mehmetozguldev in 20af02b
- Standardize syntax highlighting assets by @mehmetozguldev in 17e6268
- Fix AI context selector crash by @mehmetozguldev in 15adbe9
Full Changelog: v0.5.1...v0.6.0-preview.1
Athas v0.5.1
- Fix release scrollbar styling by @mehmetozguldev in 6d332e8
Full Changelog: v0.5.0...v0.5.1
Athas v0.5.0
- Polish stash list and centralize search matching by @mehmetozguldev in 74b0a77
- Refine sidebar activity rail layout by @mehmetozguldev in cd486f7
- Add Nix syntax highlighting by @mehmetozguldev in 4316bd5
- Fix editor cursor scroll sync by @mehmetozguldev in 8788671
- Stabilize editor token retargeting by @mehmetozguldev in 917119d
- Wire editor context menu actions by @mehmetozguldev in 69e042a
- Surface lint diagnostics in the editor by @mehmetozguldev in 19cbfef
- Apply LSP workspace edits from code actions by @mehmetozguldev in ed9eb42
- Reuse workspace edits for rename by @mehmetozguldev in d3a9ac3
- Keep LSP completions alive after switching files by @mehmetozguldev in 41bc0bd
- Tighten LSP status and diagnostics paths by @mehmetozguldev in 66094d9
- Render LSP semantic tokens in the editor by @mehmetozguldev in 6299e66
- Make LSP CodeLens actions executable by @mehmetozguldev in 7ae05e4
- Request inlay hints for the visible editor range by @mehmetozguldev in 0756378
- Scope signature help to the active editor by @mehmetozguldev in e7c9e86
- Prepare LSP rename before showing input by @mehmetozguldev in a799690
- Clear diagnostics when LSP documents close by @mehmetozguldev in 213cb59
- Use LSP signature trigger characters by @mehmetozguldev in 4403118
- Open git stashes without switching sidebars by @mehmetozguldev in 0d6e797
- Fix global search result marker rail by @mehmetozguldev in a830925
- Fix inlay hint alignment and toggle by @mehmetozguldev in 5fa5ace
- Fix terminal and bottom pane tab behavior by @mehmetozguldev in d3d27e3
- Update contributing notes by @mehmetozguldev in 34a2d9e
- Protect stateful buffers from eviction by @mehmetozguldev in e02b250
- Preserve terminal sessions across tab moves by @mehmetozguldev in 502e1c0
- Fix git tree guide rendering by @mehmetozguldev in 998ff43
- Improve git sidebar workflows by @mehmetozguldev in 981e941
- Polish editor and chat controls by @mehmetozguldev in a62eca1
- Improve editor scroll behavior and adjust diff file limit by @mehmetozguldev in fb71a98
- Improve Windows dev setup by @mehmetozguldev in #637
- Bump openssl from 0.10.75 to 0.10.78 by @dependabot[bot] in #619
- Improve search indexing and editor scrolling by @mehmetozguldev in 08ca59b
- Add sidebar resource drag and drop by @mehmetozguldev in 6f29754
- Add multi-agent chat controls by @mehmetozguldev in fc75866
- Move AI account controls to title bar by @mehmetozguldev in e097106
- Add Linux CEF runtime path by @mehmetozguldev in 43648f7
- Add Linux CEF build workflow by @mehmetozguldev in dab72dd
- Fix Linux CEF build arguments by @mehmetozguldev in 5bad434
- Align Tauri JavaScript packages by @mehmetozguldev in 4ac4434
- Use concrete Tauri app handle runtime by @mehmetozguldev in e95a59d
- Disable Linux CEF AppImage build by @mehmetozguldev in bb6de3c
- Simplify release packaging by @mehmetozguldev in ca797d8
- Add Linux CEF runtime rpath by @mehmetozguldev in 6590209
- Install Zig in Linux setup by @mehmetozguldev in 54844ad
- Fix Linux CEF tarball verification by @mehmetozguldev in b4a892b
- Rename CEF feature flag by @mehmetozguldev in 453a322
- Rename Linux runtime feature by @mehmetozguldev in bbc5d0d
- Move database providers to extensions by @mehmetozguldev in 6edb7ff
- Extend marketplace contribution schema by @mehmetozguldev in 0d85a8c
- Activate theme extension contributions by @mehmetozguldev in 785f6e0
- Show theme marketplace extensions by @mehmetozguldev in c8d2f26
- Skip non-language marketplace manifests by @mehmetozguldev in e3d7c4c
- Support alpha release channel by @mehmetozguldev in b9d50a6
- Prepare alpha release by @mehmetozguldev in 954d038
- Revert "Prepare alpha release" by @mehmetozguldev in e67ada5
- Revert "Support alpha release channel" by @mehmetozguldev in df6f507
- Fix Windows release build shell by @mehmetozguldev in f5d1feb
- Run Windows release builds in PowerShell by @mehmetozguldev in 150cbae
- Avoid duplicate Windows release signatures by @mehmetozguldev in f7b3d2e
- Normalize preview release asset names by @mehmetozguldev in 73af795
- Simplify generated release notes by @mehmetozguldev in ae9909a
- Fix Linux preview window and update UX by @mehmetozguldev in b90272f
- Move onboarding into a tab by @mehmetozguldev in e7df87e
- Fix Mistral API key validation by @mehmetozguldev in 8b86b95
- Fix Linux IPC fallbacks by @mehmetozguldev in b77794d
- Fix/hamburger menu position by @Yxmura in #613
- Fix release notes workflow permissions by @mehmetozguldev in ac191ed
- Improve release notes and markdown tables by @mehmetozguldev in f4fe057
- Add dotenv highlighting and env template actions by @mehmetozguldev in 4e005a9
- Support macOS 12 WebView builds by @mehmetozguldev in 952cf26
- Render patch files in diff viewer by @mehmetozguldev in 8e1006e27bb9b5555f350eeaf7f2f...
Athas v0.5.0-preview.4
- Fix release notes workflow permissions by @mehmetozguldev in ac191ed
- Improve release notes and markdown tables by @mehmetozguldev in f4fe057
- Add dotenv highlighting and env template actions by @mehmetozguldev in 4e005a9
- Support macOS 12 WebView builds by @mehmetozguldev in 952cf26
- Render patch files in diff viewer by @mehmetozguldev in 8e1006e
- Polish AI composer tokens by @mehmetozguldev in 86e29a9
- Polish selection, env dialogs, and scrollbars by @mehmetozguldev in dba8b93
- Replace remaining native dialogs by @mehmetozguldev in e2749a4
- Add command palette quick views and git init polish by @mehmetozguldev in a2bc437
- Avoid native dialogs on Linux CEF by @mehmetozguldev in 61bcdcf
- Prevent Ctrl W closing Linux CEF window by @mehmetozguldev in b2ce093
- Add Linux folder picker by @mehmetozguldev in adcbc4f
- Clarify Linux microphone errors by @mehmetozguldev in 7945859
Full Changelog: v0.5.0-preview.3...v0.5.0-preview.4
Athas v0.5.0-preview.3
- Simplify generated release notes by @mehmetozguldev in ae9909a
- Fix Linux preview window and update UX by @mehmetozguldev in b90272f
- Move onboarding into a tab by @mehmetozguldev in e7df87e
- Fix Mistral API key validation by @mehmetozguldev in 8b86b95
- Fix Linux IPC fallbacks by @mehmetozguldev in b77794d
- Fix/hamburger menu position by @Yxmura in #613
Full Changelog: v0.5.0-preview.1...v0.5.0-preview.3