Skip to content

Commit

Permalink
Manually improve the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 29, 2024
1 parent 981d292 commit f3ba7b3
Showing 1 changed file with 34 additions and 45 deletions.
79 changes: 34 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,26 @@ The format is inspired by [Keep a Changelog].

### Features

- Ionic Bluetooth UI
- Support connecting to Ledger via Bluetooth in mobile app
([#1841](https://github.com/oasisprotocol/oasis-wallet-web/issues/1841))

- Remove "Continue without the profile" button
([#1914](https://github.com/oasisprotocol/oasis-wallet-web/issues/1914))

- Allow to use eth private key that starts with 0x
([#1923](https://github.com/oasisprotocol/oasis-wallet-web/issues/1923))

- Lock profile when user leaves app on Ionic platform
- Lock profile when user leaves app in mobile app
([#1933](https://github.com/oasisprotocol/oasis-wallet-web/issues/1933))

- Make creating an account the default flow
([#1939](https://github.com/oasisprotocol/oasis-wallet-web/issues/1939))

- Prevent app content from being captured in screenshots or apps view
- Prevent mobile app content from being captured in screenshots or apps view
([#1940](https://github.com/oasisprotocol/oasis-wallet-web/issues/1940))

- Add Android update screen
([#1945](https://github.com/oasisprotocol/oasis-wallet-web/issues/1945),
[#1969](https://github.com/oasisprotocol/oasis-wallet-web/issues/1969))

- Pending transactions
- Remove "Continue without the profile" button
([#1914](https://github.com/oasisprotocol/oasis-wallet-web/issues/1914))

- Make creating an account the default flow
([#1939](https://github.com/oasisprotocol/oasis-wallet-web/issues/1939))

- Display pending transactions
([#1954](https://github.com/oasisprotocol/oasis-wallet-web/issues/1954),
[#1998](https://github.com/oasisprotocol/oasis-wallet-web/issues/1998),
[#1999](https://github.com/oasisprotocol/oasis-wallet-web/issues/1999),
Expand All @@ -52,21 +49,17 @@ The format is inspired by [Keep a Changelog].

### Bug Fixes and Improvements

- Fix hiding body scrollbar in extension again for Chrome 121 and newer
- Fix hiding body scrollbar in extension, again, for Chrome 121 and newer
([#1902](https://github.com/oasisprotocol/oasis-wallet-web/issues/1902))

- Add active state to mobile navigation buttons
([#1903](https://github.com/oasisprotocol/oasis-wallet-web/issues/1903))
- Consistently style active and hovered buttons in nav bars
([#1903](https://github.com/oasisprotocol/oasis-wallet-web/issues/1903),
[#1986](https://github.com/oasisprotocol/oasis-wallet-web/issues/1986),
[#2018](https://github.com/oasisprotocol/oasis-wallet-web/issues/2018))

- Add logo to login form
([#1904](https://github.com/oasisprotocol/oasis-wallet-web/issues/1904))

- Denser tab buttons in settings
([#1905](https://github.com/oasisprotocol/oasis-wallet-web/issues/1905))

- Restyle Transak notices
([#1908](https://github.com/oasisprotocol/oasis-wallet-web/issues/1908))

- Make buttons to manage accounts more prominent
([#1909](https://github.com/oasisprotocol/oasis-wallet-web/issues/1909))

Expand All @@ -79,60 +72,59 @@ The format is inspired by [Keep a Changelog].
- Show debondable amount next to debonding input
([#1915](https://github.com/oasisprotocol/oasis-wallet-web/issues/1915))

- Fix layout when showing notifications
- Fix layout shift when showing notifications
([#1920](https://github.com/oasisprotocol/oasis-wallet-web/issues/1920))

- Grommet Box with gap prop generates gaps for React null elements.
Notification component is using Layer which is null before portal is created
Grommet Box with gap prop generates gaps for React null elements.
Notification component is using Layer which is null before portal is created

- Sync extension manifest version during version bump
([#1921](https://github.com/oasisprotocol/oasis-wallet-web/issues/1921))

- Allow eth private keys that start with 0x
([#1923](https://github.com/oasisprotocol/oasis-wallet-web/issues/1923))

- Fix physical back button behavior on Android
([#1928](https://github.com/oasisprotocol/oasis-wallet-web/issues/1928),
[#1932](https://github.com/oasisprotocol/oasis-wallet-web/issues/1932))

- Make settings tabs consistent height
([#1935](https://github.com/oasisprotocol/oasis-wallet-web/issues/1935))
([#1935](https://github.com/oasisprotocol/oasis-wallet-web/issues/1935),
[#1950](https://github.com/oasisprotocol/oasis-wallet-web/issues/1950))

- Add a delay before user can finish V0 migration to encourage reading
([#1943](https://github.com/oasisprotocol/oasis-wallet-web/issues/1943))

- Stop settings dialog resizing when clicking "Add contact"
([#1950](https://github.com/oasisprotocol/oasis-wallet-web/issues/1950))

- Prevent value change on number input wheel scroll
- Prevent number inputs being changed when scrolling over them
([#1956](https://github.com/oasisprotocol/oasis-wallet-web/issues/1956))

- Fix refreshing transactions after making a debonding transaction
([#1963](https://github.com/oasisprotocol/oasis-wallet-web/issues/1963))

- Migrate from grpc.oasis.dev to grpc.oasis.io
([#1965](https://github.com/oasisprotocol/oasis-wallet-web/issues/1965))

- Restyle "Buy ROSE" page
([#1966](https://github.com/oasisprotocol/oasis-wallet-web/issues/1966))
- Fix refreshing transactions list
([#1963](https://github.com/oasisprotocol/oasis-wallet-web/issues/1963),
[#1967](https://github.com/oasisprotocol/oasis-wallet-web/issues/1967))

- Fix updating transactions list by adding more delay
([#1967](https://github.com/oasisprotocol/oasis-wallet-web/issues/1967))
- Cache API requests for transaction details
([#1979](https://github.com/oasisprotocol/oasis-wallet-web/issues/1979))

- Fix crash when expanding delegation translated by Google
([#1983](https://github.com/oasisprotocol/oasis-wallet-web/issues/1983))

- Only show Delegations and Debonding tabs in Stake view
([#1985](https://github.com/oasisprotocol/oasis-wallet-web/issues/1985))

- Make Stake button active in delegations and debonding routes
([#1986](https://github.com/oasisprotocol/oasis-wallet-web/issues/1986))

- Fix losing mnemonic input when changing phone orientation
([#2008](https://github.com/oasisprotocol/oasis-wallet-web/issues/2008))

- Move staked and debonding count badge into text parentheses
([#2014](https://github.com/oasisprotocol/oasis-wallet-web/issues/2014))

- Reduce font size to improve UI on mobile
([#2017](https://github.com/oasisprotocol/oasis-wallet-web/issues/2017))
- Increase the density for mobile UI and extension popup
([#1905](https://github.com/oasisprotocol/oasis-wallet-web/issues/1905),
[#1908](https://github.com/oasisprotocol/oasis-wallet-web/issues/1908),
[#1966](https://github.com/oasisprotocol/oasis-wallet-web/issues/1966)
[#2017](https://github.com/oasisprotocol/oasis-wallet-web/issues/2017))

### Internal Changes

Expand All @@ -153,9 +145,6 @@ The format is inspired by [Keep a Changelog].
- Refactor transactions status to enum
([#1970](https://github.com/oasisprotocol/oasis-wallet-web/issues/1970))

- Add transaction detail API cache
([#1979](https://github.com/oasisprotocol/oasis-wallet-web/issues/1979))

- Update Oasis Scan OperationsRow swagger spec
([#1981](https://github.com/oasisprotocol/oasis-wallet-web/issues/1981))

Expand Down

0 comments on commit f3ba7b3

Please sign in to comment.