thamara / time-to-leave

Log work hours and get notified when it's time to leave the office and start to live.
http://timetoleave.app
GNU General Public License v3.0
463 stars 272 forks source link

Fix #646: Upgrade electron to 27.0.3 #1035

Closed araujoarthur0 closed 1 year ago

araujoarthur0 commented 1 year ago

Related issue

Closes #646

Context / Background

Updating electron to a newer version than 12 :)

What change is being introduced by this PR?

How will this be tested?

Ran the app locally, all tests are also passing. Also testing the release flow in https://github.com/araujoarthur0/time-to-leave/actions/runs/6745696311

codecov[bot] commented 1 year ago

Codecov Report

Merging #1035 (aab44ac) into main (3f7076e) will increase coverage by 4.34%. Report is 4 commits behind head on main. The diff coverage is 25.58%.

@@            Coverage Diff             @@
##             main    #1035      +/-   ##
==========================================
+ Coverage   75.02%   79.37%   +4.34%     
==========================================
  Files          26       21       -5     
  Lines        2202     1275     -927     
  Branches      346      189     -157     
==========================================
- Hits         1652     1012     -640     
+ Misses        550      263     -287     
Files Coverage Δ
js/time-balance.js 100.00% <ø> (ø)
js/user-preferences.js 100.00% <100.00%> (ø)
js/window-aux.js 100.00% <100.00%> (ø)
js/main-window.js 73.50% <87.50%> (+0.46%) :arrow_up:
js/menus.js 81.73% <50.00%> (ø)
src/calendar.js 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

araujoarthur0 commented 1 year ago

\changelog-update Message: Enhancement [#646]: Title bar color now follows Windows mode (dark or light)