athens version history
10 releases tracked, newest first.
v2.1.0-beta.5
Pre-releaseOct 10, 2022- Fixed page empty detection and sidebar task visibility
- Improved notifications and added current page highlighting in sidebar
- Fixed mobile page height and overlapping items on pages
- Added clipboard HTML support and various bug fixes
6 downloads
v2.1.0-beta.4
Pre-releaseSep 27, 2022## What's Changed
* v2.1.0-beta.3 by @filipesilva in https://github.com/athensresearch/athens/pull/2304
* refactor context menus by @shanberg in https://github.com/athensresearch/athens/pull/2302
* feat: import from roam using internal representation by @filipesilva in https://github.com/athensresearch/athens/pull/2288
* hide horizontal scrollbar of right-sidebar by @tangjeff0 in https://github.com/athensresearch/athens/pull/2308
* fix: can drag blocks again by @shanberg in https://github.com/athensresearch/athens/pull/2309
* embeds again by @filipesilva in https://github.com/athensresearch/athens/pull/2310
* fix: daily notes pages shouldn't get squished by @shanberg in https://github.com/athensresearch/athens/pull/2305
* fix: disable user button when user not on a page by @shanberg in https://github.com/athensresearch/athens/pull/2306
* perf: Do not load `re-frame-10x` by default by @neotyk in https://github.com/athensresearch/athens/pull/2303
* Fix misc icon issues by @shanberg in https://github.com/athensresearch/athens/pull/2298
* fix: new comments end up in wrong thread by @sid597 in https://github.com/athensresearch/athens/pull/2307
* add "open block in right side
6 downloads
v2.1.0-beta.3
Pre-releaseAug 22, 2022## What's Changed
* v2.1.0-beta.2 by @filipesilva in https://github.com/athensresearch/athens/pull/2249
* pass string to block/move by @sid597 in https://github.com/athensresearch/athens/pull/2253
* fix: remove separation between context menu and click location by @shanberg in https://github.com/athensresearch/athens/pull/2242
* rfct: use standard icons for block element anchors by @shanberg in https://github.com/athensresearch/athens/pull/2252
* rfct: dndkit for sidebar shortcuts by @shanberg in https://github.com/athensresearch/athens/pull/2251
* enhancement: better position, clearer text for reaction tooltip by @shanberg in https://github.com/athensresearch/athens/pull/2254
* fix: can click other people's reactions by @shanberg in https://github.com/athensresearch/athens/pull/2255
* Inbox Notifications by @sid597 in https://github.com/athensresearch/athens/pull/2237
* ci: re-enable e2e job by @filipesilva in https://github.com/athensresearch/athens/pull/2258
* search perf by @filipesilva in https://github.com/athensresearch/athens/pull/2259
* feat: add feature flag for property UIs by @tangjeff0 in https://github.com/athensresearch/athens/pull/2261
* fix: gate emoji
6 downloads
v2.1.0-beta.2
Pre-releaseAug 22, 2022## What's Changed
* v2.0.0-beta.37 by @filipesilva in https://github.com/athensresearch/athens/pull/2198
* enhance: if a block open in right sidebar is not in main view, by @tangjeff0 in https://github.com/athensresearch/athens/pull/2208
* fix: defaultIsOpen state for linked refs by @tangjeff0 in https://github.com/athensresearch/athens/pull/2207
* Add useContextMenu hook by @shanberg in https://github.com/athensresearch/athens/pull/2209
* doc: add versioning ADR by @filipesilva in https://github.com/athensresearch/athens/pull/2211
* Revert "fix: defaultIsOpen state for linked refs" by @filipesilva in https://github.com/athensresearch/athens/pull/2214
* 2.1.0 beta.1 by @filipesilva in https://github.com/athensresearch/athens/pull/2213
* ci: prerelease comparison should be to a string by @filipesilva in https://github.com/athensresearch/athens/pull/2215
* Block view/edit reusability by @neotyk in https://github.com/athensresearch/athens/pull/2205
* feat: block properties by @filipesilva in https://github.com/athensresearch/athens/pull/2189
* feat: add :properties/update-in event by @filipesilva in https://github.com/athensresearch/athens/pull/2218
* ci: bust nodes cache
6 downloads
v2.1.0-beta.1
Pre-releaseAug 22, 2022# 2.1.0-beta.1
The 2.1.0 version is focused on prototyping new features such as properties, comments, queries, tasks, and reactions.
Most of the new features will be behind feature flags, accessible in the settings menu, until they are ready for general availability.
Starting with this release, beta electron clients will auto update to the next highest stable or beta version.
Since 2.1 includes a lot of functionality changes, you won't be able to take your database back to 2.0 after you use it with 2.1.
Please make sure you don't open your database with 2.1 if you don't intend to stick with it until release!
## What's Changed
* v2.0.0-beta.37 by @filipesilva in https://github.com/athensresearch/athens/pull/2198
* enhance: if a block open in right sidebar is not in main view, by @tangjeff0 in https://github.com/athensresearch/athens/pull/2208
* fix: defaultIsOpen state for linked refs by @tangjeff0 in https://github.com/athensresearch/athens/pull/2207
* Add useContextMenu hook by @shanberg in https://github.com/athensresearch/athens/pull/2209
* doc: add versioning ADR by @filipesilva in https://github.com/athensresearch/athens/pull/2211
* Revert "fix: defaultIs
6 downloads
v2.0.0
Aug 22, 2022Athens 2.0.0 is stable and available for General Release as both a personal knowledge management (PKM), and a collaborative knowledge management (CKM) application.
Highlights of the 2.0.0 release:
- New feature: Self-hosted Athens server for collaborative graphs. See the [instructions in our docs](https://athensresearch.github.io/docs/developer_guide/self-hosted) on how to set it up.
- New feature: Presence. See who is online in a collaborative graph and what block they are on.
- New feature: Permalinks to collaborative graphs. One click, no account creation necessary.
- Refactor: UI refresh. We updated the UI for a fresh new feel, and to be easier for us to maintain.
- Refactor: Undo refresh. We remake Undo from the ground up to work in collaborative graphs.
Known issues:
- File upload does not work on collaborative graph. You can still include markdown image links though.
Going forward we're focusing on prototyping new features such as properties, comments, queries, tasks, and reactions.
You can read more about these in the [2.1.0-beta.1](https://github.com/athensresearch/athens/releases/tag/v2.1.0-beta.1) release.
### Keep in mind that you can't take a graph
6 downloads
v2.0.0-beta.37
Pre-releaseMay 27, 2022## What's Changed
* v2.0.0-beta.36 by @filipesilva in https://github.com/athensresearch/athens/pull/2195
* Support Safari on Mac and iOS by @filipesilva in https://github.com/athensresearch/athens/pull/2196
**Full Changelog**: https://github.com/athensresearch/athens/compare/v2.0.0-beta.36...v2.0.0-beta.37
4 downloads
v2.0.0-beta.36
Pre-releaseMay 24, 2022## What's Changed
* v2.0.0-beta.35 by @filipesilva in https://github.com/athensresearch/athens/pull/2191
* ci: release web to vercel by @filipesilva in https://github.com/athensresearch/athens/pull/2193
* feat: serve web client from athens server by @filipesilva in https://github.com/athensresearch/athens/pull/2192
**Full Changelog**: https://github.com/athensresearch/athens/compare/v2.0.0-beta.35...v2.0.0-beta.36
4 downloads
v2.0.0-beta.35
Pre-releaseMay 18, 2022## What's Changed
* v2.0.0-beta.34 by @filipesilva in https://github.com/athensresearch/athens/pull/2182
* fix: don't control dialog inputs by @shanberg in https://github.com/athensresearch/athens/pull/2185
* fix: show own user on presence if there are no other users by @filipesilva in https://github.com/athensresearch/athens/pull/2188
* feat: permalink includes graph name and password by @filipesilva in https://github.com/athensresearch/athens/pull/2187
**Full Changelog**: https://github.com/athensresearch/athens/compare/v2.0.0-beta.34...v2.0.0-beta.35
4 downloads
v2.0.0-beta.34
Pre-releaseMay 4, 2022## What's Changed
* v2.0.0-beta.33 by @filipesilva in https://github.com/athensresearch/athens/pull/2170
* fix: prevent browser defaults that focus URL by @tangjeff0 in https://github.com/athensresearch/athens/pull/2173
* enhance: remove devtool by @tangjeff0 in https://github.com/athensresearch/athens/pull/2172
* Permalink creates db if needed, and works on electron by @filipesilva in https://github.com/athensresearch/athens/pull/2175
* Ensure block navigation just through keyboard works by @filipesilva in https://github.com/athensresearch/athens/pull/2177
* fix: page linked refs start closed when 10+ by @filipesilva in https://github.com/athensresearch/athens/pull/2179
* fix: restore the alert/js event by @filipesilva in https://github.com/athensresearch/athens/pull/2180
* fix: `:page/rename` & `:page/merge` w/o regex injection. by @neotyk in https://github.com/athensresearch/athens/pull/2156
**Full Changelog**: https://github.com/athensresearch/athens/compare/v2.0.0-beta.33...v2.0.0-beta.34
4 downloads