Skip to content

Conversation

@CrawlerCode
Copy link
Owner

Features

Main features and improvements:

Technical improvements:

  • Migrate to wxt framework (build: Migrate to wxt framework #53)
  • Upgrade tailwindcss to v4
  • Replace formik + yup by @tanstack/react-form + zod
  • Replace react-router-dom by @tanstack/react-router
  • Release management using semantic-release

And more...

- 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
- Create component composition for timer components
- Disable done button if no "log_time" permission granted
- Fix edit timer
## [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))
@CrawlerCode
Copy link
Owner Author

🎉 This PR is included in version 2.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

CrawlerCode and others added 6 commits January 27, 2026 19:25
## [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))
@CrawlerCode
Copy link
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants