Skip to content

Commit

Permalink
Prep for update
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecaret committed Aug 22, 2021
1 parent c286f66 commit 28fd434
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018 John W Hancock
Copyright (c) 2015-2021 John W Hancock

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ For more information visit the website for [CaretTab](http://www.carettab.com)

## Features
- Display time and date on new tab page.
- Digital/Analog clock options.
- Digital/Analog/Binary clock options.
- Add additional clocks with labels.
- Customizable timezones for all clocks.
- Search Google/Bing/Baidu and more from new tab page.
- Display current weather and forecast.
- Search Yahoo/Google/Baidu and more from new tab page.
- Display favorite links for quick access and the bookmarks bar.
- Include a custom message on the page.
- Choose from a several different color themes or choose your own custom colors.
- Use various provided patterns or your own background image.
- Select your desired size.
- Select your desired size, spacing, and placement of everything.
- Choose from a handful of fonts or use any installed on your machine.
- Customize everything! Toggle the time, seconds, time format, date, date format, search engine, 24 hour time, week numbers, tab title and more.
- Sync support. Keep your settings across all devices. (Requires storage permissions)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/options/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="mt15">
<svg *ngIf="status === 'updated' && shared.updateType !== 'hidden'" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1 13h-2v-6h2v6zm0-8h-2V7h2v2z" fill="limegreen" /><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" fill="#000000"/></svg>
{{'options.dashboard.new' | translate}}
</h2>
<p>{{'options.dashboard.updated' | translate}} August 8, 2021</p>
<p>{{'options.dashboard.updated' | translate}} August 21, 2021</p>
<ul class="changelog">
<li>{{'splash.v350.weatherTitle' | translate}}: {{'splash.v350.weatherDesc' | translate}}</li>
<li>{{'splash.v350.covidTitle' | translate}}: {{'splash.v350.covidDesc' | translate}}</li>
Expand Down

0 comments on commit 28fd434

Please sign in to comment.