This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Releases: ente-io/photos-app
Releases · ente-io/photos-app
v0.8.62
What's Changed
- Disable internal isolates on ONNX by @vishnukvmd in #1708
- New Translations by @github-actions in #1705
- New Translations by @github-actions in #1710
- Fixes to CLIP by @vishnukvmd in #1712
- New Translations by @github-actions in #1713
- Better update dialog by @ashilkn in #1707
- Use GGML on Graphene by @vishnukvmd in #1717
- Support for surfacing all matching cities by @ua741 in #1718
- Minor UI fixes to memories by @ashilkn in #1719
- Perf improvement in city locatio search + suggestions for untagged location clusters by @ua741 in #1720
- Location fixes by @ua741 in #1721
- Fix typo by @vishnukvmd in #1724
- Fix formatting by @vishnukvmd in #1725
- Do not block on user interactions in the background by @vishnukvmd in #1726
- Update build to use Node20 by @laurenspriem in #1727
- Run ML only when device is healthy by @vishnukvmd in #1728
- Update release-action in manual build to use Node20 by @laurenspriem in #1729
- New Translations by @github-actions in #1715
- Revert buggy change and changes associated with it by @ashilkn in #1731
- Minor changes by @vishnukvmd in #1732
- Minor fixes by @ua741 in #1733
- Clear embeddings for files that no longer exist locally by @vishnukvmd in #1734
- fix: make UI look better in bigger font sizes by @ashilkn in #1735
- fix: make ui adaptive to bigger font sizes in password re entry page by @ashilkn in #1736
- Allow video upload without thumbnail by @ua741 in #1737
- Make payment page progress dialog dismissable by @ua741 in #1738
- Revert "Add missing await" by @ua741 in #1740
- Fixed check for internal user by @ua741 in #1739
- v0.8.62 by @vishnukvmd in #1745
Full Changelog: v0.8.56...v0.8.62
v0.8.56
v0.8.55
What's Changed
- fix: range error when deleting last Memory from FullScreenMemory by @ashilkn in #1680
- Let indexing run freely on iOS by @vishnukvmd in #1681
- Remove from album bug by @ashilkn in #1682
- fix: incorrect number of selected files on selecting all from a grid after deleting items from it by @ashilkn in #1684
- make spacing equal between elements in row by @ashilkn in #1685
- Map in file info by @ashilkn in #1689
- Map in info improvements by @ashilkn in #1690
- Launch city search by @vishnukvmd in #1692
- Unblock UI thread on opening map by @ashilkn in #1691
- Add support for playing album on cast.ente.io by @ua741 in #1694
- Fix: Use exifOffset to get creationTime by @ua741 in #1695
- 10M -> 30M memories preserved by @vishnukvmd in #1697
- fix: stop playing video when navigating to it's album from file info by @ashilkn in #1698
- Prepare for release by @ashilkn in #1700
- Update strings by @vishnukvmd in #1701
Full Changelog: v0.8.48...v0.8.55
v0.8.53
Draft release for Graphene that uses GGML instead of ONNX for machine learning.
v0.8.48
What's Changed
- Clip improvements by @vishnukvmd in #1678
- bump up version to 0.8.48 by @ashilkn in #1679
Full Changelog: v0.8.47...v0.8.48
v0.8.47
What's Changed
- fix: creating new album from search section stuck on loading state by @ashilkn in #1665
- New Translations by @github-actions in #1664
- Create a draft release by @vishnukvmd in #1666
- Build Isar from source by @vishnukvmd in #1655
- Create a pre-release by @vishnukvmd in #1667
- fix: bottom icons in FullScreenMemory swipes along with memories, have made this static by @ashilkn in #1668
- wrap isar.clear() in isar.writeTxn() to avoid error by @ashilkn in #1669
- make memories always scrollable by @ashilkn in #1670
- Fetch lower number of embeddings by @vishnukvmd in #1671
- Change point of maximum scale to maxWidth of memory from left edge of screen by @ashilkn in #1672
- Merge cities and location tags, prioritizing the former by @vishnukvmd in #1674
- fix: search stuck at loading state by @ashilkn in #1676
- bump up version to 0.8.47 by @ashilkn in #1677
Full Changelog: v0.8.44...v0.8.47
v0.8.44
What's Changed
- Searching improvements by @ashilkn in #1625
- Provide ability to search over popular places by @vishnukvmd in #1626
- fix: error when logging out if magic search isn't enabled. by @ashilkn in #1627
- Fix reshape order for image tensor by @0nullpointer in #1629
- Image encoder by @vishnukvmd in #1632
- Fix all await warnings by @vishnukvmd in #1618
- Rewrite FullScreenMemory widget to fix bugs by @ashilkn in #1634
- fix: adding a file with path '/storage/emulated/0' shared from outside ente to an album failing by @ashilkn in #1636
- Move from ObjectBox to Isar by @vishnukvmd in #1635
- remove unused old search related code by @ashilkn in #1637
- Ensure unique embeddings for a given file and model by @vishnukvmd in #1638
- Fixes to search by @vishnukvmd in #1639
- MinorPerf: Avoid repeated sqrt computation by @ua741 in #1641
- Fix typo by @jadenet in #1640
- Search improvements by @vishnukvmd in #1645
- Memories redesign by @ashilkn in #1649
- Fix white screen of death by @vishnukvmd in #1652
- Memories redesign by @ashilkn in #1660
- Speed up memories by @vishnukvmd in #1661
- Memories final fixes by @ashilkn in #1662
- Re-add loading state for memories by @vishnukvmd in #1663
New Contributors
Full Changelog: v0.8.20...v0.8.44
v0.8.20
What's Changed
- Fix forceUpload to shared albums by @ua741 in #1572
- fix: reload UI when items are deleted or hidden from search result screen by @ashilkn in #1574
- Location screen UI state issue by @ashilkn in #1575
- Pretty print long numbers with commas by @vishnukvmd in #1578
- Add option to remove files from uncategorized if they are present in other albums owned by user. by @ua741 in #1583
- Hide incoming shared by @i-aiymen in #1584
- Revert "Hide incoming shared (#1584)" by @ashilkn in #1588
- Update ordering of actions by @vishnukvmd in #1591
- Fix: Avoid casting as Error by @ua741 in #1592
- Fix warnings by @vishnukvmd in #1596
- Enhance Dedupe to add symlinks before deletion by @ua741 in #1587
- improve logging when viewing items by @ashilkn in #1601
- Add/Edit location data feature by @ashilkn in #1593
- Update translations by @vishnukvmd in #1607
- Semantic search w/ text encoder by @vishnukvmd in #1605
- Clip by @vishnukvmd in #1457
- Init ObjectBox only in the foreground by @vishnukvmd in #1610
- Remove normalization by @vishnukvmd in #1614
- Back button for search suggestions and no results screen when searching by @ashilkn in #1615
- use adaptive icons in TitleBarWidget by @ashilkn in #1616
- Show loading state on search tab init by @ashilkn in #1617
- Initialize OrtEnv in a separate isolate by @vishnukvmd in #1619
- Fix typo in image encoder by @0nullpointer in #1620
- v0.8.20 by @vishnukvmd in #1621
New Contributors
- @0nullpointer made their first contribution in #1620
Full Changelog: v0.8.13...v0.8.20
v0.8.13
What's Changed
- Reduce thickness and make corners rounded on the scrollbar of file actions by @ashilkn in #1564
- Gallery state refresh bug by @ashilkn in #1565
- Video download progress: Fix dispose behaviour by @ua741 in #1567
- Too large file check + minor sync fixes by @ua741 in #1569
- Enhance re-processing of live photos by @ua741 in #1570
- Speed up local file update check by running parallel checks by @ua741 in #1571
Full Changelog: v0.8.11...v0.8.13
v0.8.11
What's Changed
- Pref: minor improvement by @ashilkn in #1550
- Bump motion photo by @ua741 in #1552
- Add missing await for live photo zip by @ua741 in #1553
- Use debouncer for home, owned and shared albums tabs and gallery. by @ashilkn in #1554
- Fix only attempt to re-upload in owned collection by @ua741 in #1555
- Bump version 0.8.7+527 by @ua741 in #1557
- Fix zoom by @ua741 in #1558
- Warn for unawaited futures by @ua741 in #1559
- fix: deleting of items not reflecting on UI by @ashilkn in #1560
- Add a scrollbar for bottom action bar by @vishnukvmd in #1561
- LocalFileUpdater: Process live photos by @ua741 in #1556
- Fix the pull down interaction within Image view by @vishnukvmd in #1563
Full Changelog: v0.8.5...v0.8.11