Skip to content

Tags: koodo-reader/koodo-reader

Tags

v2.2.1

Toggle v2.2.1's commit message
Increase reading time interval from 1 second to 5 seconds in Reader c…

…omponent

v2.2.0

Toggle v2.2.0's commit message
Remove unnecessary console.log statements from AddDialog and getPageW…

…idth functions to clean up the code.

v2.1.9

Toggle v2.1.9's commit message
Refactor header component to handle reading finish event and visibili…

…ty change

- Added ipcRenderer listener for "reading-finished" event to trigger handleFinishReading method.
- Consolidated logic in visibilitychange event to call handleFinishReading instead of duplicating fetch calls.
- Moved fetch logic into handleFinishReading method for better code organization and reusability.

v2.1.8

Toggle v2.1.8's commit message

v2.1.7

Toggle v2.1.7's commit message
Fix padding declaration in tag-list-item for consistency

v2.1.6

Toggle v2.1.6's commit message
Remove console.log statements from UpdateInfo and PopupRefer componen…

…ts to clean up the code and reduce unnecessary logging.

v2.1.5

Toggle v2.1.5's commit message
Refactor scrollbar styles for improved visibility and remove dark mod…

…e support

v2.1.4

Toggle v2.1.4's commit message
fix: reduce timeout duration for reload after clearing settings

v2.1.3

Toggle v2.1.3's commit message
feat: Clear token and code box on email change in account settings

- Added functionality to clear the token in the state and reset the code input box when the email format is validated.
- Removed unnecessary navigation and sync record generation in general settings after changing storage location.

v2.1.2

Toggle v2.1.2's commit message
feat: restrict lemmatization feature to authenticated users

- Added a check in the SettingDialog component to display an error toast when the user attempts to toggle the lemmatize word setting without authentication.
- Removed references to the lemmatize word setting from general and plugin settings components, including state management and interface definitions.
- Updated the reading setting list to comment out the lemmatize word setting.
- Adjusted CSS for the scrollbar in the note tags container.
- Implemented a reset sync records feature in the SyncSetting component with a success toast notification.
- Cleaned up console logs in the Reader component.