Skip to content

Commit c1bed39

Browse files
committed
finalizing README, changelog and release notes before 0.95 release.
1 parent ced9731 commit c1bed39

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

Documentation/Changelog-0.95.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
- "Hide" menu item: treat Workspace application specially - set focus to main menu before windows hiding, do not hide main menu, do not change focus to other app after windows hiding.
2626
- Implemented "Hide Others" menu item.
2727
- Implemented Cut/Copy/Paste operations for files and directories.
28-
- Don't create launching icon if WM name is empty; change WM icon only of supplied path is not empty.
2928
- Fixes to keyboard layout changes and app icon badge display. Don't show keyboard layout badge on appicon if single keyboard layout was configured.
3029
- Continued fixing of focus problems - it still happens occassionally.
3130
- Don't set focus to GNUstep and Withdrawn (dockapp) windows. GNUstep sets focus by itself, dockapp windows is not intended to be focused by design (fixes focus flickering of Workspace during startup if dockapp is autolaunched).
3231
- Improved applications termination handling.
3332
- "Launching appicons": implementation was moved into WM: made appicons list part of WScreen structure; use wSlideWindow() for flying icon animation for more smooth animation.
34-
- NSWorkspace delegate functionality completely implemented, tested and fixed.
33+
- Don't create launching icon if WM name is empty; change WM icon only of supplied path is not empty.
34+
- NSWorkspace delegate functionality completely implemented and tested.
3535
- Show alert panel for incorrectly created application wrappers.
3636
- Implemented -extendPowerOffBy: method even though it was neither working on NeXT nor on Apple platforms.
37-
- Track for applications and services appearing/removal - update caches.
37+
- Track for applications and services installation/removal - update caches, no need to logout/login.
3838

3939
#### Window Manager
4040

Packaging/Sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Dependencies have to be built and installed in predetermined order like this:
2323
$ ./0_build_libdispatch.sh
2424
$ ./1_build_licorefoundation.sh
2525
$ ./2_build_libobjc2.sh
26+
$ ./3_build_core.sh
2627
$ ./3_build_tools-make.sh
2728
$ ./4_build_libwraster.sh
2829
$ ./5_build_libs-base.sh

ReleaseNotes.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ This release introduces:
77
- implemented notitification interoperability between Objective C and C (external GNUstep applications may send notifications to Window Manager);
88
- improved drag and drop between File Viewer and Dock;
99
- implemented Cut/Copy/Paste operations for files and directories.
10-
- feature completion of Terminal application, including: unlimited scrollback buffer support, process tracking (Activity Monitor), miniwindow animation representing activity in minimized window, automatic hide/show of mouse cursor;
11-
-
10+
- feature completion of Terminal application, including:
11+
- unlimited scrollback buffer support;
12+
- process tracking (Activity Monitor), display running program in titlebar;
13+
- miniwindow animation representing activity in minimized window;
14+
- automatic hide/show of mouse cursor.
15+
- Workspace tracks for applications and services installation/removal, updates files in ~/Library/Services;
16+
- greatly improved script to build from sources - tested on Fedora, Ubuntu 22 and Debian 12.
1217

1318
Look into [changelog](https://github.com/trunkmaster/nextspace/blob/master/Documentation/Changelog-0.95.md) for details.
1419

@@ -19,11 +24,11 @@ Steps to install NextSpace (example for Fedora):
1924

2025
1. Download .tgz archive:
2126
```
22-
$ curl -L -O https://github.com/trunkmaster/nextspace/releases/download/0.95/NextSpace-0.95-Fedora_39.tgz
27+
$ curl -L -O https://github.com/trunkmaster/nextspace/releases/download/0.95/NextSpace-0.95_Fedora-39.tgz
2328
```
2429
2. Unpack it:
2530
```
26-
$ tar zxf NextSpace-0.95-Fedora_39.tgz
31+
$ tar zxf NextSpace-0.95_Fedora-39.tgz
2732
```
2833
3. Switch to the NextSpace-0.95 directory and run installer script:
2934
```

0 commit comments

Comments
 (0)