Skip to content

Releases: techno-disaster/tldr-flutter

v2.4.0

28 Aug 09:55
Compare
Choose a tag to compare

chore: update deps, hopefully nothing breaks

minor fix for stuck on splash screen

20 Dec 08:25
Compare
Choose a tag to compare

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

17 Dec 08:21
Compare
Choose a tag to compare

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

22 Nov 06:28
Compare
Choose a tag to compare

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

18 Nov 18:18
Compare
Choose a tag to compare

Changelog

fix: url launcher, to open links in your browser
chore: update deps

remove external storage permission

21 Oct 16:26
Compare
Choose a tag to compare

New features:

  • Remove unused external storage permission

last updated cache

21 Oct 16:19
Compare
Choose a tag to compare

New features:

  • Show when cache was updated in drawer, along with latest version

offline support

17 Oct 22:29
Compare
Choose a tag to compare

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 and gitadd both should show the git-add func in search page now
  • Sort out commands in all commands page in separate tab groups

fix fdroid builds

04 May 22:08
Compare
Choose a tag to compare

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

01 May 20:20
Compare
Choose a tag to compare

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 )