Skip to content

Releases: RARgames/4gaBoards

4ga Boards 3.0.3

17 Oct 23:40
Compare
Choose a tag to compare

Changes since last release:

  • 🎨 style: Updated projectTitle, boardTitle word breaking c771d86
  • 🐞 [PATCH] fix: DueDate style 54c4c77

Install this release using: docker pull ghcr.io/rargames/4gaboards:3.0.3

4ga Boards 3.0.2

17 Oct 22:44
Compare
Choose a tag to compare

Changes since last release:

  • πŸ“– - πŸ“– docs: Update README.md 3ad415e @wilkobyl
  • πŸ’Š clean: Removed old demo.gif b63c99a
  • 🐞 fix: Changed header zIndex 5b81d16
  • πŸ’„ chore(deps): Bump rollup in /client in the npm_and_yarn group 2acbef1
  • πŸ“„ Merge pull request #355 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-dcddfe2757 bf3d0a4
  • πŸ’„ chore(deps-dev): Bump eslint-plugin-react in /client 3279498
  • πŸ“„ Merge pull request #362 from RARgames/dependabot/npm_and_yarn/client/eslint-plugin-react-7.37.1 d260166
  • πŸ’„ chore(deps): Bump sails-hook-sockets from 3.0.0 to 3.0.1 in /server 4fa934f
  • πŸ“„ Merge pull request #357 from RARgames/dependabot/npm_and_yarn/server/sails-hook-sockets-3.0.1 3f82eca
  • πŸ’„ chore(deps-dev): Bump eslint-plugin-jsx-a11y in /client 1d9579f
  • πŸ“„ Merge pull request #359 from RARgames/dependabot/npm_and_yarn/client/eslint-plugin-jsx-a11y-6.10.0 35c5055
  • πŸ’„ chore(deps): Bump rimraf from 5.0.7 to 6.0.1 in /server 3978972
  • πŸ“„ Merge pull request #358 from RARgames/dependabot/npm_and_yarn/server/rimraf-6.0.1 977ca10
  • πŸ’„ chore(deps): Bump concurrently from 8.2.2 to 9.0.1 51e9934
  • πŸ“„ Merge pull request #356 from RARgames/dependabot/npm_and_yarn/concurrently-9.0.1 32b41bf
  • πŸ’„ chore(deps): Bump husky from 8.0.3 to 9.1.6 + migration b62595e
  • πŸ’„ chore(deps): Fix ws affected by a DoS when handling a request with many HTTP headers #57 81e06fa
  • 🐞 fix: BUG: Profile picture display bug for only one word name e.g. "ASDSAFFFSASF" #340 73de884
  • 🐞 fix: #334 Card modal bugs 888c0e3
  • πŸ“– - πŸ“– docs: Updated readme 09e272d
  • 🐞 fix: Simpler initials a47b5fc
  • 🌟 feat: Assign members and dueDate to Tasks - partial a02c0b1
  • 🐝 refactor: BoardMemberships -> Memberships 8994e9c
  • 🐞 fix: Scrollable BoardActions b617aac
  • 🐞 fix: Checkbox size 26df3e5
  • 🌟 feat: Task DueDate and Members 925d66d
  • 🐞 fix: Changed completed task dueDate and members style 82e92eb
  • 🌟 feat: initials split by space or . 1e3915a
  • 🎨 style: Added more visible CardModal shadow 5b2e05f
  • πŸ’„ chore: Switched to eslint 9 and flatConfigs 5bb8149
  • πŸ’„ chore: Polishing new eslint configs p1 221aa9f
  • πŸ’„ chore: Polishing eslint configs p2 - performance 8c419dc
  • πŸ’„ chore: Polishing eslint configs p3 - performance, cleanup 26086c7
  • πŸ’„ chore: Polishing eslint configs p4 - performance, cleanup 0d87d02
  • 🐞 fix: Removed lintDirtyModulesOnly: true, scanning only dirty cause errors to not show on startup 1497eeb
  • πŸ’„ chore(deps): Bump the npm_and_yarn group in /client with 2 updates 3fdc589
  • πŸ“„ Merge pull request #370 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-9f37c16f8f a75dace
  • πŸ’„ chore(deps): Bump react-i18next from 12.3.1 to 15.0.3 in /client bea4658
  • πŸ“„ Merge pull request #371 from RARgames/dependabot/npm_and_yarn/client/react-i18next-15.0.3 ec06e91
  • 🐞 fix: Hide AttachmentAdd for Commenter/Viewer b15e0b0
  • πŸ’„ chore(deps): Bump react-datepicker from 4.8.0 to 7.4.0 in /client c33adad
  • πŸ“„ Merge pull request #366 from RARgames/dependabot/npm_and_yarn/client/react-datepicker-7.4.0 55033f4
  • 🎨 style: Moved some colors to globalStyles c73209b
  • πŸ’„ chore(deps): Bump sharp from 0.33.4 to 0.33.5 in /server 1cbd617
  • πŸ“„ Merge pull request #364 from RARgames/dependabot/npm_and_yarn/server/sharp-0.33.5 17293f7
  • 🐞 [PATCH] fix: Dropbox close button fc20a47

Install this release using: docker pull ghcr.io/rargames/4gaboards:3.0.2

4ga Boards 3.0.1

30 Sep 14:43
Compare
Choose a tag to compare

Changes since last release:

  • 🐞 [PATCH] fix: Added length check to db migration 60a9fcd

Install this release using: docker pull ghcr.io/rargames/4gaboards:3.0.1

4ga Boards 3.0.0

26 Sep 14:02
Compare
Choose a tag to compare

Changes since last release:

  • 🧯 build: Test external server 0 13f3fc3
  • 🐞 fix: Fixed dropdown issues: close on selecting default item, allow clicking scroll button 1e0ab65
  • 🌟 feat: Added titles and text clamp for tasks d4daca7
  • 🐞 fix: Reworked Boards scrolling, Fixed collapse button sometimes visible over CardModal Header 72537c5
  • πŸ’Š clean: Removed not needed button style 041c005
  • 🌟 feat: New comment add/edit - MDEditor 9c04738
  • 🐝 refactor: Simplified logic with onCurrentUserUpdate f8bc764
  • 🐞 fix: Fixed MDEditor color icon style 11e4bec
  • πŸ“– - πŸ“– docs: Update gif in README.md 3218517 @wilkobyl
  • 🐝 refactor: Renamed ProjectAddPopup -> ProjectAdd 7a15b02
  • 🐞 fix: TextFileModal label size, isOpened -> isOpen d1fc41e
  • 🐝 refactor: isOpened -> isOpen 12fd1d4
  • πŸ“„ update polish translation 02a261d @wilkobyl
  • πŸ“„ Merge pull request #299 from RARgames/wilkobyl-language 69b2503
  • 🌟 feat: Added task, attachment, comment counters to CardModal 98aa680
  • 🐞 fix: Drop attachment message not visible ac36a24
  • 🐝 refactor: PropTypes.element to PropTypes.node d27b602
  • 🐞 fix: Improved DescriptionEdit focus, Unified with CommentEdit 5d2a74b
  • 🐞 - 🌟 feat: Added commentCount for Card, fix: Comments icon not showing after duplicate f0ff9f5
  • 🐝 refactor: Standarized names - classNames 6b67b13
  • 🐞 fix: Proper duplicate api route 6345280
  • 🐞 fix: Hide DescriptionEdit on blur if nothing changed ec73a52
  • 🐞 fix: Add User popup responsiveness b6847d9
  • πŸ’Š clean: Cleanup Utils ClassNames 91cd048
  • πŸ’Š clean: Login, Register buttons 45b17cc
  • πŸ’Š clean: ButtonStyle 02a7835
  • πŸ’Š clean: Button c0abd1d
  • 🌟 feat: Show weak password error fa21879
  • πŸ’Š clean: Removed useClosableForm efecea8
  • πŸ’„ chore(deps): Bump socket.io-parser in /client in the npm_and_yarn group 8957381
  • πŸ“„ Merge pull request #316 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-5d443b7df9 1d7e95e
  • 🌟 feat: Added UserProject for sidebar support, icon, other prep work 6f86779
  • 🌟 feat: Added project/board filter (partial-commit) 7bf285b
  • 🌟 feat: MainSidebar Add Board (partial-commit) 53f3378
  • 🌟 feat: MainSIdebar: Add Project Popup (partial-commit) 85846c0
  • 🌟 feat: MainSidebar - first version - not all features implemented dbd4c5f
  • 🌟 feat: MainSidebar - Added reordering boards -1st 33d71e1
  • 🐞 fix: Dropdown - arrows navigation without selectedItem b489f46
  • 🐞 fix: MainSIdebar - BoardAdd - better placeholder 30921de
  • 🐞 fix: MainSidebar: Show only managed projects in the CreateBoard popup ec458d3
  • 🌟 feat: MainSidebar - Rename, Delete Board Buttons ff8ef15
  • 🌟 feat: MainSidebar - Added Edit Github Connection to BoardActions 92c203e
  • πŸ“– - πŸ“– docs: Updated docs in Readme c7add15
  • 🐞 fix: Removed old Boards, started full MainSidebar integration dae698d
  • 🐞 fix: Proper path handling for ProjectSettings 9a8a93c
  • 🌟 feat: MainSidebar: Added ProjectActions, style fixes, minor cleanup 08b6294
  • πŸ’Š clean: Moved Connections, BoardActionsPopup 5fc2b9c
  • 🐞 fix: Show BoardAdd Button for Project Manager d9f6df4
  • 🌟 feat: MainSidebar - 1st version on all pages 9ced072
  • 🐞 fix: Fixed styles to match MainSidebar 91c43f9
  • 🌟 feat: Header - add Settings tooltip over username 6d85295
  • 🌟 feat: Docs link in About 6237b23
  • 🌟 feat: Moved ProjectSettings button from Header to BoardActions 96e2317
  • πŸ’Š clean: Cleanup MainSidebar styles c904abe
  • 🐞 fix: Fixed CardModal scrollbar height 400e06d
  • 🌟 feat: MainSidebar Filter - ignore case (now case insensitive) bc0847d
  • 🎨 style: Better MainSidebar context buttons allignment 299b093
  • 🌟 feat: Added project/board count to Projects 84b30ec
  • 🐞 fix: MainSidebar Bug - After adding a user (not manager) to board - it does not show c42c2c0
  • 🎨 style: Fixed ButtonStyle.Popup for non context menus c6654fb
  • 🌟 feat: Scroll Project/Board into view after Project/Board creation/clearing filtters 77b8e51
  • 🌟 feat: Board title in BoardActions 7040377
  • 🌟 feat: Bigger rename fields d26383b
  • 🌟 feat: Added Boards View, Improved BoardActions 10a062f
  • 🐞 fix: MainSidebar - Filter - Trigger on filter clear when empty input 6ac2627
  • 🌟 feat: MainSidebar - automatically adjust filter target based on the context 218b6d9
  • 🌟 feat: MainSidebar - Uncollapse project if filtering boards 9354667
  • 🌟 feat: MainSidebar - Uncollapse project if currently active (both temporally) 31029da
  • 🌟 feat: Boards View - Added navigation buttons f396dc7
  • 🐞 fix: ProjectSettings: Better back button, fix: MainSidebar undefined filter 28b1014
  • 🌟 feat: Added Header Icon Users 77cfe67
  • 🐝 refactor: Removed extra path from Root 021cb80
  • 🐝 refactor: Simplified SettingsContainer 4b2dce9
  • 🐞 fix: Dont allow input over icons: InputPassword, InputFilter b62aab7
  • 🐝 refactor: Handle plurals correctly #335 e5a54c1
  • 🐞 fix: Show filtered board/projects count when filtering start fbc2b3c
  • 🌟 feat: Replaced AddBoard button for BoardsView 933102c
  • 🌟 feat: BoardsView sticky header 5db3010
  • 🌟 feat: ProjectsView - AddProject Button, sticky header d1bac2f
  • 🌟 feat: Reversed navigation buttons 7a3f534
  • 🌟 feat: change polish translation for sidebar update d88e8ea @wilkobyl
  • 🐞 fix: PL translation order b8f9ee2
  • πŸ“„ Merge pull request #349 from wilkobyl/main 719381a
  • 🐞 fix: PL translation non-capital letter titles 1aaaa78
  • 🌟 feat: Added MainSidebar Compact mode b29cff2
  • 🌟 feat: Renamed Create Board/Project to Add Board/Project 34dfa77
  • 🐝 refactor: Removed old path handling 3e5bb5c
  • 🌟 feat: Separated SettingsSidebar from MainSidebar f347130
  • 🐞 fix: Dont change sidebar on ProjectSettings bcfe47c
  • 🌟 feat: MainSidebar-Settings Added back to dashboard button a008996
  • 🐞 fix: Center Boards, Projects View 6a47b7a
  • 🐞 fix: BoardActions Nav buttons placement c3e897e
  • 🐞 fix: PL Translation a0c472b
  • 🐝 refactor: canManage -> isProjectManager 2bd95be
  • 🐝 refactor: isCurrentUserManager -> isProjectManager 9691a1e
  • 🐞 fix: Trello import 07536eb
  • πŸ’„ chore(deps): Bump micromatch in the npm_and_yarn group 96ff36f
  • πŸ“„ Merge pull request #336 from RARgames/dependabot/npm_and_yarn/npm_and_yarn-07a849e1ae e187028
  • πŸ’„ chore(deps): Bump the npm_and_yarn group in /server with 5 updates 6e59d3f
  • πŸ“„ Merge pull request #339 from RARgames/dependabot/npm_and_yarn/server/npm_and_yarn-7f122d3877 c5114ad
  • πŸ’„ chore(deps): Bump react-dom from 18.2.0 to 18.3.1 in /client a28fcd5
  • πŸ’„ chore(deps): Bump i18next from 22.0.6 to 23.15.1 in /client c44cf5a
  • πŸ“„ Merge pull request #338 from RARgames/dependabot/npm_and_yarn/client/i18next-23.15.1 2e4c389
  • πŸ’„ chore(deps): Bump webpack 0d6ad13
  • πŸ“„ Merge pull request #352 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-abbbb0c33e 0923461
  • πŸ’„ chore(deps-dev): Bump eslint from 9.5.0 to 9.11.0 e80fd31
  • πŸ’„ chore(deps): Bump lint-staged from 15.2.7 to 15.2.10 26d70dd
  • πŸ“„ Merge pull request #330 from RARgames/dependabot/npm_and_yarn/lint-staged-15.2.10 140dbe8
  • πŸ’„ chore(deps-dev): Bump nodemon from 3.0.2 to 3.1.7 in /server 3bac568
  • πŸ“„ Merge pull request #346 from RARgames/dependabot/npm_and_yarn/server/nodemon-3.1.7 8f46338
  • πŸ’„ chore(deps-dev): Bump mocha from 10.4.0 to 10.7.3 in /server 5a71831
  • πŸ“„ Merge pull request #321 from RARgames/dependabot/npm_and_yarn/server/mocha-10.7.3 fe3d5ab
  • πŸ’„ chore(deps-dev): Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 0735e49
  • πŸ“„ Merge pull request #315 from RARgames/dependabot/npm_and_yarn/eslint-plugin-prettier-5.2.1 41db6e1
  • πŸ’„ chore(deps-dev): Bump prettier from 3.3.2 to 3.3.3 87bd646
  • πŸ“„ Merge pull request #308 from RARgames/dependabot/npm_and_yarn/prettier-3.3.3 f93c0cc
  • πŸ’„ chore(deps): Bump redux-saga from 1.2.1 to 1.3.0 in /client 93740e9
  • πŸ“„ Merge pull request #298 from RARgames/dependabot/npm_and_yarn/client/redux-saga-1.3.0 98ee18c
  • πŸ’„ chore(deps): Bump the npm_and_yarn group in /client with 6 updates d0a71d4
  • πŸ“„ Merge pull request #354 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-826e727bd3 10acc0e
  • πŸ’„ chore: npx update-browserslist-db@latest c664280
  • πŸ”™ [MAJOR] revert: Bump react-dom from 18.2.0 to 18.3.1 in /client for release 2c3d486

Install this release using: docker pull ghcr.io/rargames/4gaboards:3.0.0

4ga Boards 2.0.24

20 Jun 13:54
Compare
Choose a tag to compare

Changes since last release:

  • 🌟 feat: Replaced Login, Register pages ab228a3
  • 🌟 feat: Replaced Add Project modal bf07172
  • 🐞 fix: Fixed blur on handleMouseDown - drag board 2b0565c
  • 🐞 fix: Possible fix for #248 313f162
  • 🌟 feat: Added floating UI to dropdowns 65f8472
  • 🐞 - 🌟 feat: Replaced TextFileAdd Modal, fix: Fixed getting pasted text on Firefox 8a84823
  • πŸ’Š clean: Removed custom-ui Input - no longer used ea8e978
  • 🌟 feat: New TextArea component, replaced in ListAdd 2771c99
  • 🌟 feat: Replaced Card NameEdit - textarea 2f7e917
  • 🐞 fix: Fixed Card NameEdit maxRows 092c25a
  • 🌟 feat: Replaced all ProgressBars 7f9e484
  • 🌟 feat: Replaced CommendEdit, CommentEdit, CardModal NameField a715505
  • 🌟 feat: Replaced TaskAdd, Changed hint visibility CommentAdd 64269af
  • 🌟 feat: Replaced CardAdd 46562d0
  • 🌟 feat: Replaced Tasks List 315f35b
  • 🌟 feat: Replaced List NameEdit 743ddab
  • 🌟 feat: Added new project settings -1st version 967c18f
  • 🐞 fix: Fixed Users Settings, Project Settings style button issues 1b26e38
  • πŸ’Š clean: Removed old Project settings modal 9d1354c
  • 🐞 fix: Hide overflow in projects - title b25cf48
  • 🌟 feat: Replaced Projects view c6ab5d3
  • πŸ’„ chore(deps): Bump react to 18.3.0 fd75663
  • πŸ’„ chore(deps): Bump braces in /client in the npm_and_yarn group a50fa97
  • πŸ“„ Merge pull request #262 from RARgames/dependabot/npm_and_yarn/client/npm_and_yarn-5134b82be1 4e67f01
  • πŸ’„ chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /server in the npm_and_yarn group 9958559
  • πŸ’„ chore(deps): Bump whatwg-fetch from 3.6.2 to 3.6.20 in /client 0be1761
  • πŸ“„ Merge pull request #260 from RARgames/dependabot/npm_and_yarn/client/whatwg-fetch-3.6.20 8b20ba6
  • πŸ’„ chore(deps): Bump i18next-browser-languagedetector in /client a1db69d
  • πŸ“„ Merge pull request #258 from RARgames/dependabot/npm_and_yarn/client/i18next-browser-languagedetector-8.0.0 f8ff0ff
  • πŸ’„ chore(deps): Bump uuid from 9.0.1 to 10.0.0 in /server be76fc3
  • πŸ“„ Merge pull request #255 from RARgames/dependabot/npm_and_yarn/server/uuid-10.0.0 ce621ce
  • πŸ’„ chore(deps): Bump rimraf from 5.0.5 to 5.0.7 in /server 6bb9138
  • πŸ“„ Merge pull request #256 from RARgames/dependabot/npm_and_yarn/server/rimraf-5.0.7 fcbd078
  • πŸ’„ chore(deps): Bump dotenv-cli from 7.4.1 to 7.4.2 in /server 2c463f8
  • πŸ“„ Merge pull request #254 from RARgames/dependabot/npm_and_yarn/server/dotenv-cli-7.4.2 16cba3d
  • πŸ’„ chore(deps-dev): Bump @testing-library/jest-dom in /client 034efd4
  • πŸ“„ Merge pull request #263 from RARgames/dependabot/npm_and_yarn/client/testing-library/jest-dom-6.4.6 42ed8d9
  • 🌟 feat: Replaced Loaders, replaced CardModal Label b2b6a27
  • 🌟 feat: Replaced Show more attachments button 384f5ec
  • 🌟 feat: Replaced comments, CardModal Visibility use IntersectionObserver f520e93
  • 🌟 feat: Removed semantic-ui 44ae60b
  • 🐞 fix: Minor style fixes db8f9b0
  • 🌟 feat: Updated selection to handle it in 1 place 9e6324a
  • 🐞 fix: Fixed Board Actions expanding on filter 3669ffd
  • 🌟 feat: Simplified/Unified Scrollbars, Added hidable scrollbar for BoardActions af8440d
  • πŸ’Š clean: Removed .gitattributes - file does not exist 1cabb54
  • πŸ’Š clean: Removed old useform, useField hooks f98f791
  • 🐝 refactor: Renamed useForm2, useField2 to useForm, useField a7a525c
  • 🐝 refactor: Simplified use-closable-form 47931b0
  • 🐞 fix: Connections null check, Card ScrollIntoView null check 77bbdc0
  • 🐞 fix: Fixed German Flag cab9528
  • 🐞 fix: Fixed NotFound missing path 45e3c8b
  • 🐞 fix: Fixed comments fetching only on the first card abd8a15
  • 🐞 fix: Fixed activities fetching edge case - when user is offline (hacky fix) 2d5ebd4
  • 🐞 fix: Fixed many responsiveness issues 9800808
  • 🐞 fix: Fixed NotFound page named Project Settings 1f5b90b
  • 🐞 fix: Fixed CardModal title not wrapping correctly a823bb2
  • 🐞 fix: Fixed activities fetching edge case - when user is offline - proper fix 2038dbe
  • 🐞 fix: Adjusted button scalling to better fit text 2d88a2f
  • 🐞 fix: Fixed Register, Login Pages scrolling 7d50a6b
  • 🌟 feat: Updated PL translation, Separate EN login and core 663b6bb
  • 🐞 fix: Fixed CardAdd placeholder not fully visible for EN f9c1440
  • 🐞 fix: Fixed Card preview different style after selection 8e17ea5
  • 🐞 fix: Changed project name wrapping rules 57de65d
  • 🐞 fix: Fixed wrong tabbing in User Menu Popup 3b57c83
  • 🌟 feat: Added better visualiztion of button selection for popup buttons c8d9690
  • 🌟 feat: Added create board from a template 4813144
  • 🐞 fix: Temp disabled new popup button selection e5f0ab5
  • πŸ’„ chore(deps): Bump the npm_and_yarn group in /server with 3 updates a8ab4ca
  • πŸ“„ Merge pull request #280 from RARgames/dependabot/npm_and_yarn/server/npm_and_yarn-e091cc75b0 6a62963
  • πŸ’„ chore(deps-dev): Bump eslint from 9.4.0 to 9.5.0 d8a3906
  • πŸ“„ Merge pull request #276 from RARgames/dependabot/npm_and_yarn/eslint-9.5.0 a7b9eb6
  • πŸ’„ chore(deps-dev): Bump prettier from 3.3.1 to 3.3.2 ae270b6
  • πŸ“„ Merge pull request #275 from RARgames/dependabot/npm_and_yarn/prettier-3.3.2 32bf187
  • πŸ’„ chore(deps): Bump lint-staged from 15.2.5 to 15.2.7 63076e9
  • πŸ“„ Merge pull request #274 from RARgames/dependabot/npm_and_yarn/lint-staged-15.2.7 ecfbaad
  • πŸ’„ chore(deps): Bump react-router-dom from 6.4.3 to 6.23.1 in /client 3ed6407
  • πŸ“„ Merge pull request #273 from RARgames/dependabot/npm_and_yarn/client/react-router-dom-6.23.1 cb4d346
  • πŸ’„ chore(deps): Bump eslint-webpack-plugin from 4.1.0 to 4.2.0 in /client 2b90cf0
  • πŸ“„ Merge pull request #272 from RARgames/dependabot/npm_and_yarn/client/eslint-webpack-plugin-4.2.0 599d226
  • πŸ’„ chore(deps): Bump @babel/runtime from 7.24.4 to 7.24.7 in /client f7cd238
  • πŸ“„ Merge pull request #271 from RARgames/dependabot/npm_and_yarn/client/babel/runtime-7.24.7 e5dfd00
  • πŸ’„ chore(deps): Bump sails-hook-orm from 4.0.2 to 4.0.3 in /server 210ab6e
  • πŸ“„ Merge pull request #269 from RARgames/dependabot/npm_and_yarn/server/sails-hook-orm-4.0.3 1ad1633
  • πŸ’„ chore(deps-dev): Bump chai from 5.1.0 to 5.1.1 in /server 805f2dd
  • πŸ“„ Merge pull request #268 from RARgames/dependabot/npm_and_yarn/server/chai-5.1.1 764af80
  • 🌟 feat: Added latestVersion indicator in AboutSettings 11074ea
  • 🌟 feat: Added simple board template 6997b36
  • 🌟 [PATCH] feat: Limit CardModal title to 3 lines edd02cf

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.24

4ga Boards 2.0.23

05 Jun 22:29
Compare
Choose a tag to compare

Changes since last release:

  • πŸ’„ chore: Removed react-markdown as it is no longer used 4a06fe6
  • 🐞 fix: Fixed card duplication e013bfb @ga1ahad
  • 🐞 fix: Added error handling, correctly updating attachments and actions f9543ea
  • 🐞 fix: sub bd5b5a0 @ga1ahad
  • 🐞 fix: Fixed changing subscription warning caf338f
  • πŸ“„ Merge pull request #240 from RARgames/card-duplicate-fix 99d301e
  • πŸ’„ chore(deps): Bump the npm_and_yarn group in /server with 2 updates 24746e7
  • πŸ’„ chore(deps-dev): Bump eslint from 9.0.0 to 9.4.0 64aa5ce
  • πŸ“„ Merge pull request #244 from RARgames/dependabot/npm_and_yarn/eslint-9.4.0 2526123
  • πŸ’„ chore(deps-dev): Bump eslint from 8.28.0 to 9.4.0 in /server d9ba70e
  • πŸ“„ Merge pull request #242 from RARgames/dependabot/npm_and_yarn/server/eslint-9.4.0 3d69a5c
  • πŸ’„ chore(deps-dev): Bump prettier from 3.2.5 to 3.3.1 72d4a51
  • πŸ“„ Merge pull request #247 from RARgames/dependabot/npm_and_yarn/prettier-3.3.1 d734a34
  • πŸ”™ revert: Reverted server eslint update 543d0ed
  • πŸ’„ chore(deps): Bump lint-staged from 15.2.2 to 15.2.5 ac6a20c
  • πŸ“„ Merge pull request #237 from RARgames/dependabot/npm_and_yarn/lint-staged-15.2.5 3528ab7
  • πŸ’„ chore(deps): Bump sharp from 0.33.1 to 0.33.4 in /server 139f771
  • πŸ“„ Merge pull request #231 from RARgames/dependabot/npm_and_yarn/server/sharp-0.33.4 28babff
  • πŸ’„ chore(deps): Bump validator from 13.7.0 to 13.12.0 in /client bd164c2
  • πŸ“„ Merge pull request #227 from RARgames/dependabot/npm_and_yarn/client/validator-13.12.0 7d07594
  • πŸ’„ chore(deps): Bump validator from 13.7.0 to 13.12.0 in /server be32fd5
  • πŸ“„ Merge pull request #226 from RARgames/dependabot/npm_and_yarn/server/validator-13.12.0 560e860
  • πŸ’„ chore(deps): Bump date-fns from 2.29.3 to 3.6.0 in /client cfd92bb
  • πŸ“„ Merge pull request #220 from RARgames/dependabot/npm_and_yarn/client/date-fns-3.6.0 24012ba
  • πŸ’„ chore(deps): Bump dotenv from 16.3.1 to 16.4.5 in /client 32aa5d9
  • πŸ“„ Merge pull request #205 from RARgames/dependabot/npm_and_yarn/client/dotenv-16.4.5 7062f57
  • πŸ’„ chore(deps): Bump sass-loader from 13.3.3 to 14.2.1 in /client 99e14cb
  • πŸ“„ Merge pull request #206 from RARgames/dependabot/npm_and_yarn/client/sass-loader-14.2.1 fdfec79
  • 🐞 fix: Fixed dev server stop ab178e6
  • 🐞 fix: Fixed Language Preferences Dropdown width, adjusted table scrolling d384da4
  • πŸ“„ [PATCH] Release Commit 1fd4e9b

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.23

4ga Boards 2.0.22

03 Jun 20:24
Compare
Choose a tag to compare

Changes since last release:

  • πŸ’Š clean: Cleanup after new buttons 8a6deb1
  • 🌟 feat: Moved users settings to settings page, prepared layout and mechanics for next moves 85ec21f
  • 🐝 refactor: Unified coreSettings selectors ebcc12a
  • 🐝 refactor: Moved Settings to one dir d34709e
  • 🐞 fix: Simplified UsersSettings table structure 6c5b115
  • 🐞 fix: Fixed UsersSettings style for a few users adc323b
  • 🌟 feat: Finished moving InstanceSettings b857fb2
  • 🐝 refactor: Created Table component for cleaner code, faster future use f6d81bf
  • 🐞 fix: Fixed Users Settings header button position d6c22f2
  • 🐞 fix: Fixed table height issues for fewer items b943909
  • 🐝 refactor: Moved settings containers to Settings dir 18bcdcb
  • 🌟 feat: Moved user settings, instance settings to new Settings d85577c
  • 🐝 refactor: Renamed Link to ExternalLink ce58314
  • πŸ’Š clean: Reduced index.html for cleaner view - development 6b496e8
  • 🌟 feat: Readjusted settings sidebar a2150c2
  • 🌟 feat: Adjusted header for smaller displays f4e2797
  • 🌟 feat: Replaced icons (some resized, some reverted to default version) d44d1df
  • 🌟 feat: Updated Trash icon size c3bceb0
  • 🌟 feat: Toggle settings sidebar visibility c45a9d3
  • 🐞 fix: Fixed Trello import 6128047
  • 🌟 feat: New popups, replaced Avatar change popup, minor fixes c434c12
  • 🌟 feat: Enhanced user profile picture quality in settings fbded56
  • 🐝 refactor: Merged settings styles f9f34a2
  • πŸ”™ revert: Fixed Users table scroll not visible 74fac0c
  • 🌟 feat: New UI Input, Form, z-indexes fixes 53ec9a7
  • 🐝 refactor: Replaced ...rest with ...props f1cd58d
  • 🌟 feat: New InputPassword, Message, ProgressBar, replaced popup in Settings/Account - UsernameEdit eb384ee
  • 🌟 feat: Replaced UserEmailEdit Popup 3f17409
  • 🐞 fix: Removed tab input change to eye button in password field d836eff
  • 🌟 feat: Replaced UserPasswordEdit Popup bf06d6e
  • 🐞 fix: Fixed tabIndex warning message 05572d6
  • 🌟 feat: Changed Account, Profile, Authentication Settings UI 206c938
  • 🌟 feat: Replaced Delete Popup 92f61ce
  • 🐝 - 🌟 feat: Replaced UserAdd Popup, refactor: Changed UserAddStep to defaultStep c6f635f
  • 🐞 fix: Fixed UserAdd Popup console warning fd3eab2
  • 🌟 feat: Added support for popup parameters using withPopup() 60b8f93
  • 🌟 feat: Replaced Notification popup f35eed9
  • 🐝 refactor: Simplified header p1 5b8bdc1
  • 🌟 feat: Replaced Header with new style e87ede2
  • 🌟 feat: Replaced Header User Popup d5c28d8
  • 🌟 feat: Changed default popup close button position 072ceeb
  • 🌟 feat: Replaced create board popup 8424ee4
  • 🌟 feat: Replaced board edit popup, edited withPopup() ae4fed8
  • 🌟 feat: Replaced connections popup e845390
  • 🐞 fix: Fixed tabs view - boards for role VIEWER 64d7c01
  • 🐞 fix: Fixed Radio props not passing to input 7691c67
  • 🌟 feat: Replaced Membership popups 8cc6053
  • 🐝 refactor: Changed with-popup defaults e2efe00
  • 🌟 feat: Replaced Members popups dd97577
  • 🌟 feat: Replaced Label popups 0d2c747
  • 🌟 feat: Replaced Tasks popup 60699dc
  • 🐞 fix: Fixed wrong display value for popups, removed default value - withPopup d581a78
  • 🌟 feat: Replaced Card, CardModal popups, Dropdown changes, Added portal for withPopup, smaller fixes 72a3748
  • 🐝 refactor: Grouped all Utils imports 6cf27e5
  • 🌟 feat: Replaced List Popups b578ac7
  • 🐞 fix: Fixed Tasks Popup placement 40115f0
  • 🌟 feat: Replaced Attachment popups 2df41ba
  • πŸ’Š clean: Removed closePopup - no longer used 87b523e
  • πŸ’Š clean: Fully removed legacy popup 1089cec
  • πŸ’Š clean: Moved FilePicker to Utils 72bb1e8
  • 🌟 feat: Replaced MDEditor, MDPreview with custom components e2dc0dc
  • 🐞 fix: Fixed Dropdown Icon not clickable 4991f50
  • 🐞 fix: Fixed attachment edit style 990384c
  • πŸ“„ [PATCH] Release Commit 84d8c78

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.22

4ga Boards 2.0.21

17 May 22:42
Compare
Choose a tag to compare

Changes since last release:

  • πŸ“ˆ perf: Improved startup time - docker compose 2366339
  • 🐞 fix: CORE_INIT, SOCKET_RECONNECT now send public core settings 4db961b
  • πŸ“– - πŸ“– docs: Added more helm chart info 7b5211a
  • 🐞 fix: Added helm chart description 0de1fb0
  • 🌟 feat: Added register page 3345614
  • 🐞 fix: Fixed login/register page background color not consistent on smaller screens a455de9
  • 🌟 feat: Replaced UserUsernameEdit submit button style f853f48
  • 🌟 feat: Changed ListAdd, UserUsernameEdit buttons 75ead07
  • 🐝 refactor: Changed ButtonType to ButtonStyle 2ad9763
  • 🌟 feat: Simplified text button syntax da8c7e0
  • 🌟 feat: Replaced all buttons to match new style d671551
  • 🌟 feat: Added disabled style for Default, NoBackground, Icon Buttons, fixed lang key bcaf0d6
  • 🐝 refactor: Refactored old focus code: textField.current.ref.current.select(); 21ffea1
  • 🐝 refactor: Replaced ButtonTmp to Button a16594d
  • 🧯 [PATCH] build: Release latest c1faf24

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.21

4ga Boards 2.0.20

13 May 16:43
Compare
Choose a tag to compare

Changes since last release:

  • 🌟 feat: Updated PL translation a9c7537
  • πŸ’Š clean: Sorted PL translation 040bebd
  • 🌟 feat: Replaced the rest of the icons 7c851de
  • 🌟 feat: Replaced legacy buttons with new Button f34c656
  • πŸ’Š clean: Changed Icons to Utils/Icon 60918a1
  • πŸ’Š clean: Renamed icons: outline, add 76124f3
  • 🐝 refactor: Renamed default styles - colors e5b18ac
  • πŸ’„ chore(deps): Bump winston from 3.11.0 to 3.13.0 in /server d29b834
  • πŸ“„ Merge pull request #208 from RARgames/dependabot/npm_and_yarn/server/winston-3.13.0 5270633
  • πŸ’Š clean: Cleanup server dependencies, removed old .gitkeep files 66fffdf
  • 🌟 feat: Added core settings: sso registration, registration a0d2130
  • 🌟 feat: Reworked googleSSO logic to allow error handling ef6d22d
  • 🐞 fix: Added additional error message for registration disabled 39155da
  • πŸ’Š clean: Cleanup unused - sso 994df29
  • 🌟 feat: Added helm chart (#225) 1ec4a23 @maciob
  • 🌟 feat: Improved User Registration Toggles d5fc60c
  • πŸ“– [PATCH] docs: Updated helm-chart section b9f6f43

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.20

4ga Boards 2.0.19

06 May 18:36
Compare
Choose a tag to compare

Changes since last release:

  • 🌟 feat: Added more advanced description text color options ee7f461
  • 🐞 fix: Fixed timer location in Card Modal moved by 2px 4dc902e
  • 🌟 feat: Added support for multiple attachments upload at once 7340229
  • πŸ’„ chore: Cleanup old styles - CardModal 1e04bac
  • 🌟 feat: Added tooltips to some CardModal buttons, added icons for comments 14e4b38
  • 🌟 feat: Dark mode p1 c05596f
  • 🌟 feat: Dark mode: Tasks, Tasks color grading e58de32
  • 🌟 feat: Dark mode: Timer, Timer: omit hours when needed 5ebd201
  • 🌟 feat: Dark mode: Card modal tasks, progress 6e8b6c1
  • 🌟 feat: Dark mode: CardAdd, ListNameEdit bedec01
  • 🐞 fix: Added cursor grab for board lists moving 12dee25
  • 🐞 fix: Close List NameEdit field on Escape 383a464
  • 🐞 fix: Card Modal NameEdit - close on Escape 4a3f72d
  • 🌟 feat: Dark mode: Card Name Edit 971548a
  • πŸ’’ ci: Updated changelog generator 70af19e
  • 🐝 refactor: Replaced github icon f534556
  • πŸ’’ ci: Changed changelog commit order e910d57
  • 🌟 feat: Replaced icons in CardModal 9409a49
  • 🌟 feat: Replaced more icons, fixed CardModal, Card styles after replacement 5ede8ee
  • 🌟 feat: Replaced icons: Tasks, Timer, fixed style issues after replacement b58d9d1
  • πŸ’„ chore(deps): Updated deps ffaa9fe
  • 🌟 feat: Replaced Icons, Added dark mode to ListAdd, Removed not used icons 05595a1
  • 🐞 fix: Eslint rule after package update bd3e77e
  • 🌟 feat: Icon changes, Improved header, Added settings icon 6c535a0
  • 🌟 feat: Google Sso 89fb681 @Ga1ahad
  • πŸ’„ chore: Reverted packages.lock b8300c9
  • πŸ’„ chore: Updated lockfileVersion to 3 f95025f
  • 🐞 fix: Removed old version of google-oauth 77c5c1f
  • 🌟 feat: Simplified google oauth2 setup ff980a8
  • 🌟 feat: Added lastLogin to db, Better Google profile creation, minor changes 10111a3
  • 🌟 feat: Improved db-migration 595dcff
  • πŸ’Š clean: Cleanup passport serialize/deserialize 6ab5423
  • 🌟 feat: Added ssoGoogleEmail, lastLogin to UsersModal 1952add
  • 🌟 feat: Set google button 692d698 @Ga1ahad
  • 🐞 fix: Improved google SSO login button check 18a3754
  • 🌟 feat: Improved SSO login button style 86f19bc
  • 🐞 fix: Added missing actions - google sso 531e07c
  • 🐝 refactor: Get SSO state 9e6b231
  • 🌟 feat: Google SSO login, first time login, register 81aa84c
  • πŸ“„ Merge pull request #222 from RARgames/feat-google-sso 3c11832
  • πŸ“– [PATCH] docs: Updated Google SSO info d083835

Install this release using: docker pull ghcr.io/rargames/4gaboards:2.0.19