Skip to content

Releases: farfromrefug/OSS-Dict

v1.1.0 Build 68

31 Jan 08:35
Compare
Choose a tag to compare

Features

  • option to disable bookmarks (be3c0b0)

Bug fixes

  • trying to prevent white flash in dark mode while opening article (a7381e2)
  • Translations update by @gmail

v1.0.9 Build 67

27 Jan 15:53
Compare
Choose a tag to compare

Features

  • new option to disable keyboard auto show in lookup (474b534)

Bug fixes

  • prevent crashes when trying to clear lookup search field (6241554)
  • change lookup list padding and random lookup button padding when keyboard is shown (d2e8079)

v1.0.8 Build 66

23 Jan 15:00
Compare
Choose a tag to compare

Bug fixes

  • crash after multiple lookup (1840e35)

v1.0.7 Build 65

17 Jan 16:15
Compare
Choose a tag to compare

Bug fixes

  • bottom bar not highlighting correctly when history is disabled (ba90f45)

v1.0.6 Build 64

16 Jan 11:15
Compare
Choose a tag to compare

Bug fixes

  • disable hiding of bottom navigation bar (36f5f6d)
  • remove history tab if history is disabled (cc75a19)

v1.0.5 Build 63

10 Jan 10:51
Compare
Choose a tag to compare

Features

  • full conversion to kotlin and even more material design! (b0d6d4e)

Bug fixes

  • try to apply style as fast as possible to prevent white flash itkach#23 (448be33)
  • wrong articled selected (a7a46d4)
  • wrong articled selected fix2 (72b6f32)
  • prevent page change while scrolling article webview (193da06)
  • handle dictionary file replacement (fixes itkach#186) (d0602e7)
  • crash when opening bookmark of missing dictionary (d1a6901)
  • layout fix in dictionaries view (e64770a)
  • dark icon theme fix (ba41e83)
  • correctly close / report error when trying to search from another app (8692e98)
  • monochrome icon fix (eb623e0)
  • dont start a lookup on each key change, throttle a bit. Nicer and prevent crashes on older devices (d293e45)

v1.0.4 Build 62

07 Jan 15:33
Compare
Choose a tag to compare

This is the first release of the new OSS-Dict app. It is based on aard2 but also from the amazing fork from @MuntashirAkon !

It adds new features:

  • random lookup
  • full new Material3 design
  • new icon (testing) (52d4b67)
  • renamed app (59f3a14)
  • cache control

And it fixes many bugs...

v1.0.3 Build 61

20 Nov 13:58
Compare
Choose a tag to compare

Bug fixes

  • correctly close / report error when trying to search from another app (8692e98)

v1.0.2

06 Nov 09:32
874bd94
Compare
Choose a tag to compare
  • fix: dark icon theme fix
  • fix: layout fix in dictionaries view
  • fix: crash when opening bookmark of missing dictionary

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Nov 07:39
a711cff
Compare
Choose a tag to compare
  • fix: handle dictionary file replacement (d0602e7)