-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
327 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<!doctype html><html> | ||
<head> | ||
<title> | ||
Happy New Year! | ||
</title> | ||
<script defer src=https://stats.budgetwithbuckets.com/flow data-website-id=026e077d-2da2-412a-840f-faadf974afbc></script> | ||
<link rel="shortcut icon" href=/img/favicon.png type=image/png> | ||
<link rel=stylesheet type=text/css href=/css/buckets.css> | ||
<meta name=viewport content="width=device-width,initial-scale=1"> | ||
<link rel=stylesheet type=text/css href=/css/buckets-blog.css> | ||
<link rel=alternate hreflang=es href=https://www.budgetwithbuckets.com/es/blog/2024/12/31/happy-new-year.html/> | ||
</head> | ||
<body> | ||
<div class=buckets-nav> | ||
<section> | ||
<a class=logo href=/> | ||
<img src=/img/logo.png> | ||
</a> | ||
<a href=/guide/>Guide</a> | ||
<a class=active href=/blog/>Blog</a> | ||
<a href=/changelog/>Changelog</a> | ||
<a target=_blank href=https://github.com/buckets/application/issues>Issue Tracker</a> | ||
</section> | ||
<section> | ||
<a class=download-button href=/download/> | ||
<img src=/images/download.svg width=15 height=15> | ||
Download | ||
</a> | ||
<a class=buy-button href=/buy/>Buy $64</a> | ||
</section> | ||
<a href=javascript:void(0); class=nav-toggle onclick="this.parentElement.classList.toggle('nav-open')"> | ||
<img src=/img/logo.png> | ||
<div>Menu</div> | ||
</a> | ||
</div> | ||
<div class=wrapper> | ||
<div class=post> | ||
<header class=post-header> | ||
<div class=next-prev-links> | ||
<a class=prev href=/blog/2024/07/05/buckets-0.76-payees-are-here.html/>← Prev</a> | ||
</div> | ||
<h1 class=blog-title>Happy New Year!</h1> | ||
<div style=text-align:center;margin-top:2rem><svg viewBox="0 0 600 15" xmlns="http://www.w3.org/2000/svg" style="max-width:800px"><rect x="20%" y="7" width="60%" height="1" fill="lightgrey" rx="2"/><rect class="rotate" x="50%" y="4" width="7" height="7" fill="#fff" stroke="lightgrey" stroke-width="1" rx="1"/></svg> | ||
</div> | ||
<p class=post-meta> | ||
Dec 31, 2024 | ||
• Matt | ||
</p> | ||
</header> | ||
<article class=post-content> | ||
<p>Happy New Year! 🎉 I wanted to share a short update about the latest Beta version of Buckets.</p> | ||
<h2 id=bug-fixes-and-features>Bug fixes and features<a class=anchor-link href=#bug-fixes-and-features>¶</a></h2> | ||
<p>Buckets v0.78.0 was released last week and includes several fixes for issues lingering from v0.76.0. It was these issues that have prevented releasing these changes in the stable version. Now that they’re fixed, expect a stable version soon!</p> | ||
<p>Oh, and it also includes the first draft of dark mode!</p> | ||
<img alt="Screenshot of analysis page in dark mode" src=./darkmode.png style="border-radius:6px;border:0 solid grey;width:100%"> | ||
<p>And, you can now categorize multiple transactions at once. Combined with the new filtering/search/sorting features, this can make categorizing much faster. It has for us.</p> | ||
<h2 id=thank-you>Thank you!<a class=anchor-link href=#thank-you>¶</a></h2> | ||
<p>Thank you to everyone who has purchased a license in support of Buckets. It makes a big difference and we appreciate it.</p> | ||
<p>Happy budgeting!</p> | ||
<p>— Matt</p> | ||
</article> | ||
<div style=text-align:center;margin-top:2rem><svg viewBox="0 0 600 15" xmlns="http://www.w3.org/2000/svg" style="max-width:800px"><rect x="20%" y="7" width="60%" height="1" fill="lightgrey" rx="2"/><rect class="rotate" x="50%" y="4" width="7" height="7" fill="#fff" stroke="lightgrey" stroke-width="1" rx="1"/></svg> | ||
</div> | ||
<div class="next-prev-links close" style=margin-top:1rem> | ||
<a class=prev href=/blog/2024/07/05/buckets-0.76-payees-are-here.html/>← Prev</a> | ||
</div> | ||
<h2 style=margin-top:2rem>Comments</h2> | ||
<div id=comment-form style=display:none> | ||
<a name=comment-form></a> | ||
<script>window.location.search.substr(1).indexOf('comment=submitted')!==-1&&document.write(`<div class="notification">Comment submitted! Your comment will be posted here after being reviewed.</div>`)</script> | ||
<script>function setCommentStatus(b,c){const a=document.getElementById('comment-notification');a.innerText=b,a.setAttribute('class',c),a.setAttribute('style','')}function submitComment(c){const b=document.getElementById('comment-submit');b.disabled=!0,setCommentStatus('Submitting...','notification'),c.preventDefault();const d=document.getElementById('comment-message').value,e=document.getElementById('comment-email').value,f=document.getElementById('comment-name').value,g=document.getElementById('comment-slug').value,h={comment:d,email:e,name:f,subdir:g};let a=new XMLHttpRequest;a.addEventListener('load',a=>{setCommentStatus('Comment submitted! Your comment will be posted here after being reviewed.','notification'),b.disabled=!1}),a.addEventListener('error',a=>{console.log('Error',a),setCommentStatus('Error submitting comment. If it continues not to work, please email us.','notification error'),b.disabled=!1}),a.open('POST','https://7nd5a97217.execute-api.us-east-1.amazonaws.com/default/GitHubJekyllComments'),a.send(JSON.stringify(h))}XMLHttpRequest&&document.getElementById('comment-form').setAttribute('style','')</script> | ||
<form method=post class=comment-form onsubmit="return submitComment(event),!1"> | ||
<input type=hidden id=comment-slug value=new-year-2025> | ||
<label>Name:<br><input id=comment-name type=text></label> | ||
<label>Email (optional—not displayed):<br><input id=comment-email type=email></label> | ||
<label>Message:</label> | ||
<textarea id=comment-message></textarea> | ||
<button type=submit id=comment-submit>Add comment</button> | ||
</form> | ||
<div id=comment-notification style=display:none></div> | ||
</div> | ||
<div class=mailing-list-main style=margin-top:2rem> | ||
<div class=mailing-list-title>Get these posts in your email, monthly:</div> | ||
<p> | ||
<link href=//cdn-images.mailchimp.com/embedcode/classic-10_7.css rel=stylesheet type=text/css> | ||
<style type=text/css>#mc_embed_signup{background:0 0;clear:left}#mc_embed_signup form{padding:0}#mc_embed_signup input{border-radius:3px}#mc_embed_signup input[type=submit]{background-color:#08c}</style> | ||
<div id=mc_embed_signup> | ||
<form action="https://bucketsisbetter.us8.list-manage.com/subscribe/post?u=bc109895c8df246ae54ad4d71&id=0960a6d05e" method=post id=mc-embedded-subscribe-form name=mc-embedded-subscribe-form class=validate target=_blank novalidate> | ||
<div id=mc_embed_signup_scroll> | ||
<div class=mc-field-group> | ||
<label for=mce-EMAIL>Email Address | ||
</label> | ||
<input type=email name=EMAIL class="required email" id=mce-EMAIL> | ||
</div> | ||
<div class=mc-field-group> | ||
<label for=mce-FNAME>First Name | ||
</label> | ||
<input type=text name=FNAME class=required id=mce-FNAME> | ||
</div> | ||
<div id=mce-responses class=clear> | ||
<div class=response id=mce-error-response style=display:none></div> | ||
<div class=response id=mce-success-response style=display:none></div> | ||
</div> | ||
<div style=position:absolute;left:-5000px aria-hidden=true><input type=text name=b_bc109895c8df246ae54ad4d71_0960a6d05e tabindex=-1></div> | ||
<div class=clear><input type=submit value=Subscribe name=subscribe id=mc-embedded-subscribe class=button></div> | ||
</div> | ||
</form> | ||
</div> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div style=text-align:center;margin-top:2rem><svg viewBox="0 0 600 15" xmlns="http://www.w3.org/2000/svg" style="max-width:800px"><rect x="20%" y="7" width="60%" height="1" fill="lightgrey" rx="2"/><rect class="rotate" x="50%" y="4" width="7" height="7" fill="#fff" stroke="lightgrey" stroke-width="1" rx="1"/></svg> | ||
</div> | ||
<footer> | ||
<div><a href=https://onepartrain.com target=_blank data-umami-event=onepartrainlink>© One Part Rain, LLC</a></div> | ||
<div><a href=mailto:hello@budgetwithbuckets.com>hello@budgetwithbuckets.com</a></div> | ||
<div><a href=https://www.patreon.com/iffy target=_blank data-umami-event=donatelink>Donate</a></div> | ||
<div><a href=/guide/privacypolicy>Privacy</a></div> | ||
<div> | ||
<details> | ||
<summary>English</summary> | ||
<div><a href=/es/blog/2024/12/31/happy-new-year.html/>español</a></div> | ||
</details> | ||
</div> | ||
</footer> | ||
<script type=text/javascript>var Tawk_API=Tawk_API||{},Tawk_LoadStart=new Date;(function(){var a=document.createElement("script"),b=document.getElementsByTagName("script")[0];a.async=!0,a.src='https://embed.tawk.to/59835f8ed1385b2b2e285765/default',a.charset='UTF-8',a.setAttribute('crossorigin','*'),b.parentNode.insertBefore(a,b)})()</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.