Skip to content

Release 0.20.0 #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 85 commits into from
May 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
65e53cc
Auto connect if only one port available
sebromero Dec 17, 2024
07fa1ce
Display connection status
sebromero Dec 17, 2024
e2784f4
WIP: new file from editor.
ubidefeo Dec 18, 2024
6f025a7
WIP: dialog style.
ubidefeo Dec 18, 2024
f4e9b50
Merge branch 'development' into feature/new-file
ubidefeo Dec 18, 2024
5a7bd0f
WIP: new file dialog box.
ubidefeo Dec 19, 2024
cc93543
Removed ESC from global shortcuts to locally handle it in dialog.
ubidefeo Dec 19, 2024
1a13a43
Brought in bugfix/esc-key-event.
ubidefeo Dec 19, 2024
7fbc40c
Refactor of Tab creation and new file action/button.
ubidefeo Dec 20, 2024
ea5b620
Rework toolbar and CSS.
ubidefeo Dec 20, 2024
49d3ec8
UI font update, CSS update, labels.
ubidefeo Dec 20, 2024
5bf544d
Adjusted toolbar colours (hover) and layout.
ubidefeo Dec 20, 2024
07c7bc2
Split navigation bar actions|views.
ubidefeo Dec 21, 2024
689863a
Fixed file actions buttons states and CSS.
ubidefeo Dec 21, 2024
3a67bbb
Fixed clear state.selectedFiles.
ubidefeo Dec 21, 2024
aede0a2
Separator height adjustments.
ubidefeo Dec 21, 2024
0591824
Removed redundant About menu item.
ubidefeo Dec 21, 2024
a1ea912
Merge pull request #169 from arduino/ui/fix-about
ubidefeo Dec 21, 2024
5321c56
Merge branch 'development' into feature/new-toolbar
ubidefeo Dec 21, 2024
c996824
Toolbar: Reduced space between buttons and label.
ubidefeo Dec 21, 2024
fa82c79
Refactor menu, shortcuts, about window logic.
ubidefeo Dec 21, 2024
cc93603
Merge branch 'bugfix/about-window-issues' into feature/new-toolbar
ubidefeo Dec 21, 2024
ff5ca09
Cleaned CSS typo.
ubidefeo Dec 21, 2024
2791e00
Added New/Save shortcuts to menu.
ubidefeo Dec 21, 2024
22c541f
Merge branch 'feature/auto-connect' into feature/new-toolbar
ubidefeo Dec 21, 2024
838aa6f
Updated Connect shortcut.
ubidefeo Dec 21, 2024
9a05dd9
Cleanup unused code.
ubidefeo Dec 21, 2024
b5c766e
Concealed tooltips.
ubidefeo Dec 21, 2024
be5f149
CSS fix line-height to show underscores in come cases.
ubidefeo Dec 21, 2024
5b81693
Added META+W (close tab) and META+Q (quit).
ubidefeo Dec 21, 2024
3c1fc6c
Added multiple run safeguard to prevent too many Promises from crashi…
ubidefeo Dec 21, 2024
f442628
Transfer operations lock shortcuts. Progress is reset.
ubidefeo Dec 21, 2024
9f2adfd
Reworked panel bar to allow full area drag-to-resize.
ubidefeo Dec 21, 2024
aa91886
Clearing state.selectedFiles on open/view-switch.
ubidefeo Dec 22, 2024
828f21b
Renaming tabs/files will now reflect on the other view.
ubidefeo Dec 22, 2024
64aabf7
Sanitised path in getFullPath() to convert Windows separators to posix.
ubidefeo Dec 22, 2024
e0db436
Merge branch 'bugfix/windows-recursive-upload' into feature/new-toolbar
ubidefeo Dec 22, 2024
bd59f93
Merge pull request #170 from arduino/bugfix/windows-recursive-upload
ubidefeo Dec 23, 2024
2fcb677
Minor adjustments to window size and file list padding.
ubidefeo Dec 26, 2024
74e7115
Merge pull request #171 from arduino/design/window-css-adjustments
ubidefeo Mar 3, 2025
954010b
Fixed auto-connect for FM view and amended text to connect.
ubidefeo Mar 3, 2025
5266f50
Fixed toolbar icon opacity when disabled.
ubidefeo Mar 3, 2025
f7840ab
App views buttons made into segmented control.
ubidefeo Mar 3, 2025
505ba9a
Fixed fonts inconsistencies. Updated woff2 files.
ubidefeo Mar 3, 2025
a8a9307
WIP: migration of actions v3 to v4.
ubidefeo Mar 3, 2025
37100c8
WIP: artifacts v4 upgrade.
ubidefeo Mar 3, 2025
7483819
WIP: artifacts v4 upgrade.
ubidefeo Mar 3, 2025
8eaf584
WIP: artifacts v4 upgrade.
ubidefeo Mar 3, 2025
f68c835
WIP: artifacts v4 upgrade.
ubidefeo Mar 3, 2025
2fc901a
WIP: migrating actions v3 to v4 - universal mac build.
ubidefeo Mar 3, 2025
1f67ee6
Merge branch 'github/actions-v4' into feature/new-toolbar
ubidefeo Mar 3, 2025
6602bf5
Fixed Roboto Mono font for editor view.
ubidefeo Mar 4, 2025
a00649c
Loading files displays overlay and locks UI. Enter enabled in dialogs.
ubidefeo Mar 5, 2025
516d13b
Merge pull request #174 from arduino/github/actions-v4
ubidefeo Mar 5, 2025
b9283e5
Merge pull request #175 from arduino/feature/new-toolbar
ubidefeo Mar 5, 2025
4852de6
Merge branch 'development' into fix/loading-files-overlay
ubidefeo Mar 5, 2025
83e7c5a
Merge pull request #176 from arduino/fix/loading-files-overlay
ubidefeo Mar 5, 2025
6497fc9
Add IPC handlers for opening an app and a URL
sebromero Dec 18, 2024
10f9bf5
Expose function to launch app in main world
sebromero Mar 5, 2025
3ccc723
Add event handler for launching an app
sebromero Dec 18, 2024
f5b23e4
Add button to launch package installer
sebromero Mar 5, 2025
3f2636e
Add label
sebromero Mar 5, 2025
851b10e
Move button to primary toolbar actions
sebromero Mar 5, 2025
b81a84d
Hiding separator on Linux.
ubidefeo Mar 5, 2025
a4ffba4
Merge pull request #164 from arduino/feature/launch-pkg-installer
ubidefeo Mar 5, 2025
5e8abf8
Add explicit check for registered application
sebromero Mar 12, 2025
380b6bd
Forcing stop when switching to File Manager.
ubidefeo Apr 9, 2025
03cc893
Comments and logging cleanup.
ubidefeo Apr 9, 2025
8615b76
Merge pull request #180 from arduino/feature/pkg-launcher-fallback
sebromero Apr 9, 2025
78afa75
Addressed review feedback.
ubidefeo Apr 9, 2025
110193a
Amended return false on duplicate tab alert.
ubidefeo Apr 9, 2025
c58289d
Merge pull request #183 from arduino/fix/stop-on-filemanager-switch
ubidefeo Apr 11, 2025
9b0285a
File Manager view triggers file-list on switch.
ubidefeo Apr 11, 2025
c039ea5
Implemented board root detection (/ or /flash).
ubidefeo Apr 12, 2025
80e37a3
Refactored getRoot with interface for consumer.
ubidefeo Apr 12, 2025
06de27a
Working implementation of Board Root detection.
ubidefeo Apr 13, 2025
0ddffa7
Fixed query selector typo.
ubidefeo Apr 14, 2025
efd8350
Removed .gitignore entry in favour of local personal configuration.
ubidefeo Apr 14, 2025
46dcd65
Amended ununsed signature parameter in get_root().
ubidefeo Apr 14, 2025
f057b15
Amended sleep with comment from Sebastian's feedback.
ubidefeo Apr 15, 2025
1a2b11d
Merge pull request #184 from arduino/fix/filemanager-update-file-list
ubidefeo Apr 15, 2025
f6efe4e
Merge branch 'development' into fix/root-detection
ubidefeo Apr 15, 2025
3915443
Pointing BoardNavigationPath to /flash when it's the default writable…
ubidefeo Apr 15, 2025
953f403
Merge pull request #185 from arduino/fix/root-detection
ubidefeo Apr 24, 2025
65273aa
Bumped version to 0.20.0
ubidefeo Apr 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Toolbar: Reduced space between buttons and label.
Signed-off-by: ubi de feo <me@ubidefeo.com>
  • Loading branch information
ubidefeo committed Dec 21, 2024
commit c996824fe8ffa9da846bcd622cbd6f5f03ca986e
4 changes: 2 additions & 2 deletions ui/arduino/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ button.small .icon {
flex-direction: column;
align-content: space-between;
align-items: center;
gap: 10px;
gap: .5em;
width: auto
}
.button.first{
Expand All @@ -106,7 +106,7 @@ button.small .icon {
font-family: "OpenSans", sans-serif;
}
.button .label.active {
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, .9);
}
.button .tooltip {
opacity: 0;
Expand Down