Releases: inovex/scrumlr.io
Releases · inovex/scrumlr.io
v4.1.0
What's Changed
✨ Features
- feat: improve drag and drop for notes #4887 by @ffischbach-ino in #5378
- feat: enable direct editing of column description #5364 by @ffischbach-ino in #5369
- feat: entered text template preview should be clearly distinguishable from placeholder text #5365 by @ffischbach-ino in #5372
- feat: add consistent column height spacing based on board content by @ffischbach-ino in #5371
- feat: Add integration tests for note service by @Planlos5000 in #5394
- feat: Add OpenTelemetry support by @Planlos5000 in #5345
- feat: fix out of display components on mobile #5380 by @ffischbach-ino in #5399
🐛 Fixes
- fix: flip header render condition by @Schwehn42 in #5414
- fix(ui): reduce spacing between title and search bar on mobile by @ffischbach-ino in #5400
🔄 Refactoring
- refactor: realtime tests by @Planlos5000 in #5385
- refactor: move logic from reaction db to reaction service by @Planlos5000 in #5419
🌐 Localization
- localization: signInToCreateBoards by @Schwehn42 in #5409
⚙️ Chores
- ci: remove Octomind end-to-end testing integration by @ffischbach-ino in #5402
🧪 Tests
- test: Add integration tests for reaction service by @Planlos5000 in #5305
- test: Add integration tests for user service by @Planlos5000 in #5306
- test: Add integration tests for session service by @Planlos5000 in #5310
- test: Add integration tests for sessionrequest service by @Planlos5000 in #5352
- test: Add integration tests for board reaction service by @Planlos5000 in #5361
- test: Add integration tests for board template service by @Planlos5000 in #5362
- test: Add integration tests for column template service by @Planlos5000 in #5386
- test: Add integration tests for voting service by @Planlos5000 in #5390
- test: Add integration tests for column service by @Planlos5000 in #5411
- test: Add integration tests for board service by @Planlos5000 in #5415
Full Changelog: v.4.0.0...v4.1.0
4.0.0
What's Changed
⚠️ Deprecations
The -v
flag of the scrumlr server is now deprecated. Please use log levels instead by setting the SCRUMLR_LOG_LEVEL=
environment variable.
✨ Features
- feat: Add helm chart by @Planlos5000 in #4863
- feat: template editor by @Schwehn42 in #4977
- feat: added favourite star button to all template cards (issue 5218) by @jeancloudvanlang in #5219
- feat: logout button by @jeancloudvanlang in #5263
- feat: template editor info by @Schwehn42 in #5284
- feat: increase description lengths by @Schwehn42 in #5296
- feat: column description by @Schwehn42 in #5185
- feat: control anonymous users board creation #5295 by @ffischbach-ino in #5333
- feat: Add log level env var by @Planlos5000 in #5350
🐛 Fixes
- fix: update docs dependencys by @Lennart01 in #5100
- fix: info bar voting type icon dark color by @Schwehn42 in #5164
- fix: single toast close icon alignment by @Schwehn42 in #5165
- fix: cicd tests by @Planlos5000 in #5169
- fix: golang pipeline by @Planlos5000 in #5212
- decreased template card title and creation button text to 20px #5184 by @jeancloudvanlang in #5226
- aligned text of template settings to the left #5184 by @jeancloudvanlang in #5225
- hid the toggle which is unused right now #5184 by @jeancloudvanlang in #5234
- removed focus ring of favorite button by @jeancloudvanlang in #5249
- scrolling in template container #5184 by @jeancloudvanlang in #5231
- fix: added translation for recommended template columns by @jeancloudvanlang in #5265
- fix: custom template column descriptions not applied to created board by @Schwehn42 in #5268
- fix: cannot edit custom template columns data by @Schwehn42 in #5272
- fixed theme not parsing correctly from local storage #5266 by @jeancloudvanlang in #5276
- fix: reset template editor column name by @Schwehn42 in #5283
- fix: template editor localization keys by @Schwehn42 in #5285
- fixed #5265 by adding missing column localization for recommended templates by @jeancloudvanlang in #5286
- fix: template editor settings by @Schwehn42 in #5291
- fix: column configurator localization by @Schwehn42 in #5318
- fix: mark as done pill logic by @Schwehn42 in #5336
- fix: prevent anonymous users from creating custom templates when disabled by @ffischbach-ino in #5337
🔄 Refactoring
- Refactoring by @mateo-ivc in #5178
- refactor: emoji autocomplete by @Schwehn42 in #5304
- refactor/fix: template localization by @Schwehn42 in #5327
- refactor/fix: template editor alignments / spacings / extensibility by @Schwehn42 in #5324
- refactor: database tests by @Planlos5000 in #5278
🌐 Localization
- localization: open print view => export pdf by @Schwehn42 in #5166
📚 Documentation
- docs: improve contribution instructions and fixed some typos by @ffischbach-ino in #5332
- docs: env vars by @Schwehn42 in #5340
⚙️ Chores
- Disable clean packages workflow by @Planlos5000 in #5197
- Add workflow to rebuild images by @Planlos5000 in #5198
- chore: Update docker versions by @Planlos5000 in #5252
## New Contributors
- @ffischbach-ino made their first contribution in #5332
Full Changelog: v3.11.0...v4.0.0
3.11.0
Features
Fixes / Minor Changes
- @Resaki1 Stack View Animation (#4799)
- @Planlos5000 docker improvements (#4674)
- @Zaunei docs: fix DSN for
SCRUMLR_SERVER_DATABASE_URL
(#4937) - @laila-rin fix colored scrollbars (#4934)
- @Schwehn42 fix stack cards offset (#4941)
- @Schwehn42 fix require auth on legacy new board (#4949)
- @mateo-ivc unit tests for api layer (#4161)
- @Planlos5000 refactor: add reactions package to backend (#4893)
New Contributors ❤️
3.10.3
What's Changed
- hotfix: disable clarity by @Schwehn42 in #4804
- feat: SonarQube by @Lennart01 in #4808
- feat: sonar quality gate by @Lennart01 in #4809
- fix: coverage calculation Sonar by @Lennart01 in #4810
- hotfix: exclude go test files by @Lennart01 in #4820
- hotfix: skip code scanning on dependabot by @Lennart01 in #4823
- refactor: Exchange the outdated react-autosize-textarea library by @Resaki1 in #4805
- refactor: refactor event_filter by @wischoepke in #4788
- refactor: Yellow Contrast & Note Tooltip Improvements by @Resaki1 in #4779
New Contributors
- @wischoepke made their first contribution in #4788
Full Changelog: v3.10.2...v3.10.3
3.10.2
Fixes / Minor Changes
- fix: deployment with clarity id by @Planlos5000 in #4758
- test: mock system time for snowfall by @Schwehn42 in #4760
- chore: update homepage copyright year by @Schwehn42 in #4761
- ci: Add action to clean packages by @Planlos5000 in #4759
- refactor: replace intersection observer in board by @Schwehn42 in #4291
Full Changelog: v3.10.1...v3.10.2
3.10.1
Improvements
- feat: add analytics with microsoft clarity by @brandstetterm in #4698
- feat: Allow empty env vars by @Planlos5000 in #4689
- feat: Add session secret env var check by @Planlos5000 in #4709
Fixes
- fix: Adjust Padding for "+-Button" in Note Input Field by @dipesh1903 in #4695
- fix: missing providers by @Schwehn42 in #4725
- fix: passphrase modal localization by @Schwehn42 in #4737
- fix: vote order by @mateo-ivc in #4756
New Contributors
- @Planlos5000 made their first contribution in #4689
Full Changelog: v3.10.0...v3.10.1
3.10.0
What's Changed
- e70b41b @Schwehn42 build: upgrade node image (#4663)
- 39e4fb2 @Schwehn42 feat/refactor: filestore feature flag (#4617)
- 0db087e @brandstetterm feat: snowfall easter egg ❄️ (#4677)
- adc6e24 @mateo-ivc fix: fix the actions of votes when different events are triggered (#4616)
- 0de4c36 @Avalancs docs: Improve docker compose deployment documentation (#4561) (#4625)
- b35e3b3 @mateo-ivc feat: import exported boards (#4392)
- 72124f9 @Schwehn42 refactor: access policy enum (#4601)
- 192fddf @kedorlaomer fix: admit longer session cookies by using a larger store (#4600)
- b55eedd @Aejkatappaja fix: Resolve tab navigation issue in Firefox (#4562)
- c94b23d @Schwehn42 refactor: column settings / color picker (#4589)
- 1020834 @Aejkatappaja feat: create a custom hook to handle tooltip display on headings (#4557)
- a5a8699 @Schwehn42 fix: column header overlay (#4556)
- d1c6ac2 @dipesh1903 fix: Remove fixed width for reactionChips to create uniform design for 10+ reactions (#4554)
- 128d968 @mateo-ivc Mi/refactor logging (#4523)
- 684f060 @Lennart01 chore: minor env fix (#4536)
- fccbb16 @Schwehn42 refactor: settings dialog (#4265)
- 95f0ac4 @Schwehn42 test: fix cypress CI (#4488)
- 02a58e8 @the-homeless-god CI: Docker: Change context path for docker compose (#4402)
- 491a88e @Lennart01 chore: improve docker deployment (#4521)
- 24ca73d @BenedictHomuth docs: backend testing and small addition for env vars (#4462)
- d14f0a3 @Schwehn42 refactor: redux store (#4485)
- c7cbfe4 @Schwehn42 fix: scss warnings (#4486)
New Contributors
- @the-homeless-god made their first contribution in #4402
- @dipesh1903 made their first contribution in #4554
- @Aejkatappaja made their first contribution in #4557
- @kedorlaomer made their first contribution in #4600
- @Avalancs made their first contribution in #4625
Full Changelog: v3.9.0...v3.10.0