Vectras-VM-Android/web
An Bui aa0ff6663e Zeppole
- Fixed the main screen being called twice when switching from light to dark or vice versa.
- Added subtitles in Settings.
- The Join the Beta channel will be disabled when you turn off Automatically check for update in Settings.
- The Memory capacity (MB) will be disabled when you turn off Custom memory in Settings.
- Removed the extra space on the left side of the X11 section in Settings.
- Updated some wording in Settings.
- Updated new dialog styles in VNC screen.
- Added subtitles in Create rom.
- Changed thumbnails and names in Create rom.
- Now, clicking Qemu params in Create rom will immediately open the editor.
- Updated new styles for some dialogs in the main screen.
- Now when opening X11 anywhere on the main screen, it will be checked for compatibility before continuing.
- Updated new card style for VM list.
- Updated architecture selection screen.
- Added drag and drop support for cvbi files to Import tab in architecture selection screen.
- Added Rom store button in architecture selection screen.
- Added copy result in command completion dialog.
- Default font is Google Sans.
- VM thumbnails are now saved as PNG.
- Updated Rom store interface.
- Updated Rom store list style.
- Updated ROM information interface.
- Updated Mini tools interface.
- Updated About interface.
- Replaced QEMU icon with PC when image cannot be loaded or VM has no image.
2025-07-31 00:24:40 +07:00
..
data Zeppole 2025-07-31 00:24:40 +07:00
1024.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
apple-touch-icon.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
coffee.html 2.9.2 2024-10-29 03:24:38 +03:00
favicon.ico 2.8.4 still in development 2024-03-24 17:03:04 +02:00
how.html 2.9.2 2024-10-29 03:24:38 +03:00
icon-192-maskable.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-192.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-512-maskable.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-512.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
index.html 2.9.2 2024-10-29 03:24:38 +03:00
logo.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
README.txt 2.9.2 2024-10-29 03:24:38 +03:00
store_list.json 2.9.2 2024-10-29 03:24:38 +03:00

Add this to your HTML <head>:

    <link rel="icon" href="/favicon.ico" sizes="any">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">

Add this to your app's manifest.json:

    ...
    {
      "icons": [
        { "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
        { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
        { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
        { "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
        { "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
      ]
    }
    ...