Releases: makepanic/globe
Releases · makepanic/globe
Globe v0.4.8
- fixed #trac-11505 Two issues with Globe's results table
- fixed #trac-11411 Inconsistent uptime/downtime in search results and on details page
- fixed bug where the graph tries to render when there's no data
- fixed bug where the page threw an error because of emberjs/ember.js#1580
- fixed bug where period computation threw an error because it tried to compute 3_days from 1_week without 1_week existing
Globe v0.4.7
- fixed #trac-11431 Possible time-zone problem with computing uptimes and downtimes
- fixed #trac-11389 graphs time window from
[max(x_start), max(x_end)]
to[now - time_period, now]
Globe v0.4.6
- fixed #trac-11349 Add new graphs on average users per bridge and fractional uptime per relay/bridge to Globe
- fixed #trac-11283 When displaying a bridge's hashed IP, point to an explanation?
- fixed #trac-11280 Say KBytes, not K or k in the Globe interface
- fixed #trac-11389 Graphs should start/end at the same position
Globe v0.4.5
Globe v0.4.4
- upgraded and migrated to Ember 1.3.1
- fixed jsSha implementation based on feedback from Caligatio/jsSHA#14
- fixed https://trac.torproject.org/projects/tor/ticket/10633 and added test
- changed to official grunt-eslint
Globe v0.4.3
- added trac url to footer
- removed "Globe is not affiliated with the Tor project"
- added Ember.run ajax wrapper
- use Ember shorthand Em
Globe v0.4.2
- updated to ember 1.2.0
- added information about vagrant build
Globe v0.4.1
- improved jsdoc
- #36 Search by contact fails
Globe v0.4.0
- update to Emberjs 1.1.2
- UI overhaul
- purecss as base
- removed unnecessary whitespace on top of the page
- subpages
- better searchbar
- added relay family linking
- fixed relay/bridge not found
- moved top10 away from landing page
- added eslint to build process ( right now via forked grunt-eslint that uses the lates eslint version, reason: eslint/eslint#357 )
- fixed uglify breaking build with minified emberjs version
- moved some ember views to ember components