Releases: xMartin/grouptabs
1.5.2
1.5.1
Small improvements and updates
improved:
- Optimize display of status bar on mobile devices (color fits app background)
changed:
- Switch from npm to yarn for better developer experience
- Use specific browser distribution of PouchDB for faster developer dependencies installation
1.5.0
1.4.0
Clean URLs and smaller bugfixes and improvements
changed:
- Update libraries, in particular Create React App to version 4 which comes with a new service worker implementation for offline support
improved:
- Clean URLs without "#" based on HTML 5 history
- Improve auto-focusing of amount inputs and new participant inputs for direct transactions
fixed:
- Fix not displaying direct transaction form for legacy direct transaction
1.3.0
added:
- Show version in app (git describe)
- Dark mode (#177)
improved:
- Show »All joined« button only if at least one participant is not set to joined (#122)
- Shorter startup time by adding timeout to initial replication, falling back to possibly stale data and syncing later
fixed:
- Updating amount in new participant inputs
- Updating UI after remote data change
- Missing transaction data - happened when loading app with no prefilled local browser data withURL pointing to transaction
- Preselecting joined for two participants (regression)
changed:
- Optimize JS dist code, decreasing browser support (most notably remove IE11 support)
Bugfixes and improvements
1.2.0
Bugfixes and improvements
improved:
- Faster app loading for most cases by loading PouchDB memory adapter only if IndexedDB is not available (e.g. Firefox private mode)
- Display meaningful error when refreshing app being offline and without indexedDB available
fixed:
- PouchDB in-memory fallback when creating a new tab
1.1.0
Move to create-react-app with TypeScript as a technical foundation, including PWA support
added:
- PWA and Add to Home Screen support via service worker offline support and web manifest
changed:
- Based on create-react-app with TypeScript instead of vanilla require.js
- Persist tab IDs in local storage instead of pouchdb-all-dbs, including migration
fixed:
- Support private mode in Firefox (#125)
- Fix preventing importing from URL initially, if tab already exists locally
1.0.0
1.0.0-beta.3
- Round total spending