Skip to content

Releases: Coteh/simpleimage

v1.5.6

31 Dec 17:05
3a80bc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

21 Dec 23:43
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @lgtm-com made their first contribution in #522

Full Changelog: v1.5.4...v1.5.5

v1.5.4

05 Nov 18:19
3ba5c86
Compare
Choose a tag to compare

What's Changed

  • Add info label to homepage detailing limits of image upload by @Coteh in #509

Full Changelog: v1.5.3...v1.5.4

v1.5.3

31 Oct 17:35
e773f11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

21 Jun 17:02
Compare
Choose a tag to compare

What's Changed

  • Bump express from 4.18.0 to 4.18.1 by @dependabot in #414
  • Bump nodemon from 2.0.15 to 2.0.16 by @dependabot in #416
  • Upgrade Cypress to v10, replace cypress-file-upload with selectFile, replace bcrypt with bcryptjs by @Coteh in #426

Full Changelog: v1.5.1...v1.5.2

v1.5.1

01 May 23:06
6f64ba4
Compare
Choose a tag to compare

What's Changed

  • Add more logs for user login, to print the username being logged in by @Coteh in #266
  • Fixes for Delete images prompt is not centered #278 by @alvarotorrestx in #281
  • Fix overlay and notification box centering by @Coteh in #413

Dependency Upgrades

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

17 Apr 05:48
Compare
Choose a tag to compare

What's Changed

  • Update Sentry dependencies to latest by @Coteh in #367
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #368
  • Bump prettier from 2.4.1 to 2.6.2 by @dependabot in #364
  • Bump validator from 9.4.1 to 13.7.0 by @dependabot in #329
  • Bump express-session from 1.15.6 to 1.17.2 by @dependabot in #245
  • Bump bcrypt from 5.0.0 to 5.0.1 by @dependabot in #234
  • Bump nodemon from 1.19.4 to 2.0.15 by @dependabot in #373
  • Bump multer from 1.3.0 to 1.4.4 by @dependabot in #344
  • Refactor routes so they are split into separate files by @Coteh in #372
    • /users route now has aliases /user and /u, user check moved into user subrouter
    • /images route now has aliases /image and /i
    • /check_username is now /check/username
    • /change_password is now /settings/change_password
    • Add middleware for session handler
    • Break out other middlewares into their own files
    • Add option to run Node.js debugger on integ/unit tests

Full Changelog: v1.4.0...v1.5.0

v1.4.0

25 Mar 05:37
Compare
Choose a tag to compare

What's Changed

  • Allow session secret to have a default value in dev and in test by @Coteh in #282
  • Username auto fill in registration box if entered in login box by @toth2000 in #285
  • Add placeholder image that is displayed when direct link is used for image that does not exist by @Coteh in #290
  • Add Evaluation Mode (#251) by @mayankbucha in #288
  • Add Sentry to frontend by @Coteh in #296
  • Add image thumbnails to user comments section by @Coteh in #298
  • Bump winston from 3.2.1 to 3.3.3 by @dependabot-preview in #192
  • Add Gitpod support by @Coteh in #305
  • Fix frontend webpack rebuild in dev stack config by @Coteh in #306
  • Turn on dryRun mode for Sentry webpack plugin when in development mode. by @Coteh in #307
  • Close server if db is closed by @Coteh in #317
  • Remove EXIF rotation from preview image and remove EXIF dependencies from frontend by @Coteh in #326
  • Revise all routes so that now they all return a specific content type, and remove all response type parameters. by @Coteh in #336
  • Add prettier by @Coteh in #315
  • Add Cypress tests by @Coteh in #361

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Jul 02:45
Compare
Choose a tag to compare
  • Fix missing CSRF token with image delete (#280)

v1.3.0

25 Jul 01:15
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix user dropdown on desktop nav for long and short usernames by locking its position to the right (#263) - @mayankbucha
  • Ensure a session secret is provided in production environment. (#270) - @Coteh

Other Additions/Fixes

  • Change Upload icon (#255) - @Coteh
  • Update footer for 2021 (#260) - @Coteh
  • Set username limit, with 24 as the default (#261) - @mayankbucha
  • Replace html encoding function with html-entities library. (#271) - @Coteh
  • fix: package.json & package-lock.json to reduce vulnerabilities (ejs) (#275) - @snyk-bot