treehouse/content/treehouse/changelog.tree

196 lines
9.8 KiB
Plaintext
Raw Normal View History

2024-02-07 15:49:32 +01:00
%% title = "what's going on inside the house? (a changelog)"
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JGYBJVVZ07QFXB0FM"
2024-06-13 22:00:30 +02:00
- **revision 9:** summer cleaning
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6J8GM4NYXDFSN0C58P"
2024-06-13 22:00:30 +02:00
- cleaned up a bunch of pages! see [new][page:treehouse/new] for the details
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JVHX68NQA73TF2PSW"
2024-06-13 22:00:30 +02:00
+ there are now a bunch of colorful :folder: :page: icons next to pages
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6J2487XGCTAVENWBVA"
2024-06-13 22:00:30 +02:00
- experiments show that this improves readability by 100% despite the icons being ugly and blurry due to not integer-scaling.
it's not like I can really fix that though, since they're next to text; good luck making pixel-perfect icons that are meant to appear next to fonts of like 10 different sizes that increment by very little.
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JWVDJA8NGCT7HEE90"
2024-06-13 22:00:30 +02:00
- maybe one day I'll hint them to a bunch of sizes…
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JF4QAX37WN4WPWR1V"
2024-06-13 22:00:30 +02:00
+ the treehouse's design is now certified 4% more accessible :verified: by means of using `rem` metrics for all the UI elements, so now the UI will scale depending on the font size you've set in your browser.
ain't that cool?
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JY47ME32NR6GC73S4"
2024-06-13 22:00:30 +02:00
- on the one hand it seems cool, but I have to note here that I designed this website with 14px fonts and pixel metrics in mind.
having switched it to `rem` everywhere might have produced some wonky layout bugs; if you find any, please [report them to me][branch:hello]!
2024-06-13 22:00:44 +02:00
% id = "01J09K0B6JJJMHPMHJD78X8H1A"
2024-06-13 22:00:30 +02:00
- I also have the feeling that the layout is now a lot more spacious, but I can't quite figure out why.
you may expect the layout to shrink a bit in the coming days.
or not.
I use a slightly smaller font size in my browser so I might just forget about it.
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHKKXFDV71ZR0DWJN9"
2024-05-24 21:28:37 +02:00
- **revision 8:** fancy syntax highlighting
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHKPBRZPMD85NYZPMT"
2024-05-24 21:28:37 +02:00
- over the past few months the treehouse has been receiving a bunch more syntax highlighters
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHWAG0W5BNC4RM8VK4"
2024-05-24 21:28:37 +02:00
- there are now syntaxes for [Lua][branch:01HTAQ23YHXTEZ7WNVZREZ8WSZ], [Rust][branch:01HTWRAS0EHFG2V4N6NCR403C5], [JSON][branch:01HRT0W4AKQJEAMJ8XHJVMY4ZV], and [C][branch:01HY5R1ZW5R3808RNG6RAPC8H4]!
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHZPTZ00YYM48ASJ34"
2024-05-24 21:28:37 +02:00
+ C++ probably coming soon™, but with its much more complex syntax it's likely the highlighting isn't gonna be as nice
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHSD0WFJ57H7JB57QH"
2024-05-24 21:28:37 +02:00
- and I'm only mentioning it because there are some C++ code snippets in the treehouse, and it would be _really_ nice if they finally started being highlighted
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQH21BNJ0VJXGN74ZSP"
2024-05-24 21:28:37 +02:00
- what's cool is that all the syntax highlighters work even if you have JavaScript disabled.
which I wouldn't recommend, but it's nice.
because you absolutely do _not_ need to embed a heavyweight JavaScript library for this
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQHJH3VFBWKANHT52BG"
2024-05-24 21:28:37 +02:00
- and it enhances the responsiveness!
you don't need to _wait_ for code to be highlighted.
2024-05-24 21:28:48 +02:00
% id = "01HYP17EQH83P776ZFMDC53XF7"
2024-05-24 21:28:37 +02:00
- I was also told there's a secret now?
like, no clue what they mean by that but cool?
2024-03-08 13:52:27 +01:00
% id = "01HRF1YCJ61Y4XAM94XNMRV3R7"
2024-03-08 13:52:15 +01:00
- **revision 7:** the main page is now a lot more colorful :rainbow:
2024-03-08 13:52:27 +01:00
% id = "01HRF1YCJ6S5YBSFC13QPWKF3X"
2024-07-22 20:34:42 +02:00
- ``` =html
<style>
2024-03-08 13:52:15 +01:00
span.treehouse\/changelog\:liquidex-brand-color {
display: inline-block;
width: 0.8em;
height: 0.8em;
border-radius: 100000px;
margin: 0px 2px;
&.red { background-color: var(--liquidex-brand-red); }
&.yellow { background-color: var(--liquidex-brand-yellow); }
&.green { background-color: var(--liquidex-brand-green); }
&.blue { background-color: var(--liquidex-brand-blue); }
}
</style>
2024-07-22 20:34:42 +02:00
```
each major content category now has an icon and a _liquidex brand color™_
[]{class="treehouse/changelog:liquidex-brand-color red"}[]{class="treehouse/changelog:liquidex-brand-color yellow"}[]{class="treehouse/changelog:liquidex-brand-color green"}[]{class="treehouse/changelog:liquidex-brand-color blue"}
2024-03-08 13:52:15 +01:00
assigned to it
2024-03-08 13:52:27 +01:00
% id = "01HRF1YCJ602RS1C4E7W7DVHZB"
2024-03-08 13:52:15 +01:00
- there may be more colors in the future, given that there are probably gonna be more categories :smile:\
and I'd like the other non-hobby categories to get their own colors too, but the four that are currently here are good enough for now.
2024-03-03 21:33:28 +01:00
% id = "01HR300JYTSEE1K1DH5R8QZ4K6"
- **revision 6:** it now works on Webkit
% id = "01HR300JYTQA11TYPSX59Y4V2S"
+ this was a hefty refactor, but I introduced a replacement for the standard `is=""` attribute that works on Webkit.
% id = "01HR300JYTX1J1SQW39SQM2A4X"
+ seriously, fuck you, Apple.
wish the people who work there and oppose industry standards would stop sitting there with a finger up their ass and accept that reality is not always what you want it to be.
% id = "01HR300JYTPHPKD0VCDGWT01HE"
- even as I'm writing this, I'm trembling over how half my website is probably gonna break after this refactor, due to me having it written in pure JavaScript rather than TypeScript, but eh, fuck it.
2024-07-22 20:34:42 +02:00
_reality is not always what you want it to be._
2024-03-03 21:33:28 +01:00
% id = "01HR30AHZMS63DA3W3293HZ6WN"
- just know that I'm writing this not because I think the standards are good, but because one vendor not following them just results in extra work on our part - the developers' part -
doing more work than is actually really necessary to accomplish a certain task.
% id = "01HR30AHZME866NBYNXZ15CR09"
2024-07-22 20:34:42 +02:00
- using the browser's built-in capabilities is _good._
2024-03-03 21:33:28 +01:00
you're just making me (and hundreds of thousands of other developers) write a shitty, slow version of what the browser could do by default, had it been following Web standards.
2024-03-03 21:43:41 +01:00
% id = "01HR30XM8432QV9NHA26FJQX18"
2024-03-03 21:37:25 +01:00
- also, the links are now a bit prettier! everybody likes pretty links, right?
2024-03-03 21:43:41 +01:00
% id = "01HR30XM84P5NGJ83PAJ11PEMG"
2024-03-03 21:37:25 +01:00
+ page links no longer need to have the .html at the end. I'm still in progress of porting the website over to the new format, so you may see some spots where there's a .html extension.
2024-03-03 21:43:41 +01:00
% id = "01HR30XM84M1A1CQF9CS92H340"
2024-03-03 21:37:25 +01:00
- buut if you really wanna, you can strip it off when sending the link to other people.
2024-02-22 20:31:35 +01:00
% id = "01HQ94FDZK5SSXPSHQG9BCKA0T"
- **revision 5:** added [news page][page:treehouse/new]!
% id = "01HQ94FDZKHSYR11K6A5CTAB4Q"
- this page will show you all the updates that have been happening since your last visit
% id = "01HQ94FDZKXFRMCH5NXXAB146E"
2024-07-22 20:34:42 +02:00
+ it will also lightly nag you whenever there are new posts with a [1]{.badge .red} badge
2024-02-22 20:31:35 +01:00
% id = "01HQ94FDZK5TJDM3CMNKQKES6Z"
- if that's too annoying for you, it's easy to disable - scroll down on the [news page][page:treehouse/new] and there's a (collapsed by default) settings section for the page
2024-02-22 20:42:49 +01:00
% id = "01HQ95D2GHKF807X294N3GBADP"
- another thing: there are now indent guides! my girlfriend said these make the website a lot more readable for her, so I guess they're good
2024-02-08 22:41:01 +01:00
% id = "01HP5AKRNJRG1W71MDJ8QY4YFW"
- **revision 4:** there's now a thing in the footer
2024-02-08 11:52:28 +01:00
% id = "01HP45HV411QDDK8ZBNNBNR6AX"
2024-02-08 11:52:07 +01:00
- **revision 3:** just a bit more polish :relieved:
2024-02-08 11:52:28 +01:00
% id = "01HP45HV41AP9PY0DZN47H8NJ2"
2024-02-08 11:52:07 +01:00
- emoji tooltips now have a neat animation on hover rather than just sort of appearing and disappearing immediately
2024-02-08 11:52:28 +01:00
% id = "01HP45HV4126B4M6KF7NJWEB3R"
2024-02-08 11:52:07 +01:00
- pages can now have thumbnails that display in embeds
2024-02-07 15:49:32 +01:00
% id = "01HP20D2R4ZK30H85H0WBR5WK7"
- **revision 2:** just really comfy UX :relieved:
% id = "01HP20D2R46FP213WVSZPHZXZN"
- first thing you probably noticed: added indent guides (may require a modern browser due to usage of [`:has`](https://developer.mozilla.org/en-US/docs/Web/CSS/:has))
% id = "01HP20D2R40HW0SMETK14WKDF2"
+ added some nice animations
% id = "01HP20D2R4WD9CC3X8MP3RWWHR"
- hovering over branches is now animated
% id = "01HP20D2R4E24GK562RN108E34"
- when a branch is focused via a hyperlink, the background will now pulse in and out to grab your attention
% id = "01HP20D2R4SFE4S1JREWP50SQ5"
- this replaces the previous dotted underline which my friends reported to be hard to spot
% id = "01HP20D2R4C0DZAKKB84FCQNXN"
+ added dates to branches (requires JavaScript)
% id = "01HP20D2R4BF3ZX5SVV6RJJ6HK"
- JavaScript requirement due to dates being formatted in your system's locale
2024-02-07 15:50:21 +01:00
% id = "01HP20RMB3YD660J8M2SJ2V6DT"
2024-02-07 15:49:32 +01:00
- right now these are invisible on the mobile layout because it's unclear where they should be positioned :ralsei_dead:
% id = "01HP20D2R4B5QDQ2JT06QF8G8E"
- added page titles (you can see them on this page!)
% id = "01HP20D2R4F2XZVBBQNVW6CVHE"
+ fixed "hey expand me" chevrons sometimes shifting layout when a branch is expanded
% id = "01HP20D2R4W85SKCJX2R10RHHC"
2024-07-22 20:34:42 +02:00
- yeah, _these_ ones - like the one that just disappeared when you clicked on the branch above
2024-02-07 15:49:32 +01:00
2024-02-07 15:50:21 +01:00
% id = "01HP20RMB3RX6HSBHKM6FVDS44"
2024-02-07 15:49:32 +01:00
+ [`/b` endpoint](/b) is now used for shorter links. it also generates OpenGraph metadata so that Your Favorite Messaging Platform can display the linked branch's content
2024-02-07 15:50:21 +01:00
% id = "01HP20RMB37M1XB6ZC9VWXK98R"
2024-02-07 15:49:32 +01:00
- what's left here is to add some more OpenGraph to do stuff like: thumbnails, default descriptions, and so on and so forth - but the seeds for that have already been planted :smile:
% id = "01HP20D2R4MBTW82TVT9MWY3GZ"
- internals: branches are now based on flexboxes rather than background images.
this requires sending a bit more HTML, but [the layout is a lot more stable][branch:01HP20D2R4F2XZVBBQNVW6CVHE] as well as being [easier to extend][branch:01HP20D2R4C0DZAKKB84FCQNXN]