Skip to content

Releases: hive-engine/nitrous

Nitrous v1.0.12

21 Jan 06:48
Compare
Choose a tag to compare

Add TOKEN_STATS_EXCLUDE_ACCOUNTS setting to exclude balances from these accounts from token stats display.

Nitrous v1.0.11

19 Jan 09:33
Compare
Choose a tag to compare
  • Merged upstream changes, which is mostly cleanup code.
  • Resolved security warnings for dependencies.

New Features

  • Tag Feed Header. Tribes can customize a message (markdown format) for a given tag, shown above the posts. See file src/app/utils/TagFeedHeaderMap.js
  • Vote List and breakdown in feed views (was already there in steemcoinpan)
  • Show token circulation/burn info. Initially by @realmankwon and ported to a few others by @voltairez

Notes

  • POST_FOOTER config misbehaves for footers with an <hr> block (markdown link doesn't render). Use the triple dash --- instead. Some configs have already been modified accordingly.

Nitrous v1.0.10

16 Dec 04:37
Compare
Choose a tag to compare

Main feature is designating the hive community tag. Added functionality to prettify references to the tag, replacing it with the App name instead. In COMMUNITY_CATEGORY variable.

There's also an optional change not in config for showing paid out token beneficiary (not post beneficiary). Used in the case where token beneficiary is optionally applied based on posting from the website.

Nitrous v1.0.9

22 Nov 03:30
Compare
Choose a tag to compare

Features

  • Profile pages-- /blog, /comments /replies are now powered by Scot, and do not rely on steemd getState API.

Bug Fixes

  • Fix error when going from main page to "edit post", sometimes has an error.
  • Fix small post page rendering issue when app info is not present. Thanks to @iworldpark

Nitrous v1.0.8

08 Nov 05:58
Compare
Choose a tag to compare

Features

  • AuthorRecentPost (shows last X posts by author at the bottom of their blog) by @anpigon . Can be activated in the client config.
  • Show Icon if posted via nitrous by @anpigon . Can be activated in the client config
  • Announcement top bar, enabled by adding entry in PINNED_POSTS_URL, example here. Adapted originally from @iworldpark

Bug Fixes

  • Reset post bug fix for edits (When editing and submitting, it now correctly keeps the text that was edited when you edit again)

Nitrous v1.0.7

29 Oct 23:33
Compare
Choose a tag to compare

Bug Fix

  • Fixes case where no-category post routing leads to not found (e.g. many posts coming from payout_comments)

Nitrous v1.0.6

29 Oct 00:10
Compare
Choose a tag to compare

Features

  • /payout and /payout_comments endpoints now linked to Scot API.
  • Config to auto set beneficiary when using site for posting

Improvements

  • Conserve on calls to SCOT API when server side rendering. Defers to client.
  • Adopt iOS scroll fix that was pushed to condenser

Nitrous v1.0.5

15 Oct 01:15
Compare
Choose a tag to compare

New Features

  • SCOT Account History API integrated into wallet, shows staking, author, curation, and mining rewards. And beneficiary rewards.
  • Improvements to user feed (/feed) and user blog to now use SCOT Bot indexed feeds. Means that the main pages (your main feed page, other user's feed pages, and user blog pages) should be faster than before. (Not yet the case for comments / replies just yet. Coming soon!)

Bug Fixes / Improvements

  • Extra spacing in wallet between token section and STEEM section. Thanks @codingdefined

Nitrous v1.0.4

02 Oct 22:07
Compare
Choose a tag to compare

New Features

  • Handle claim all tokens by @anpigon
  • Revive ads configuration. Can set up zones pointing to revive hosted ad serving.
  • Configuration: SCOT_TAG_FIRST -- always set category to the desginated scot tag on creation
  • Configuration: ALLOW_MASTER_PW -- allow master password, though this is not really recommended in general and should be discouraged.
  • Configuration: POST_FOOTER -- allow footers to be automatically attached, and allow ${POST_URL} macro which will replace with author/permlink

Bug Fixes / Improvements

  • Show all comments, but respect muting account of tribe.
  • Canonical url handling to be consistent with Steemit and using json_metdata.canonical_url when posting.
  • Security patches for library dependencies

Nitrous v1.0.3

24 Aug 13:50
Compare
Choose a tag to compare

Bug Fixes:

  • Wallet fix when user has no balance

New Features:

  • AffiliationMap to use value directly, removing localization