-
Notifications
You must be signed in to change notification settings - Fork 7
Release Version 2.0.0 #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
CrawlerCode
wants to merge
49
commits into
main
Choose a base branch
from
beta
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Move cached comments logic into own hook - Create separate activity field - Improve auto focus
- Add separate timer tab - Allow multiple timers per issue - Move context menu into separate component - Add IssueTitle component - Allow to log time directly in redmine (#39)
Until now. If a mutation fails, no new entries are created for other users. Some entries may have already been created, leading to inconsistent behavior. Therefore, I will now skip the failed mutation and execute the rest. An error message will be displayed for the failed mutation, indicating what was successfully created and what failed.
- Introduce search modes (local and remote) - Replace "extended search" by "remote redmine search" - Allow to search in any searchable fields (#46) - Allow to search for closed issues - Search in specified project and not in all (fix)
- Replace react-router-dom with @tanstack/react-router - Use suspense queries for required page data to reduce unnecessary re-renders - Use tanstack query as storage caching layer to improve performance and benefit from suspense storage queries - Fix flickering ui when loading timer permissions
… and remove errors toasts
- Create component composition for timer components - Disable done button if no "log_time" permission granted - Fix edit timer
BREAKING CHANGE: The next release should be a major version bump
## [2.0.0-beta.1](v1.21.2...v2.0.0-beta.1) (2026-01-27) ### ⚠ BREAKING CHANGES * The next release should be a major version bump ### 🚀 Features * Add project info tooltip ([f2a1c80](f2a1c80)) * Allow to specify the rounding mode ([#49](#49)) ([2c0322b](2c0322b)) * Display custom field values for info tooltips ([2d2bef8](2d2bef8)) * Enhance issue grouping ([#38](#38)) ([e2a5a98](e2a5a98)) * Enhance search ([#51](#51)) ([770fa4b](770fa4b)), closes [#46](#46) * **filter:** Add issue status filter ([e7807e2](e7807e2)) * Multiple timers & timer tab ([bd55541](bd55541)), closes [#39](#39) * **timers:** Group timers by project and sort them by newest first ([d66aa6a](d66aa6a)) ### 🩹 Fixes * Display translated error message until redmine url is configured and remove errors toasts ([4c2d534](4c2d534)) * Fix broken persistent comments behavior ([6121441](6121441)) * Fix default time entry activity selection ([946c4b6](946c4b6)) * Fix eslint errors ([a245275](a245275)) * Fix legacy settings migrations ([1336e31](1336e31)) * Handle issue priorities when no default is specified ([899c21a](899c21a)) * Implement legacy data migrations for issues and timers ([c2fd501](c2fd501)) * Save persistent comments per timer instead of issue ([bff5fcf](bff5fcf)) * Skip failed mutations for multi create time spend entires ([a019c16](a019c16)) * **timer:** Close alert dialog on reset confirm ([9e51a23](9e51a23)) * **ui:** Display deleted issues as strike-through text ([90933a9](90933a9)) * **ui:** Fix toaster styles inside shadow root ([0319a42](0319a42)) * Update min browser versions to match current requirements ([bd1e7d0](bd1e7d0)) ### 🔥 Performance * Add react compiler and reduce unnecessary re-renders ([acb8551](acb8551)) * Improving data loading and increasing page loading speed ([#52](#52)) ([6b22f6b](6b22f6b)) ### 🏡 Chore * Enforce next release version to v2.0.0 ([fade882](fade882)) * Update npm dependencies ([6c806b9](6c806b9)) ### 🛠️ Refactors * Improve create time entry modal ([49f6eb6](49f6eb6)) * Move to tanstack form + zod (removed formik + yup) ([60b9e43](60b9e43)) * Remove add notes settings option ([4c3733c](4c3733c)) * Run settings migration on extension update ([840f48d](840f48d)) * **settings:** Redesign settings page and add testing redmine connection button ([3a65610](3a65610)) * **timer:** Refactor timer components and permission improvements ([0b32d3e](0b32d3e)) * **ui:** Migrate to shadcn components ([#48](#48)) ([274e220](274e220)) * **ui:** Move to shadcn base-ui components ([#57](#57)) ([70994f0](70994f0)) * Upgrade tailwindcss to v4 ([aa42fbb](aa42fbb)) * Use null as form default values and update zod to v4 ([cd2f4d8](cd2f4d8)) * Use only project id for permission check function ([b31c12f](b31c12f)) ### 📖 Documentation * **license:** Update license text for consistency ([37a0ebf](37a0ebf)) ### 🧪 Tests * Fix all e2e tests ([c46486f](c46486f)) ### 📦 Builds * Migrate to wxt framework ([#53](#53)) ([a83bf30](a83bf30)) ### ⚡CI * Add build number for canary version ([df1d96c](df1d96c)) * Add semantic release ([2ca9621](2ca9621))
Owner
Author
|
🎉 This PR is included in version 2.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.0.0-beta.2](v2.0.0-beta.1...v2.0.0-beta.2) (2026-01-27) ### 🩹 Fixes * Enforce next release ([1d7d37c](1d7d37c)) ### 🏡 Chore * **deps:** Update dependencies ([6f800bd](6f800bd)) ### 📖 Documentation * Update README ([8011225](8011225)) ### ⚡CI * Fix pre-release asset upload ([ac8f132](ac8f132)) * Publish production only for real releases not for pre-releases ([9855905](9855905))
Owner
Author
|
🎉 This PR is included in version 2.0.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
Main features and improvements:
Technical improvements:
formik+yupby@tanstack/react-form+zodreact-router-domby@tanstack/react-routersemantic-releaseAnd more...