Skip to content

Releases: glyphq/wallet

Glyph 0.15.0-prerelease.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 09:41
Immutable release. Only release title and notes can be modified.
fcfb7e4

Minor Changes

  • d20403a: Polish dashboard, headers, transactions, and typography across the wallet.

    • Dashboard: Added a search button in the dashboard header so accounts, contacts, transactions, and contracts are one tap away.
    • Headers: Switched display headers to Boldonse and made all bottom-nav icons linear for a more consistent visual language.
    • Transactions: Moved transaction type icons to the left side of each row and added copy-on-click for addresses and hashes in transaction details.
    • Settings: Styled the lock wallet button as a primary action for clearer visual hierarchy.

Glyph 0.15.0-prerelease.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 06:45
76feab7

Patch Changes

  • 0614ab9: Improve signing reliability after wallet approval.

    • Reliability: Prevented transferred signing buffers from causing transaction and message-signing failures in the desktop app.

Glyph 0.15.0-prerelease.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 11:42
cf319da

Minor Changes

  • 9fc997d: Refresh Glyph Wallet across its core shell, setup, and approval flows.

    • Wallet: Reworked lock, setup, wallet switching, and shared shell surfaces to feel more consistent and legible in the compact portrait desktop window.
    • UX: Simplified request approval screens, navigation, headers, inputs, and buttons into a more linear, monochrome interface with clearer hierarchy.
    • Appearance: Added wallet appearance selection with reusable icons and accent colors, plus updated shared identity and contract markers.
    • Release: Added prerelease release-channel support so the prerelease branch can publish prerelease builds and updater manifests separately from stable releases.

Glyph 0.14.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:09

Patch Changes

  • 3076560: Harden Linux startup and packaging, preserve exact USD formatting for large balances, and make releases pinned, rerunnable, and artifact-validated before publication.

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:24

Patch Changes

  • 42ebb38: Redesign setup flow, lock screen, diagnostics, and settings pages.
    • Branding: Replace Doto font and GLYPH wordmark with app logo and "Glyph Wallet" branding across splash, lock, and setup screens.
    • Setup: Add solar icons to all setup buttons, sort vaults by last unlocked on lock screen, add create-vault shortcut from lock screen.
    • Diagnostics: Rewrite with connection status pill, sync distance, wallet summary, market data, storage usage, and collapsible technical details.
    • Settings: Simplify support page to donation + GitHub, rewrite contacts with inline search and identicons, drop display currency from network, restructure security with pill groups and inline toggles.
    • UX: Opacity-only page transitions, scrollable vault list for 4+ vaults, lock wallet button in settings, 3-second splash timeout, all button icons use Outline weight.

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:17

Patch Changes

  • a167ad2: Redesign settings screens, earn screen, onboarding, and overall UI polish.
    • Settings: Rewrite all 10 settings screens with consistent card/flat-list design, shared SettingsPageHeader component
    • Earn: Redesigned lock/unlock screen with account selector, epoch stats card, info tooltip, animated tab pill, position sorting, and icon-labeled tab buttons
    • Onboarding: Rewrite create/import vault screens with inline accent pill buttons, transparent inputs, sentence case, motion transitions
    • Transaction detail: Fix title centering, remove tags UI
    • Dashboard: Comma-separated balance formatting with locale-independent output
    • Identicon: Fix avatar rendering with proper border-radius clipping
    • Navigation: Add Earn tab with MoneyBag icon, remove Settings from nav
    • Store: Keep deprecated txTags field for migration compatibility

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:58

Minor Changes

  • d5b5d2e: Overhaul dashboard UI for a cleaner, less robotic feel. Switch from monospace terminal aesthetic to sans font with sentence case throughout. Replace Lucide icons with Solar Icons across all screens. Replace pill-based account switcher with a dropdown selector.

v0.13.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 00:40

Patch Changes

  • e77f584: Fix blank white screen on startup
    • Update DONATION_IDENTITY to valid Glyph address
    • Fix persisted store crash when key is missing (null vs undefined check)

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 23:15

Patch Changes

  • e1ba1e8: Fix Linux AppImage libgtk errors by keeping GTK/GLib/Cairo/Pango bundled
    • Replace cache-apt-pkgs-action with direct apt-get for reliable package installation
    • Only strip display/GPU libs (EGL, GL, GBM, DRM) from AppImage, not the entire GTK stack
    • Previously stripped GTK3, GLib, Cairo, Pango, HarfBuzz, ATK, GDK-Pixbuf which broke
      the apprun-hooks and caused libgtk errors on most distros

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:52

Patch Changes

  • 5d1a803: Fix Linux CI build by resolving missing gdk-3.0 system dependency