[pull] master from rclone:master#493
Merged
pull[bot] merged 3 commits intoJiaY-shi:masterfrom Feb 25, 2026
Merged
Conversation
All PNG and JPEG images in the graphics/ and docs/static/img/ directories have been run through ImageOptim with lossless compression. This reduces the checkout size and the size of logo files served, without any change in visual quality. ```bash git diff --cached --stat docs/static/img/ncw-bitcoin-address.png | Bin 1100 -> 404 bytes docs/static/img/rclone-1200x630.png | Bin 36503 -> 24220 bytes docs/static/img/rclone-32x32.png | Bin 1106 -> 704 bytes graphics/cover.jpg | Bin 9986330 -> 8998666 bytes graphics/logo/favicon/favicon_16px.png | Bin 559 -> 389 bytes graphics/logo/favicon/favicon_32px.png | Bin 1106 -> 704 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_color_128px.png | Bin 10651 -> 6655 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_color_256px.png | Bin 22388 -> 14378 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_color_32px.png | Bin 2656 -> 1650 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_color_64px.png | Bin 5284 -> 3245 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_mono_128px.png | Bin 9875 -> 5790 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_mono_256px.png | Bin 21247 -> 10809 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_mono_32px.png | Bin 2234 -> 1406 bytes graphics/logo/logo_on_dark/logo_on_dark__horizontal_mono_64px.png | Bin 4622 -> 2751 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_color_128px.png | Bin 3946 -> 2444 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_color_256px.png | Bin 8234 -> 5134 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_color_512px.png | Bin 17223 -> 10797 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_color_64px.png | Bin 1979 -> 1271 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_mono_128px.png | Bin 3490 -> 2104 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_mono_256px.png | Bin 7372 -> 4630 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_mono_512px.png | Bin 16451 -> 8358 bytes graphics/logo/logo_on_dark/logo_on_dark__vertical_mono_64px.png | Bin 1684 -> 1049 bytes graphics/logo/logo_on_dark/logo_symbol_on_dark_mono_128px.png | Bin 3889 -> 2239 bytes graphics/logo/logo_on_dark/logo_symbol_on_dark_mono_256px.png | Bin 8843 -> 4917 bytes graphics/logo/logo_on_dark/logo_symbol_on_dark_mono_512px.png | Bin 19071 -> 9074 bytes graphics/logo/logo_on_dark/logo_symbol_on_dark_mono_64px.png | Bin 1731 -> 1130 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_color_128px.png | Bin 10621 -> 6860 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_color_256px.png | Bin 22317 -> 14747 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_color_32px.png | Bin 2594 -> 1655 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_color_64px.png | Bin 5184 -> 3316 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_mono_128px.png | Bin 8839 -> 5907 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_mono_256px.png | Bin 19305 -> 11010 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_mono_32px.png | Bin 2092 -> 1422 bytes graphics/logo/logo_on_light/logo_on_light__horizontal_mono_64px.png | Bin 4198 -> 2835 bytes graphics/logo/logo_on_light/logo_on_light__vertical_color_128px.png | Bin 3856 -> 2446 bytes graphics/logo/logo_on_light/logo_on_light__vertical_color_256px.png | Bin 8083 -> 5179 bytes graphics/logo/logo_on_light/logo_on_light__vertical_color_512px.png | Bin 16804 -> 11148 bytes graphics/logo/logo_on_light/logo_on_light__vertical_color_64px.png | Bin 1932 -> 1258 bytes graphics/logo/logo_on_light/logo_on_light__vertical_color_800px_2to1.png | Bin 23388 -> 12019 bytes graphics/logo/logo_on_light/logo_on_light__vertical_mono_128px.png | Bin 3139 -> 2106 bytes graphics/logo/logo_on_light/logo_on_light__vertical_mono_256px.png | Bin 6347 -> 4630 bytes graphics/logo/logo_on_light/logo_on_light__vertical_mono_512px.png | Bin 14138 -> 8358 bytes graphics/logo/logo_on_light/logo_on_light__vertical_mono_64px.png | Bin 1522 -> 1038 bytes graphics/logo/logo_on_light/logo_symbol_on_light_mono_128px.png | Bin 3193 -> 2241 bytes graphics/logo/logo_on_light/logo_symbol_on_light_mono_256px.png | Bin 6992 -> 4917 bytes graphics/logo/logo_on_light/logo_symbol_on_light_mono_512px.png | Bin 16638 -> 9074 bytes graphics/logo/logo_on_light/logo_symbol_on_light_mono_64px.png | Bin 1568 -> 1127 bytes graphics/logo/logo_symbol/logo_symbol_color_128px.png | Bin 4468 -> 2783 bytes graphics/logo/logo_symbol/logo_symbol_color_16px.png | Bin 1787 -> 391 bytes graphics/logo/logo_symbol/logo_symbol_color_256px.png | Bin 9362 -> 5835 bytes graphics/logo/logo_symbol/logo_symbol_color_512px.png | Bin 19898 -> 12946 bytes graphics/logo/logo_symbol/logo_symbol_color_600px_spaced.png | Bin 18775 -> 13537 bytes graphics/logo/logo_symbol/logo_symbol_color_64px.png | Bin 2235 -> 1380 bytes ```
Browsers make a request to /favicon.ico when visiting pages generated by the HTTP server. Previously, if remotes did not have a /favicon.ico then the server responded with a 404, causing browsers to show a default icon. This adds a tiny fallback embedded PNG rclone favicon to help users identify the rclone browser tab.
Similar to "Mounting on macOS", "Mounting on Linux" needs to move one layer down. This also fixes the missing anchor overlay on hover.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )