Skip to content

Releases: poetaster/harbour-tooter

Search Bug fix release

05 Jan 09:10
Compare
Choose a tag to compare

I had broken search with the dedupes.

Also adds and additional link (prev) from the new Header function.

Bookmark & Deduplication Release

04 Jan 12:02
Compare
Choose a tag to compare

This release refines the deduplication of toots on timelines and adds a method to retrieve navigation (max_id) info with Head requests.
1 remove the 12 limit
2. add getLink method to Mastodon.js Api
3. small refinements of deduping.

It remains to remove uneeded code in in the MyList.qml from the deduping effort.

Deduplication Release

23 Dec 16:41
3bb76d7
Compare
Choose a tag to compare

This release fixes:

1 a paramter passing bug on /public 'local=true' which could result in duplicates
2 adds a check which will probably be deprecated to insure it doesn't happen on prepend either
3 reduces the number of calls to the back end from default 20 to 12
4 adds time between the Timer elements of the different MyList elements ('Home', 'Local', etc).

Add display / player for audio

02 Dec 10:34
Compare
Choose a tag to compare

This release adds an Item to display, play and download audio files. WIP

Bookmarks release.

16 Nov 21:30
Compare
Choose a tag to compare

This release implements a bookmarks view.

Build Requires Linguist

14 Nov 07:39
Compare
Choose a tag to compare

Was missing which means that translations were not being built.

obs release.

11 Nov 10:19
Compare
Choose a tag to compare

This is a release to pulbish on https://build.merproject.org/project/show/sailfishos:chum

Meta data and release/license info were added to the spec to facilitate it building on obs.

This is a prerelease with new WebView for testin.

04 Nov 14:51
Compare
Choose a tag to compare

It replaces the old QTWebkit view with the new silica and adds a small python server to handle redirect when login or access permission grants are completed.