🌒 BBS

Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome!

=> 🌒 Subspaces | 📖 Help | ❤️ Code of conduct | Sign up

All Posts [#release]

=> 🌒 s/Lagrange

Lagrange 1.18.4 released, new mobile builds — There are new builds of Lagrange available. All platforms Added option to disable page width expansion to fit long lines. Limited page width expansion to 33% so room is left for the current title in the margin. Audio player UI shows number of downloaded bytes if length of audio is still unknown. Strip CR characters in content pasted to input fields. Line breaks are expected to be just LFs. Fixed use of non-Gemini search URLs. (Do not force-...

=> 💬 skyjake [...] · 4 comments · 4 likes · 2024-12-10 · 6 weeks ago · #release

=> 🌒 s/Lagrange | — v1.18.2 on git.skyjake.fi

Lagrange 1.18.2 released, mobile builds updated — I've done the whole gamut of builds tonight: desktop, terminal, and mobile. The changes are listed below. All platforms Misfin: URI format has changed to "misfin:address?message" instead of the previously used "misfin://address". The optional query string ("message") is used as the initial message contents if the upload dialog's text editor is empty....

=> 💬 skyjake [...] · 7 comments · 6 likes · 2024-10-13 · 3 months ago · #release

=> 🌒 s/Bubble

Bubble v9.0: Edit Links — Titan Edit Links A new setting has been added for enabling Titan edit links in the post composer. This allows convenient editing of posts and comments via Titan. A Titan edit link includes the URL parameter "edit". This parameter instructs the server to respond with the latest version of the edited resource and, optionally, lock it until the updated contents are uploaded. The client is then expected to immediately forward the contents to a text editor, and submit the...

=> 💬 skyjake [...] · 7 comments · 2 likes · 2024-10-11 · 3 months ago · #release

=> 🌒 s/Lagrange | — v1.18.1 on git.skyjake.fi

This patch tidies up a few details in the v1.18.0 release: Fixed a few issues with the TUI build, for example on Arch Linux. Curses will only be linked statically if the ENABLE_STATIC option is enabled. (YMMV if static linking actually works on your particular system.) Fixed potentially garbled screen in the TUI build. This was the previously mentioned problem with code optimizations resulting in invalid...

=> 💬 skyjake [...] · 8 comments · 2 likes · 2024-09-29 · 4 months ago · #release

=> 🌒 s/Lagrange | — Lagrange v1.18: TUI and Misfin

Development of version 1.18 has been a slow burn. Over the past year, I've been putting finishing touches on the Curses-based TUI variant and adding support for new Gemini-adjacent protocols. A number of bugs were fixed as well, and I've made several minor improvements in the user interface. What's new? Curses-based TUI (clagrange) as an alternative to the graphical interface. Support for Misfin: mail...

=> clagrange (80x25) on macOS, showing BBS front page | 💬 skyjake [...] · 15 comments · 3 likes · 2024-09-20 · 4 months ago · #release

=> 🌒 s/GmCapsule

GmCapsule v0.7 Released — I've made a few significant fixes in the GmCapsule server, hence the minor version bump. My server (skyjake.fi / geminispace.org) is already running the new version, so maybe I didn't break anything. 🤞 CGI: Fixed contents of PATH_INFO: it is now URL-decoded and the script path is removed so only the part following the script path is included in the environment variable (RFC 3875, section 4.1.5). CGI: bin_root applies a wildcard to all found CGI executables so `...

=> 💬 skyjake [...] · 1 comment · 4 likes · 2024-04-13 · 9 months ago · #release

=> 🌒 s/Lagrange | — v1.17.6 on git.skyjake.fi

A small but important patch that fixes a significant memory leak. Turns out, there was a reference counting issue related to page contents, so the app was often keeping fetched pages in memory indefinitely. Yikes. Fixed memory leak: fetched pages were not always released from memory (reference miscount). Fixed minor memory leak in list widgets. Gopher: Autodetect Gemtext files based on file extension. Updated...

=> 💬 skyjake [...] · 14 comments · 6 likes · 2024-01-16 · 1 year ago · #release

=> 🌒 s/Bubble

Bubble v8.1: Flair Composer, User-Defined and Moderator Flairs — This release fixes a number of bugs and significantly expands the flair mechanism added in v8.0. You now have control over your own flairs via a flair composer UI. The presentation of flairs has been tweaked accordingly. Moderators of a subspace also have new flair-related abilities. Flair Composer The fact that flairs were fully admin-controlled in v8.0 was largely due to implementation details: at that time I didn't have any...

=> 💬 skyjake [...] · 11 comments · 3 likes · 2024-01-15 · 1 year ago · #release

=> 🌒 s/Bubble

Bubble v8.0: Flairs and Locked Posts — This is a small feature update that adds a couple of moderation tools and fixes a few bugs. Flairs A flair is a free-form text label that appears next to the user's name and provides some additional contextual information about the user. You may be familiar with this concept from sites like Reddit. A flair can only be bestowed on a user by the administator of the Bubble instance. Users themselves, even if they are moderators, cannot assign flairs. Flairs...

=> 💬 skyjake [...] · 16 comments · 6 likes · 2024-01-10 · 1 year ago · #release

=> 🌒 s/Lagrange | — v1.17.5 on git.skyjake.fi

A patch release with miscellaneous fixes and improvements. Had a few twists and turns getting this released. Turns out, if you don't touch your dependency build scripts in a few¹ months, they'll definitely be broken when you try to run them again and you've also forgotten how they're supposed to work. The mobile builds were using a version of libiconv that didn't have all the text encodings enabled (CP437 was...

=> 💬 skyjake [...] · 5 likes · 2023-12-04 · 1 year ago · #release

=> 🌒 s/Rosy-Crow (+1 other post)

Rosy Crow 1.4.2 — I published version 1.4.2, which includes a handful of bug fixes. Swiping Change The most impactful change was to rework the left/right swiping feature. This allows quick navigation between tabs, but the entire page being swipable made it impossible to scroll horizontally in pre-formatted gemtext blocks. As of 1.4.2, you can swipe left and right only on the top navigation bar in order to navigate between tabs. As before, the swipe feature can be disabled from the...

=> 💬 Addison · 4 likes · 2023-11-27 · 1 year ago · #release

=> 🌒 s/Lagrange | — v1.17.4 on git.skyjake.fi

This patch focuses on a few UI glitches and regressions. Removed automatic horizontal scrolling of wide preformatted blocks. Instead, hold down the Shift key to scroll horizontally with the mouse wheel. Fixed an event processing issue where some events were not handled as expected, for instance when opening a link into split view the opened link was not highlighted. Fixed links not reacting to mouse hover after...

=> 💬 skyjake [...] · 4 comments · 6 likes · 2023-11-19 · 1 year ago · #release

=> 🌒 s/Bubble

Bubble v7.0: Subspace Views, Grouped Posts, New Feed Options and User Actions — It has been four months since the previous Bubble feature update. This is plenty of time to observe how I and others have been using the system and think of potential improvements. This release makes substantial changes to show useful information that was previously unavailable, gives you more control over what is displayed on the front page, and applies a host of smaller tweaks to improve general usability. Viewing...

=> 💬 skyjake [...] · 1 comment · 4 likes · 2023-11-12 · 1 year ago · #release

=> 🌒 s/Lagrange | — v1.17.3 on git.skyjake.fi

A smaller patch release that addresses the following: Fixed issues with dropdown menus, particularly when they are opened detached as separate popup windows. Fixed initial scope of a newly created identity when one didn't change the scope setting in the dialog. Fixed activating the pinned identity of a bookmark when opening it from the Bookmarks menu. Fixed clearing the pinned identity of a bookmark. TUI build...

=> 💬 skyjake [...] · 1 comment · 1 like · 2023-11-04 · 1 year ago · #release

=> 🌒 s/Rosy-Crow

Rosy Crow 1.4.0 — Tabs /s/Rosy-Crow-Issues/27 Tabs will now appear along the bottom of the screen Swiping left and right in the app will navigate through the open tabs A number of tab-related features can be accessed by long-pressing on a tab Both the swipe-navigation and the tabs feature itself can be optionally disabled in the Settings menu Adjustable Font Sizes /s/Rosy-Crow-Issues/28 I added options to the Settings menu which permit adjusting the size is rendered gemtext There are four...

=> 💬 Addison · 1 comment · 2 likes · 2023-10-31 · 1 year ago · #release

=> 🌒 s/Lagrange | — v1.17.2 on git.skyjake.fi

This is a patch release that continues fixing regressions in v1.17 and also corrects some long-standing issues. Tabs opened in background are immediately added to the URL history. Mouse wheel direction switches back to vertical when a wide block has been scrolled all the way. Fixed current text selection extending during scrolling even after mouse button has been released. Fixed drag-to-select with the mouse...

=> 💬 skyjake [...] · 4 likes · 2023-10-25 · 1 year ago · #release

=> 🌒 s/Lagrange | — v1.17.1 on git.skyjake.fi

Lagrange v1.17.1 released — This release fixes a number of regressions in v1.17 and addresses a bunch of other issues. Preformatted blocks have been in a bit of rough state. While I didn't add the clearly needed horizontal scrollbars (that's a bit too much work for a patch release: I'd have to do major changes in ScrollWidget), I resolved a bunch of issues with the horizontal scrolling: The streaking artifacts...

=> 💬 skyjake [...] · 5 comments · 7 likes · 2023-10-21 · 1 year ago · #release

=> 🌒 s/Lagrange | — Lagrange v1.17

This release adds a host of small features, some of which I've been planning on doing for a long time. There are also recent suggestions from users that enhance day-to-day usage of the app. Highlights: support for submenus (bookmarks, page tools, split view, and user data), text snippets, additional search URLs, visual UI tweaks, resizable input/upload/bookmark dialogs, improved upload editor, new input prompt...

=> 💬 skyjake [...] · 11 comments · 7 likes · 2023-10-07 · 1 year ago · #release

=> 🌒 s/Bubble

Bubble v6.0: Atom Feeds, Expanded Help — This Bubble feature update is a smaller one as we're still in the summer vacation period, but there are a couple of useful additions. Atom Feeds You can now get an Atom feed of All Posts, subspaces, user feeds, issue tracker feeds, and tag-filtered feeds. In other words, everything that was available as a Gemini feed can now also be accessed as an Atom feed. These new feeds contain the full contents of posts (as HTML) so they can be used for following...

=> 💬 skyjake [...] · 9 likes · 2023-07-18 · 2 years ago · #release

=> 🌒 s/Rosy-Crow | — Click here to add the F-Droid repository to your device

Rosy Crow 1.3.0 Released — This update brings Titan support as well as some quality of life improvements. Support has been added for the Titan protocol - The associated form allows users to upload either text or a file Bookmarks can now be rearranged by dragging them into the desired position The URL entry box will now...

=> rosy-crow-1.3.0-2.png | 💬 Addison · 2 comments · 4 likes · 2023-07-16 · 2 years ago · #release

=> 🌒 s/Bubble

Bubble v5.0: Comment View, Index of Posts, Time Zones, Certificate Recovery — Bubble version 5 introduces several new features. Some improve basic usability and some are smaller things that have been missing from the start. All of these have been informed by the experience of using BBS over the past weeks. Viewing an Individual Comment Comments are not meant to be tightly bound to their parent posts. Internally, a comment is equivalent to a regular top-level post except that it also has a...

=> 💬 skyjake [...] · 1 comment · 4 likes · 2023-06-20 · 2 years ago · #release

=> 🌒 s/Bubble

Bubble v4.0: Muting, Tag Filters, Monthly Archive — bbs.geminispace.org has been upgraded to Bubble v4. This week's feature update adds some useful new tools and fixes several bugs. Muting You can now mute posts, subspaces, and individual users to hide them and notifications related to them. Together with follows, this allows tailoring what one sees in their Bubble feeds with quite a lot of precision. In practice, muting is a combination of silencing and blocking that is dependent on a couple...

=> 💬 skyjake [...] · 4 comments · 4 likes · 2023-06-06 · 2 years ago · #release

=> 🌒 s/Rosy-Crow | — Use this link to add the F-Droid repository to your device

Rosy Crow 1.1.3 Released — Version 1.1.3 includes the following changes: Implemented long-pressing on links to either copy or share their URLs Widened pre-formatted blocks so that they fit the width of the rest of the page's content Fixed an issue where some capsules will always return an Invalid URL I also...

=> 💬 Addison · 1 like · 2023-06-04 · 2 years ago · #release

=> 🌒 s/Rosy-Crow

Rosy Crow 1.1.2 Released — Version 1.1.2 includes the following changes: Fixed a bug which caused newly-generated identities to be shown twice in the identities list Added a pull-tab button to the navigation bar which can be used to expand the menu (can be hidden in Settings if desired) The new menu button serves to visually indicate the function of the application menu to new users. The button also serves to provide an alternative method of expanding the menu for users who may not be able...

=> 💬 Addison · 2 comments · 3 likes · 2023-06-01 · 2 years ago · #release

=> 🌒 s/Bubble

Bubble v3.0: Thanks and Reactions, Private Mode, Improved Issue Trackers — I have updated geminispace.org to Bubble v3.0. There has been lots of progress in many different areas. Feedback Mechanisms A key function of Bubble is to enable rich interactions that go beyond basic commenting. While feedback mechanisms such as Likes can be a nice way to show support and encouragement, they also have negative aspects: they encourage gamification and may turn posting into a popularity contest....

=> 💬 skyjake [...] · 3 comments · 8 likes · 2023-05-30 · 2 years ago · #release

=> Next page

Page 1 of 2

Options

=> 🗣️ Sort by activity
=> 🔥 Sort by hotness
=> Followed
=> Gemini feed
=> Atom feed

Proxy Information
Original URL
gemini://bbs.geminispace.org/tag/release
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
50.92092 milliseconds
Gemini-to-HTML Time
7.242563 milliseconds

This content has been proxied by September (ba2dc).