Skip to content

Latest commit

 

History

History
133 lines (120 loc) · 8.78 KB

CHANGELOG.md

File metadata and controls

133 lines (120 loc) · 8.78 KB

HabitRPG

(2014-01-28)

Documentation

  • rebirth: Bullet point about repurchase of limited ed gear after Rebirth (d3f4a561)

Bug Fixes

  • #2003: healer gear not showing (949cd97b)
  • #2375: merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses" (518f200a)
  • beastmaster: fixes #2557, adds opacity to previously-owned pets after they're mounted. You can earn them back again (5caaff1c)
  • bosses: don't reset progress.up when starting a new quest. We want to be able to carry over damage from the same day a boss battle begins, even if the dailies were completed before battle-start. Fixes #2168 (4efd0f5e)
  • classes:
    • misc fixes (d2121a85)
    • misc class fixes (not @snicker, ng-if on item store since we dynamically swap it sometimes) (478be611)
  • find_uniq_user: fix (ecbe780e)
  • mounts: Move avatar upward when mounted regardless of pet (bc1adeb1)
  • nodemon: ignore CHANGELOG.md on watch (d6c55952)
  • party: Round boss health up instead of to nearest integer (626da568, #2504)
  • paypal: fixes #2492, remove environment check for now, only have production-mode option. revisit (1dc68112)
  • profile: fix bug where empty profile displayed on username click (0579c432, #2465)
  • quests:
  • settings: reintroduce space between captions and help bubbles stripped during localization (5ddf09fe)
  • spells:
    • more $rootScope spell-casting bug fixes (47bd6dcb)
    • add some spells tests, don't send up body to spell paths (e0646bb9)
    • some $rootScope.applying action fixes so cast-ending is immediate instead of waiting on response. Also, slim down party population to the essentials to avoid RequestEntityTooLarge (c6f7ab8a)
    • to cancel spell-casting (a1df41ad)
  • stable: show hatchable combo when petOwned>0 (fyi @deilann) (51bff238)
  • stats: Better layout for attribute point allocation (d782fc6b)
  • tests:
    • include select2 in test manifest (38b4cea7)
    • don't use cluster in tests, else we get "connection refused" (7a479098)
  • todos:
    • add migration for dateCreated & dateCompleted #2478 (4cc39f16)
    • add dateCompleted to todos so they're archived 3 days after completion, not 3 days after creation. Fixes #2478 (b1afc177)
  • translation: Fix #2585. (06200acc)
  • translations:
    • fix #2564 and similar ones (42740902)
    • add env.t to rootScope (13131087)
    • remove translations for privacy & terms (a9095f34)
    • merge @luveluen pull request, fix some syntax (a6c67f17)
    • @lefnire now everything is ok (52decb7e)
    • correct some variables (fba73953)
    • revert some views (d000c706)

Features

  • administrators: start adding features page for admin accounts (f7f4a0c1)
  • bailey: notif about STWC updates + scroll-purchase deadlines (@colegleason) (90176444)
  • challenges:
    • add angular-ui-select2 for simpler find/select challenge winner. (9fa45217)
    • add button for csv export (ae0d758d)
    • add csv export for challenge progress. WIP, will refine this over time - but we need it something like this for the STWC come 1/31. (16a602f9)
    • markdown in challenge-descriptions (41233c7b)
  • cheating: prevent +habit spamming with a 10s timer (ad4ca665)
  • homepage:
  • marketing:
    • add video tuts on "learn more" page until we have some copy (5028707c)
    • some frontpage updates, a screenshot, & "contact us" button mods (a582a054)
  • premium:
    • updates to group plans info page (66f95cdd)
    • backport client-side premium code to public repo, it's client-side anyway (@colegleason @paglias) (2e18f0eb)
  • quests:
    • add level requirement for quests (9e69d795)
    • add canBuy so we can exclude certain items from the market (if you can only find them on quest-drop, etc). This isn't the prettiest, change? (f16654d2)
    • allow quests to drop multiple items (d9e5725e)

Docs

  • rebirth: Bullet point about repurchase of limited ed gear after Rebirth