Skip to content

Commit

Permalink
fix: rename to video auto pause due to trademark
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Oct 11, 2024
1 parent 280f445 commit 5403e08
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 115 deletions.
6 changes: 3 additions & 3 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commitUrlFormat": "https://github.com/drodil/youtube_auto_pause/commit/{{hash}}",
"compareUrlFormat": "https://github.com/drodil/youtube_auto_pause/compare/{{previousTag}}...{{currentTag}}",
"commitUrlFormat": "https://github.com/drodil/video_auto_pause/commit/{{hash}}",
"compareUrlFormat": "https://github.com/drodil/video_auto_pause/compare/{{previousTag}}...{{currentTag}}",
"releaseCommitMessageFormat": "chore(release): :bookmark: {{currentTag}}",
"issueUrlFormat": "https://github.com/drodil/youtube_auto_pause/issues/{{id}}",
"issueUrlFormat": "https://github.com/drodil/video_auto_pause/issues/{{id}}",
"userUrlFormat": "https://github.com/{{user}}",
"bumpFiles": [
{
Expand Down
51 changes: 20 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,63 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.10.1](https://github.com/drodil/youtube_auto_pause/compare/v1.10.0...v1.10.1) (2024-10-07)

### [1.10.1](https://github.com/drodil/video_auto_pause/compare/v1.10.0...v1.10.1) (2024-10-07)

### Bug Fixes

* lint command ([13bffc1](https://github.com/drodil/youtube_auto_pause/commit/13bffc142b7edb6057d0c3aef3c901c30f00ecde))

## [1.10.0](https://github.com/drodil/youtube_auto_pause/compare/v1.9.2...v1.10.0) (2024-10-07)
- lint command ([13bffc1](https://github.com/drodil/video_auto_pause/commit/13bffc142b7edb6057d0c3aef3c901c30f00ecde))

## [1.10.0](https://github.com/drodil/video_auto_pause/compare/v1.9.2...v1.10.0) (2024-10-07)

### Features

* allow enabling/disabling for single tab ([4c5ec50](https://github.com/drodil/youtube_auto_pause/commit/4c5ec506caf9ef8766e6def3db69ccf69e5881c4))

- allow enabling/disabling for single tab ([4c5ec50](https://github.com/drodil/video_auto_pause/commit/4c5ec506caf9ef8766e6def3db69ccf69e5881c4))

### Maintenance

* merge firefox and chrome sources ([79219a0](https://github.com/drodil/youtube_auto_pause/commit/79219a0a6a12a91faed385e6948ab080ebb6ef9b))

### [1.9.2](https://github.com/drodil/youtube_auto_pause/compare/v1.9.1...v1.9.2) (2024-10-04)
- merge firefox and chrome sources ([79219a0](https://github.com/drodil/video_auto_pause/commit/79219a0a6a12a91faed385e6948ab080ebb6ef9b))

### [1.9.2](https://github.com/drodil/video_auto_pause/compare/v1.9.1...v1.9.2) (2024-10-04)

### Bug Fixes

* check for active tab for disabled icon ([22a2f3a](https://github.com/drodil/youtube_auto_pause/commit/22a2f3a1585db9199b99b035965821b571a088fb))

### [1.9.1](https://github.com/drodil/youtube_auto_pause/compare/v1.9.0...v1.9.1) (2024-10-04)
- check for active tab for disabled icon ([22a2f3a](https://github.com/drodil/video_auto_pause/commit/22a2f3a1585db9199b99b035965821b571a088fb))

### [1.9.1](https://github.com/drodil/video_auto_pause/compare/v1.9.0...v1.9.1) (2024-10-04)

### Bug Fixes

* disabled icon in new tab and navigation ([d68cc16](https://github.com/drodil/youtube_auto_pause/commit/d68cc1600855e4566270085a50f6a6762effb6d5))

## [1.9.0](https://github.com/drodil/youtube_auto_pause/compare/v1.8.0...v1.9.0) (2024-10-03)
- disabled icon in new tab and navigation ([d68cc16](https://github.com/drodil/video_auto_pause/commit/d68cc1600855e4566270085a50f6a6762effb6d5))

## [1.9.0](https://github.com/drodil/video_auto_pause/compare/v1.8.0...v1.9.0) (2024-10-03)

### Features

* ff support for gray icon ([c768126](https://github.com/drodil/youtube_auto_pause/commit/c768126311a7f16a3cc402d0d3a315805c9957b2))
* turn icon to gray when extension not active ([7f1c00c](https://github.com/drodil/youtube_auto_pause/commit/7f1c00c003b68140e41610c19385cae52611c3be)), closes [#13](https://github.com/drodil/youtube_auto_pause/issues/13)

## [1.8.0](https://github.com/drodil/youtube_auto_pause/compare/v1.7.7...v1.8.0) (2024-09-18)
- ff support for gray icon ([c768126](https://github.com/drodil/video_auto_pause/commit/c768126311a7f16a3cc402d0d3a315805c9957b2))
- turn icon to gray when extension not active ([7f1c00c](https://github.com/drodil/video_auto_pause/commit/7f1c00c003b68140e41610c19385cae52611c3be)), closes [#13](https://github.com/drodil/video_auto_pause/issues/13)

## [1.8.0](https://github.com/drodil/video_auto_pause/compare/v1.7.7...v1.8.0) (2024-09-18)

### Features

* add support to decide if fullscreen ignores all commands ([6d74141](https://github.com/drodil/youtube_auto_pause/commit/6d74141c307a27f6000fc24b36c09127a3f949ac))

### [1.7.7](https://github.com/drodil/youtube_auto_pause/compare/v1.7.6...v1.7.7) (2024-09-18)
- add support to decide if fullscreen ignores all commands ([6d74141](https://github.com/drodil/video_auto_pause/commit/6d74141c307a27f6000fc24b36c09127a3f949ac))

### [1.7.7](https://github.com/drodil/video_auto_pause/compare/v1.7.6...v1.7.7) (2024-09-18)

### Bug Fixes

* ignore all messages when in fullscreen mode ([f5bd8a3](https://github.com/drodil/youtube_auto_pause/commit/f5bd8a3d04c9a4600158739ba81d03084a589aa0))

### [1.7.6](https://github.com/drodil/youtube_auto_pause/compare/v1.7.5...v1.7.6) (2024-08-06)
- ignore all messages when in fullscreen mode ([f5bd8a3](https://github.com/drodil/video_auto_pause/commit/f5bd8a3d04c9a4600158739ba81d03084a589aa0))

### [1.7.6](https://github.com/drodil/video_auto_pause/compare/v1.7.5...v1.7.6) (2024-08-06)

### Bug Fixes

* standard-version scripts ([919d071](https://github.com/drodil/youtube_auto_pause/commit/919d07151ddf642dc93611310add10c32cf812f2))

- standard-version scripts ([919d071](https://github.com/drodil/video_auto_pause/commit/919d07151ddf642dc93611310add10c32cf812f2))

### Documentation

* add mention about pre-packaged releases ([e6ca879](https://github.com/drodil/youtube_auto_pause/commit/e6ca879ea8f5f2492ec536222a7dccd7cc2e5a10))

- add mention about pre-packaged releases ([e6ca879](https://github.com/drodil/video_auto_pause/commit/e6ca879ea8f5f2492ec536222a7dccd7cc2e5a10))

### Maintenance

* change to use standard-version ([4e362a0](https://github.com/drodil/youtube_auto_pause/commit/4e362a0f0f7295008f210084104b3b5aa3b2009f))
- change to use standard-version ([4e362a0](https://github.com/drodil/video_auto_pause/commit/4e362a0f0f7295008f210084104b3b5aa3b2009f))
68 changes: 37 additions & 31 deletions PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ The words of which the initial letter is capitalized have meanings defined under

For the purposes of this Privacy Policy:

* Account means a unique account created for You to access our Service or parts of our Service.
* Affiliate means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.
* Application refers to Youtube Auto Pause, the software program provided by the Company.
* Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to Youtube Auto Pause.
* Country refers to: Finland
* Device means any device that can access the Service such as a computer, a cellphone or a digital tablet.
* Personal Data is any information that relates to an identified or identifiable individual.
* Service refers to the Application.
* Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.
* Usage Data refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
* You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
- Account means a unique account created for You to access our Service or parts of our Service.
- Affiliate means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.
- Application refers to Video Auto Pause, the software program provided by the Company.
- Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to Video Auto Pause.
- Country refers to: Finland
- Device means any device that can access the Service such as a computer, a cellphone or a digital tablet.
- Personal Data is any information that relates to an identified or identifiable individual.
- Service refers to the Application.
- Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.
- Usage Data refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
- You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.

# Collecting and Using Your Personal Data

Expand All @@ -50,25 +50,26 @@ We may also collect information that Your browser sends whenever You visit our S

The Company may use Personal Data for the following purposes:

* To provide and maintain our Service, including to monitor the usage of our Service.
* To manage Your Account: to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.
* For the performance of a contract: the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.
* To contact You: To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.
* To provide You with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.
* To manage Your requests: To attend and manage Your requests to Us.
* For business transfers: We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.
* For other purposes: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.
- To provide and maintain our Service, including to monitor the usage of our Service.
- To manage Your Account: to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.
- For the performance of a contract: the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.
- To contact You: To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.
- To provide You with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.
- To manage Your requests: To attend and manage Your requests to Us.
- For business transfers: We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.
- For other purposes: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.

We may share Your personal information in the following situations:

* With Service Providers: We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.
* For business transfers: We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.
* With Affiliates: We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.
* With business partners: We may share Your information with Our business partners to offer You certain products, services or promotions.
* With other users: when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.
* With Your consent: We may disclose Your personal information for any other purpose with Your consent.
- With Service Providers: We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.
- For business transfers: We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.
- With Affiliates: We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.
- With business partners: We may share Your information with Our business partners to offer You certain products, services or promotions.
- With other users: when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.
- With Your consent: We may disclose Your personal information for any other purpose with Your consent.

## Retention of Your Personal Data

The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.

The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.
Expand Down Expand Up @@ -105,33 +106,38 @@ Under certain circumstances, the Company may be required to disclose Your Person

The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:

* Comply with a legal obligation
* Protect and defend the rights or property of the Company
* Prevent or investigate possible wrongdoing in connection with the Service
* Protect the personal safety of Users of the Service or the public
* Protect against legal liability
- Comply with a legal obligation
- Protect and defend the rights or property of the Company
- Prevent or investigate possible wrongdoing in connection with the Service
- Protect the personal safety of Users of the Service or the public
- Protect against legal liability

## Security of Your Personal Data

The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.

# Children's Privacy

Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.

If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent's consent before We collect and use that information.

# Links to Other Websites

Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit.

We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.

# Changes to this Privacy Policy

We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.

We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the "Last updated" date at the top of this Privacy Policy.

You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.

# Contact Us

If you have any questions about this Privacy Policy, You can contact us:

By email: [email protected]
By email: [email protected]
Loading

0 comments on commit 5403e08

Please sign in to comment.