New LinkTaco Release: 0.4.0
Happy to announce that we released a new LinkTaco version. The whopping version 0.4.0.
In this version we wanted to focus on a few features that the community expects and requested. Most important being tag clouds are now provided on all bookmark listing pages. We also added a save counter to each link as it’s displayed. The counter can be clicked to view the latest 100 organizations that have saved the same bookmark.
Another requested feature was ability to change the ordering of bookmark listings (ie, oldest first). This was actually sort of a pain because pagination in GraphQL is a little less straight forward than when using “pages”. So we had known that pagination going both forward and bacwards was wonky for a while and finally got around to really digging into it and fixing the pagination across the application. Once that was done it was more or less trivial to add the ordering options.
Here are the relevant additions to the CHANGELOG.
Added
- Tag clouds to recent, popular, feed, and organization bookmark pages.
- Save count is displayed on all relevant listing pages.
- New page to view all users/orgs who bookmarked a specific link.
- Some missing Spanish translations.
- SECURITY.md to help ensure that security vulnerabilities are reported responsibly.
- Pagination ordering on bookmark listing pages.
Fixed
- Disaply error in qr code detail template
Changed
- getPopularLinks return type is now different. Had to be changed to include the tag cloud. See updated schema.graphqls
- Only display associated tags with displayed links on organization pages when filtering is applied.
Closed Tickets
- #105: go: OrgLink.BaseURLID is a sql.NullInt64 field - it shouldn’t be
- #106: Handler to list what users/orgs saved the same bookmark
- #109: Internal API calls are not passing the proper end user IP address
- #90: Order link feed by date added
- #95: Add tag cloud pages for organizations
You can read about the changes in the release notes.
Hope you enjoy the updates! We’re going to work on new features for the next release so stay tuned.