Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.195

    protected
    0d6a20c9 · Bump version to 0.1.195 ·
    Bump version to 0.1.195
    
    - Add full offline search to kiosk mode for instant user and product searches
    - Simplify wallet redemption policy if balance is not negative
    - Keep iDeal payment links active for longer, prevent 'payment revoked' message on payment processor page
    
  • v0.1.194

    protected
    b6668f14 · Bump version to 0.1.194 ·
    Bump version to 0.1.194
    
    - Fix search results in kiosk mode not showing with query normalization
    - Reapply changes from 0.1.191 and 0.1.192
    
  • v0.1.193

    protected
    e71c128b · Bump version to 0.1.193 ·
    Bump version to 0.1.193
    
    - Revert changes from 0.1.191 and 0.1.192 potentially breaking kiosk mode search
    
  • v0.1.192

    protected
    56251501 · Bump version to 0.1.192 ·
    Bump version to 0.1.192
    
    - Increase number of cached results from 100 to 250 in kiosk mode
    
  • v0.1.191

    protected
    f0cddc0b · Bump version to 0.1.191 ·
    Bump version to 0.1.191
    
    - Make search results in kiosk mode instant if any result is cached, bump stale cache in the background
    - On expired CSRF token, force refresh kiosk mode instead of showing an error
    
  • v0.1.190

    protected
    25d5bbad · Bump version to 0.1.190 ·
    Bump version to 0.1.190
    
    - Relax reCAPTCHA check on login pages
    - Fix bar link without code still including the code
    
  • v0.1.189

    protected
    06da0f60 · Bump version to 0.1.189 ·
    Bump version to 0.1.189
    
    - Fix error in bunq iDeal payments, make them more robust
    
  • v0.1.188

    protected
    05d7dc01 · Bump version to 0.1.188 ·
    Bump version to 0.1.188
    
    - Support PHP 8.1 and up
    
  • v0.1.187

    protected
    0f9e588e · Bump version to 0.1.187 ·
    Bump version to 0.1.187
    
    - Add reCAPTCHA check to authentication pages
    - Update dependencies
    
  • v0.1.186

    protected
    84b060c0 · Bump version to 0.1.186 ·
    Bump version to 0.1.186
    
    - Prevent infinite loops in automatic payment handling
    - Update bunq SDK
    
  • v0.1.185

    protected
    3b6317d3 · Bump version to 0.1.185 ·
    Bump version to 0.1.185
    
    - Fix bunq API error in production
    
  • v0.1.184

    protected
    1ec2ad6d · Bump version to 0.1.184 ·
    Bump version to 0.1.184
    
    - Fix bunq API error in production due to outdated client
    - Update dependencies
    
  • v0.1.183

    protected
    57b36d02 · Bump version to 0.1.183 ·
    Bump version to 0.1.183
    
    - Show message on transaction page to describe the transaction was delayed if it was made on an offline device
    - Decrease purchase history separating from 6 to 2.5 hours
    
  • v0.1.182

    protected
    92a0550f · Bump version to 0.1.182 ·
    Bump version to 0.1.182
    
    - In purchase history list, separate purchases in chunks if more than 6 hours apart
    - Increase number of items per page in purchase history from 25 to 50
    - Add previous/next pagination buttons to purchase history list
    - Fix kiosk showing incorrect search results if previous search was late
    - Fix kiosk not handling empty searches properly
    - Don't clear service worker caches on new release
    
  • v0.1.181

    protected
    ef16be85 · Bump version to 0.1.181 ·
    Bump version to 0.1.181
    
    - Put page messages in a container, attached to the toolbar
    - Fix style of messages breaking when multiple were shown after each other
    
  • v0.1.180

    protected
    161aaa4b · Bump version to 0.1.180 ·
    Bump version to 0.1.180
    
    - Always show 'All purchases' button on bottom of bar page for administrators, even if there are no recent purchases
    - Simplify style of action buttons on bottom of product and purchases list
    - Improve red low balance message style, attach it to the toolbar on small screens
    - Fix quick buy widget having different button text
    
  • v0.1.179

    protected
    da3a6149 · Bump version to 0.1.179 ·
    Bump version to 0.1.179
    
    - Fix server error when user agent string of client is larger than 191 characters. This happened on some Xiaomi Redmi phones and browsers.
    
  • v0.1.178

    protected
    df06a479 · Bump version to 0.1.178 ·
    Bump version to 0.1.178
    
    - Prevent committed kiosk transactions from replaying. This could potentially happen when an offline kiosk reconnects with an unstable connection to the server, causing purchases to be committed a second time.
    - Show if and by how much time transactions are delayed, if they are synced later from an offline kiosk
    - Show icons for kiosk and delayed transactions in transaction details and in transaction list
    - Show less text in transaction/mutation lists to prevent text overflowing on very small or narrow devices
    - Add details button to wallet balance label in main bar screen when user has positive balance
    
  • v0.1.177

    protected
    982f43aa · Bump version to 0.1.177 ·
    Bump version to 0.1.177
    
    - In kiosk, fix incorrect query encoding causing some search queries to break
    - Remove support for searching products with ^ prefix
    - Handle searches with an empty query better
    
  • v0.1.176

    protected
    0ec8cad7 · Bump version to 0.1.176 ·
    Bump version to 0.1.176
    
    - Add offline support to kiosk mode. To use this, install the app as PWA. The app must connect to the internet at least once every month.
    - Make kiosk user/product search more reliable, fall back to searching cached users/products on error
    - Queue kiosk purchases if there is no connection, synchronize when connecting again
    - Shorten kiosk buy button text to prevent overflowing when buying for multiple users
    - Add kiosk specific service worker to handle offline mode and caching
    - Fix precache/prefetch configuration of main service worker
    - Fix rare error when buying products in kiosk mode