Skip to content

Commit

Permalink
Merge pull request #112 from RDjarbeng/versionupdate
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
nyakotey authored May 25, 2022
2 parents 3afba35 + 833a0a2 commit 35a488c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@ if('serviceWorker' in navigator){
});

}

9 changes: 9 additions & 0 deletions docs/dev-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ Not all elements made it into the final product, some others also got modified,

![v2 3](https://user-images.githubusercontent.com/73431750/169272292-e83d9285-05bf-4264-9f45-3d8880505d7b.png)

## Countdown v2.4.0
* Animated deadline on homepage
* Added option to set repeatable countdowns
* Added ui cues for countdown status
* Display due date when countdown is elapsed
* fixed rogue italics, browser auto text selection and more

![v2 4@0,5x](https://user-images.githubusercontent.com/73431750/170242064-43aa6765-229c-43e8-a6e7-ed39e7de3ee0.png)


### Potential and/or current developments
* listpage as the homepage with onboarding
Expand Down
3 changes: 1 addition & 2 deletions html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<i class="fas fa-question-circle fa-fw"></i> &nbsp;&nbsp;&nbsp;About
</div>
</div>
<!-- <div class="sidebar-app-version">Version 2</div> -->
</section>
</aside>
<header class="header">
Expand All @@ -90,7 +89,7 @@
</div>
<div class="details">
<div class="details-title">Version</div>
<div class="details-info">2.2.0</div>
<div class="details-info">2.4.0</div>
</div>
<div class="details">
<div class="details-title">Credits</div>
Expand Down
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ Added contributor [Nathaniel Nyakotey](https://github.com/nyakotey)
![v2 3](https://user-images.githubusercontent.com/73431750/169272292-e83d9285-05bf-4264-9f45-3d8880505d7b.png)


## Countdown v2.4.0
* Animated deadline on homepage
* Added option to set repeatable countdowns
* Added ui cues for countdown status
* Display due date when countdown is elapsed
* fixed rogue italics, browser auto text selection and more

![v2 4@0,5x](https://user-images.githubusercontent.com/73431750/170242064-43aa6765-229c-43e8-a6e7-ed39e7de3ee0.png)


---
#### Many more to come, stay tuned!
For more details, and live updates, checkout the [dev process](/docs/dev-process.md) readme
4 changes: 2 additions & 2 deletions sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #5

const staticCacheName = 'site-static-v53';
const dynamicCache = 'site-dynamic-v53';
const staticCacheName = 'site-static-v54';
const dynamicCache = 'site-dynamic-v54';

const dynamicCacheSize = 30;

Expand Down

0 comments on commit 35a488c

Please sign in to comment.