Skip to content

Releases: inovex/scrumlr.io

2.6.3

19 Jul 15:37
Compare
Choose a tag to compare

Improvements

  • Enabled webserver response compression (gzip), which will enhance page load performance
  • Increased color contrast for pink color
  • Changed horizontal scroll buttons look (hidden on mobile devices since you can simply swipe)
  • Added inovex logo width and height to reduce layout changes on page load

Fixes

  • Fixed drag & drop of notes on Android
  • Fixed column header overflow for long column names
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.6.3
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.6.3

2.6.2

14 Jul 16:03
Compare
Choose a tag to compare

Improvements

  • Changed colors of action bars (... maybe they are less distracting now - please leave your feedback 👍 )
  • Added "Me" chip for own notes as a replacement for the old line indicator, which serves as the hover state now
  • Changed access policy name and icon above board title in a session

Fixes

  • Fix hover state on "passphrase" label within board settings
  • Fixed toggle of passphrase visibility also changed the access policy
  • Fixed note input for Android
  • Fixed note input length restriction on Android
  • Several other minor fixes regarding Android
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.6.2
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.6.2

2.6.1

13 Jul 16:19
Compare
Choose a tag to compare

Fixes

  • Several styling fixes on print view
    • Usage of column colors as accents
    • Notes aren't split between page breaks
    • Fixes of action buttons
    • Correct horizontal placement of preview
    • Fix of preview height
    • Default title changed to "scrumlr.io" (lower case "s")
    • Long board names are properly supported now
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.6.1
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.6.1

2.6.0

12 Jul 16:32
Compare
Choose a tag to compare

Features

  • Added print view so you can finally save your results as PDF ;)

Improvements

  • Added share button right next to participants list
  • Stack view of notes has its own resource path (... and you can share it with others)
  • New input field layout used in the board settings
  • Integrated Raleway font into project instead of using inovex CDN
  • Show cookie policy and accept terms checkbox on login by value bound to environment variable SCRUMLR_SHOW_LEGAL_DOCUMENTS
  • Moved timer and remaining vote indicator to top
  • Improved hover states of all buttons
  • Show "Me" instead of own username on notes
  • Improved german translation
  • CSV & JSON export do not include hidden columns anymore

Fixes

  • Fixed selection of language in settings dialog, which is based on users language setting now in the default state
  • Show updated avatar in stack view once it was changed
  • Fixed wrongly displayed raised hand state
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.6.0
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.6.0

2.5.0

24 Jun 15:09
Compare
Choose a tag to compare

Features

  • Added user avatar editor (avatar is customizable within board settings)

Improvements

  • Notification to moderators added when all participants are marked as ready
  • Improved translations related to the "ready" state
  • Improved hover & focus states
  • Added outline to focused notes

Fixes

  • Fixed JSON export (... soon we'll add the option of a PDF export)
  • Deletion of column and notes is enabled while a note, that should be deleted, is shared with the participants
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.5.0
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.5.0

2.2.4

15 Jun 15:22
Compare
Choose a tag to compare

Improvements

  • Improved board settings dialog on mobile screens (added padding to bottom)

  • Fixed logout function
  • Fixed language detection on pages for legal documents

2.2.3

14 Jun 16:47
cdef570
Compare
Choose a tag to compare

Improvements

  • Added raised hand animation and added visibility for all participants
  • Replaced the word cards with notes in translation files for better consistency
  • Extended <meta /> tags and title for better SEO performance
  • Consolidated list of animal and mythical creature names

Fixes

  • Fixed sorting of notes on voting end (... there was a bug related to note stacks)
  • Fixed board name edit on mobile devices
  • Adjusted priority of join request dialog
  • Fixed line wrap of the "Bug reports" button on the feedback page
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.2.3
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.2.3

2.2.2

11 Jun 18:57
Compare
Choose a tag to compare

Improvements

  • Defined caching strategy in NGINX webserver configuration, so that clients will receive new version updates and the documents won't be cached
  • Positioned the board header relative to the root element will improve scrolling looks on iOS

Fixes

  • Fixed layout of homepage footnote on mobile devices
  • Fixed background on login screen
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.2.2
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.2.2

2.2.1

10 Jun 17:56
Compare
Choose a tag to compare

Fixes

  • Increased life-span of session cookies. They were previously set to the default value Session which meant that the user sessions were lost once the browser was closed. They are set to 2^32-1 (= max Integer 32) now and will expire in the year 2090
  • Fixed domain of session cookies, so that your cookies will work on both domains beta.scrumlr.io and scrumlr.io and you will not lose your sessions once we move to scrumlr.io on 1st August
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.2.1
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.2.1

2.2.0

10 Jun 11:53
7362a2a
Compare
Choose a tag to compare

Features

  • Added feedback form so that you can reach out to us :)

Improvements

  • Columns are added locally first and will be persisted once a column name is defined
  • Adjusted font sizes for better accessibility and visibility on mobile devices
  • Improved hidden column indicators
  • Improved color controst for export icons
  • Added configurable port for NGINX webserver
    • You can define it by the SCRUMLR_LISTEN_PORT environment variable for your Docker container
  • Added aria labels for the menu bars
  • Added ready checkmark animation
  • Hidden columns are now visible for moderators upon board creation as the default setting
  • Increased line height of legal links for better usability
  • Proper QR code theming
  • Removed ticking sound for timer and slighlty decreased volume of BING!

Fixes

  • Fixed flicker when editing column name
  • Fixed routing in NGINX webserver configuration
  • Fixed cookie consent width
  • Fixed issue where timer affected media keys on keyboard (... and therefore the users lost control to other media apps)
  • Partly fixed scrolling behaviour for columns on mobile devices
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-server:2.2.0
docker pull ghcr.io/inovex/scrumlr.io/scrumlr-frontend:2.2.0