Releases: Satellite-im/Uplink
v1.0.5_alpha
Minor fixes and improvements.
What's Changed
- fix(ui): Remove some unneeded z-indices by @Flemmli97 in #1991
- fix(login): Set min size and increase size for phrase window by @Flemmli97 in #1992
- fix(chat): Dont stop profile fetching when one errors by @Flemmli97 in #1979
- chore(release): release 1.0.5 by @stavares843 in #1993
Full Changelog: 1.0.4...1.0.5
v1.0.4_alpha
Minor fixes and improvements.
What's Changed
- chore(windows): update build action with new signing process by @luisecm in #1983
- chore(build): fix build windows issue on no media found by @luisecm in #1985
- chore(build): fix typo on env variable for cert by @luisecm in #1987
- chore(build): fix C: typo on build windows by @luisecm in #1988
- chore(workflows): upgrade deprecated GH actions by @luisecm in #1982
- chore(warp): Update dependency by @dariusc93 in #1989
- chore(release): release 1.0.4 by @stavares843 in #1990
Full Changelog: 1.0.3...1.0.4
v1.0.3_alpha
Minor fixes and improvements.
What's Changed
- task(chat): Update what should be skipped in state.json by @Flemmli97 in #1966
- fix(chats): fix self reaction position by @Flemmli97 in #1975
- fix(login): change ordering of account creation pages by @Flemmli97 in #1976
- chore(appium): move appium install steps from workflow by @luisecm in #1980
- fix(ui): rfd import for file dialog fix by @Flemmli97 in #1978
- chore(cargo): Update warp dependency by @dariusc93 in #1977
- chore(release): release 1.0.3 by @stavares843 in #1981
Full Changelog: 1.0.2...1.0.3
v1.0.2_alpha
Minor fixes and improvements.
What's Changed
- feat(files): Resolve directory names for storage by @Flemmli97 in #1957
- feat(chat): Add toasts to various quickprofile actions by @Flemmli97 in #1961
- fix(emoji): fix emoji reaction wrap by @Flemmli97 in #1967
- fix(calling): Request mic (and camera) by @Flemmli97 in #1969
- chore(release): release 1.0.2 by @stavares843 in #1972
Full Changelog: 1.0.1...1.0.2
v1.0.1_alpha
Files - Upload/Download UI Enhancement: The user interface for file management has been revamped, providing a more intuitive and seamless experience when uploading and downloading files.
Chat - Upload Files Improvements: Significant improvements have been made to the chat upload feature, enhancing its functionality and usability within the chat section.
Minor fixes and improvements.
What's Changed
- chore(appium): use second instance on test mac by @luisecm in #1940
- task(files): Upload/Download UI rework by @Flemmli97 in #1923
- chore(cargo): Drop unneeded deps by @zeenix in #1938
- update(flags): fix MX flag on settings about by @luisecm in #1943
- fix(chat): Chatbar + edit focus and style by @Flemmli97 in #1930
- feat(chat): Chat upload rework by @Flemmli97 in #1942
- fix(themes): Change accent text color by @Flemmli97 in #1947
- feat(settings): Implement missing calltimer setting by @Flemmli97 in #1946
- feat(chat): Impl editing last message key shortcut by @Flemmli97 in #1950
- add(aria): aria labels for share did and color swatch by @luisecm in #1952
- fix(themes): Text selection color by @Flemmli97 in #1951
- feat(chat): Clicking outside will stop editing msg by @Flemmli97 in #1953
- chore(warp): Drop unneeeded spawn_blocking by @zeenix in #1954
- fix(keybindings): Fix multiple keybind recording at once by @Flemmli97 in #1958
- fix(ui): make modals in chat render on top of all by @Flemmli97 in #1960
- chore(release): release 1.0.1 by @stavares843 in #1962
Full Changelog: 1.0.0...1.0.1
v1.0_alpha
Due to significant updates to Warp relating to the Offline Messaging System, all users are required to create new accounts. Existing account information cannot be migrated to the new system. We apologize for any inconvenience this may cause and appreciate your understanding as we strive to enhance your experience with our platform.
Offline Messaging System: Implemented a offline messaging system, allowing users to send messages even when the recipient is offline. Messages will be delivered upon the recipient's next online session.
Increased File Sending Limit: Raised the file sending limit to 32 files in a unique message.
Minor fixes and general improvements.
What's Changed
- chore(msg): UUID pending msg tracking by @Flemmli97 in #1909
- fix(keybinds): add state calls to mute and deafen keybindings by @Jekrimo in #1855
- chore(Colors): Changed colors to more closely match mockups by @InfamousVague in #1931
- fix(groups): use group members instead of friend list for removing them by @Flemmli97 in #1928
- chore(appium): add third uplink instance on ui chats tests by @luisecm in #1933
- chore(cargo): Update warp dependency by @dariusc93 in #1935
- chore(copy): update copy by @stavares843 in #1937
- chore(release): 1.0.0 release by @phillsatellite in #1939
Full Changelog: 0.2.5...1.0.0
0.2.5
Streamlined account restoration process for enhanced user experience, now enabling seamless seed copying to clipboard.
Revamped file transfer interface to facilitate easier navigation and improve usability.
Minor fixes and general improvements.
What's Changed
- chore(appium): save uplink logs as artifacts on failure by @luisecm in #1891
- fix(groups): add option to unset context-wrap width by @Flemmli97 in #1889
- update(aria): add dynamic aria label for chat messages by @luisecm in #1892
- chore(toast): Remove the toast crash fix to see what happens by @Flemmli97 in #1884
- fix(Group): Fix crash on remove and add same member to the group by @lgmarchi in #1886
- feat(files): File transfer UI by @Flemmli97 in #1846
- fix(Profile): Add loading spinner on update profile info by @lgmarchi in #1893
- task(files): Add failed msg to upload failing by @Flemmli97 in #1876
- add(aria): add a common aria label for spinner by @luisecm in #1899
- chore(cargo): Update warp dependency by @dariusc93 in #1894
- update(files): Update toast for file preview by @phillsatellite in #1902
- update(createAccount): Login loading indicator by @lgmarchi in #1898
- task(improvements): Improve chat modal styles by @Flemmli97 in #1903
- task(files): Improve upload error msg for storage limit by @Flemmli97 in #1910
- fix(Group): Prevent members from removing others by @lgmarchi in #1906
- feat(files): disable files/directories that are being deleted by @Flemmli97 in #1901
- fix(ui): Change color for member count div in modal by @Flemmli97 in #1913
- task(icon): Add none Icon by @XileHorizon in #1914
- fix(GroupSettings): Fix group settings toggle problem by @lgmarchi in #1908
- fix(Loader): Fix loader on buttons by @lgmarchi in #1916
- fix(Loader): fix overlay shadow for loader in profile page by @lgmarchi in #1919
- fix(Keybinds): Fix keybinds order when recording by @lgmarchi in #1918
- task(recovery): Redo seed enter recovery page by @Flemmli97 in #1915
- chore(deps): Drop unused tokio-util dep by @zeenix in #1922
- fix(utils): Remove a log statement in lang checker by @Flemmli97 in #1924
- chore(cargo): Update dependencies by @Flemmli97 in #1917
- chore(release): 0.2.5 release by @stavares843 in #1927
Full Changelog: 0.2.4...0.2.5
0.2.4
Minor fixes and general improvements.
Introducing group settings for enhanced control and customization options.
What's Changed
- task(groups): Group chat UI refactor by @InfamousVague in #1725
- fix(logs): Removes a logging message left in by @Flemmli97 in #1854
- add(aria): add aria labels for kit and ui elements by @luisecm in #1859
- chore(bot): delete bot by @stavares843 in #1858
- fix(chat): Fix sizes with some emoji in chat by @Flemmli97 in #1856
- chore(appium): exclude execution of automated tests on changes for some files by @luisecm in #1863
- chore(appium): execute automated tests on locales changes by @luisecm in #1865
- fix(chat): Fix some url highlight things by @Flemmli97 in #1862
- fix(chat): Chatbar selection fix by @Flemmli97 in #1857
- fix(chat): add padding to chatlist and empty chat text by @Flemmli97 in #1869
- chore(debug): Don't link debug info for dev profile by @zeenix in #1872
- chore(cargo): Re-enable unwind when paniking by @stavares843 in #1875
- chore(appium): replace default warp node on CI tests with script by @luisecm in #1880
- fix(PinnedMessage): fix pinned messages modal position by @lgmarchi in #1882
- fix(GroupSettings): Fix close group settings when change toggle by @lgmarchi in #1879
- fix(contextmenu): dont show empty context menus by @Flemmli97 in #1878
- fix(groups): Context menu renders behind group rename by @Flemmli97 in #1883
- fix(Shortcut): Fix black screen after shortcut to hide the app by @lgmarchi in #1874
- chore(release): 0.2.4 release by @luisecm in #1888
Full Changelog: 0.2.3...0.2.4
0.2.3
Preview for PDFs and Files in Chat: Introducing a convenient feature that allows users to preview PDFs and various files directly within the chat interface. Easily access and review documents without the need for additional downloads or applications.
YouTube Embed Videos: Enhance your communication with seamless integration of YouTube videos directly within the chat window. Share and view videos effortlessly, enriching your conversations with multimedia content.
Minor Fixes and Improvements: Various minor fixes and enhancements to improve overall usability.
What's Changed
- fix(Icons): Fix icons on storage by @lgmarchi in #1810
- task(icon): add several document icons by @XileHorizon in #1819
- chore(lock): update version by @stavares843 in #1820
- update(flags): use flags as images with wix updates by @luisecm in #1817
- chore(docs): add docs by @stavares843 in #1822
- chore(docs): update release docs for wix installer by @luisecm in #1823
- chore(appium): improvements to CI automation tests workflow by @luisecm in #1811
- fix(chat): fix not escaping for inline codeblocks and url parsing issues by @Flemmli97 in #1782
- feat(recovery): Show error message if seed is wrong by @Flemmli97 in #1816
- task(icon): Update document-media.svg by @XileHorizon in #1829
- task(icon): Update pin.svg by @XileHorizon in #1828
- add(aria): adding aria labels for settings keybinds and others by @luisecm in #1827
- add(aria): add aria label for input error on enter seed by @luisecm in #1830
- fix(chat): Change message text layout by @Flemmli97 in #1824
- feat(misc): Profile picture/banner split by @Flemmli97 in #1775
- chore(log): remove log by @stavares843 in #1836
- update(Attachments): Improve attachments code, remove duplicates by @lgmarchi in #1831
- update(Files): Add Preview for PDF and Code Files by @lgmarchi in #1825
- chore(rust): bump rust version by @dariusc93 in #1838
- fix(Markdown): Fix code block on pinned messages by @lgmarchi in #1832
- chore(bot): add ci to add/removel label by @stavares843 in #1843
- fix(Videos): Fix videos embed by @lgmarchi in #1835
- chore(cargo): Update warp dependency by @dariusc93 in #1839
- chore(release): 0.2.3 release by @stavares843 in #1852
Full Changelog: 0.2.2...0.2.3
0.2.2
Audio File Support:
We've introduced support for audio files in chats and the files section. You can now send and play audio files with the following formats: .mp3, .wav, .ogg, .flac, .aac, and .m4a.
Keybinds Update:
Keybinds are no longer in experimental mode, making them a stable and reliable feature.
Markdown Preview:
We've added a Markdown preview feature. Now, you can type Markdown in the chat input bar and see a preview of how it will appear before sending it.
Video Attachments:
You can now send and play video files in chats and the files section. Supported video file formats include: .mp4, .mov, .avi, .flv, .wmv, .m4v, and .3gp.
Minor Fixes and Enhancements:
We've made various minor fixes and improvements to enhance your overall user experience.
Important Note:
We've refactored the user tagging system, which may not be backward compatible with previous versions.