Skip to content

Commit

Permalink
Merge pull request #130 from Richardsl/dev
Browse files Browse the repository at this point in the history
fix styling bug, version 0.7.1
  • Loading branch information
Richardsl authored Jun 28, 2024
2 parents 2eac839 + cc5ae7d commit c61b935
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@ renderHeatmapCalendar(this.container, calendarData)
### What's New:
<br>

**Version [0.7.1] - 2024-06-28**
<details>
<summary>fix styling bug</summary>

<br>
</details>

<br>

**Version [0.7.0] - 2024-06-04**
<details>
<summary>New "First day of the week" setting, Thanks @antosha417</summary>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "heatmap-calendar",
"name": "Heatmap Calendar",
"version": "0.7.0",
"version": "0.7.1",
"minAppVersion": "0.12.0",
"description": "Activity Year Overview for DataviewJS, Github style – Track Goals, Progress, Habits, Tasks, Exercise, Finances, \"Dont Break the Chain\" etc.",
"author": "Richard Slettevoll",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heatmap-calendar",
"version": "0.7.0",
"version": "0.7.1",
"description": "Activity Heatmap Calendar Plugin for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
position: relative;
font-size: 0.75em;
background-color: #ebedf0;
width: 100%;
margin-inline-start: auto !important;
}

.theme-dark .heatmap-calendar-boxes .isEmpty {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.5.3": "0.12.0",
"0.5.4": "0.12.0",
"0.6.0": "0.12.0",
"0.7.0": "0.12.0"
"0.7.0": "0.12.0",
"0.7.1": "0.12.0"
}

0 comments on commit c61b935

Please sign in to comment.