Releases: techno-disaster/tldr-flutter
v2.4.0
minor fix for stuck on splash screen
Changelog:
- fix: recents and favorites boxes did not have languages field in hive, just set it to a empty list by default for now, one drawback of this, old recents and favorites commands will still not be in selected langugae, you will have to add them to favorites again manually (search, unadd and add again) (hopefully I can come up with some proper migration soon, but this release should fix those on v2.3.0)
multi lang support
New features:
- feat: You can now select languages for tldr of commands now, if a tldr of for the command does not support that language it is shown in English
- fix: pressing enter in search screen would make search results disappear
move pages.zip to github
Changelog
fix: move pages.zip stuff to github. // transfer.sh went down and broke the whole app. hopefully github does not count this as a abuse
fix url launcher
Changelog
fix: url launcher, to open links in your browser
chore: update deps
remove external storage permission
New features:
- Remove unused external storage permission
last updated cache
New features:
- Show when cache was updated in drawer, along with latest version
offline support
New features:
- App should work in offline mode now, just needs to be online the first time you open the app.
- Better search func,
git add
andgitadd
both should show thegit-add
func in search page now - Sort out commands in all commands page in separate tab groups
fix fdroid builds
Same as v1.1.0, but fix tags to build at fdroid
New features:
You can now select a random command from the home screen, which will show you the details of a random command every time.
You can also view all the commands available in the app via the all commands screen in the side drawer.
Fixes:
Update app title, removes the "Flutter Demo" title when app is in recenlty opened apps section on your phone. (thanks @bl-ue )
tldr man-pages
New features:
You can now select a random command from the home screen, which will show you the details of a random command every time.
You can also view all the commands available in the app via the all commands screen in the side drawer.
Fixes:
Update app title, removes the "Flutter Demo" title when app is in recenlty opened apps section on your phone. (thanks @bl-ue )