Releases: noidedmedia/ImageHex
Releases · noidedmedia/ImageHex
v0.11.0 Thom Yorke
In this version, we add differences in styles and a beta version of chat. We also say goodbye to designer Connor Shea. BibleThump.
v0.10.0
CHANGELOG:
- Adds Two-Factor Authentication for users
- Backup Codes
- Enabling/Disabling Two-Factor from Settings
- Extra Sign In step if Two-Factor is enabled, can use Backup codes if necessary
- Disabling Two-Factor requires entering your password
- Tested with Google Authenticator and Authy
- Backup codes can only be viewed once
- Update to Ruby 2.3.0, update gems
- Bug fixes & improvements
v0.9.0
CHANGELOG:
- Update to Rails 4.2.5, update gems
- Adds a whole bunch of JavaScript API stuff
- Removed jQuery Gallery, replaced by a pure flexbox implementation
- Remove unused jQuery Cookie
- Update to jQuery 2, which removes a bunch of code that was used for IE6/7/8 compatibility.
- Removed
-webkit
vendor prefixes for a number of CSS properties that were added officially in Safari 9 (iOS 9/OS X El Capitan) - Started using React.js for some things
/@username
URLs for user profile pagesi18n-tasks
config file improvements- Added a Favorites tab on user pages
- Press page renamed to Press Kit and updated to include media resources.
- Designed Rules page.
- Designed FAQ page and added questions
- Refresh design of People page.
- Refresh design of 404 page.
- Update design of
collection_stub
used in the Collections tab of the user page. - Allow users who have uploaded an image to delete said image, assuming the image was uploaded within the last 24 hours.
- Add (Beta) Live Admin Panel
- Update
meta
description tag and description in the footer. - Redesign Share dialog on image pages (again)
- Slight changed the way reporting an image works.
- Made it possible to edit and delete collections in the backend.
- Add "Missing avatar" image
- Move images, including logos, to the
assets/app/images
folder, start usingasset_path
helper - Remove
user_page
model, move user description frompage_body
todescription
- Remove various usages of jQuery
- Replace the "Add to Collection" dialog with a React.js component
- Replace the "Add tag group" button and the Tag group edit state with a React.js component
- Tag pages are now editable
- Display "Source" on the image page when a source is given
- Add Source and "I made this" fields to image upload form
- Serve cached images and assets from CloudFlare, huge speed-up in Production
- Force HTTPS/SSL (thanks CloudFlare!)
- Fix GZIP (thanks CloudFlare!)
- Replace Notifications dialog with React component
- Add "Related Tags" to Tag page
- Collections stub partial
- Empty Collection graphic
- Add Browse pages for Collections, Images, and Creators
- "Create" button in the header
- ImageHex logo includes wordmark in header on sufficiently large screens
- Add API documentation at
/api/documentation
using the Apipony gem
v0.8.0
- JSON Routes
- Use the CSS Columns module on the image page
i.imagehex.com
for our image CDN- Attempted fix for GZIP compression
- Update gems
respond_to do |format|
in various controllers- User avatars are disconnected from the image database now, and can be added by uploading an image file in Settings.
- Devise security improvements
- The icon font is now generated by
rake icons:compile
, and adding an icon to theapp/assets/icons/
directory will add it to the icon font. - Update
README.md
to better explain how to set up ImageHex, also includes a guide for the aforementioned icon compilation setup. - Improve success/error message consistency across the site (uploading images, creating collections, reporting images, etc.)
v0.7.0
- Updated logo across the site
- Updated gems
v0.6.0
CHANGELOG:
- Update Ruby to 2.2.3 from 2.2.2, Rails to 4.2.4 from 4.2.0, and added
react-rails
. - Content ratings (
nsfw_gore
,nsfw_language
,nsfw_nudity
, andnsfw_sexuality
) - Editable image description
- FAQ page
- Rules page
- i18n notifications, other notifications improvements
- Fixed username Regex
- 404 page
- Tag group changes
- Images in a user's front page feed now show the collection the user follows that added the image.
- Improved page titles for various views