Nearbeach

Latest version: v0.31.65

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 13

0.31.47

Code Clean up

200+ code smells within the code base have been fixed up

Bug fixes

- [nearbeach-1411](https://nearbeach.youtrack.cloud/issue/nearbeach-1411) Scheduler Freqency does not look good on mobile
- [nearbeach-1446](https://nearbeach.youtrack.cloud/issue/nearbeach-1446) Can not add tag to organisation
- [nearbeach-1450](https://nearbeach.youtrack.cloud/issue/nearbeach-1450) Change user password has no toasts
- [nearbeach-1451](https://nearbeach.youtrack.cloud/issue/nearbeach-1451) Duplicate Kanban Cards can be created
- [nearbeach-1452](https://nearbeach.youtrack.cloud/issue/nearbeach-1452) Users can still add cards to a closed kanban board
- [nearbeach-1453](https://nearbeach.youtrack.cloud/issue/nearbeach-1453) Kanban Card - notes does not notify the user when they add them
- [nearbeach-1454](https://nearbeach.youtrack.cloud/issue/nearbeach-1454) Python Unit Test - CheckNew returns 302 (found)
- [nearbeach-1456](https://nearbeach.youtrack.cloud/issue/nearbeach-1456) User can not upload image to existing task
- [nearbeach-1458](https://nearbeach.youtrack.cloud/issue/nearbeach-1458) User can not remove documents from object
- [nearbeach-1459](https://nearbeach.youtrack.cloud/issue/nearbeach-1459) Document remove needs more permissions
- [nearbeach-1460](https://nearbeach.youtrack.cloud/issue/nearbeach-1460) New Object -> resizing image saves wrong url path
- [nearbeach-1464](https://nearbeach.youtrack.cloud/issue/nearbeach-1464) Can't add object to sprint
- [nearbeach-1464](https://nearbeach.youtrack.cloud/issue/nearbeach-1464) Can't add object to sprint
- [nearbeach-1465](https://nearbeach.youtrack.cloud/issue/nearbeach-1465) Can't remove sprint from object
- [nearbeach-1466](https://nearbeach.youtrack.cloud/issue/nearbeach-1466) Users can't delete tags
- [nearbeach-1469](https://nearbeach.youtrack.cloud/issue/nearbeach-1469) Kanban Cards can not have images uploaded against them

What's Changed
* refactor: remove reimported module by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/700
* refactor: remove unused imports by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/705
* refactor: use identity check for comparison to a singleton by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/706
* refactor: remove unused imports by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/708
* refactor: access attribute directly by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/707
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/709


**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.46...0.31.47

0.31.46

Bugfixes

- [nearbeach-1443](https://nearbeach.youtrack.cloud/issue/nearbeach-1443) Scheduled Objects - Run count to iterating when ran
- [nearbeach-1444](https://nearbeach.youtrack.cloud/issue/nearbeach-1444) Button incorrect on "Create new Scheduled Object"
- [nearbeach-1445](https://nearbeach.youtrack.cloud/issue/nearbeach-1445) Requirement Item - tag list not pulling tags from backend
- [nearbeach-1447](https://nearbeach.youtrack.cloud/issue/nearbeach-1447) Kanban assigned to users - not showing under "My Current Objects"
- [nearbeach-1448](https://nearbeach.youtrack.cloud/issue/nearbeach-1448) Can not move a kanban card within the card information
- [nearbeach-1449](https://nearbeach.youtrack.cloud/issue/nearbeach-1449) Can't delete tag from kanban card

What's Changed
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/703


**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.45...0.31.46

0.31.45

New Features

- Kanban Boards, now have a count of how many cards are within that column
- Ability to add tags to kanban cards

Hidden Improvements

Code has been improved in multiple spots. For example we have extracted out the tags functionality and placed it in VueX

What's Changed
* refactor: replace multiple `==` checks with `in` by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/697
* refactor: remove unnecessary return statement by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/696
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/701


**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.44...0.31.45

0.31.44

New Feature

Release of the Scheduler + unit tests

Bug Fixes

Minor bug fixes for the Scheduler. Bugs found during unit test construction

What's Changed
* Fix JS-0704 - Disallow the <template> <script> <style> block to be empty by aidanjbennett in https://github.com/nearbeach/NearBeach/pull/690
* Fix JS 0049 by aidanjbennett in https://github.com/nearbeach/NearBeach/pull/693
* refactor: remove commented out code by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/694
* refactor: use `max` built-in to get the maximum of two values by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/695
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/698


**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.43...0.31.44

0.31.43

New Feature

Implementation of the scheduled object feature. Users can now schedule a reoccuring object (task or project), to be created at a future date. The frequencies are;

- Set Day of the Week
- Weekly
- Fortnightly
- Monthly
- Start of the Month
- End of the Month
- X Days before End of the Month

Currently the end conditions are;

- No End Date
- End Date
- Number of Repetes

With the user having the ability to turn it off at any point

What's Changed
* Fix JS 0715 by aidanjbennett in https://github.com/nearbeach/NearBeach/pull/689
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/691


**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.42...0.31.43

0.31.42

Bugfixes

- [nearbeach-1359](https://nearbeach.youtrack.cloud/issue/nearbeach-1359) Sprints currently can't show requirement items
- [nearbeach-1440](https://nearbeach.youtrack.cloud/issue/nearbeach-1440) NearBeach Docker - update node

What's Changed
* Fix Js 0618 by aidanjbennett in https://github.com/nearbeach/NearBeach/pull/678
* New branch by RashmitTopG in https://github.com/nearbeach/NearBeach/pull/683
* Updated Local Development Environment documentation. by ultralegendary in https://github.com/nearbeach/NearBeach/pull/684
* Removed unused variables (JS-0128) by RudraJy in https://github.com/nearbeach/NearBeach/pull/685
* refactor: change methods not using its bound instance to staticmethods by deepsource-autofix in https://github.com/nearbeach/NearBeach/pull/686
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/687

New Contributors
* aidanjbennett made their first contribution in https://github.com/nearbeach/NearBeach/pull/678
* RashmitTopG made their first contribution in https://github.com/nearbeach/NearBeach/pull/683
* ultralegendary made their first contribution in https://github.com/nearbeach/NearBeach/pull/684
* RudraJy made their first contribution in https://github.com/nearbeach/NearBeach/pull/685

**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.41...0.31.42

Page 4 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.