Skip to content

Releases: thiagobraga/google-calendar-userstyles

v0.4.0

06 May 11:57
Compare
Choose a tag to compare

Now we have a beautiful mini calendar

  • ✨ Improve mini calendar days and colors
    image

v0.3.0

23 Nov 21:43
Compare
Choose a tag to compare

Few changes in this version.

  • ✨ Improve quick add event box
  • ✨ Update some dependencies
  • πŸ›‘οΈ Fix npm vulnerabilities

v0.2.1

09 Aug 19:58
Compare
Choose a tag to compare

Scrollbars ...And support them all

  • ✨ Adjust scrollbars to dark theme
  • ✨ Add support for Firefox too
  • ✨ The same look in daily, weekly and schedule view

v0.1.1

11 Apr 03:29
Compare
Choose a tag to compare
  • πŸ› Remove css compression the right way
    Removed cssnano, but the flag -c for stylus still was there. Now it is not anymore, and the release CSS file is not compiled.

0.1.0

11 Apr 03:19
Compare
Choose a tag to compare

Several changes to the folder structure and how Makefile compiles source files.

  • βš™οΈ Moved src/stylus to src/styles
    I'm trying to keep a pattern of not use language names in folders, like php, js, css, stylus. Instead I'm using api, backend, scripts, styles.
  • βš™οΈ Format all stylus files
    Use VSCode "Format code" command with Manta's Stylus Supremacy extension stylus. The extension sort the properties according to Stylint and nib => "stylusSupremacy.sortProperties": "grouped"
  • βš™οΈ Move from npm to yarn
    Not special reason, I just think yarn is faster and lightweight. So I try to keep as pattern whenever possible.
  • πŸ› Fixed some bugs to Settings page, showing content blocks with white background